/external/chromium_org/content/browser/frame_host/ |
D | render_frame_host_impl.cc | 78 bool msg_is_ok = true; in OnMessageReceived() local 79 IPC_BEGIN_MESSAGE_MAP_EX(RenderFrameHostImpl, msg, msg_is_ok) in OnMessageReceived() 85 if (!msg_is_ok) { in OnMessageReceived()
|
/external/chromium_org/content/gpu/ |
D | gpu_child_thread.cc | 97 bool msg_is_ok = true; in OnControlMessageReceived() local 99 IPC_BEGIN_MESSAGE_MAP_EX(GpuChildThread, msg, msg_is_ok) in OnControlMessageReceived()
|
/external/chromium_org/chrome/renderer/ |
D | chrome_mock_render_thread.cc | 56 bool msg_is_ok = true; in OnMessageReceived() local 57 IPC_BEGIN_MESSAGE_MAP_EX(ChromeMockRenderThread, msg, msg_is_ok) in OnMessageReceived()
|
/external/chromium_org/content/public/test/ |
D | mock_render_thread.cc | 249 bool msg_is_ok = true; in OnMessageReceived() local 250 IPC_BEGIN_MESSAGE_MAP_EX(MockRenderThread, msg, msg_is_ok) in OnMessageReceived()
|
/external/chromium_org/ipc/ |
D | ipc_fuzzing_tests.cc | 358 bool msg_is_ok = false; in OnMessageReceived() local 359 IPC_BEGIN_MESSAGE_MAP_EX(ServerMacroExTest, msg, msg_is_ok) in OnMessageReceived() 364 return msg_is_ok; in OnMessageReceived()
|
D | ipc_message_macros.h | 934 #define IPC_BEGIN_MESSAGE_MAP_EX(class_name, msg, msg_is_ok) \ argument 938 bool& msg_is_ok__ = msg_is_ok; \
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_dispatcher_host.h | 156 bool OnMessageReceived(const IPC::Message& message, bool* msg_is_ok); 207 bool OnMessageReceived(const IPC::Message& message, bool* msg_is_ok);
|
D | indexed_db_dispatcher_host.cc | 385 bool* msg_is_ok) { in OnMessageReceived() argument 390 IndexedDBDispatcherHost::DatabaseDispatcherHost, message, *msg_is_ok) in OnMessageReceived() 777 bool* msg_is_ok) { in OnMessageReceived() argument 783 IndexedDBDispatcherHost::CursorDispatcherHost, message, *msg_is_ok) in OnMessageReceived()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel_manager.cc | 97 bool msg_is_ok = true; in OnMessageReceived() local 99 IPC_BEGIN_MESSAGE_MAP_EX(GpuChannelManager, msg, msg_is_ok) in OnMessageReceived()
|
/external/chromium_org/content/browser/worker_host/ |
D | worker_process_host.cc | 319 bool msg_is_ok = true; in OnMessageReceived() local 321 IPC_BEGIN_MESSAGE_MAP_EX(WorkerProcessHost, message, msg_is_ok) in OnMessageReceived() 332 if (!msg_is_ok) { in OnMessageReceived()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_impl.cc | 1330 bool msg_is_ok = true; in OnMessageReceived() local 1331 IPC_BEGIN_MESSAGE_MAP_EX(RenderProcessHostImpl, msg, msg_is_ok) in OnMessageReceived() 1346 if (!msg_is_ok) { in OnMessageReceived() 1369 bool msg_is_ok = true; in OnMessageReceived() local 1370 IPC_BEGIN_MESSAGE_MAP_EX(RenderProcessHostImpl, msg, msg_is_ok) in OnMessageReceived()
|
D | render_widget_host_impl.cc | 459 bool msg_is_ok = true; in OnMessageReceived() local 460 IPC_BEGIN_MESSAGE_MAP_EX(RenderWidgetHostImpl, msg, msg_is_ok) in OnMessageReceived() 476 msg_is_ok = OnSwapCompositorFrame(msg)) in OnMessageReceived() 513 if (!msg_is_ok) { in OnMessageReceived()
|
D | render_view_host_impl.cc | 1219 bool msg_is_ok = true; in OnMessageReceived() local 1220 IPC_BEGIN_MESSAGE_MAP_EX(RenderViewHostImpl, msg, msg_is_ok) in OnMessageReceived() 1305 if (!msg_is_ok) { in OnMessageReceived()
|
/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_unittest.cc | 73 bool msg_is_ok; in GenerateIPCMessage() local 75 *message, filter.get(), &msg_is_ok); in GenerateIPCMessage()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.cc | 1223 bool msg_is_ok = true; in OnMessageReceived() local 1224 IPC_BEGIN_MESSAGE_MAP_EX(RenderViewImpl, message, msg_is_ok) in OnMessageReceived() 1350 if (!msg_is_ok) { in OnMessageReceived()
|