Searched refs:MSG_ROUTING_CONTROL (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/ipc/ |
D | ipc_fuzzing_tests.cc | 139 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived() 301 IPC::Message* msg = new IPC::Message(MSG_ROUTING_CONTROL, MsgClassIS::ID, in TEST_F() 329 IPC::Message* msg = new IPC::Message(MSG_ROUTING_CONTROL, MsgClassSI::ID, in TEST_F()
|
D | sync_socket_unittest.cc | 62 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived() 133 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived()
|
D | ipc_message.h | 287 MSG_ROUTING_CONTROL = kint32max, enumerator
|
D | ipc_logging.cc | 100 MSG_ROUTING_CONTROL, IPC_LOGGING_ID, Message::PRIORITY_NORMAL); in OnSendLogs()
|
D | ipc_message_macros.h | 582 msg_class() : IPC::Message(MSG_ROUTING_CONTROL, ID, PRIORITY_NORMAL) {} \ 681 IPC::Message(MSG_ROUTING_CONTROL, ID, PRIORITY_NORMAL) { \ 704 IPC::SyncMessage(MSG_ROUTING_CONTROL, ID, PRIORITY_NORMAL, \
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | message_service.cc | 290 MSG_ROUTING_CONTROL, in OpenChannelToExtension() 382 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL, in OpenChannelToNativeApp() 477 MSG_ROUTING_CONTROL, in OpenChannelImpl() 752 MSG_ROUTING_CONTROL, in PendingLazyBackgroundPageOpenChannel() 760 ExtensionMessagePort port(source, MSG_ROUTING_CONTROL, ""); in DispatchOnDisconnect()
|
/external/chromium_org/content/common/ |
D | message_router.cc | 43 if (msg.routing_id() == MSG_ROUTING_CONTROL) in OnMessageReceived()
|
/external/chromium_org/ppapi/proxy/ |
D | broker_dispatcher.cc | 33 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived()
|
D | plugin_dispatcher.cc | 222 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived()
|
/external/chromium_org/content/public/test/ |
D | mock_render_thread.cc | 56 if (msg->routing_id() == MSG_ROUTING_CONTROL) in Send()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host_ui_shim.cc | 177 if (message.routing_id() != MSG_ROUTING_CONTROL) in OnMessageReceived()
|
D | browser_gpu_channel_host_factory.cc | 441 filter->AddRoute(MSG_ROUTING_CONTROL, handler); in SetHandlerForControlMessages()
|
/external/chromium_org/content/child/npapi/ |
D | np_channel_base.cc | 226 if (message.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived()
|
/external/chromium_org/content/child/ |
D | child_thread.cc | 488 if (msg.routing_id() == MSG_ROUTING_CONTROL) in OnMessageReceived()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.cc | 720 if (message->routing_id() == MSG_ROUTING_CONTROL) in HandleMessage()
|
/external/chromium_org/extensions/browser/ |
D | event_router.cc | 119 MSG_ROUTING_CONTROL, in DispatchExtensionMessage()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_impl.cc | 1369 if (msg.routing_id() == MSG_ROUTING_CONTROL) { in OnMessageReceived()
|