Line data Source code
1 : //
2 : // Automatically generated by ipdlc.
3 : // Edit at your own risk
4 : //
5 :
6 :
7 : #include "mozilla/dom/PContent.h"
8 :
9 : namespace mozilla {
10 : namespace dom {
11 : namespace PContent {
12 :
13 : nsresult
14 0 : CreateEndpoints(
15 : base::ProcessId aParentDestPid,
16 : base::ProcessId aChildDestPid,
17 : mozilla::ipc::Endpoint<mozilla::dom::PContentParent>* aParent,
18 : mozilla::ipc::Endpoint<mozilla::dom::PContentChild>* aChild)
19 : {
20 0 : return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, PContentMsgStart, PContentMsgStartChild, aParent, aChild);
21 : }
22 : void
23 219 : Transition(
24 : MessageType msg,
25 : State* next)
26 : {
27 219 : switch ((*(next))) {
28 : case __Null:
29 219 : break;
30 : case __Dead:
31 0 : mozilla::ipc::LogicError("__delete__()d actor");
32 0 : break;
33 : default:
34 0 : mozilla::ipc::LogicError("corrupted actor state");
35 0 : break;
36 : }
37 219 : }
38 : IPC::Message*
39 1 : Msg_PBrowserConstructor(int32_t routingId)
40 : {
41 1 : return new IPC::Message(routingId, Msg_PBrowserConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PBrowserConstructor", true);
42 : }
43 : IPC::Message*
44 0 : Reply_PBrowserConstructor(int32_t routingId)
45 : {
46 0 : return new IPC::Message(routingId, Reply_PBrowserConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PBrowserConstructor", true);
47 : }
48 : IPC::Message*
49 0 : Msg_PFileDescriptorSetConstructor(int32_t routingId)
50 : {
51 0 : return new IPC::Message(routingId, Msg_PFileDescriptorSetConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PFileDescriptorSetConstructor", true);
52 : }
53 : IPC::Message*
54 0 : Reply_PFileDescriptorSetConstructor(int32_t routingId)
55 : {
56 0 : return new IPC::Message(routingId, Reply_PFileDescriptorSetConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PFileDescriptorSetConstructor", true);
57 : }
58 : IPC::Message*
59 0 : Msg_PWebBrowserPersistDocumentConstructor(int32_t routingId)
60 : {
61 0 : return new IPC::Message(routingId, Msg_PWebBrowserPersistDocumentConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PWebBrowserPersistDocumentConstructor", true);
62 : }
63 : IPC::Message*
64 0 : Reply_PWebBrowserPersistDocumentConstructor(int32_t routingId)
65 : {
66 0 : return new IPC::Message(routingId, Reply_PWebBrowserPersistDocumentConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PWebBrowserPersistDocumentConstructor", true);
67 : }
68 : IPC::Message*
69 0 : Msg_InitGMPService(int32_t routingId)
70 : {
71 0 : return new IPC::Message(routingId, Msg_InitGMPService__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitGMPService", true);
72 : }
73 : IPC::Message*
74 2 : Msg_InitProcessHangMonitor(int32_t routingId)
75 : {
76 2 : return new IPC::Message(routingId, Msg_InitProcessHangMonitor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitProcessHangMonitor", true);
77 : }
78 : IPC::Message*
79 0 : Msg_InitContentBridgeChild(int32_t routingId)
80 : {
81 0 : return new IPC::Message(routingId, Msg_InitContentBridgeChild__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitContentBridgeChild", true);
82 : }
83 : IPC::Message*
84 2 : Msg_InitProfiler(int32_t routingId)
85 : {
86 2 : return new IPC::Message(routingId, Msg_InitProfiler__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitProfiler", true);
87 : }
88 : IPC::Message*
89 2 : Msg_InitRendering(int32_t routingId)
90 : {
91 2 : return new IPC::Message(routingId, Msg_InitRendering__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitRendering", true);
92 : }
93 : IPC::Message*
94 0 : Msg_ReinitRendering(int32_t routingId)
95 : {
96 0 : return new IPC::Message(routingId, Msg_ReinitRendering__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ReinitRendering", true);
97 : }
98 : IPC::Message*
99 0 : Msg_ReinitRenderingForDeviceReset(int32_t routingId)
100 : {
101 0 : return new IPC::Message(routingId, Msg_ReinitRenderingForDeviceReset__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ReinitRenderingForDeviceReset", true);
102 : }
103 : IPC::Message*
104 0 : Msg_SetProcessSandbox(int32_t routingId)
105 : {
106 0 : return new IPC::Message(routingId, Msg_SetProcessSandbox__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetProcessSandbox", true);
107 : }
108 : IPC::Message*
109 0 : Msg_RequestMemoryReport(int32_t routingId)
110 : {
111 0 : return new IPC::Message(routingId, Msg_RequestMemoryReport__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RequestMemoryReport", true);
112 : }
113 : IPC::Message*
114 0 : Msg_BidiKeyboardNotify(int32_t routingId)
115 : {
116 0 : return new IPC::Message(routingId, Msg_BidiKeyboardNotify__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BidiKeyboardNotify", true);
117 : }
118 : IPC::Message*
119 0 : Msg_PCycleCollectWithLogsConstructor(int32_t routingId)
120 : {
121 0 : return new IPC::Message(routingId, Msg_PCycleCollectWithLogsConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PCycleCollectWithLogsConstructor", true);
122 : }
123 : IPC::Message*
124 0 : Reply_PCycleCollectWithLogsConstructor(int32_t routingId)
125 : {
126 0 : return new IPC::Message(routingId, Reply_PCycleCollectWithLogsConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PCycleCollectWithLogsConstructor", true);
127 : }
128 : IPC::Message*
129 0 : Msg_PTestShellConstructor(int32_t routingId)
130 : {
131 0 : return new IPC::Message(routingId, Msg_PTestShellConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PTestShellConstructor", true);
132 : }
133 : IPC::Message*
134 0 : Reply_PTestShellConstructor(int32_t routingId)
135 : {
136 0 : return new IPC::Message(routingId, Reply_PTestShellConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PTestShellConstructor", true);
137 : }
138 : IPC::Message*
139 2 : Msg_PScriptCacheConstructor(int32_t routingId)
140 : {
141 2 : return new IPC::Message(routingId, Msg_PScriptCacheConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PScriptCacheConstructor", true);
142 : }
143 : IPC::Message*
144 0 : Reply_PScriptCacheConstructor(int32_t routingId)
145 : {
146 0 : return new IPC::Message(routingId, Reply_PScriptCacheConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PScriptCacheConstructor", true);
147 : }
148 : IPC::Message*
149 2 : Msg_RegisterChrome(int32_t routingId)
150 : {
151 2 : return new IPC::Message(routingId, Msg_RegisterChrome__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RegisterChrome", true);
152 : }
153 : IPC::Message*
154 0 : Msg_RegisterChromeItem(int32_t routingId)
155 : {
156 0 : return new IPC::Message(routingId, Msg_RegisterChromeItem__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RegisterChromeItem", true);
157 : }
158 : IPC::Message*
159 0 : Msg_ClearImageCache(int32_t routingId)
160 : {
161 0 : return new IPC::Message(routingId, Msg_ClearImageCache__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ClearImageCache", true);
162 : }
163 : IPC::Message*
164 0 : Msg_SetOffline(int32_t routingId)
165 : {
166 0 : return new IPC::Message(routingId, Msg_SetOffline__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetOffline", true);
167 : }
168 : IPC::Message*
169 0 : Msg_SetConnectivity(int32_t routingId)
170 : {
171 0 : return new IPC::Message(routingId, Msg_SetConnectivity__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetConnectivity", true);
172 : }
173 : IPC::Message*
174 0 : Msg_SetCaptivePortalState(int32_t routingId)
175 : {
176 0 : return new IPC::Message(routingId, Msg_SetCaptivePortalState__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetCaptivePortalState", true);
177 : }
178 : IPC::Message*
179 1 : Msg_NotifyVisited(int32_t routingId)
180 : {
181 1 : return new IPC::Message(routingId, Msg_NotifyVisited__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyVisited", true);
182 : }
183 : IPC::Message*
184 23 : Msg_PreferenceUpdate(int32_t routingId)
185 : {
186 23 : return new IPC::Message(routingId, Msg_PreferenceUpdate__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PreferenceUpdate", true);
187 : }
188 : IPC::Message*
189 0 : Msg_VarUpdate(int32_t routingId)
190 : {
191 0 : return new IPC::Message(routingId, Msg_VarUpdate__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_VarUpdate", true);
192 : }
193 : IPC::Message*
194 0 : Msg_DataStoragePut(int32_t routingId)
195 : {
196 0 : return new IPC::Message(routingId, Msg_DataStoragePut__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DataStoragePut", true);
197 : }
198 : IPC::Message*
199 0 : Msg_DataStorageRemove(int32_t routingId)
200 : {
201 0 : return new IPC::Message(routingId, Msg_DataStorageRemove__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DataStorageRemove", true);
202 : }
203 : IPC::Message*
204 0 : Msg_DataStorageClear(int32_t routingId)
205 : {
206 0 : return new IPC::Message(routingId, Msg_DataStorageClear__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DataStorageClear", true);
207 : }
208 : IPC::Message*
209 0 : Msg_NotifyAlertsObserver(int32_t routingId)
210 : {
211 0 : return new IPC::Message(routingId, Msg_NotifyAlertsObserver__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyAlertsObserver", true);
212 : }
213 : IPC::Message*
214 0 : Msg_GeolocationUpdate(int32_t routingId)
215 : {
216 0 : return new IPC::Message(routingId, Msg_GeolocationUpdate__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GeolocationUpdate", true);
217 : }
218 : IPC::Message*
219 0 : Msg_GeolocationError(int32_t routingId)
220 : {
221 0 : return new IPC::Message(routingId, Msg_GeolocationError__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GeolocationError", true);
222 : }
223 : IPC::Message*
224 0 : Msg_UpdateDictionaryList(int32_t routingId)
225 : {
226 0 : return new IPC::Message(routingId, Msg_UpdateDictionaryList__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateDictionaryList", true);
227 : }
228 : IPC::Message*
229 0 : Msg_UpdateAppLocales(int32_t routingId)
230 : {
231 0 : return new IPC::Message(routingId, Msg_UpdateAppLocales__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateAppLocales", true);
232 : }
233 : IPC::Message*
234 0 : Msg_UpdateRequestedLocales(int32_t routingId)
235 : {
236 0 : return new IPC::Message(routingId, Msg_UpdateRequestedLocales__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateRequestedLocales", true);
237 : }
238 : IPC::Message*
239 0 : Msg_AddPermission(int32_t routingId)
240 : {
241 0 : return new IPC::Message(routingId, Msg_AddPermission__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AddPermission", true);
242 : }
243 : IPC::Message*
244 0 : Msg_FlushMemory(int32_t routingId)
245 : {
246 0 : return new IPC::Message(routingId, Msg_FlushMemory__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FlushMemory", true);
247 : }
248 : IPC::Message*
249 0 : Msg_GarbageCollect(int32_t routingId)
250 : {
251 0 : return new IPC::Message(routingId, Msg_GarbageCollect__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GarbageCollect", true);
252 : }
253 : IPC::Message*
254 0 : Msg_CycleCollect(int32_t routingId)
255 : {
256 0 : return new IPC::Message(routingId, Msg_CycleCollect__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CycleCollect", true);
257 : }
258 : IPC::Message*
259 0 : Msg_ActivateA11y(int32_t routingId)
260 : {
261 0 : return new IPC::Message(routingId, Msg_ActivateA11y__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ActivateA11y", true);
262 : }
263 : IPC::Message*
264 0 : Msg_ShutdownA11y(int32_t routingId)
265 : {
266 0 : return new IPC::Message(routingId, Msg_ShutdownA11y__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ShutdownA11y", true);
267 : }
268 : IPC::Message*
269 2 : Msg_AppInfo(int32_t routingId)
270 : {
271 2 : return new IPC::Message(routingId, Msg_AppInfo__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AppInfo", true);
272 : }
273 : IPC::Message*
274 2 : Msg_RemoteType(int32_t routingId)
275 : {
276 2 : return new IPC::Message(routingId, Msg_RemoteType__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RemoteType", true);
277 : }
278 : IPC::Message*
279 2 : Msg_InitServiceWorkers(int32_t routingId)
280 : {
281 2 : return new IPC::Message(routingId, Msg_InitServiceWorkers__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitServiceWorkers", true);
282 : }
283 : IPC::Message*
284 2 : Msg_InitBlobURLs(int32_t routingId)
285 : {
286 2 : return new IPC::Message(routingId, Msg_InitBlobURLs__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitBlobURLs", true);
287 : }
288 : IPC::Message*
289 2 : Msg_SetXPCOMProcessAttributes(int32_t routingId)
290 : {
291 2 : return new IPC::Message(routingId, Msg_SetXPCOMProcessAttributes__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetXPCOMProcessAttributes", true);
292 : }
293 : IPC::Message*
294 0 : Msg_LastPrivateDocShellDestroyed(int32_t routingId)
295 : {
296 0 : return new IPC::Message(routingId, Msg_LastPrivateDocShellDestroyed__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_LastPrivateDocShellDestroyed", true);
297 : }
298 : IPC::Message*
299 0 : Msg_NotifyProcessPriorityChanged(int32_t routingId)
300 : {
301 0 : return new IPC::Message(routingId, Msg_NotifyProcessPriorityChanged__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyProcessPriorityChanged", true);
302 : }
303 : IPC::Message*
304 0 : Msg_MinimizeMemoryUsage(int32_t routingId)
305 : {
306 0 : return new IPC::Message(routingId, Msg_MinimizeMemoryUsage__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_MinimizeMemoryUsage", true);
307 : }
308 : IPC::Message*
309 2 : Msg_LoadAndRegisterSheet(int32_t routingId)
310 : {
311 2 : return new IPC::Message(routingId, Msg_LoadAndRegisterSheet__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_LoadAndRegisterSheet", true);
312 : }
313 : IPC::Message*
314 0 : Msg_UnregisterSheet(int32_t routingId)
315 : {
316 0 : return new IPC::Message(routingId, Msg_UnregisterSheet__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UnregisterSheet", true);
317 : }
318 : IPC::Message*
319 0 : Msg_NotifyIdleObserver(int32_t routingId)
320 : {
321 0 : return new IPC::Message(routingId, Msg_NotifyIdleObserver__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyIdleObserver", true);
322 : }
323 : IPC::Message*
324 0 : Msg_InvokeDragSession(int32_t routingId)
325 : {
326 0 : return new IPC::Message(routingId, Msg_InvokeDragSession__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InvokeDragSession", true);
327 : }
328 : IPC::Message*
329 0 : Msg_EndDragSession(int32_t routingId)
330 : {
331 0 : return new IPC::Message(routingId, Msg_EndDragSession__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_EndDragSession", true);
332 : }
333 : IPC::Message*
334 0 : Msg_DomainSetChanged(int32_t routingId)
335 : {
336 0 : return new IPC::Message(routingId, Msg_DomainSetChanged__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DomainSetChanged", true);
337 : }
338 : IPC::Message*
339 0 : Msg_Shutdown(int32_t routingId)
340 : {
341 0 : return new IPC::Message(routingId, Msg_Shutdown__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_Shutdown", true);
342 : }
343 : IPC::Message*
344 18 : Msg_LoadProcessScript(int32_t routingId)
345 : {
346 18 : return new IPC::Message(routingId, Msg_LoadProcessScript__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_LoadProcessScript", true);
347 : }
348 : IPC::Message*
349 0 : Msg_UpdateWindow(int32_t routingId)
350 : {
351 0 : return new IPC::Message(routingId, Msg_UpdateWindow__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateWindow", true);
352 : }
353 : IPC::Message*
354 0 : Msg_NotifyPresentationReceiverLaunched(int32_t routingId)
355 : {
356 0 : return new IPC::Message(routingId, Msg_NotifyPresentationReceiverLaunched__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPresentationReceiverLaunched", true);
357 : }
358 : IPC::Message*
359 0 : Msg_NotifyPresentationReceiverCleanUp(int32_t routingId)
360 : {
361 0 : return new IPC::Message(routingId, Msg_NotifyPresentationReceiverCleanUp__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPresentationReceiverCleanUp", true);
362 : }
363 : IPC::Message*
364 0 : Msg_NotifyEmptyHTTPCache(int32_t routingId)
365 : {
366 0 : return new IPC::Message(routingId, Msg_NotifyEmptyHTTPCache__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyEmptyHTTPCache", true);
367 : }
368 : IPC::Message*
369 0 : Msg_Push(int32_t routingId)
370 : {
371 0 : return new IPC::Message(routingId, Msg_Push__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_Push", true);
372 : }
373 : IPC::Message*
374 0 : Msg_PushWithData(int32_t routingId)
375 : {
376 0 : return new IPC::Message(routingId, Msg_PushWithData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PushWithData", true);
377 : }
378 : IPC::Message*
379 0 : Msg_PushSubscriptionChange(int32_t routingId)
380 : {
381 0 : return new IPC::Message(routingId, Msg_PushSubscriptionChange__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PushSubscriptionChange", true);
382 : }
383 : IPC::Message*
384 0 : Msg_PushError(int32_t routingId)
385 : {
386 0 : return new IPC::Message(routingId, Msg_PushError__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PushError", true);
387 : }
388 : IPC::Message*
389 0 : Msg_SetAudioSessionData(int32_t routingId)
390 : {
391 0 : return new IPC::Message(routingId, Msg_SetAudioSessionData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetAudioSessionData", true);
392 : }
393 : IPC::Message*
394 0 : Msg_GetFilesResponse(int32_t routingId)
395 : {
396 0 : return new IPC::Message(routingId, Msg_GetFilesResponse__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetFilesResponse", true);
397 : }
398 : IPC::Message*
399 0 : Msg_BlobURLRegistration(int32_t routingId)
400 : {
401 0 : return new IPC::Message(routingId, Msg_BlobURLRegistration__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BlobURLRegistration", true);
402 : }
403 : IPC::Message*
404 0 : Msg_BlobURLUnregistration(int32_t routingId)
405 : {
406 0 : return new IPC::Message(routingId, Msg_BlobURLUnregistration__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BlobURLUnregistration", true);
407 : }
408 : IPC::Message*
409 0 : Msg_DispatchLocalStorageChange(int32_t routingId)
410 : {
411 0 : return new IPC::Message(routingId, Msg_DispatchLocalStorageChange__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DispatchLocalStorageChange", true);
412 : }
413 : IPC::Message*
414 3 : Msg_GMPsChanged(int32_t routingId)
415 : {
416 3 : return new IPC::Message(routingId, Msg_GMPsChanged__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GMPsChanged", true);
417 : }
418 : IPC::Message*
419 0 : Msg_FileCreationResponse(int32_t routingId)
420 : {
421 0 : return new IPC::Message(routingId, Msg_FileCreationResponse__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FileCreationResponse", true);
422 : }
423 : IPC::Message*
424 1 : Msg_Activate(int32_t routingId)
425 : {
426 1 : return new IPC::Message(routingId, Msg_Activate__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_Activate", true);
427 : }
428 : IPC::Message*
429 0 : Msg_Deactivate(int32_t routingId)
430 : {
431 0 : return new IPC::Message(routingId, Msg_Deactivate__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_Deactivate", true);
432 : }
433 : IPC::Message*
434 1 : Msg_ParentActivated(int32_t routingId)
435 : {
436 1 : return new IPC::Message(routingId, Msg_ParentActivated__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ParentActivated", true);
437 : }
438 : IPC::Message*
439 0 : Msg_PParentToChildStreamConstructor(int32_t routingId)
440 : {
441 0 : return new IPC::Message(routingId, Msg_PParentToChildStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PParentToChildStreamConstructor", true);
442 : }
443 : IPC::Message*
444 0 : Reply_PParentToChildStreamConstructor(int32_t routingId)
445 : {
446 0 : return new IPC::Message(routingId, Reply_PParentToChildStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PParentToChildStreamConstructor", true);
447 : }
448 : IPC::Message*
449 0 : Msg_ProvideAnonymousTemporaryFile(int32_t routingId)
450 : {
451 0 : return new IPC::Message(routingId, Msg_ProvideAnonymousTemporaryFile__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ProvideAnonymousTemporaryFile", true);
452 : }
453 : IPC::Message*
454 3 : Msg_SetPermissionsWithKey(int32_t routingId)
455 : {
456 3 : return new IPC::Message(routingId, Msg_SetPermissionsWithKey__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetPermissionsWithKey", true);
457 : }
458 : IPC::Message*
459 2 : Msg_RefreshScreens(int32_t routingId)
460 : {
461 2 : return new IPC::Message(routingId, Msg_RefreshScreens__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RefreshScreens", true);
462 : }
463 : IPC::Message*
464 0 : Msg_PIPCBlobInputStreamConstructor(int32_t routingId)
465 : {
466 0 : return new IPC::Message(routingId, Msg_PIPCBlobInputStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PIPCBlobInputStreamConstructor", true);
467 : }
468 : IPC::Message*
469 0 : Reply_PIPCBlobInputStreamConstructor(int32_t routingId)
470 : {
471 0 : return new IPC::Message(routingId, Reply_PIPCBlobInputStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PIPCBlobInputStreamConstructor", true);
472 : }
473 : IPC::Message*
474 3 : Msg_SetPluginList(int32_t routingId)
475 : {
476 3 : return new IPC::Message(routingId, Msg_SetPluginList__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetPluginList", true);
477 : }
478 : IPC::Message*
479 2 : Msg_ShareCodeCoverageMutex(int32_t routingId)
480 : {
481 2 : return new IPC::Message(routingId, Msg_ShareCodeCoverageMutex__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ShareCodeCoverageMutex", true);
482 : }
483 : IPC::Message*
484 0 : Msg_DumpCodeCoverageCounters(int32_t routingId)
485 : {
486 0 : return new IPC::Message(routingId, Msg_DumpCodeCoverageCounters__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DumpCodeCoverageCounters", true);
487 : }
488 : IPC::Message*
489 0 : Msg_ResetCodeCoverageCounters(int32_t routingId)
490 : {
491 0 : return new IPC::Message(routingId, Msg_ResetCodeCoverageCounters__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ResetCodeCoverageCounters", true);
492 : }
493 : IPC::Message*
494 3 : Msg_InitBackground(int32_t routingId)
495 : {
496 3 : return new IPC::Message(routingId, Msg_InitBackground__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitBackground", true);
497 : }
498 : IPC::Message*
499 0 : Msg_CreateChildProcess(int32_t routingId)
500 : {
501 0 : return new IPC::Message(routingId, Msg_CreateChildProcess__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CreateChildProcess", true);
502 : }
503 : IPC::Message*
504 0 : Reply_CreateChildProcess(int32_t routingId)
505 : {
506 0 : return new IPC::Message(routingId, Reply_CreateChildProcess__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_CreateChildProcess", true);
507 : }
508 : IPC::Message*
509 0 : Msg_BridgeToChildProcess(int32_t routingId)
510 : {
511 0 : return new IPC::Message(routingId, Msg_BridgeToChildProcess__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BridgeToChildProcess", true);
512 : }
513 : IPC::Message*
514 0 : Reply_BridgeToChildProcess(int32_t routingId)
515 : {
516 0 : return new IPC::Message(routingId, Reply_BridgeToChildProcess__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_BridgeToChildProcess", true);
517 : }
518 : IPC::Message*
519 0 : Msg_CreateGMPService(int32_t routingId)
520 : {
521 0 : return new IPC::Message(routingId, Msg_CreateGMPService__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CreateGMPService", true);
522 : }
523 : IPC::Message*
524 0 : Msg_LoadPlugin(int32_t routingId)
525 : {
526 0 : return new IPC::Message(routingId, Msg_LoadPlugin__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_LoadPlugin", true);
527 : }
528 : IPC::Message*
529 0 : Reply_LoadPlugin(int32_t routingId)
530 : {
531 0 : return new IPC::Message(routingId, Reply_LoadPlugin__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_LoadPlugin", true);
532 : }
533 : IPC::Message*
534 0 : Msg_ConnectPluginBridge(int32_t routingId)
535 : {
536 0 : return new IPC::Message(routingId, Msg_ConnectPluginBridge__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ConnectPluginBridge", true);
537 : }
538 : IPC::Message*
539 0 : Reply_ConnectPluginBridge(int32_t routingId)
540 : {
541 0 : return new IPC::Message(routingId, Reply_ConnectPluginBridge__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_ConnectPluginBridge", true);
542 : }
543 : IPC::Message*
544 0 : Msg_GetBlocklistState(int32_t routingId)
545 : {
546 0 : return new IPC::Message(routingId, Msg_GetBlocklistState__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetBlocklistState", true);
547 : }
548 : IPC::Message*
549 0 : Reply_GetBlocklistState(int32_t routingId)
550 : {
551 0 : return new IPC::Message(routingId, Reply_GetBlocklistState__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetBlocklistState", true);
552 : }
553 : IPC::Message*
554 2 : Msg_PJavaScriptConstructor(int32_t routingId)
555 : {
556 2 : return new IPC::Message(routingId, Msg_PJavaScriptConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PJavaScriptConstructor", true);
557 : }
558 : IPC::Message*
559 0 : Reply_PJavaScriptConstructor(int32_t routingId)
560 : {
561 0 : return new IPC::Message(routingId, Reply_PJavaScriptConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PJavaScriptConstructor", true);
562 : }
563 : IPC::Message*
564 0 : Msg_PRemoteSpellcheckEngineConstructor(int32_t routingId)
565 : {
566 0 : return new IPC::Message(routingId, Msg_PRemoteSpellcheckEngineConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PRemoteSpellcheckEngineConstructor", true);
567 : }
568 : IPC::Message*
569 0 : Reply_PRemoteSpellcheckEngineConstructor(int32_t routingId)
570 : {
571 0 : return new IPC::Message(routingId, Reply_PRemoteSpellcheckEngineConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PRemoteSpellcheckEngineConstructor", true);
572 : }
573 : IPC::Message*
574 2 : Msg_InitCrashReporter(int32_t routingId)
575 : {
576 2 : return new IPC::Message(routingId, Msg_InitCrashReporter__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_InitCrashReporter", true);
577 : }
578 : IPC::Message*
579 0 : Msg_NSSU2FTokenIsCompatibleVersion(int32_t routingId)
580 : {
581 0 : return new IPC::Message(routingId, Msg_NSSU2FTokenIsCompatibleVersion__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NSSU2FTokenIsCompatibleVersion", true);
582 : }
583 : IPC::Message*
584 0 : Reply_NSSU2FTokenIsCompatibleVersion(int32_t routingId)
585 : {
586 0 : return new IPC::Message(routingId, Reply_NSSU2FTokenIsCompatibleVersion__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_NSSU2FTokenIsCompatibleVersion", true);
587 : }
588 : IPC::Message*
589 0 : Msg_NSSU2FTokenIsRegistered(int32_t routingId)
590 : {
591 0 : return new IPC::Message(routingId, Msg_NSSU2FTokenIsRegistered__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NSSU2FTokenIsRegistered", true);
592 : }
593 : IPC::Message*
594 0 : Reply_NSSU2FTokenIsRegistered(int32_t routingId)
595 : {
596 0 : return new IPC::Message(routingId, Reply_NSSU2FTokenIsRegistered__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_NSSU2FTokenIsRegistered", true);
597 : }
598 : IPC::Message*
599 0 : Msg_NSSU2FTokenRegister(int32_t routingId)
600 : {
601 0 : return new IPC::Message(routingId, Msg_NSSU2FTokenRegister__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NSSU2FTokenRegister", true);
602 : }
603 : IPC::Message*
604 0 : Reply_NSSU2FTokenRegister(int32_t routingId)
605 : {
606 0 : return new IPC::Message(routingId, Reply_NSSU2FTokenRegister__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_NSSU2FTokenRegister", true);
607 : }
608 : IPC::Message*
609 0 : Msg_NSSU2FTokenSign(int32_t routingId)
610 : {
611 0 : return new IPC::Message(routingId, Msg_NSSU2FTokenSign__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NSSU2FTokenSign", true);
612 : }
613 : IPC::Message*
614 0 : Reply_NSSU2FTokenSign(int32_t routingId)
615 : {
616 0 : return new IPC::Message(routingId, Reply_NSSU2FTokenSign__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_NSSU2FTokenSign", true);
617 : }
618 : IPC::Message*
619 0 : Msg_IsSecureURI(int32_t routingId)
620 : {
621 0 : return new IPC::Message(routingId, Msg_IsSecureURI__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_IsSecureURI", true);
622 : }
623 : IPC::Message*
624 0 : Reply_IsSecureURI(int32_t routingId)
625 : {
626 0 : return new IPC::Message(routingId, Reply_IsSecureURI__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_IsSecureURI", true);
627 : }
628 : IPC::Message*
629 0 : Msg_AccumulateMixedContentHSTS(int32_t routingId)
630 : {
631 0 : return new IPC::Message(routingId, Msg_AccumulateMixedContentHSTS__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AccumulateMixedContentHSTS", true);
632 : }
633 : IPC::Message*
634 2 : Msg_PHalConstructor(int32_t routingId)
635 : {
636 2 : return new IPC::Message(routingId, Msg_PHalConstructor__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PHalConstructor", true);
637 : }
638 : IPC::Message*
639 0 : Reply_PHalConstructor(int32_t routingId)
640 : {
641 0 : return new IPC::Message(routingId, Reply_PHalConstructor__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PHalConstructor", true);
642 : }
643 : IPC::Message*
644 0 : Msg_PHeapSnapshotTempFileHelperConstructor(int32_t routingId)
645 : {
646 0 : return new IPC::Message(routingId, Msg_PHeapSnapshotTempFileHelperConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PHeapSnapshotTempFileHelperConstructor", true);
647 : }
648 : IPC::Message*
649 0 : Reply_PHeapSnapshotTempFileHelperConstructor(int32_t routingId)
650 : {
651 0 : return new IPC::Message(routingId, Reply_PHeapSnapshotTempFileHelperConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PHeapSnapshotTempFileHelperConstructor", true);
652 : }
653 : IPC::Message*
654 2 : Msg_PNeckoConstructor(int32_t routingId)
655 : {
656 2 : return new IPC::Message(routingId, Msg_PNeckoConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::HIGH_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PNeckoConstructor", true);
657 : }
658 : IPC::Message*
659 0 : Reply_PNeckoConstructor(int32_t routingId)
660 : {
661 0 : return new IPC::Message(routingId, Reply_PNeckoConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::HIGH_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PNeckoConstructor", true);
662 : }
663 : IPC::Message*
664 2 : Msg_PPrintingConstructor(int32_t routingId)
665 : {
666 2 : return new IPC::Message(routingId, Msg_PPrintingConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PPrintingConstructor", true);
667 : }
668 : IPC::Message*
669 0 : Reply_PPrintingConstructor(int32_t routingId)
670 : {
671 0 : return new IPC::Message(routingId, Reply_PPrintingConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PPrintingConstructor", true);
672 : }
673 : IPC::Message*
674 0 : Msg_PChildToParentStreamConstructor(int32_t routingId)
675 : {
676 0 : return new IPC::Message(routingId, Msg_PChildToParentStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PChildToParentStreamConstructor", true);
677 : }
678 : IPC::Message*
679 0 : Reply_PChildToParentStreamConstructor(int32_t routingId)
680 : {
681 0 : return new IPC::Message(routingId, Reply_PChildToParentStreamConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PChildToParentStreamConstructor", true);
682 : }
683 : IPC::Message*
684 0 : Msg_PSpeechSynthesisConstructor(int32_t routingId)
685 : {
686 0 : return new IPC::Message(routingId, Msg_PSpeechSynthesisConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PSpeechSynthesisConstructor", true);
687 : }
688 : IPC::Message*
689 0 : Reply_PSpeechSynthesisConstructor(int32_t routingId)
690 : {
691 0 : return new IPC::Message(routingId, Reply_PSpeechSynthesisConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PSpeechSynthesisConstructor", true);
692 : }
693 : IPC::Message*
694 1 : Msg_PStorageConstructor(int32_t routingId)
695 : {
696 1 : return new IPC::Message(routingId, Msg_PStorageConstructor__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PStorageConstructor", true);
697 : }
698 : IPC::Message*
699 0 : Reply_PStorageConstructor(int32_t routingId)
700 : {
701 0 : return new IPC::Message(routingId, Reply_PStorageConstructor__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PStorageConstructor", true);
702 : }
703 : IPC::Message*
704 0 : Msg_PMediaConstructor(int32_t routingId)
705 : {
706 0 : return new IPC::Message(routingId, Msg_PMediaConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PMediaConstructor", true);
707 : }
708 : IPC::Message*
709 0 : Reply_PMediaConstructor(int32_t routingId)
710 : {
711 0 : return new IPC::Message(routingId, Reply_PMediaConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PMediaConstructor", true);
712 : }
713 : IPC::Message*
714 0 : Msg_PWebrtcGlobalConstructor(int32_t routingId)
715 : {
716 0 : return new IPC::Message(routingId, Msg_PWebrtcGlobalConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PWebrtcGlobalConstructor", true);
717 : }
718 : IPC::Message*
719 0 : Reply_PWebrtcGlobalConstructor(int32_t routingId)
720 : {
721 0 : return new IPC::Message(routingId, Reply_PWebrtcGlobalConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PWebrtcGlobalConstructor", true);
722 : }
723 : IPC::Message*
724 0 : Msg_PPresentationConstructor(int32_t routingId)
725 : {
726 0 : return new IPC::Message(routingId, Msg_PPresentationConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PPresentationConstructor", true);
727 : }
728 : IPC::Message*
729 0 : Reply_PPresentationConstructor(int32_t routingId)
730 : {
731 0 : return new IPC::Message(routingId, Reply_PPresentationConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PPresentationConstructor", true);
732 : }
733 : IPC::Message*
734 0 : Msg_PFlyWebPublishedServerConstructor(int32_t routingId)
735 : {
736 0 : return new IPC::Message(routingId, Msg_PFlyWebPublishedServerConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PFlyWebPublishedServerConstructor", true);
737 : }
738 : IPC::Message*
739 0 : Reply_PFlyWebPublishedServerConstructor(int32_t routingId)
740 : {
741 0 : return new IPC::Message(routingId, Reply_PFlyWebPublishedServerConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PFlyWebPublishedServerConstructor", true);
742 : }
743 : IPC::Message*
744 0 : Msg_PURLClassifierConstructor(int32_t routingId)
745 : {
746 0 : return new IPC::Message(routingId, Msg_PURLClassifierConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PURLClassifierConstructor", true);
747 : }
748 : IPC::Message*
749 0 : Reply_PURLClassifierConstructor(int32_t routingId)
750 : {
751 0 : return new IPC::Message(routingId, Reply_PURLClassifierConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PURLClassifierConstructor", true);
752 : }
753 : IPC::Message*
754 0 : Msg_ClassifyLocal(int32_t routingId)
755 : {
756 0 : return new IPC::Message(routingId, Msg_ClassifyLocal__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ClassifyLocal", true);
757 : }
758 : IPC::Message*
759 0 : Reply_ClassifyLocal(int32_t routingId)
760 : {
761 0 : return new IPC::Message(routingId, Reply_ClassifyLocal__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_ClassifyLocal", true);
762 : }
763 : IPC::Message*
764 0 : Msg_PURLClassifierLocalConstructor(int32_t routingId)
765 : {
766 0 : return new IPC::Message(routingId, Msg_PURLClassifierLocalConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PURLClassifierLocalConstructor", true);
767 : }
768 : IPC::Message*
769 0 : Reply_PURLClassifierLocalConstructor(int32_t routingId)
770 : {
771 0 : return new IPC::Message(routingId, Reply_PURLClassifierLocalConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PURLClassifierLocalConstructor", true);
772 : }
773 : IPC::Message*
774 0 : Msg_StartVisitedQuery(int32_t routingId)
775 : {
776 0 : return new IPC::Message(routingId, Msg_StartVisitedQuery__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_StartVisitedQuery", true);
777 : }
778 : IPC::Message*
779 1 : Msg_VisitURI(int32_t routingId)
780 : {
781 1 : return new IPC::Message(routingId, Msg_VisitURI__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_VisitURI", true);
782 : }
783 : IPC::Message*
784 1 : Msg_SetURITitle(int32_t routingId)
785 : {
786 1 : return new IPC::Message(routingId, Msg_SetURITitle__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetURITitle", true);
787 : }
788 : IPC::Message*
789 0 : Msg_LoadURIExternal(int32_t routingId)
790 : {
791 0 : return new IPC::Message(routingId, Msg_LoadURIExternal__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_LoadURIExternal", true);
792 : }
793 : IPC::Message*
794 0 : Msg_ExtProtocolChannelConnectParent(int32_t routingId)
795 : {
796 0 : return new IPC::Message(routingId, Msg_ExtProtocolChannelConnectParent__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ExtProtocolChannelConnectParent", true);
797 : }
798 : IPC::Message*
799 0 : Msg_GetGfxVars(int32_t routingId)
800 : {
801 0 : return new IPC::Message(routingId, Msg_GetGfxVars__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetGfxVars", true);
802 : }
803 : IPC::Message*
804 0 : Reply_GetGfxVars(int32_t routingId)
805 : {
806 0 : return new IPC::Message(routingId, Reply_GetGfxVars__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetGfxVars", true);
807 : }
808 : IPC::Message*
809 0 : Msg_ReadFontList(int32_t routingId)
810 : {
811 0 : return new IPC::Message(routingId, Msg_ReadFontList__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ReadFontList", true);
812 : }
813 : IPC::Message*
814 0 : Reply_ReadFontList(int32_t routingId)
815 : {
816 0 : return new IPC::Message(routingId, Reply_ReadFontList__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_ReadFontList", true);
817 : }
818 : IPC::Message*
819 0 : Msg_SyncMessage(int32_t routingId)
820 : {
821 0 : return new IPC::Message(routingId, Msg_SyncMessage__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SyncMessage", true);
822 : }
823 : IPC::Message*
824 0 : Reply_SyncMessage(int32_t routingId)
825 : {
826 0 : return new IPC::Message(routingId, Reply_SyncMessage__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_SyncMessage", true);
827 : }
828 : IPC::Message*
829 0 : Msg_RpcMessage(int32_t routingId)
830 : {
831 0 : return new IPC::Message(routingId, Msg_RpcMessage__ID, 0, IPC::Message::NESTED_INSIDE_SYNC, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RpcMessage", true);
832 : }
833 : IPC::Message*
834 0 : Reply_RpcMessage(int32_t routingId)
835 : {
836 0 : return new IPC::Message(routingId, Reply_RpcMessage__ID, 0, IPC::Message::NESTED_INSIDE_SYNC, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_RpcMessage", true);
837 : }
838 : IPC::Message*
839 0 : Msg_ShowAlert(int32_t routingId)
840 : {
841 0 : return new IPC::Message(routingId, Msg_ShowAlert__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ShowAlert", true);
842 : }
843 : IPC::Message*
844 0 : Msg_CloseAlert(int32_t routingId)
845 : {
846 0 : return new IPC::Message(routingId, Msg_CloseAlert__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CloseAlert", true);
847 : }
848 : IPC::Message*
849 0 : Msg_DisableNotifications(int32_t routingId)
850 : {
851 0 : return new IPC::Message(routingId, Msg_DisableNotifications__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DisableNotifications", true);
852 : }
853 : IPC::Message*
854 0 : Msg_OpenNotificationSettings(int32_t routingId)
855 : {
856 0 : return new IPC::Message(routingId, Msg_OpenNotificationSettings__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_OpenNotificationSettings", true);
857 : }
858 : IPC::Message*
859 0 : Msg_PPSMContentDownloaderConstructor(int32_t routingId)
860 : {
861 0 : return new IPC::Message(routingId, Msg_PPSMContentDownloaderConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PPSMContentDownloaderConstructor", true);
862 : }
863 : IPC::Message*
864 0 : Reply_PPSMContentDownloaderConstructor(int32_t routingId)
865 : {
866 0 : return new IPC::Message(routingId, Reply_PPSMContentDownloaderConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PPSMContentDownloaderConstructor", true);
867 : }
868 : IPC::Message*
869 0 : Msg_PExternalHelperAppConstructor(int32_t routingId)
870 : {
871 0 : return new IPC::Message(routingId, Msg_PExternalHelperAppConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PExternalHelperAppConstructor", true);
872 : }
873 : IPC::Message*
874 0 : Reply_PExternalHelperAppConstructor(int32_t routingId)
875 : {
876 0 : return new IPC::Message(routingId, Reply_PExternalHelperAppConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PExternalHelperAppConstructor", true);
877 : }
878 : IPC::Message*
879 0 : Msg_PHandlerServiceConstructor(int32_t routingId)
880 : {
881 0 : return new IPC::Message(routingId, Msg_PHandlerServiceConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PHandlerServiceConstructor", true);
882 : }
883 : IPC::Message*
884 0 : Reply_PHandlerServiceConstructor(int32_t routingId)
885 : {
886 0 : return new IPC::Message(routingId, Reply_PHandlerServiceConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PHandlerServiceConstructor", true);
887 : }
888 : IPC::Message*
889 0 : Msg_AddGeolocationListener(int32_t routingId)
890 : {
891 0 : return new IPC::Message(routingId, Msg_AddGeolocationListener__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AddGeolocationListener", true);
892 : }
893 : IPC::Message*
894 0 : Msg_RemoveGeolocationListener(int32_t routingId)
895 : {
896 0 : return new IPC::Message(routingId, Msg_RemoveGeolocationListener__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RemoveGeolocationListener", true);
897 : }
898 : IPC::Message*
899 0 : Msg_SetGeolocationHigherAccuracy(int32_t routingId)
900 : {
901 0 : return new IPC::Message(routingId, Msg_SetGeolocationHigherAccuracy__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetGeolocationHigherAccuracy", true);
902 : }
903 : IPC::Message*
904 0 : Msg_ConsoleMessage(int32_t routingId)
905 : {
906 0 : return new IPC::Message(routingId, Msg_ConsoleMessage__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ConsoleMessage", true);
907 : }
908 : IPC::Message*
909 0 : Msg_ScriptError(int32_t routingId)
910 : {
911 0 : return new IPC::Message(routingId, Msg_ScriptError__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ScriptError", true);
912 : }
913 : IPC::Message*
914 0 : Msg_SetClipboard(int32_t routingId)
915 : {
916 0 : return new IPC::Message(routingId, Msg_SetClipboard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetClipboard", true);
917 : }
918 : IPC::Message*
919 0 : Msg_GetClipboard(int32_t routingId)
920 : {
921 0 : return new IPC::Message(routingId, Msg_GetClipboard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetClipboard", true);
922 : }
923 : IPC::Message*
924 0 : Reply_GetClipboard(int32_t routingId)
925 : {
926 0 : return new IPC::Message(routingId, Reply_GetClipboard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetClipboard", true);
927 : }
928 : IPC::Message*
929 0 : Msg_EmptyClipboard(int32_t routingId)
930 : {
931 0 : return new IPC::Message(routingId, Msg_EmptyClipboard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_EmptyClipboard", true);
932 : }
933 : IPC::Message*
934 0 : Msg_ClipboardHasType(int32_t routingId)
935 : {
936 0 : return new IPC::Message(routingId, Msg_ClipboardHasType__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ClipboardHasType", true);
937 : }
938 : IPC::Message*
939 0 : Reply_ClipboardHasType(int32_t routingId)
940 : {
941 0 : return new IPC::Message(routingId, Reply_ClipboardHasType__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_ClipboardHasType", true);
942 : }
943 : IPC::Message*
944 0 : Msg_GetSystemColors(int32_t routingId)
945 : {
946 0 : return new IPC::Message(routingId, Msg_GetSystemColors__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetSystemColors", true);
947 : }
948 : IPC::Message*
949 0 : Reply_GetSystemColors(int32_t routingId)
950 : {
951 0 : return new IPC::Message(routingId, Reply_GetSystemColors__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetSystemColors", true);
952 : }
953 : IPC::Message*
954 0 : Msg_GetIconForExtension(int32_t routingId)
955 : {
956 0 : return new IPC::Message(routingId, Msg_GetIconForExtension__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetIconForExtension", true);
957 : }
958 : IPC::Message*
959 0 : Reply_GetIconForExtension(int32_t routingId)
960 : {
961 0 : return new IPC::Message(routingId, Reply_GetIconForExtension__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetIconForExtension", true);
962 : }
963 : IPC::Message*
964 0 : Msg_GetShowPasswordSetting(int32_t routingId)
965 : {
966 0 : return new IPC::Message(routingId, Msg_GetShowPasswordSetting__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetShowPasswordSetting", true);
967 : }
968 : IPC::Message*
969 0 : Reply_GetShowPasswordSetting(int32_t routingId)
970 : {
971 0 : return new IPC::Message(routingId, Reply_GetShowPasswordSetting__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetShowPasswordSetting", true);
972 : }
973 : IPC::Message*
974 0 : Msg_PrivateDocShellsExist(int32_t routingId)
975 : {
976 0 : return new IPC::Message(routingId, Msg_PrivateDocShellsExist__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PrivateDocShellsExist", true);
977 : }
978 : IPC::Message*
979 1 : Msg_FirstIdle(int32_t routingId)
980 : {
981 1 : return new IPC::Message(routingId, Msg_FirstIdle__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FirstIdle", true);
982 : }
983 : IPC::Message*
984 0 : Msg_DeviceReset(int32_t routingId)
985 : {
986 0 : return new IPC::Message(routingId, Msg_DeviceReset__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DeviceReset", true);
987 : }
988 : IPC::Message*
989 0 : Msg_KeywordToURI(int32_t routingId)
990 : {
991 0 : return new IPC::Message(routingId, Msg_KeywordToURI__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_KeywordToURI", true);
992 : }
993 : IPC::Message*
994 0 : Reply_KeywordToURI(int32_t routingId)
995 : {
996 0 : return new IPC::Message(routingId, Reply_KeywordToURI__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_KeywordToURI", true);
997 : }
998 : IPC::Message*
999 0 : Msg_NotifyKeywordSearchLoading(int32_t routingId)
1000 : {
1001 0 : return new IPC::Message(routingId, Msg_NotifyKeywordSearchLoading__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyKeywordSearchLoading", true);
1002 : }
1003 : IPC::Message*
1004 0 : Reply_NotifyKeywordSearchLoading(int32_t routingId)
1005 : {
1006 0 : return new IPC::Message(routingId, Reply_NotifyKeywordSearchLoading__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_NotifyKeywordSearchLoading", true);
1007 : }
1008 : IPC::Message*
1009 0 : Msg_CopyFavicon(int32_t routingId)
1010 : {
1011 0 : return new IPC::Message(routingId, Msg_CopyFavicon__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CopyFavicon", true);
1012 : }
1013 : IPC::Message*
1014 0 : Msg_AllocateLayerTreeId(int32_t routingId)
1015 : {
1016 0 : return new IPC::Message(routingId, Msg_AllocateLayerTreeId__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AllocateLayerTreeId", true);
1017 : }
1018 : IPC::Message*
1019 0 : Reply_AllocateLayerTreeId(int32_t routingId)
1020 : {
1021 0 : return new IPC::Message(routingId, Reply_AllocateLayerTreeId__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_AllocateLayerTreeId", true);
1022 : }
1023 : IPC::Message*
1024 0 : Msg_DeallocateLayerTreeId(int32_t routingId)
1025 : {
1026 0 : return new IPC::Message(routingId, Msg_DeallocateLayerTreeId__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DeallocateLayerTreeId", true);
1027 : }
1028 : IPC::Message*
1029 0 : Msg_RecordingDeviceEvents(int32_t routingId)
1030 : {
1031 0 : return new IPC::Message(routingId, Msg_RecordingDeviceEvents__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RecordingDeviceEvents", true);
1032 : }
1033 : IPC::Message*
1034 0 : Msg_GraphicsError(int32_t routingId)
1035 : {
1036 0 : return new IPC::Message(routingId, Msg_GraphicsError__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GraphicsError", true);
1037 : }
1038 : IPC::Message*
1039 0 : Msg_BeginDriverCrashGuard(int32_t routingId)
1040 : {
1041 0 : return new IPC::Message(routingId, Msg_BeginDriverCrashGuard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BeginDriverCrashGuard", true);
1042 : }
1043 : IPC::Message*
1044 0 : Reply_BeginDriverCrashGuard(int32_t routingId)
1045 : {
1046 0 : return new IPC::Message(routingId, Reply_BeginDriverCrashGuard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_BeginDriverCrashGuard", true);
1047 : }
1048 : IPC::Message*
1049 0 : Msg_EndDriverCrashGuard(int32_t routingId)
1050 : {
1051 0 : return new IPC::Message(routingId, Msg_EndDriverCrashGuard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_EndDriverCrashGuard", true);
1052 : }
1053 : IPC::Message*
1054 0 : Reply_EndDriverCrashGuard(int32_t routingId)
1055 : {
1056 0 : return new IPC::Message(routingId, Reply_EndDriverCrashGuard__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_EndDriverCrashGuard", true);
1057 : }
1058 : IPC::Message*
1059 0 : Msg_AddIdleObserver(int32_t routingId)
1060 : {
1061 0 : return new IPC::Message(routingId, Msg_AddIdleObserver__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AddIdleObserver", true);
1062 : }
1063 : IPC::Message*
1064 0 : Msg_RemoveIdleObserver(int32_t routingId)
1065 : {
1066 0 : return new IPC::Message(routingId, Msg_RemoveIdleObserver__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RemoveIdleObserver", true);
1067 : }
1068 : IPC::Message*
1069 2 : Msg_BackUpXResources(int32_t routingId)
1070 : {
1071 2 : return new IPC::Message(routingId, Msg_BackUpXResources__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BackUpXResources", true);
1072 : }
1073 : IPC::Message*
1074 0 : Msg_RequestAnonymousTemporaryFile(int32_t routingId)
1075 : {
1076 0 : return new IPC::Message(routingId, Msg_RequestAnonymousTemporaryFile__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RequestAnonymousTemporaryFile", true);
1077 : }
1078 : IPC::Message*
1079 0 : Msg_KeygenProcessValue(int32_t routingId)
1080 : {
1081 0 : return new IPC::Message(routingId, Msg_KeygenProcessValue__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_KeygenProcessValue", true);
1082 : }
1083 : IPC::Message*
1084 0 : Reply_KeygenProcessValue(int32_t routingId)
1085 : {
1086 0 : return new IPC::Message(routingId, Reply_KeygenProcessValue__ID, 0, IPC::Message::NESTED_INSIDE_CPOW, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_KeygenProcessValue", true);
1087 : }
1088 : IPC::Message*
1089 0 : Msg_KeygenProvideContent(int32_t routingId)
1090 : {
1091 0 : return new IPC::Message(routingId, Msg_KeygenProvideContent__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_KeygenProvideContent", true);
1092 : }
1093 : IPC::Message*
1094 0 : Reply_KeygenProvideContent(int32_t routingId)
1095 : {
1096 0 : return new IPC::Message(routingId, Reply_KeygenProvideContent__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_KeygenProvideContent", true);
1097 : }
1098 : IPC::Message*
1099 0 : Msg_UnregisterRemoteFrame(int32_t routingId)
1100 : {
1101 0 : return new IPC::Message(routingId, Msg_UnregisterRemoteFrame__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UnregisterRemoteFrame", true);
1102 : }
1103 : IPC::Message*
1104 0 : Msg_NotifyTabDestroying(int32_t routingId)
1105 : {
1106 0 : return new IPC::Message(routingId, Msg_NotifyTabDestroying__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyTabDestroying", true);
1107 : }
1108 : IPC::Message*
1109 0 : Msg_POfflineCacheUpdateConstructor(int32_t routingId)
1110 : {
1111 0 : return new IPC::Message(routingId, Msg_POfflineCacheUpdateConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_POfflineCacheUpdateConstructor", true);
1112 : }
1113 : IPC::Message*
1114 0 : Reply_POfflineCacheUpdateConstructor(int32_t routingId)
1115 : {
1116 0 : return new IPC::Message(routingId, Reply_POfflineCacheUpdateConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_POfflineCacheUpdateConstructor", true);
1117 : }
1118 : IPC::Message*
1119 0 : Msg_SetOfflinePermission(int32_t routingId)
1120 : {
1121 0 : return new IPC::Message(routingId, Msg_SetOfflinePermission__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_SetOfflinePermission", true);
1122 : }
1123 : IPC::Message*
1124 0 : Msg_FinishShutdown(int32_t routingId)
1125 : {
1126 0 : return new IPC::Message(routingId, Msg_FinishShutdown__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FinishShutdown", true);
1127 : }
1128 : IPC::Message*
1129 0 : Msg_UpdateDropEffect(int32_t routingId)
1130 : {
1131 0 : return new IPC::Message(routingId, Msg_UpdateDropEffect__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateDropEffect", true);
1132 : }
1133 : IPC::Message*
1134 0 : Msg_PContentPermissionRequestConstructor(int32_t routingId)
1135 : {
1136 0 : return new IPC::Message(routingId, Msg_PContentPermissionRequestConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_PContentPermissionRequestConstructor", true);
1137 : }
1138 : IPC::Message*
1139 0 : Reply_PContentPermissionRequestConstructor(int32_t routingId)
1140 : {
1141 0 : return new IPC::Message(routingId, Reply_PContentPermissionRequestConstructor__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_PContentPermissionRequestConstructor", true);
1142 : }
1143 : IPC::Message*
1144 0 : Msg_ShutdownProfile(int32_t routingId)
1145 : {
1146 0 : return new IPC::Message(routingId, Msg_ShutdownProfile__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_ShutdownProfile", true);
1147 : }
1148 : IPC::Message*
1149 0 : Msg_GetGraphicsDeviceInitData(int32_t routingId)
1150 : {
1151 0 : return new IPC::Message(routingId, Msg_GetGraphicsDeviceInitData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetGraphicsDeviceInitData", true);
1152 : }
1153 : IPC::Message*
1154 0 : Reply_GetGraphicsDeviceInitData(int32_t routingId)
1155 : {
1156 0 : return new IPC::Message(routingId, Reply_GetGraphicsDeviceInitData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetGraphicsDeviceInitData", true);
1157 : }
1158 : IPC::Message*
1159 0 : Msg_CreateWindow(int32_t routingId)
1160 : {
1161 0 : return new IPC::Message(routingId, Msg_CreateWindow__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CreateWindow", true);
1162 : }
1163 : IPC::Message*
1164 0 : Reply_CreateWindow(int32_t routingId)
1165 : {
1166 0 : return new IPC::Message(routingId, Reply_CreateWindow__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_CreateWindow", true);
1167 : }
1168 : IPC::Message*
1169 0 : Msg_CreateWindowInDifferentProcess(int32_t routingId)
1170 : {
1171 0 : return new IPC::Message(routingId, Msg_CreateWindowInDifferentProcess__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_CreateWindowInDifferentProcess", true);
1172 : }
1173 : IPC::Message*
1174 0 : Msg_GetAndroidSystemInfo(int32_t routingId)
1175 : {
1176 0 : return new IPC::Message(routingId, Msg_GetAndroidSystemInfo__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetAndroidSystemInfo", true);
1177 : }
1178 : IPC::Message*
1179 0 : Reply_GetAndroidSystemInfo(int32_t routingId)
1180 : {
1181 0 : return new IPC::Message(routingId, Reply_GetAndroidSystemInfo__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetAndroidSystemInfo", true);
1182 : }
1183 : IPC::Message*
1184 0 : Msg_UngrabPointer(int32_t routingId)
1185 : {
1186 0 : return new IPC::Message(routingId, Msg_UngrabPointer__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UngrabPointer", true);
1187 : }
1188 : IPC::Message*
1189 0 : Reply_UngrabPointer(int32_t routingId)
1190 : {
1191 0 : return new IPC::Message(routingId, Reply_UngrabPointer__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_UngrabPointer", true);
1192 : }
1193 : IPC::Message*
1194 0 : Msg_RemovePermission(int32_t routingId)
1195 : {
1196 0 : return new IPC::Message(routingId, Msg_RemovePermission__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RemovePermission", true);
1197 : }
1198 : IPC::Message*
1199 0 : Reply_RemovePermission(int32_t routingId)
1200 : {
1201 0 : return new IPC::Message(routingId, Reply_RemovePermission__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_RemovePermission", true);
1202 : }
1203 : IPC::Message*
1204 0 : Msg_NotifyBenchmarkResult(int32_t routingId)
1205 : {
1206 0 : return new IPC::Message(routingId, Msg_NotifyBenchmarkResult__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyBenchmarkResult", true);
1207 : }
1208 : IPC::Message*
1209 0 : Msg_NotifyPushObservers(int32_t routingId)
1210 : {
1211 0 : return new IPC::Message(routingId, Msg_NotifyPushObservers__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPushObservers", true);
1212 : }
1213 : IPC::Message*
1214 0 : Msg_NotifyPushObserversWithData(int32_t routingId)
1215 : {
1216 0 : return new IPC::Message(routingId, Msg_NotifyPushObserversWithData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPushObserversWithData", true);
1217 : }
1218 : IPC::Message*
1219 0 : Msg_NotifyPushSubscriptionChangeObservers(int32_t routingId)
1220 : {
1221 0 : return new IPC::Message(routingId, Msg_NotifyPushSubscriptionChangeObservers__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPushSubscriptionChangeObservers", true);
1222 : }
1223 : IPC::Message*
1224 0 : Msg_NotifyLowMemory(int32_t routingId)
1225 : {
1226 0 : return new IPC::Message(routingId, Msg_NotifyLowMemory__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyLowMemory", true);
1227 : }
1228 : IPC::Message*
1229 0 : Msg_GetFilesRequest(int32_t routingId)
1230 : {
1231 0 : return new IPC::Message(routingId, Msg_GetFilesRequest__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetFilesRequest", true);
1232 : }
1233 : IPC::Message*
1234 0 : Msg_DeleteGetFilesRequest(int32_t routingId)
1235 : {
1236 0 : return new IPC::Message(routingId, Msg_DeleteGetFilesRequest__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_DeleteGetFilesRequest", true);
1237 : }
1238 : IPC::Message*
1239 0 : Msg_FileCreationRequest(int32_t routingId)
1240 : {
1241 0 : return new IPC::Message(routingId, Msg_FileCreationRequest__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FileCreationRequest", true);
1242 : }
1243 : IPC::Message*
1244 0 : Msg_StoreAndBroadcastBlobURLRegistration(int32_t routingId)
1245 : {
1246 0 : return new IPC::Message(routingId, Msg_StoreAndBroadcastBlobURLRegistration__ID, 8192, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_StoreAndBroadcastBlobURLRegistration", true);
1247 : }
1248 : IPC::Message*
1249 0 : Msg_UnstoreAndBroadcastBlobURLUnregistration(int32_t routingId)
1250 : {
1251 0 : return new IPC::Message(routingId, Msg_UnstoreAndBroadcastBlobURLUnregistration__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UnstoreAndBroadcastBlobURLUnregistration", true);
1252 : }
1253 : IPC::Message*
1254 0 : Msg_BroadcastLocalStorageChange(int32_t routingId)
1255 : {
1256 0 : return new IPC::Message(routingId, Msg_BroadcastLocalStorageChange__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_BroadcastLocalStorageChange", true);
1257 : }
1258 : IPC::Message*
1259 3 : Msg_AccumulateChildHistograms(int32_t routingId)
1260 : {
1261 3 : return new IPC::Message(routingId, Msg_AccumulateChildHistograms__ID, 16384, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AccumulateChildHistograms", true);
1262 : }
1263 : IPC::Message*
1264 3 : Msg_AccumulateChildKeyedHistograms(int32_t routingId)
1265 : {
1266 3 : return new IPC::Message(routingId, Msg_AccumulateChildKeyedHistograms__ID, 16384, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AccumulateChildKeyedHistograms", true);
1267 : }
1268 : IPC::Message*
1269 0 : Msg_UpdateChildScalars(int32_t routingId)
1270 : {
1271 0 : return new IPC::Message(routingId, Msg_UpdateChildScalars__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateChildScalars", true);
1272 : }
1273 : IPC::Message*
1274 0 : Msg_UpdateChildKeyedScalars(int32_t routingId)
1275 : {
1276 0 : return new IPC::Message(routingId, Msg_UpdateChildKeyedScalars__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_UpdateChildKeyedScalars", true);
1277 : }
1278 : IPC::Message*
1279 0 : Msg_RecordChildEvents(int32_t routingId)
1280 : {
1281 0 : return new IPC::Message(routingId, Msg_RecordChildEvents__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RecordChildEvents", true);
1282 : }
1283 : IPC::Message*
1284 3 : Msg_RecordDiscardedData(int32_t routingId)
1285 : {
1286 3 : return new IPC::Message(routingId, Msg_RecordDiscardedData__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_RecordDiscardedData", true);
1287 : }
1288 : IPC::Message*
1289 0 : Msg_GetA11yContentId(int32_t routingId)
1290 : {
1291 0 : return new IPC::Message(routingId, Msg_GetA11yContentId__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_GetA11yContentId", true);
1292 : }
1293 : IPC::Message*
1294 0 : Reply_GetA11yContentId(int32_t routingId)
1295 : {
1296 0 : return new IPC::Message(routingId, Reply_GetA11yContentId__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Reply_GetA11yContentId", true);
1297 : }
1298 : IPC::Message*
1299 0 : Msg_A11yHandlerControl(int32_t routingId)
1300 : {
1301 0 : return new IPC::Message(routingId, Msg_A11yHandlerControl__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_A11yHandlerControl", true);
1302 : }
1303 : IPC::Message*
1304 0 : Msg_AddMemoryReport(int32_t routingId)
1305 : {
1306 0 : return new IPC::Message(routingId, Msg_AddMemoryReport__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AddMemoryReport", true);
1307 : }
1308 : IPC::Message*
1309 0 : Msg_FinishMemoryReport(int32_t routingId)
1310 : {
1311 0 : return new IPC::Message(routingId, Msg_FinishMemoryReport__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_FinishMemoryReport", true);
1312 : }
1313 : IPC::Message*
1314 0 : Msg_MaybeReloadPlugins(int32_t routingId)
1315 : {
1316 0 : return new IPC::Message(routingId, Msg_MaybeReloadPlugins__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_MaybeReloadPlugins", true);
1317 : }
1318 : IPC::Message*
1319 6 : Msg_AsyncMessage(int32_t routingId)
1320 : {
1321 6 : return new IPC::Message(routingId, Msg_AsyncMessage__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_AsyncMessage", true);
1322 : }
1323 : IPC::Message*
1324 0 : Msg_NotifyPushSubscriptionModifiedObservers(int32_t routingId)
1325 : {
1326 0 : return new IPC::Message(routingId, Msg_NotifyPushSubscriptionModifiedObservers__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PContent::Msg_NotifyPushSubscriptionModifiedObservers", true);
1327 : }
1328 :
1329 : } // namespace PContent
1330 : } // namespace dom
1331 : } // namespace mozilla
1332 :
1333 : //-----------------------------------------------------------------------------
1334 : // Method definitions for the IPDL type |union ChromeRegistryItem|
1335 : //
1336 85 : auto ChromeRegistryItem::MaybeDestroy(Type aNewType) -> bool
1337 : {
1338 85 : if ((mType) == (T__None)) {
1339 0 : return true;
1340 : }
1341 85 : if ((mType) == (aNewType)) {
1342 0 : return false;
1343 : }
1344 85 : switch (mType) {
1345 : case TChromePackage:
1346 : {
1347 65 : (ptr_ChromePackage())->~ChromePackage__tdef();
1348 65 : break;
1349 : }
1350 : case TOverrideMapping:
1351 : {
1352 20 : (ptr_OverrideMapping())->~OverrideMapping__tdef();
1353 20 : break;
1354 : }
1355 : case TSubstitutionMapping:
1356 : {
1357 0 : (ptr_SubstitutionMapping())->~SubstitutionMapping__tdef();
1358 0 : break;
1359 : }
1360 : default:
1361 : {
1362 0 : mozilla::ipc::LogicError("not reached");
1363 0 : break;
1364 : }
1365 : }
1366 85 : return true;
1367 : }
1368 :
1369 65 : MOZ_IMPLICIT ChromeRegistryItem::ChromeRegistryItem(const ChromePackage& aOther)
1370 : {
1371 65 : new (mozilla::KnownNotNull, ptr_ChromePackage()) ChromePackage(aOther);
1372 65 : mType = TChromePackage;
1373 65 : }
1374 :
1375 20 : MOZ_IMPLICIT ChromeRegistryItem::ChromeRegistryItem(const OverrideMapping& aOther)
1376 : {
1377 20 : new (mozilla::KnownNotNull, ptr_OverrideMapping()) OverrideMapping(aOther);
1378 20 : mType = TOverrideMapping;
1379 20 : }
1380 :
1381 0 : MOZ_IMPLICIT ChromeRegistryItem::ChromeRegistryItem(const SubstitutionMapping& aOther)
1382 : {
1383 0 : new (mozilla::KnownNotNull, ptr_SubstitutionMapping()) SubstitutionMapping(aOther);
1384 0 : mType = TSubstitutionMapping;
1385 0 : }
1386 :
1387 0 : MOZ_IMPLICIT ChromeRegistryItem::ChromeRegistryItem(const ChromeRegistryItem& aOther)
1388 : {
1389 0 : (aOther).AssertSanity();
1390 0 : switch ((aOther).type()) {
1391 : case TChromePackage:
1392 : {
1393 0 : new (mozilla::KnownNotNull, ptr_ChromePackage()) ChromePackage((aOther).get_ChromePackage());
1394 0 : break;
1395 : }
1396 : case TOverrideMapping:
1397 : {
1398 0 : new (mozilla::KnownNotNull, ptr_OverrideMapping()) OverrideMapping((aOther).get_OverrideMapping());
1399 0 : break;
1400 : }
1401 : case TSubstitutionMapping:
1402 : {
1403 0 : new (mozilla::KnownNotNull, ptr_SubstitutionMapping()) SubstitutionMapping((aOther).get_SubstitutionMapping());
1404 0 : break;
1405 : }
1406 : case T__None:
1407 : {
1408 0 : break;
1409 : }
1410 : default:
1411 : {
1412 0 : mozilla::ipc::LogicError("unreached");
1413 0 : return;
1414 : }
1415 : }
1416 0 : mType = (aOther).type();
1417 : }
1418 :
1419 170 : ChromeRegistryItem::~ChromeRegistryItem()
1420 : {
1421 85 : static_cast<void>(MaybeDestroy(T__None));
1422 85 : }
1423 :
1424 0 : auto ChromeRegistryItem::operator=(const ChromePackage& aRhs) -> ChromeRegistryItem&
1425 : {
1426 0 : if (MaybeDestroy(TChromePackage)) {
1427 0 : new (mozilla::KnownNotNull, ptr_ChromePackage()) ChromePackage;
1428 : }
1429 0 : (*(ptr_ChromePackage())) = aRhs;
1430 0 : mType = TChromePackage;
1431 0 : return (*(this));
1432 : }
1433 :
1434 0 : auto ChromeRegistryItem::operator=(const OverrideMapping& aRhs) -> ChromeRegistryItem&
1435 : {
1436 0 : if (MaybeDestroy(TOverrideMapping)) {
1437 0 : new (mozilla::KnownNotNull, ptr_OverrideMapping()) OverrideMapping;
1438 : }
1439 0 : (*(ptr_OverrideMapping())) = aRhs;
1440 0 : mType = TOverrideMapping;
1441 0 : return (*(this));
1442 : }
1443 :
1444 0 : auto ChromeRegistryItem::operator=(const SubstitutionMapping& aRhs) -> ChromeRegistryItem&
1445 : {
1446 0 : if (MaybeDestroy(TSubstitutionMapping)) {
1447 0 : new (mozilla::KnownNotNull, ptr_SubstitutionMapping()) SubstitutionMapping;
1448 : }
1449 0 : (*(ptr_SubstitutionMapping())) = aRhs;
1450 0 : mType = TSubstitutionMapping;
1451 0 : return (*(this));
1452 : }
1453 :
1454 0 : auto ChromeRegistryItem::operator=(const ChromeRegistryItem& aRhs) -> ChromeRegistryItem&
1455 : {
1456 0 : (aRhs).AssertSanity();
1457 0 : Type t = (aRhs).type();
1458 0 : switch (t) {
1459 : case TChromePackage:
1460 : {
1461 0 : if (MaybeDestroy(t)) {
1462 0 : new (mozilla::KnownNotNull, ptr_ChromePackage()) ChromePackage;
1463 : }
1464 0 : (*(ptr_ChromePackage())) = (aRhs).get_ChromePackage();
1465 0 : break;
1466 : }
1467 : case TOverrideMapping:
1468 : {
1469 0 : if (MaybeDestroy(t)) {
1470 0 : new (mozilla::KnownNotNull, ptr_OverrideMapping()) OverrideMapping;
1471 : }
1472 0 : (*(ptr_OverrideMapping())) = (aRhs).get_OverrideMapping();
1473 0 : break;
1474 : }
1475 : case TSubstitutionMapping:
1476 : {
1477 0 : if (MaybeDestroy(t)) {
1478 0 : new (mozilla::KnownNotNull, ptr_SubstitutionMapping()) SubstitutionMapping;
1479 : }
1480 0 : (*(ptr_SubstitutionMapping())) = (aRhs).get_SubstitutionMapping();
1481 0 : break;
1482 : }
1483 : case T__None:
1484 : {
1485 0 : static_cast<void>(MaybeDestroy(t));
1486 0 : break;
1487 : }
1488 : default:
1489 : {
1490 0 : mozilla::ipc::LogicError("unreached");
1491 0 : break;
1492 : }
1493 : }
1494 0 : mType = t;
1495 0 : return (*(this));
1496 : }
1497 :
1498 0 : auto ChromeRegistryItem::operator==(const ChromePackage& aRhs) const -> bool
1499 : {
1500 0 : return (get_ChromePackage()) == (aRhs);
1501 : }
1502 :
1503 0 : auto ChromeRegistryItem::operator==(const OverrideMapping& aRhs) const -> bool
1504 : {
1505 0 : return (get_OverrideMapping()) == (aRhs);
1506 : }
1507 :
1508 0 : auto ChromeRegistryItem::operator==(const SubstitutionMapping& aRhs) const -> bool
1509 : {
1510 0 : return (get_SubstitutionMapping()) == (aRhs);
1511 : }
1512 :
1513 0 : auto ChromeRegistryItem::operator==(const ChromeRegistryItem& aRhs) const -> bool
1514 : {
1515 0 : if ((type()) != ((aRhs).type())) {
1516 0 : return false;
1517 : }
1518 :
1519 0 : switch (type()) {
1520 : case TChromePackage:
1521 : {
1522 0 : return (get_ChromePackage()) == ((aRhs).get_ChromePackage());
1523 : }
1524 : case TOverrideMapping:
1525 : {
1526 0 : return (get_OverrideMapping()) == ((aRhs).get_OverrideMapping());
1527 : }
1528 : case TSubstitutionMapping:
1529 : {
1530 0 : return (get_SubstitutionMapping()) == ((aRhs).get_SubstitutionMapping());
1531 : }
1532 : default:
1533 : {
1534 0 : mozilla::ipc::LogicError("unreached");
1535 0 : return false;
1536 : }
1537 : }
1538 : }
1539 :
1540 0 : auto ChromeRegistryItem::get(ChromePackage* aOutValue) const -> void
1541 : {
1542 0 : (*(aOutValue)) = get_ChromePackage();
1543 0 : }
1544 :
1545 0 : auto ChromeRegistryItem::get(OverrideMapping* aOutValue) const -> void
1546 : {
1547 0 : (*(aOutValue)) = get_OverrideMapping();
1548 0 : }
1549 :
1550 0 : auto ChromeRegistryItem::get(SubstitutionMapping* aOutValue) const -> void
1551 : {
1552 0 : (*(aOutValue)) = get_SubstitutionMapping();
1553 0 : }
1554 :
1555 :
1556 : //-----------------------------------------------------------------------------
1557 : // Method definitions for the IPDL type |struct FontListEntry|
1558 : //
1559 : namespace mozilla {
1560 : namespace dom {
1561 0 : MOZ_IMPLICIT FontListEntry::FontListEntry() :
1562 : familyName_(),
1563 : faceName_(),
1564 : filepath_(),
1565 : weight_(),
1566 : stretch_(),
1567 : italic_(),
1568 0 : index_()
1569 : {
1570 0 : Init();
1571 0 : }
1572 :
1573 0 : FontListEntry::~FontListEntry()
1574 : {
1575 0 : }
1576 :
1577 0 : auto FontListEntry::operator==(const FontListEntry& _o) const -> bool
1578 : {
1579 0 : if ((!((familyName()) == ((_o).familyName())))) {
1580 0 : return false;
1581 : }
1582 0 : if ((!((faceName()) == ((_o).faceName())))) {
1583 0 : return false;
1584 : }
1585 0 : if ((!((filepath()) == ((_o).filepath())))) {
1586 0 : return false;
1587 : }
1588 0 : if ((!((weight()) == ((_o).weight())))) {
1589 0 : return false;
1590 : }
1591 0 : if ((!((stretch()) == ((_o).stretch())))) {
1592 0 : return false;
1593 : }
1594 0 : if ((!((italic()) == ((_o).italic())))) {
1595 0 : return false;
1596 : }
1597 0 : if ((!((index()) == ((_o).index())))) {
1598 0 : return false;
1599 : }
1600 0 : return true;
1601 : }
1602 :
1603 0 : auto FontListEntry::operator!=(const FontListEntry& _o) const -> bool
1604 : {
1605 0 : return (!(operator==(_o)));
1606 : }
1607 :
1608 0 : auto FontListEntry::Init() -> void
1609 : {
1610 0 : }
1611 :
1612 0 : auto FontListEntry::Assign(
1613 : const nsString& _familyName,
1614 : const nsString& _faceName,
1615 : const nsCString& _filepath,
1616 : const uint16_t& _weight,
1617 : const int16_t& _stretch,
1618 : const uint8_t& _italic,
1619 : const uint8_t& _index) -> void
1620 : {
1621 0 : familyName_ = _familyName;
1622 0 : faceName_ = _faceName;
1623 0 : filepath_ = _filepath;
1624 0 : weight_ = _weight;
1625 0 : stretch_ = _stretch;
1626 0 : italic_ = _italic;
1627 0 : index_ = _index;
1628 0 : }
1629 :
1630 : } // namespace dom
1631 : } // namespace mozilla
1632 :
1633 : //-----------------------------------------------------------------------------
1634 : // Method definitions for the IPDL type |struct FontFamilyListEntry|
1635 : //
1636 : namespace mozilla {
1637 : namespace dom {
1638 0 : MOZ_IMPLICIT FontFamilyListEntry::FontFamilyListEntry() :
1639 : familyName_(),
1640 0 : entryType_()
1641 : {
1642 0 : Init();
1643 0 : }
1644 :
1645 0 : FontFamilyListEntry::~FontFamilyListEntry()
1646 : {
1647 0 : }
1648 :
1649 0 : auto FontFamilyListEntry::operator==(const FontFamilyListEntry& _o) const -> bool
1650 : {
1651 0 : if ((!((familyName()) == ((_o).familyName())))) {
1652 0 : return false;
1653 : }
1654 0 : if ((!((entryType()) == ((_o).entryType())))) {
1655 0 : return false;
1656 : }
1657 0 : return true;
1658 : }
1659 :
1660 0 : auto FontFamilyListEntry::operator!=(const FontFamilyListEntry& _o) const -> bool
1661 : {
1662 0 : return (!(operator==(_o)));
1663 : }
1664 :
1665 0 : auto FontFamilyListEntry::Init() -> void
1666 : {
1667 0 : }
1668 :
1669 0 : auto FontFamilyListEntry::Assign(
1670 : const nsString& _familyName,
1671 : const uint8_t& _entryType) -> void
1672 : {
1673 0 : familyName_ = _familyName;
1674 0 : entryType_ = _entryType;
1675 0 : }
1676 :
1677 : } // namespace dom
1678 : } // namespace mozilla
1679 :
1680 : //-----------------------------------------------------------------------------
1681 : // Method definitions for the IPDL type |union PrefValue|
1682 : //
1683 : namespace mozilla {
1684 : namespace dom {
1685 51744 : auto PrefValue::MaybeDestroy(Type aNewType) -> bool
1686 : {
1687 51744 : if ((mType) == (T__None)) {
1688 38158 : return true;
1689 : }
1690 13586 : if ((mType) == (aNewType)) {
1691 0 : return false;
1692 : }
1693 13586 : switch (mType) {
1694 : case TnsCString:
1695 : {
1696 3332 : (ptr_nsCString())->~nsCString__tdef();
1697 3332 : break;
1698 : }
1699 : case Tint32_t:
1700 : {
1701 3498 : (ptr_int32_t())->~int32_t__tdef();
1702 3498 : break;
1703 : }
1704 : case Tbool:
1705 : {
1706 6756 : (ptr_bool())->~bool__tdef();
1707 6756 : break;
1708 : }
1709 : default:
1710 : {
1711 0 : mozilla::ipc::LogicError("not reached");
1712 0 : break;
1713 : }
1714 : }
1715 13586 : return true;
1716 : }
1717 :
1718 8 : MOZ_IMPLICIT PrefValue::PrefValue(const nsCString& aOther)
1719 : {
1720 8 : new (mozilla::KnownNotNull, ptr_nsCString()) nsCString(aOther);
1721 8 : mType = TnsCString;
1722 8 : }
1723 :
1724 68 : MOZ_IMPLICIT PrefValue::PrefValue(const int32_t& aOther)
1725 : {
1726 68 : new (mozilla::KnownNotNull, ptr_int32_t()) int32_t(aOther);
1727 68 : mType = Tint32_t;
1728 68 : }
1729 :
1730 184 : MOZ_IMPLICIT PrefValue::PrefValue(const bool& aOther)
1731 : {
1732 184 : new (mozilla::KnownNotNull, ptr_bool()) bool(aOther);
1733 184 : mType = Tbool;
1734 184 : }
1735 :
1736 260 : MOZ_IMPLICIT PrefValue::PrefValue(const PrefValue& aOther)
1737 : {
1738 260 : (aOther).AssertSanity();
1739 260 : switch ((aOther).type()) {
1740 : case TnsCString:
1741 : {
1742 8 : new (mozilla::KnownNotNull, ptr_nsCString()) nsCString((aOther).get_nsCString());
1743 8 : break;
1744 : }
1745 : case Tint32_t:
1746 : {
1747 68 : new (mozilla::KnownNotNull, ptr_int32_t()) int32_t((aOther).get_int32_t());
1748 68 : break;
1749 : }
1750 : case Tbool:
1751 : {
1752 184 : new (mozilla::KnownNotNull, ptr_bool()) bool((aOther).get_bool());
1753 184 : break;
1754 : }
1755 : case T__None:
1756 : {
1757 0 : break;
1758 : }
1759 : default:
1760 : {
1761 0 : mozilla::ipc::LogicError("unreached");
1762 0 : return;
1763 : }
1764 : }
1765 260 : mType = (aOther).type();
1766 : }
1767 :
1768 52264 : PrefValue::~PrefValue()
1769 : {
1770 26132 : static_cast<void>(MaybeDestroy(T__None));
1771 26132 : }
1772 :
1773 3300 : auto PrefValue::operator=(const nsCString& aRhs) -> PrefValue&
1774 : {
1775 3300 : if (MaybeDestroy(TnsCString)) {
1776 3300 : new (mozilla::KnownNotNull, ptr_nsCString()) nsCString;
1777 : }
1778 3300 : (*(ptr_nsCString())) = aRhs;
1779 3300 : mType = TnsCString;
1780 3300 : return (*(this));
1781 : }
1782 :
1783 3226 : auto PrefValue::operator=(const int32_t& aRhs) -> PrefValue&
1784 : {
1785 3226 : if (MaybeDestroy(Tint32_t)) {
1786 3226 : new (mozilla::KnownNotNull, ptr_int32_t()) int32_t;
1787 : }
1788 3226 : (*(ptr_int32_t())) = aRhs;
1789 3226 : mType = Tint32_t;
1790 3226 : return (*(this));
1791 : }
1792 :
1793 6020 : auto PrefValue::operator=(const bool& aRhs) -> PrefValue&
1794 : {
1795 6020 : if (MaybeDestroy(Tbool)) {
1796 6020 : new (mozilla::KnownNotNull, ptr_bool()) bool;
1797 : }
1798 6020 : (*(ptr_bool())) = aRhs;
1799 6020 : mType = Tbool;
1800 6020 : return (*(this));
1801 : }
1802 :
1803 13066 : auto PrefValue::operator=(const PrefValue& aRhs) -> PrefValue&
1804 : {
1805 13066 : (aRhs).AssertSanity();
1806 13066 : Type t = (aRhs).type();
1807 13066 : switch (t) {
1808 : case TnsCString:
1809 : {
1810 16 : if (MaybeDestroy(t)) {
1811 16 : new (mozilla::KnownNotNull, ptr_nsCString()) nsCString;
1812 : }
1813 16 : (*(ptr_nsCString())) = (aRhs).get_nsCString();
1814 16 : break;
1815 : }
1816 : case Tint32_t:
1817 : {
1818 136 : if (MaybeDestroy(t)) {
1819 136 : new (mozilla::KnownNotNull, ptr_int32_t()) int32_t;
1820 : }
1821 136 : (*(ptr_int32_t())) = (aRhs).get_int32_t();
1822 136 : break;
1823 : }
1824 : case Tbool:
1825 : {
1826 368 : if (MaybeDestroy(t)) {
1827 368 : new (mozilla::KnownNotNull, ptr_bool()) bool;
1828 : }
1829 368 : (*(ptr_bool())) = (aRhs).get_bool();
1830 368 : break;
1831 : }
1832 : case T__None:
1833 : {
1834 12546 : static_cast<void>(MaybeDestroy(t));
1835 12546 : break;
1836 : }
1837 : default:
1838 : {
1839 0 : mozilla::ipc::LogicError("unreached");
1840 0 : break;
1841 : }
1842 : }
1843 13066 : mType = t;
1844 13066 : return (*(this));
1845 : }
1846 :
1847 0 : auto PrefValue::operator==(const nsCString& aRhs) const -> bool
1848 : {
1849 0 : return (get_nsCString()) == (aRhs);
1850 : }
1851 :
1852 0 : auto PrefValue::operator==(const int32_t& aRhs) const -> bool
1853 : {
1854 0 : return (get_int32_t()) == (aRhs);
1855 : }
1856 :
1857 0 : auto PrefValue::operator==(const bool& aRhs) const -> bool
1858 : {
1859 0 : return (get_bool()) == (aRhs);
1860 : }
1861 :
1862 0 : auto PrefValue::operator==(const PrefValue& aRhs) const -> bool
1863 : {
1864 0 : if ((type()) != ((aRhs).type())) {
1865 0 : return false;
1866 : }
1867 :
1868 0 : switch (type()) {
1869 : case TnsCString:
1870 : {
1871 0 : return (get_nsCString()) == ((aRhs).get_nsCString());
1872 : }
1873 : case Tint32_t:
1874 : {
1875 0 : return (get_int32_t()) == ((aRhs).get_int32_t());
1876 : }
1877 : case Tbool:
1878 : {
1879 0 : return (get_bool()) == ((aRhs).get_bool());
1880 : }
1881 : default:
1882 : {
1883 0 : mozilla::ipc::LogicError("unreached");
1884 0 : return false;
1885 : }
1886 : }
1887 : }
1888 :
1889 0 : auto PrefValue::get(nsCString* aOutValue) const -> void
1890 : {
1891 0 : (*(aOutValue)) = get_nsCString();
1892 0 : }
1893 :
1894 0 : auto PrefValue::get(int32_t* aOutValue) const -> void
1895 : {
1896 0 : (*(aOutValue)) = get_int32_t();
1897 0 : }
1898 :
1899 0 : auto PrefValue::get(bool* aOutValue) const -> void
1900 : {
1901 0 : (*(aOutValue)) = get_bool();
1902 0 : }
1903 :
1904 : } // namespace dom
1905 : } // namespace mozilla
1906 :
1907 : //-----------------------------------------------------------------------------
1908 : // Method definitions for the IPDL type |union MaybePrefValue|
1909 : //
1910 : namespace mozilla {
1911 : namespace dom {
1912 51396 : auto MaybePrefValue::MaybeDestroy(Type aNewType) -> bool
1913 : {
1914 51396 : if ((mType) == (T__None)) {
1915 26172 : return true;
1916 : }
1917 25224 : if ((mType) == (aNewType)) {
1918 22 : return false;
1919 : }
1920 25202 : switch (mType) {
1921 : case TPrefValue:
1922 : {
1923 13326 : (ptr_PrefValue())->~PrefValue__tdef();
1924 13326 : break;
1925 : }
1926 : case Tnull_t:
1927 : {
1928 11876 : (ptr_null_t())->~null_t__tdef();
1929 11876 : break;
1930 : }
1931 : default:
1932 : {
1933 0 : mozilla::ipc::LogicError("not reached");
1934 0 : break;
1935 : }
1936 : }
1937 25202 : return true;
1938 : }
1939 :
1940 260 : MOZ_IMPLICIT MaybePrefValue::MaybePrefValue(const PrefValue& aOther)
1941 : {
1942 260 : new (mozilla::KnownNotNull, ptr_PrefValue()) PrefValue(aOther);
1943 260 : mType = TPrefValue;
1944 260 : }
1945 :
1946 46 : MOZ_IMPLICIT MaybePrefValue::MaybePrefValue(const null_t& aOther)
1947 : {
1948 46 : new (mozilla::KnownNotNull, ptr_null_t()) null_t(aOther);
1949 46 : mType = Tnull_t;
1950 46 : }
1951 :
1952 0 : MOZ_IMPLICIT MaybePrefValue::MaybePrefValue(const MaybePrefValue& aOther)
1953 : {
1954 0 : (aOther).AssertSanity();
1955 0 : switch ((aOther).type()) {
1956 : case TPrefValue:
1957 : {
1958 0 : new (mozilla::KnownNotNull, ptr_PrefValue()) PrefValue((aOther).get_PrefValue());
1959 0 : break;
1960 : }
1961 : case Tnull_t:
1962 : {
1963 0 : new (mozilla::KnownNotNull, ptr_null_t()) null_t((aOther).get_null_t());
1964 0 : break;
1965 : }
1966 : case T__None:
1967 : {
1968 0 : break;
1969 : }
1970 : default:
1971 : {
1972 0 : mozilla::ipc::LogicError("unreached");
1973 0 : return;
1974 : }
1975 : }
1976 0 : mType = (aOther).type();
1977 : }
1978 :
1979 51916 : MaybePrefValue::~MaybePrefValue()
1980 : {
1981 25958 : static_cast<void>(MaybeDestroy(T__None));
1982 25958 : }
1983 :
1984 12546 : auto MaybePrefValue::operator=(const PrefValue& aRhs) -> MaybePrefValue&
1985 : {
1986 12546 : if (MaybeDestroy(TPrefValue)) {
1987 12546 : new (mozilla::KnownNotNull, ptr_PrefValue()) PrefValue;
1988 : }
1989 12546 : (*(ptr_PrefValue())) = aRhs;
1990 12546 : mType = TPrefValue;
1991 12546 : return (*(this));
1992 : }
1993 :
1994 11806 : auto MaybePrefValue::operator=(const null_t& aRhs) -> MaybePrefValue&
1995 : {
1996 11806 : if (MaybeDestroy(Tnull_t)) {
1997 11784 : new (mozilla::KnownNotNull, ptr_null_t()) null_t;
1998 : }
1999 11806 : (*(ptr_null_t())) = aRhs;
2000 11806 : mType = Tnull_t;
2001 11806 : return (*(this));
2002 : }
2003 :
2004 1086 : auto MaybePrefValue::operator=(const MaybePrefValue& aRhs) -> MaybePrefValue&
2005 : {
2006 1086 : (aRhs).AssertSanity();
2007 1086 : Type t = (aRhs).type();
2008 1086 : switch (t) {
2009 : case TPrefValue:
2010 : {
2011 520 : if (MaybeDestroy(t)) {
2012 520 : new (mozilla::KnownNotNull, ptr_PrefValue()) PrefValue;
2013 : }
2014 520 : (*(ptr_PrefValue())) = (aRhs).get_PrefValue();
2015 520 : break;
2016 : }
2017 : case Tnull_t:
2018 : {
2019 46 : if (MaybeDestroy(t)) {
2020 46 : new (mozilla::KnownNotNull, ptr_null_t()) null_t;
2021 : }
2022 46 : (*(ptr_null_t())) = (aRhs).get_null_t();
2023 46 : break;
2024 : }
2025 : case T__None:
2026 : {
2027 520 : static_cast<void>(MaybeDestroy(t));
2028 520 : break;
2029 : }
2030 : default:
2031 : {
2032 0 : mozilla::ipc::LogicError("unreached");
2033 0 : break;
2034 : }
2035 : }
2036 1086 : mType = t;
2037 1086 : return (*(this));
2038 : }
2039 :
2040 0 : auto MaybePrefValue::operator==(const PrefValue& aRhs) const -> bool
2041 : {
2042 0 : return (get_PrefValue()) == (aRhs);
2043 : }
2044 :
2045 0 : auto MaybePrefValue::operator==(const null_t& aRhs) const -> bool
2046 : {
2047 0 : return (get_null_t()) == (aRhs);
2048 : }
2049 :
2050 0 : auto MaybePrefValue::operator==(const MaybePrefValue& aRhs) const -> bool
2051 : {
2052 0 : if ((type()) != ((aRhs).type())) {
2053 0 : return false;
2054 : }
2055 :
2056 0 : switch (type()) {
2057 : case TPrefValue:
2058 : {
2059 0 : return (get_PrefValue()) == ((aRhs).get_PrefValue());
2060 : }
2061 : case Tnull_t:
2062 : {
2063 0 : return (get_null_t()) == ((aRhs).get_null_t());
2064 : }
2065 : default:
2066 : {
2067 0 : mozilla::ipc::LogicError("unreached");
2068 0 : return false;
2069 : }
2070 : }
2071 : }
2072 :
2073 0 : auto MaybePrefValue::get(PrefValue* aOutValue) const -> void
2074 : {
2075 0 : (*(aOutValue)) = get_PrefValue();
2076 0 : }
2077 :
2078 0 : auto MaybePrefValue::get(null_t* aOutValue) const -> void
2079 : {
2080 0 : (*(aOutValue)) = get_null_t();
2081 0 : }
2082 :
2083 : } // namespace dom
2084 : } // namespace mozilla
2085 :
2086 : //-----------------------------------------------------------------------------
2087 : // Method definitions for the IPDL type |struct PrefSetting|
2088 : //
2089 : namespace mozilla {
2090 : namespace dom {
2091 12153 : MOZ_IMPLICIT PrefSetting::PrefSetting() :
2092 12153 : name_()
2093 : {
2094 12153 : Init();
2095 12153 : }
2096 :
2097 12696 : PrefSetting::~PrefSetting()
2098 : {
2099 12696 : }
2100 :
2101 0 : auto PrefSetting::operator==(const PrefSetting& _o) const -> bool
2102 : {
2103 0 : if ((!((name()) == ((_o).name())))) {
2104 0 : return false;
2105 : }
2106 0 : if ((!((defaultValue()) == ((_o).defaultValue())))) {
2107 0 : return false;
2108 : }
2109 0 : if ((!((userValue()) == ((_o).userValue())))) {
2110 0 : return false;
2111 : }
2112 0 : return true;
2113 : }
2114 :
2115 0 : auto PrefSetting::operator!=(const PrefSetting& _o) const -> bool
2116 : {
2117 0 : return (!(operator==(_o)));
2118 : }
2119 :
2120 12696 : auto PrefSetting::Init() -> void
2121 : {
2122 12696 : }
2123 :
2124 543 : auto PrefSetting::Assign(
2125 : const nsCString& _name,
2126 : const MaybePrefValue& _defaultValue,
2127 : const MaybePrefValue& _userValue) -> void
2128 : {
2129 543 : name_ = _name;
2130 543 : defaultValue_ = _defaultValue;
2131 543 : userValue_ = _userValue;
2132 543 : }
2133 :
2134 : } // namespace dom
2135 : } // namespace mozilla
2136 :
2137 : //-----------------------------------------------------------------------------
2138 : // Method definitions for the IPDL type |struct DataStorageItem|
2139 : //
2140 : namespace mozilla {
2141 : namespace dom {
2142 0 : MOZ_IMPLICIT DataStorageItem::DataStorageItem() :
2143 : key_(),
2144 : value_(),
2145 0 : type_()
2146 : {
2147 0 : Init();
2148 0 : }
2149 :
2150 0 : DataStorageItem::~DataStorageItem()
2151 : {
2152 0 : }
2153 :
2154 0 : auto DataStorageItem::operator==(const DataStorageItem& _o) const -> bool
2155 : {
2156 0 : if ((!((key()) == ((_o).key())))) {
2157 0 : return false;
2158 : }
2159 0 : if ((!((value()) == ((_o).value())))) {
2160 0 : return false;
2161 : }
2162 0 : if ((!((type()) == ((_o).type())))) {
2163 0 : return false;
2164 : }
2165 0 : return true;
2166 : }
2167 :
2168 0 : auto DataStorageItem::operator!=(const DataStorageItem& _o) const -> bool
2169 : {
2170 0 : return (!(operator==(_o)));
2171 : }
2172 :
2173 0 : auto DataStorageItem::Init() -> void
2174 : {
2175 0 : }
2176 :
2177 0 : auto DataStorageItem::Assign(
2178 : const nsCString& _key,
2179 : const nsCString& _value,
2180 : const DataStorageType& _type) -> void
2181 : {
2182 0 : key_ = _key;
2183 0 : value_ = _value;
2184 0 : type_ = _type;
2185 0 : }
2186 :
2187 : } // namespace dom
2188 : } // namespace mozilla
2189 :
2190 : //-----------------------------------------------------------------------------
2191 : // Method definitions for the IPDL type |struct DataStorageEntry|
2192 : //
2193 : namespace mozilla {
2194 : namespace dom {
2195 12 : MOZ_IMPLICIT DataStorageEntry::DataStorageEntry() :
2196 12 : filename_()
2197 : {
2198 12 : Init();
2199 12 : }
2200 :
2201 21 : DataStorageEntry::~DataStorageEntry()
2202 : {
2203 21 : }
2204 :
2205 0 : auto DataStorageEntry::operator==(const DataStorageEntry& _o) const -> bool
2206 : {
2207 0 : if ((!((items()) == ((_o).items())))) {
2208 0 : return false;
2209 : }
2210 0 : if ((!((filename()) == ((_o).filename())))) {
2211 0 : return false;
2212 : }
2213 0 : return true;
2214 : }
2215 :
2216 0 : auto DataStorageEntry::operator!=(const DataStorageEntry& _o) const -> bool
2217 : {
2218 0 : return (!(operator==(_o)));
2219 : }
2220 :
2221 21 : auto DataStorageEntry::Init() -> void
2222 : {
2223 21 : }
2224 :
2225 9 : auto DataStorageEntry::Assign(
2226 : const nsTArray<DataStorageItem>& _items,
2227 : const nsString& _filename) -> void
2228 : {
2229 9 : items_ = _items;
2230 9 : filename_ = _filename;
2231 9 : }
2232 :
2233 : } // namespace dom
2234 : } // namespace mozilla
2235 :
2236 : //-----------------------------------------------------------------------------
2237 : // Method definitions for the IPDL type |struct ClipboardCapabilities|
2238 : //
2239 : namespace mozilla {
2240 : namespace dom {
2241 4 : MOZ_IMPLICIT ClipboardCapabilities::ClipboardCapabilities() :
2242 : supportsSelectionClipboard_(),
2243 4 : supportsFindClipboard_()
2244 : {
2245 4 : Init();
2246 4 : }
2247 :
2248 4 : ClipboardCapabilities::~ClipboardCapabilities()
2249 : {
2250 4 : }
2251 :
2252 0 : auto ClipboardCapabilities::operator==(const ClipboardCapabilities& _o) const -> bool
2253 : {
2254 0 : if ((!((supportsSelectionClipboard()) == ((_o).supportsSelectionClipboard())))) {
2255 0 : return false;
2256 : }
2257 0 : if ((!((supportsFindClipboard()) == ((_o).supportsFindClipboard())))) {
2258 0 : return false;
2259 : }
2260 0 : return true;
2261 : }
2262 :
2263 0 : auto ClipboardCapabilities::operator!=(const ClipboardCapabilities& _o) const -> bool
2264 : {
2265 0 : return (!(operator==(_o)));
2266 : }
2267 :
2268 6 : auto ClipboardCapabilities::Init() -> void
2269 : {
2270 6 : }
2271 :
2272 4 : auto ClipboardCapabilities::Assign(
2273 : const bool& _supportsSelectionClipboard,
2274 : const bool& _supportsFindClipboard) -> void
2275 : {
2276 4 : supportsSelectionClipboard_ = _supportsSelectionClipboard;
2277 4 : supportsFindClipboard_ = _supportsFindClipboard;
2278 4 : }
2279 :
2280 : } // namespace dom
2281 : } // namespace mozilla
2282 :
2283 : //-----------------------------------------------------------------------------
2284 : // Method definitions for the IPDL type |union FileDescOrError|
2285 : //
2286 : namespace mozilla {
2287 : namespace dom {
2288 6 : auto FileDescOrError::MaybeDestroy(Type aNewType) -> bool
2289 : {
2290 6 : if ((mType) == (T__None)) {
2291 2 : return true;
2292 : }
2293 4 : if ((mType) == (aNewType)) {
2294 0 : return false;
2295 : }
2296 4 : switch (mType) {
2297 : case TFileDescriptor:
2298 : {
2299 4 : (ptr_FileDescriptor())->~FileDescriptor__tdef();
2300 4 : break;
2301 : }
2302 : case Tnsresult:
2303 : {
2304 0 : (ptr_nsresult())->~nsresult__tdef();
2305 0 : break;
2306 : }
2307 : default:
2308 : {
2309 0 : mozilla::ipc::LogicError("not reached");
2310 0 : break;
2311 : }
2312 : }
2313 4 : return true;
2314 : }
2315 :
2316 2 : MOZ_IMPLICIT FileDescOrError::FileDescOrError(const FileDescriptor& aOther)
2317 : {
2318 2 : new (mozilla::KnownNotNull, ptr_FileDescriptor()) FileDescriptor(aOther);
2319 2 : mType = TFileDescriptor;
2320 2 : }
2321 :
2322 0 : MOZ_IMPLICIT FileDescOrError::FileDescOrError(const nsresult& aOther)
2323 : {
2324 0 : new (mozilla::KnownNotNull, ptr_nsresult()) nsresult(aOther);
2325 0 : mType = Tnsresult;
2326 0 : }
2327 :
2328 0 : MOZ_IMPLICIT FileDescOrError::FileDescOrError(const FileDescOrError& aOther)
2329 : {
2330 0 : (aOther).AssertSanity();
2331 0 : switch ((aOther).type()) {
2332 : case TFileDescriptor:
2333 : {
2334 0 : new (mozilla::KnownNotNull, ptr_FileDescriptor()) FileDescriptor((aOther).get_FileDescriptor());
2335 0 : break;
2336 : }
2337 : case Tnsresult:
2338 : {
2339 0 : new (mozilla::KnownNotNull, ptr_nsresult()) nsresult((aOther).get_nsresult());
2340 0 : break;
2341 : }
2342 : case T__None:
2343 : {
2344 0 : break;
2345 : }
2346 : default:
2347 : {
2348 0 : mozilla::ipc::LogicError("unreached");
2349 0 : return;
2350 : }
2351 : }
2352 0 : mType = (aOther).type();
2353 : }
2354 :
2355 8 : FileDescOrError::~FileDescOrError()
2356 : {
2357 4 : static_cast<void>(MaybeDestroy(T__None));
2358 4 : }
2359 :
2360 2 : auto FileDescOrError::operator=(const FileDescriptor& aRhs) -> FileDescOrError&
2361 : {
2362 2 : if (MaybeDestroy(TFileDescriptor)) {
2363 2 : new (mozilla::KnownNotNull, ptr_FileDescriptor()) FileDescriptor;
2364 : }
2365 2 : (*(ptr_FileDescriptor())) = aRhs;
2366 2 : mType = TFileDescriptor;
2367 2 : return (*(this));
2368 : }
2369 :
2370 0 : auto FileDescOrError::operator=(const nsresult& aRhs) -> FileDescOrError&
2371 : {
2372 0 : if (MaybeDestroy(Tnsresult)) {
2373 0 : new (mozilla::KnownNotNull, ptr_nsresult()) nsresult;
2374 : }
2375 0 : (*(ptr_nsresult())) = aRhs;
2376 0 : mType = Tnsresult;
2377 0 : return (*(this));
2378 : }
2379 :
2380 0 : auto FileDescOrError::operator=(const FileDescOrError& aRhs) -> FileDescOrError&
2381 : {
2382 0 : (aRhs).AssertSanity();
2383 0 : Type t = (aRhs).type();
2384 0 : switch (t) {
2385 : case TFileDescriptor:
2386 : {
2387 0 : if (MaybeDestroy(t)) {
2388 0 : new (mozilla::KnownNotNull, ptr_FileDescriptor()) FileDescriptor;
2389 : }
2390 0 : (*(ptr_FileDescriptor())) = (aRhs).get_FileDescriptor();
2391 0 : break;
2392 : }
2393 : case Tnsresult:
2394 : {
2395 0 : if (MaybeDestroy(t)) {
2396 0 : new (mozilla::KnownNotNull, ptr_nsresult()) nsresult;
2397 : }
2398 0 : (*(ptr_nsresult())) = (aRhs).get_nsresult();
2399 0 : break;
2400 : }
2401 : case T__None:
2402 : {
2403 0 : static_cast<void>(MaybeDestroy(t));
2404 0 : break;
2405 : }
2406 : default:
2407 : {
2408 0 : mozilla::ipc::LogicError("unreached");
2409 0 : break;
2410 : }
2411 : }
2412 0 : mType = t;
2413 0 : return (*(this));
2414 : }
2415 :
2416 0 : auto FileDescOrError::operator==(const FileDescriptor& aRhs) const -> bool
2417 : {
2418 0 : return (get_FileDescriptor()) == (aRhs);
2419 : }
2420 :
2421 0 : auto FileDescOrError::operator==(const nsresult& aRhs) const -> bool
2422 : {
2423 0 : return (get_nsresult()) == (aRhs);
2424 : }
2425 :
2426 0 : auto FileDescOrError::operator==(const FileDescOrError& aRhs) const -> bool
2427 : {
2428 0 : if ((type()) != ((aRhs).type())) {
2429 0 : return false;
2430 : }
2431 :
2432 0 : switch (type()) {
2433 : case TFileDescriptor:
2434 : {
2435 0 : return (get_FileDescriptor()) == ((aRhs).get_FileDescriptor());
2436 : }
2437 : case Tnsresult:
2438 : {
2439 0 : return (get_nsresult()) == ((aRhs).get_nsresult());
2440 : }
2441 : default:
2442 : {
2443 0 : mozilla::ipc::LogicError("unreached");
2444 0 : return false;
2445 : }
2446 : }
2447 : }
2448 :
2449 0 : auto FileDescOrError::get(FileDescriptor* aOutValue) const -> void
2450 : {
2451 0 : (*(aOutValue)) = get_FileDescriptor();
2452 0 : }
2453 :
2454 0 : auto FileDescOrError::get(nsresult* aOutValue) const -> void
2455 : {
2456 0 : (*(aOutValue)) = get_nsresult();
2457 0 : }
2458 :
2459 : } // namespace dom
2460 : } // namespace mozilla
2461 :
2462 : //-----------------------------------------------------------------------------
2463 : // Method definitions for the IPDL type |struct DomainPolicyClone|
2464 : //
2465 : namespace mozilla {
2466 : namespace dom {
2467 4 : MOZ_IMPLICIT DomainPolicyClone::DomainPolicyClone() :
2468 4 : active_()
2469 : {
2470 4 : Init();
2471 4 : }
2472 :
2473 4 : DomainPolicyClone::~DomainPolicyClone()
2474 : {
2475 4 : }
2476 :
2477 0 : auto DomainPolicyClone::operator==(const DomainPolicyClone& _o) const -> bool
2478 : {
2479 0 : if ((!((active()) == ((_o).active())))) {
2480 0 : return false;
2481 : }
2482 0 : if ((!((blacklist()) == ((_o).blacklist())))) {
2483 0 : return false;
2484 : }
2485 0 : if ((!((whitelist()) == ((_o).whitelist())))) {
2486 0 : return false;
2487 : }
2488 0 : if ((!((superBlacklist()) == ((_o).superBlacklist())))) {
2489 0 : return false;
2490 : }
2491 0 : if ((!((superWhitelist()) == ((_o).superWhitelist())))) {
2492 0 : return false;
2493 : }
2494 0 : return true;
2495 : }
2496 :
2497 0 : auto DomainPolicyClone::operator!=(const DomainPolicyClone& _o) const -> bool
2498 : {
2499 0 : return (!(operator==(_o)));
2500 : }
2501 :
2502 4 : auto DomainPolicyClone::Init() -> void
2503 : {
2504 4 : }
2505 :
2506 0 : auto DomainPolicyClone::Assign(
2507 : const bool& _active,
2508 : const nsTArray<URIParams>& _blacklist,
2509 : const nsTArray<URIParams>& _whitelist,
2510 : const nsTArray<URIParams>& _superBlacklist,
2511 : const nsTArray<URIParams>& _superWhitelist) -> void
2512 : {
2513 0 : active_ = _active;
2514 0 : blacklist_ = _blacklist;
2515 0 : whitelist_ = _whitelist;
2516 0 : superBlacklist_ = _superBlacklist;
2517 0 : superWhitelist_ = _superWhitelist;
2518 0 : }
2519 :
2520 : } // namespace dom
2521 : } // namespace mozilla
2522 :
2523 : //-----------------------------------------------------------------------------
2524 : // Method definitions for the IPDL type |struct AndroidSystemInfo|
2525 : //
2526 : namespace mozilla {
2527 : namespace dom {
2528 0 : MOZ_IMPLICIT AndroidSystemInfo::AndroidSystemInfo() :
2529 : device_(),
2530 : manufacturer_(),
2531 : release_version_(),
2532 : hardware_(),
2533 : sdk_version_(),
2534 0 : isTablet_()
2535 : {
2536 0 : Init();
2537 0 : }
2538 :
2539 0 : AndroidSystemInfo::~AndroidSystemInfo()
2540 : {
2541 0 : }
2542 :
2543 0 : auto AndroidSystemInfo::operator==(const AndroidSystemInfo& _o) const -> bool
2544 : {
2545 0 : if ((!((device()) == ((_o).device())))) {
2546 0 : return false;
2547 : }
2548 0 : if ((!((manufacturer()) == ((_o).manufacturer())))) {
2549 0 : return false;
2550 : }
2551 0 : if ((!((release_version()) == ((_o).release_version())))) {
2552 0 : return false;
2553 : }
2554 0 : if ((!((hardware()) == ((_o).hardware())))) {
2555 0 : return false;
2556 : }
2557 0 : if ((!((sdk_version()) == ((_o).sdk_version())))) {
2558 0 : return false;
2559 : }
2560 0 : if ((!((isTablet()) == ((_o).isTablet())))) {
2561 0 : return false;
2562 : }
2563 0 : return true;
2564 : }
2565 :
2566 0 : auto AndroidSystemInfo::operator!=(const AndroidSystemInfo& _o) const -> bool
2567 : {
2568 0 : return (!(operator==(_o)));
2569 : }
2570 :
2571 0 : auto AndroidSystemInfo::Init() -> void
2572 : {
2573 0 : }
2574 :
2575 0 : auto AndroidSystemInfo::Assign(
2576 : const nsString& _device,
2577 : const nsString& _manufacturer,
2578 : const nsString& _release_version,
2579 : const nsString& _hardware,
2580 : const uint32_t& _sdk_version,
2581 : const bool& _isTablet) -> void
2582 : {
2583 0 : device_ = _device;
2584 0 : manufacturer_ = _manufacturer;
2585 0 : release_version_ = _release_version;
2586 0 : hardware_ = _hardware;
2587 0 : sdk_version_ = _sdk_version;
2588 0 : isTablet_ = _isTablet;
2589 0 : }
2590 :
2591 : } // namespace dom
2592 : } // namespace mozilla
2593 :
2594 : //-----------------------------------------------------------------------------
2595 : // Method definitions for the IPDL type |struct GetFilesResponseSuccess|
2596 : //
2597 : namespace mozilla {
2598 : namespace dom {
2599 0 : MOZ_IMPLICIT GetFilesResponseSuccess::GetFilesResponseSuccess()
2600 : {
2601 0 : Init();
2602 0 : }
2603 :
2604 0 : GetFilesResponseSuccess::~GetFilesResponseSuccess()
2605 : {
2606 0 : }
2607 :
2608 0 : auto GetFilesResponseSuccess::operator==(const GetFilesResponseSuccess& _o) const -> bool
2609 : {
2610 0 : if ((!((blobs()) == ((_o).blobs())))) {
2611 0 : return false;
2612 : }
2613 0 : return true;
2614 : }
2615 :
2616 0 : auto GetFilesResponseSuccess::operator!=(const GetFilesResponseSuccess& _o) const -> bool
2617 : {
2618 0 : return (!(operator==(_o)));
2619 : }
2620 :
2621 0 : auto GetFilesResponseSuccess::Init() -> void
2622 : {
2623 0 : }
2624 :
2625 0 : auto GetFilesResponseSuccess::Assign(const nsTArray<IPCBlob>& _blobs) -> void
2626 : {
2627 0 : blobs_ = _blobs;
2628 0 : }
2629 :
2630 : } // namespace dom
2631 : } // namespace mozilla
2632 :
2633 : //-----------------------------------------------------------------------------
2634 : // Method definitions for the IPDL type |struct GetFilesResponseFailure|
2635 : //
2636 : namespace mozilla {
2637 : namespace dom {
2638 0 : MOZ_IMPLICIT GetFilesResponseFailure::GetFilesResponseFailure() :
2639 0 : errorCode_()
2640 : {
2641 0 : Init();
2642 0 : }
2643 :
2644 0 : GetFilesResponseFailure::~GetFilesResponseFailure()
2645 : {
2646 0 : }
2647 :
2648 0 : auto GetFilesResponseFailure::operator==(const GetFilesResponseFailure& _o) const -> bool
2649 : {
2650 0 : if ((!((errorCode()) == ((_o).errorCode())))) {
2651 0 : return false;
2652 : }
2653 0 : return true;
2654 : }
2655 :
2656 0 : auto GetFilesResponseFailure::operator!=(const GetFilesResponseFailure& _o) const -> bool
2657 : {
2658 0 : return (!(operator==(_o)));
2659 : }
2660 :
2661 0 : auto GetFilesResponseFailure::Init() -> void
2662 : {
2663 0 : }
2664 :
2665 0 : auto GetFilesResponseFailure::Assign(const nsresult& _errorCode) -> void
2666 : {
2667 0 : errorCode_ = _errorCode;
2668 0 : }
2669 :
2670 : } // namespace dom
2671 : } // namespace mozilla
2672 :
2673 : //-----------------------------------------------------------------------------
2674 : // Method definitions for the IPDL type |union GetFilesResponseResult|
2675 : //
2676 : namespace mozilla {
2677 : namespace dom {
2678 0 : auto GetFilesResponseResult::MaybeDestroy(Type aNewType) -> bool
2679 : {
2680 0 : if ((mType) == (T__None)) {
2681 0 : return true;
2682 : }
2683 0 : if ((mType) == (aNewType)) {
2684 0 : return false;
2685 : }
2686 0 : switch (mType) {
2687 : case TGetFilesResponseSuccess:
2688 : {
2689 0 : (ptr_GetFilesResponseSuccess())->~GetFilesResponseSuccess__tdef();
2690 0 : break;
2691 : }
2692 : case TGetFilesResponseFailure:
2693 : {
2694 0 : (ptr_GetFilesResponseFailure())->~GetFilesResponseFailure__tdef();
2695 0 : break;
2696 : }
2697 : default:
2698 : {
2699 0 : mozilla::ipc::LogicError("not reached");
2700 0 : break;
2701 : }
2702 : }
2703 0 : return true;
2704 : }
2705 :
2706 0 : MOZ_IMPLICIT GetFilesResponseResult::GetFilesResponseResult(const GetFilesResponseSuccess& aOther)
2707 : {
2708 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseSuccess()) GetFilesResponseSuccess(aOther);
2709 0 : mType = TGetFilesResponseSuccess;
2710 0 : }
2711 :
2712 0 : MOZ_IMPLICIT GetFilesResponseResult::GetFilesResponseResult(const GetFilesResponseFailure& aOther)
2713 : {
2714 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseFailure()) GetFilesResponseFailure(aOther);
2715 0 : mType = TGetFilesResponseFailure;
2716 0 : }
2717 :
2718 0 : MOZ_IMPLICIT GetFilesResponseResult::GetFilesResponseResult(const GetFilesResponseResult& aOther)
2719 : {
2720 0 : (aOther).AssertSanity();
2721 0 : switch ((aOther).type()) {
2722 : case TGetFilesResponseSuccess:
2723 : {
2724 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseSuccess()) GetFilesResponseSuccess((aOther).get_GetFilesResponseSuccess());
2725 0 : break;
2726 : }
2727 : case TGetFilesResponseFailure:
2728 : {
2729 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseFailure()) GetFilesResponseFailure((aOther).get_GetFilesResponseFailure());
2730 0 : break;
2731 : }
2732 : case T__None:
2733 : {
2734 0 : break;
2735 : }
2736 : default:
2737 : {
2738 0 : mozilla::ipc::LogicError("unreached");
2739 0 : return;
2740 : }
2741 : }
2742 0 : mType = (aOther).type();
2743 : }
2744 :
2745 0 : GetFilesResponseResult::~GetFilesResponseResult()
2746 : {
2747 0 : static_cast<void>(MaybeDestroy(T__None));
2748 0 : }
2749 :
2750 0 : auto GetFilesResponseResult::operator=(const GetFilesResponseSuccess& aRhs) -> GetFilesResponseResult&
2751 : {
2752 0 : if (MaybeDestroy(TGetFilesResponseSuccess)) {
2753 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseSuccess()) GetFilesResponseSuccess;
2754 : }
2755 0 : (*(ptr_GetFilesResponseSuccess())) = aRhs;
2756 0 : mType = TGetFilesResponseSuccess;
2757 0 : return (*(this));
2758 : }
2759 :
2760 0 : auto GetFilesResponseResult::operator=(const GetFilesResponseFailure& aRhs) -> GetFilesResponseResult&
2761 : {
2762 0 : if (MaybeDestroy(TGetFilesResponseFailure)) {
2763 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseFailure()) GetFilesResponseFailure;
2764 : }
2765 0 : (*(ptr_GetFilesResponseFailure())) = aRhs;
2766 0 : mType = TGetFilesResponseFailure;
2767 0 : return (*(this));
2768 : }
2769 :
2770 0 : auto GetFilesResponseResult::operator=(const GetFilesResponseResult& aRhs) -> GetFilesResponseResult&
2771 : {
2772 0 : (aRhs).AssertSanity();
2773 0 : Type t = (aRhs).type();
2774 0 : switch (t) {
2775 : case TGetFilesResponseSuccess:
2776 : {
2777 0 : if (MaybeDestroy(t)) {
2778 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseSuccess()) GetFilesResponseSuccess;
2779 : }
2780 0 : (*(ptr_GetFilesResponseSuccess())) = (aRhs).get_GetFilesResponseSuccess();
2781 0 : break;
2782 : }
2783 : case TGetFilesResponseFailure:
2784 : {
2785 0 : if (MaybeDestroy(t)) {
2786 0 : new (mozilla::KnownNotNull, ptr_GetFilesResponseFailure()) GetFilesResponseFailure;
2787 : }
2788 0 : (*(ptr_GetFilesResponseFailure())) = (aRhs).get_GetFilesResponseFailure();
2789 0 : break;
2790 : }
2791 : case T__None:
2792 : {
2793 0 : static_cast<void>(MaybeDestroy(t));
2794 0 : break;
2795 : }
2796 : default:
2797 : {
2798 0 : mozilla::ipc::LogicError("unreached");
2799 0 : break;
2800 : }
2801 : }
2802 0 : mType = t;
2803 0 : return (*(this));
2804 : }
2805 :
2806 0 : auto GetFilesResponseResult::operator==(const GetFilesResponseSuccess& aRhs) const -> bool
2807 : {
2808 0 : return (get_GetFilesResponseSuccess()) == (aRhs);
2809 : }
2810 :
2811 0 : auto GetFilesResponseResult::operator==(const GetFilesResponseFailure& aRhs) const -> bool
2812 : {
2813 0 : return (get_GetFilesResponseFailure()) == (aRhs);
2814 : }
2815 :
2816 0 : auto GetFilesResponseResult::operator==(const GetFilesResponseResult& aRhs) const -> bool
2817 : {
2818 0 : if ((type()) != ((aRhs).type())) {
2819 0 : return false;
2820 : }
2821 :
2822 0 : switch (type()) {
2823 : case TGetFilesResponseSuccess:
2824 : {
2825 0 : return (get_GetFilesResponseSuccess()) == ((aRhs).get_GetFilesResponseSuccess());
2826 : }
2827 : case TGetFilesResponseFailure:
2828 : {
2829 0 : return (get_GetFilesResponseFailure()) == ((aRhs).get_GetFilesResponseFailure());
2830 : }
2831 : default:
2832 : {
2833 0 : mozilla::ipc::LogicError("unreached");
2834 0 : return false;
2835 : }
2836 : }
2837 : }
2838 :
2839 0 : auto GetFilesResponseResult::get(GetFilesResponseSuccess* aOutValue) const -> void
2840 : {
2841 0 : (*(aOutValue)) = get_GetFilesResponseSuccess();
2842 0 : }
2843 :
2844 0 : auto GetFilesResponseResult::get(GetFilesResponseFailure* aOutValue) const -> void
2845 : {
2846 0 : (*(aOutValue)) = get_GetFilesResponseFailure();
2847 0 : }
2848 :
2849 : } // namespace dom
2850 : } // namespace mozilla
2851 :
2852 : //-----------------------------------------------------------------------------
2853 : // Method definitions for the IPDL type |struct FileCreationSuccessResult|
2854 : //
2855 : namespace mozilla {
2856 : namespace dom {
2857 0 : MOZ_IMPLICIT FileCreationSuccessResult::FileCreationSuccessResult()
2858 : {
2859 0 : Init();
2860 0 : }
2861 :
2862 0 : FileCreationSuccessResult::~FileCreationSuccessResult()
2863 : {
2864 0 : }
2865 :
2866 0 : auto FileCreationSuccessResult::operator==(const FileCreationSuccessResult& _o) const -> bool
2867 : {
2868 0 : if ((!((blob()) == ((_o).blob())))) {
2869 0 : return false;
2870 : }
2871 0 : return true;
2872 : }
2873 :
2874 0 : auto FileCreationSuccessResult::operator!=(const FileCreationSuccessResult& _o) const -> bool
2875 : {
2876 0 : return (!(operator==(_o)));
2877 : }
2878 :
2879 0 : auto FileCreationSuccessResult::Init() -> void
2880 : {
2881 0 : }
2882 :
2883 0 : auto FileCreationSuccessResult::Assign(const IPCBlob& _blob) -> void
2884 : {
2885 0 : blob_ = _blob;
2886 0 : }
2887 :
2888 : } // namespace dom
2889 : } // namespace mozilla
2890 :
2891 : //-----------------------------------------------------------------------------
2892 : // Method definitions for the IPDL type |struct FileCreationErrorResult|
2893 : //
2894 : namespace mozilla {
2895 : namespace dom {
2896 0 : MOZ_IMPLICIT FileCreationErrorResult::FileCreationErrorResult() :
2897 0 : errorCode_()
2898 : {
2899 0 : Init();
2900 0 : }
2901 :
2902 0 : FileCreationErrorResult::~FileCreationErrorResult()
2903 : {
2904 0 : }
2905 :
2906 0 : auto FileCreationErrorResult::operator==(const FileCreationErrorResult& _o) const -> bool
2907 : {
2908 0 : if ((!((errorCode()) == ((_o).errorCode())))) {
2909 0 : return false;
2910 : }
2911 0 : return true;
2912 : }
2913 :
2914 0 : auto FileCreationErrorResult::operator!=(const FileCreationErrorResult& _o) const -> bool
2915 : {
2916 0 : return (!(operator==(_o)));
2917 : }
2918 :
2919 0 : auto FileCreationErrorResult::Init() -> void
2920 : {
2921 0 : }
2922 :
2923 0 : auto FileCreationErrorResult::Assign(const nsresult& _errorCode) -> void
2924 : {
2925 0 : errorCode_ = _errorCode;
2926 0 : }
2927 :
2928 : } // namespace dom
2929 : } // namespace mozilla
2930 :
2931 : //-----------------------------------------------------------------------------
2932 : // Method definitions for the IPDL type |union FileCreationResult|
2933 : //
2934 : namespace mozilla {
2935 : namespace dom {
2936 0 : auto FileCreationResult::MaybeDestroy(Type aNewType) -> bool
2937 : {
2938 0 : if ((mType) == (T__None)) {
2939 0 : return true;
2940 : }
2941 0 : if ((mType) == (aNewType)) {
2942 0 : return false;
2943 : }
2944 0 : switch (mType) {
2945 : case TFileCreationSuccessResult:
2946 : {
2947 0 : (ptr_FileCreationSuccessResult())->~FileCreationSuccessResult__tdef();
2948 0 : break;
2949 : }
2950 : case TFileCreationErrorResult:
2951 : {
2952 0 : (ptr_FileCreationErrorResult())->~FileCreationErrorResult__tdef();
2953 0 : break;
2954 : }
2955 : default:
2956 : {
2957 0 : mozilla::ipc::LogicError("not reached");
2958 0 : break;
2959 : }
2960 : }
2961 0 : return true;
2962 : }
2963 :
2964 0 : MOZ_IMPLICIT FileCreationResult::FileCreationResult(const FileCreationSuccessResult& aOther)
2965 : {
2966 0 : new (mozilla::KnownNotNull, ptr_FileCreationSuccessResult()) FileCreationSuccessResult(aOther);
2967 0 : mType = TFileCreationSuccessResult;
2968 0 : }
2969 :
2970 0 : MOZ_IMPLICIT FileCreationResult::FileCreationResult(const FileCreationErrorResult& aOther)
2971 : {
2972 0 : new (mozilla::KnownNotNull, ptr_FileCreationErrorResult()) FileCreationErrorResult(aOther);
2973 0 : mType = TFileCreationErrorResult;
2974 0 : }
2975 :
2976 0 : MOZ_IMPLICIT FileCreationResult::FileCreationResult(const FileCreationResult& aOther)
2977 : {
2978 0 : (aOther).AssertSanity();
2979 0 : switch ((aOther).type()) {
2980 : case TFileCreationSuccessResult:
2981 : {
2982 0 : new (mozilla::KnownNotNull, ptr_FileCreationSuccessResult()) FileCreationSuccessResult((aOther).get_FileCreationSuccessResult());
2983 0 : break;
2984 : }
2985 : case TFileCreationErrorResult:
2986 : {
2987 0 : new (mozilla::KnownNotNull, ptr_FileCreationErrorResult()) FileCreationErrorResult((aOther).get_FileCreationErrorResult());
2988 0 : break;
2989 : }
2990 : case T__None:
2991 : {
2992 0 : break;
2993 : }
2994 : default:
2995 : {
2996 0 : mozilla::ipc::LogicError("unreached");
2997 0 : return;
2998 : }
2999 : }
3000 0 : mType = (aOther).type();
3001 : }
3002 :
3003 0 : FileCreationResult::~FileCreationResult()
3004 : {
3005 0 : static_cast<void>(MaybeDestroy(T__None));
3006 0 : }
3007 :
3008 0 : auto FileCreationResult::operator=(const FileCreationSuccessResult& aRhs) -> FileCreationResult&
3009 : {
3010 0 : if (MaybeDestroy(TFileCreationSuccessResult)) {
3011 0 : new (mozilla::KnownNotNull, ptr_FileCreationSuccessResult()) FileCreationSuccessResult;
3012 : }
3013 0 : (*(ptr_FileCreationSuccessResult())) = aRhs;
3014 0 : mType = TFileCreationSuccessResult;
3015 0 : return (*(this));
3016 : }
3017 :
3018 0 : auto FileCreationResult::operator=(const FileCreationErrorResult& aRhs) -> FileCreationResult&
3019 : {
3020 0 : if (MaybeDestroy(TFileCreationErrorResult)) {
3021 0 : new (mozilla::KnownNotNull, ptr_FileCreationErrorResult()) FileCreationErrorResult;
3022 : }
3023 0 : (*(ptr_FileCreationErrorResult())) = aRhs;
3024 0 : mType = TFileCreationErrorResult;
3025 0 : return (*(this));
3026 : }
3027 :
3028 0 : auto FileCreationResult::operator=(const FileCreationResult& aRhs) -> FileCreationResult&
3029 : {
3030 0 : (aRhs).AssertSanity();
3031 0 : Type t = (aRhs).type();
3032 0 : switch (t) {
3033 : case TFileCreationSuccessResult:
3034 : {
3035 0 : if (MaybeDestroy(t)) {
3036 0 : new (mozilla::KnownNotNull, ptr_FileCreationSuccessResult()) FileCreationSuccessResult;
3037 : }
3038 0 : (*(ptr_FileCreationSuccessResult())) = (aRhs).get_FileCreationSuccessResult();
3039 0 : break;
3040 : }
3041 : case TFileCreationErrorResult:
3042 : {
3043 0 : if (MaybeDestroy(t)) {
3044 0 : new (mozilla::KnownNotNull, ptr_FileCreationErrorResult()) FileCreationErrorResult;
3045 : }
3046 0 : (*(ptr_FileCreationErrorResult())) = (aRhs).get_FileCreationErrorResult();
3047 0 : break;
3048 : }
3049 : case T__None:
3050 : {
3051 0 : static_cast<void>(MaybeDestroy(t));
3052 0 : break;
3053 : }
3054 : default:
3055 : {
3056 0 : mozilla::ipc::LogicError("unreached");
3057 0 : break;
3058 : }
3059 : }
3060 0 : mType = t;
3061 0 : return (*(this));
3062 : }
3063 :
3064 0 : auto FileCreationResult::operator==(const FileCreationSuccessResult& aRhs) const -> bool
3065 : {
3066 0 : return (get_FileCreationSuccessResult()) == (aRhs);
3067 : }
3068 :
3069 0 : auto FileCreationResult::operator==(const FileCreationErrorResult& aRhs) const -> bool
3070 : {
3071 0 : return (get_FileCreationErrorResult()) == (aRhs);
3072 : }
3073 :
3074 0 : auto FileCreationResult::operator==(const FileCreationResult& aRhs) const -> bool
3075 : {
3076 0 : if ((type()) != ((aRhs).type())) {
3077 0 : return false;
3078 : }
3079 :
3080 0 : switch (type()) {
3081 : case TFileCreationSuccessResult:
3082 : {
3083 0 : return (get_FileCreationSuccessResult()) == ((aRhs).get_FileCreationSuccessResult());
3084 : }
3085 : case TFileCreationErrorResult:
3086 : {
3087 0 : return (get_FileCreationErrorResult()) == ((aRhs).get_FileCreationErrorResult());
3088 : }
3089 : default:
3090 : {
3091 0 : mozilla::ipc::LogicError("unreached");
3092 0 : return false;
3093 : }
3094 : }
3095 : }
3096 :
3097 0 : auto FileCreationResult::get(FileCreationSuccessResult* aOutValue) const -> void
3098 : {
3099 0 : (*(aOutValue)) = get_FileCreationSuccessResult();
3100 0 : }
3101 :
3102 0 : auto FileCreationResult::get(FileCreationErrorResult* aOutValue) const -> void
3103 : {
3104 0 : (*(aOutValue)) = get_FileCreationErrorResult();
3105 0 : }
3106 :
3107 : } // namespace dom
3108 : } // namespace mozilla
3109 :
3110 : //-----------------------------------------------------------------------------
3111 : // Method definitions for the IPDL type |struct BlobURLRegistrationData|
3112 : //
3113 : namespace mozilla {
3114 : namespace dom {
3115 0 : MOZ_IMPLICIT BlobURLRegistrationData::BlobURLRegistrationData() :
3116 : url_(),
3117 0 : principal_()
3118 : {
3119 0 : Init();
3120 0 : }
3121 :
3122 0 : BlobURLRegistrationData::~BlobURLRegistrationData()
3123 : {
3124 0 : }
3125 :
3126 0 : auto BlobURLRegistrationData::operator==(const BlobURLRegistrationData& _o) const -> bool
3127 : {
3128 0 : if ((!((url()) == ((_o).url())))) {
3129 0 : return false;
3130 : }
3131 0 : if ((!((blob()) == ((_o).blob())))) {
3132 0 : return false;
3133 : }
3134 0 : if ((!((principal()) == ((_o).principal())))) {
3135 0 : return false;
3136 : }
3137 0 : return true;
3138 : }
3139 :
3140 0 : auto BlobURLRegistrationData::operator!=(const BlobURLRegistrationData& _o) const -> bool
3141 : {
3142 0 : return (!(operator==(_o)));
3143 : }
3144 :
3145 0 : auto BlobURLRegistrationData::Init() -> void
3146 : {
3147 0 : }
3148 :
3149 0 : auto BlobURLRegistrationData::Assign(
3150 : const nsCString& _url,
3151 : const IPCBlob& _blob,
3152 : const Principal& _principal) -> void
3153 : {
3154 0 : url_ = _url;
3155 0 : blob_ = _blob;
3156 0 : principal_ = _principal;
3157 0 : }
3158 :
3159 : } // namespace dom
3160 : } // namespace mozilla
3161 :
3162 : //-----------------------------------------------------------------------------
3163 : // Method definitions for the IPDL type |struct GMPAPITags|
3164 : //
3165 : namespace mozilla {
3166 : namespace dom {
3167 3 : MOZ_IMPLICIT GMPAPITags::GMPAPITags() :
3168 3 : api_()
3169 : {
3170 3 : Init();
3171 3 : }
3172 :
3173 12 : GMPAPITags::~GMPAPITags()
3174 : {
3175 12 : }
3176 :
3177 0 : auto GMPAPITags::operator==(const GMPAPITags& _o) const -> bool
3178 : {
3179 0 : if ((!((api()) == ((_o).api())))) {
3180 0 : return false;
3181 : }
3182 0 : if ((!((tags()) == ((_o).tags())))) {
3183 0 : return false;
3184 : }
3185 0 : return true;
3186 : }
3187 :
3188 0 : auto GMPAPITags::operator!=(const GMPAPITags& _o) const -> bool
3189 : {
3190 0 : return (!(operator==(_o)));
3191 : }
3192 :
3193 12 : auto GMPAPITags::Init() -> void
3194 : {
3195 12 : }
3196 :
3197 9 : auto GMPAPITags::Assign(
3198 : const nsCString& _api,
3199 : const nsTArray<nsCString>& _tags) -> void
3200 : {
3201 9 : api_ = _api;
3202 9 : tags_ = _tags;
3203 9 : }
3204 :
3205 : } // namespace dom
3206 : } // namespace mozilla
3207 :
3208 : //-----------------------------------------------------------------------------
3209 : // Method definitions for the IPDL type |struct GMPCapabilityData|
3210 : //
3211 : namespace mozilla {
3212 : namespace dom {
3213 6 : MOZ_IMPLICIT GMPCapabilityData::GMPCapabilityData() :
3214 : name_(),
3215 6 : version_()
3216 : {
3217 6 : Init();
3218 6 : }
3219 :
3220 9 : GMPCapabilityData::~GMPCapabilityData()
3221 : {
3222 9 : }
3223 :
3224 0 : auto GMPCapabilityData::operator==(const GMPCapabilityData& _o) const -> bool
3225 : {
3226 0 : if ((!((name()) == ((_o).name())))) {
3227 0 : return false;
3228 : }
3229 0 : if ((!((version()) == ((_o).version())))) {
3230 0 : return false;
3231 : }
3232 0 : if ((!((capabilities()) == ((_o).capabilities())))) {
3233 0 : return false;
3234 : }
3235 0 : return true;
3236 : }
3237 :
3238 0 : auto GMPCapabilityData::operator!=(const GMPCapabilityData& _o) const -> bool
3239 : {
3240 0 : return (!(operator==(_o)));
3241 : }
3242 :
3243 9 : auto GMPCapabilityData::Init() -> void
3244 : {
3245 9 : }
3246 :
3247 3 : auto GMPCapabilityData::Assign(
3248 : const nsCString& _name,
3249 : const nsCString& _version,
3250 : const nsTArray<GMPAPITags>& _capabilities) -> void
3251 : {
3252 3 : name_ = _name;
3253 3 : version_ = _version;
3254 3 : capabilities_ = _capabilities;
3255 3 : }
3256 :
3257 : } // namespace dom
3258 : } // namespace mozilla
3259 :
3260 : //-----------------------------------------------------------------------------
3261 : // Method definitions for the IPDL type |struct GfxInfoFeatureStatus|
3262 : //
3263 : namespace mozilla {
3264 : namespace dom {
3265 88 : MOZ_IMPLICIT GfxInfoFeatureStatus::GfxInfoFeatureStatus() :
3266 : feature_(),
3267 : status_(),
3268 88 : failureId_()
3269 : {
3270 88 : Init();
3271 88 : }
3272 :
3273 132 : GfxInfoFeatureStatus::~GfxInfoFeatureStatus()
3274 : {
3275 132 : }
3276 :
3277 0 : auto GfxInfoFeatureStatus::operator==(const GfxInfoFeatureStatus& _o) const -> bool
3278 : {
3279 0 : if ((!((feature()) == ((_o).feature())))) {
3280 0 : return false;
3281 : }
3282 0 : if ((!((status()) == ((_o).status())))) {
3283 0 : return false;
3284 : }
3285 0 : if ((!((failureId()) == ((_o).failureId())))) {
3286 0 : return false;
3287 : }
3288 0 : return true;
3289 : }
3290 :
3291 0 : auto GfxInfoFeatureStatus::operator!=(const GfxInfoFeatureStatus& _o) const -> bool
3292 : {
3293 0 : return (!(operator==(_o)));
3294 : }
3295 :
3296 176 : auto GfxInfoFeatureStatus::Init() -> void
3297 : {
3298 176 : }
3299 :
3300 88 : auto GfxInfoFeatureStatus::Assign(
3301 : const int32_t& _feature,
3302 : const int32_t& _status,
3303 : const nsCString& _failureId) -> void
3304 : {
3305 88 : feature_ = _feature;
3306 88 : status_ = _status;
3307 88 : failureId_ = _failureId;
3308 88 : }
3309 :
3310 : } // namespace dom
3311 : } // namespace mozilla
3312 :
3313 : //-----------------------------------------------------------------------------
3314 : // Method definitions for the IPDL type |struct XPCOMInitData|
3315 : //
3316 : namespace mozilla {
3317 : namespace dom {
3318 4 : MOZ_IMPLICIT XPCOMInitData::XPCOMInitData() :
3319 : isOffline_(),
3320 : isConnected_(),
3321 : captivePortalState_(),
3322 : isLangRTL_(),
3323 4 : haveBidiKeyboards_()
3324 : {
3325 4 : Init();
3326 4 : }
3327 :
3328 4 : XPCOMInitData::~XPCOMInitData()
3329 : {
3330 4 : }
3331 :
3332 0 : auto XPCOMInitData::operator==(const XPCOMInitData& _o) const -> bool
3333 : {
3334 0 : if ((!((isOffline()) == ((_o).isOffline())))) {
3335 0 : return false;
3336 : }
3337 0 : if ((!((isConnected()) == ((_o).isConnected())))) {
3338 0 : return false;
3339 : }
3340 0 : if ((!((captivePortalState()) == ((_o).captivePortalState())))) {
3341 0 : return false;
3342 : }
3343 0 : if ((!((isLangRTL()) == ((_o).isLangRTL())))) {
3344 0 : return false;
3345 : }
3346 0 : if ((!((haveBidiKeyboards()) == ((_o).haveBidiKeyboards())))) {
3347 0 : return false;
3348 : }
3349 0 : if ((!((dictionaries()) == ((_o).dictionaries())))) {
3350 0 : return false;
3351 : }
3352 0 : if ((!((clipboardCaps()) == ((_o).clipboardCaps())))) {
3353 0 : return false;
3354 : }
3355 0 : if ((!((domainPolicy()) == ((_o).domainPolicy())))) {
3356 0 : return false;
3357 : }
3358 0 : if ((!((fontFamilies()) == ((_o).fontFamilies())))) {
3359 0 : return false;
3360 : }
3361 0 : if ((!((userContentSheetURL()) == ((_o).userContentSheetURL())))) {
3362 0 : return false;
3363 : }
3364 0 : if ((!((prefs()) == ((_o).prefs())))) {
3365 0 : return false;
3366 : }
3367 0 : if ((!((gfxNonDefaultVarUpdates()) == ((_o).gfxNonDefaultVarUpdates())))) {
3368 0 : return false;
3369 : }
3370 0 : if ((!((contentDeviceData()) == ((_o).contentDeviceData())))) {
3371 0 : return false;
3372 : }
3373 0 : if ((!((gfxFeatureStatus()) == ((_o).gfxFeatureStatus())))) {
3374 0 : return false;
3375 : }
3376 0 : if ((!((dataStorage()) == ((_o).dataStorage())))) {
3377 0 : return false;
3378 : }
3379 0 : if ((!((appLocales()) == ((_o).appLocales())))) {
3380 0 : return false;
3381 : }
3382 0 : if ((!((requestedLocales()) == ((_o).requestedLocales())))) {
3383 0 : return false;
3384 : }
3385 0 : return true;
3386 : }
3387 :
3388 0 : auto XPCOMInitData::operator!=(const XPCOMInitData& _o) const -> bool
3389 : {
3390 0 : return (!(operator==(_o)));
3391 : }
3392 :
3393 4 : auto XPCOMInitData::Init() -> void
3394 : {
3395 4 : }
3396 :
3397 0 : auto XPCOMInitData::Assign(
3398 : const bool& _isOffline,
3399 : const bool& _isConnected,
3400 : const int32_t& _captivePortalState,
3401 : const bool& _isLangRTL,
3402 : const bool& _haveBidiKeyboards,
3403 : const nsTArray<nsString>& _dictionaries,
3404 : const ClipboardCapabilities& _clipboardCaps,
3405 : const DomainPolicyClone& _domainPolicy,
3406 : const nsTArray<FontFamilyListEntry>& _fontFamilies,
3407 : const OptionalURIParams& _userContentSheetURL,
3408 : const nsTArray<PrefSetting>& _prefs,
3409 : const nsTArray<GfxVarUpdate>& _gfxNonDefaultVarUpdates,
3410 : const ContentDeviceData& _contentDeviceData,
3411 : const nsTArray<GfxInfoFeatureStatus>& _gfxFeatureStatus,
3412 : const nsTArray<DataStorageEntry>& _dataStorage,
3413 : const nsTArray<nsCString>& _appLocales,
3414 : const nsTArray<nsCString>& _requestedLocales) -> void
3415 : {
3416 0 : isOffline_ = _isOffline;
3417 0 : isConnected_ = _isConnected;
3418 0 : captivePortalState_ = _captivePortalState;
3419 0 : isLangRTL_ = _isLangRTL;
3420 0 : haveBidiKeyboards_ = _haveBidiKeyboards;
3421 0 : dictionaries_ = _dictionaries;
3422 0 : clipboardCaps_ = _clipboardCaps;
3423 0 : domainPolicy_ = _domainPolicy;
3424 0 : fontFamilies_ = _fontFamilies;
3425 0 : userContentSheetURL_ = _userContentSheetURL;
3426 0 : prefs_ = _prefs;
3427 0 : gfxNonDefaultVarUpdates_ = _gfxNonDefaultVarUpdates;
3428 0 : contentDeviceData_ = _contentDeviceData;
3429 0 : gfxFeatureStatus_ = _gfxFeatureStatus;
3430 0 : dataStorage_ = _dataStorage;
3431 0 : appLocales_ = _appLocales;
3432 0 : requestedLocales_ = _requestedLocales;
3433 0 : }
3434 :
3435 : } // namespace dom
3436 : } // namespace mozilla
|