/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | message_service.h | 124 int source_process_id, int source_routing_id, int receiver_port_id, 135 int source_process_id, int source_routing_id, int receiver_port_id, 140 int source_process_id, 230 int source_process_id,
|
D | message_service.cc | 192 int source_process_id, int source_routing_id, int receiver_port_id, in OpenChannelToExtension() argument 199 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToExtension() 259 source_process_id, source_routing_id); in OpenChannelToExtension() 334 int source_process_id, in OpenChannelToNativeApp() argument 340 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToNativeApp() 367 content::RenderWidgetHost::FromID(source_process_id, source_routing_id)-> in OpenChannelToNativeApp() 399 int source_process_id, int source_routing_id, int receiver_port_id, in OpenChannelToTab() argument 403 content::RenderProcessHost::FromID(source_process_id); in OpenChannelToTab() 717 int source_process_id, in PendingLazyBackgroundPageOpenChannel() argument 724 content::RenderProcessHost::FromID(source_process_id); in PendingLazyBackgroundPageOpenChannel()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_message_service.cc | 139 int source_process_id, int source_routing_id, int receiver_port_id, in OpenChannelToExtension() argument 143 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id); in OpenChannelToExtension() 155 source_process_id, source_routing_id); in OpenChannelToExtension() 170 int source_process_id, int source_routing_id, int receiver_port_id, in OpenChannelToTab() argument 173 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id); in OpenChannelToTab() 194 source_process_id, source_routing_id); in OpenChannelToTab()
|
D | extension_message_service.h | 73 int source_process_id, int source_routing_id, int receiver_port_id, 82 int source_process_id, int source_routing_id, int receiver_port_id,
|
/external/chromium/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 146 int source_process_id, int source_routing_id, in OpenChannelToExtensionOnUIThread() argument 153 source_process_id, source_routing_id, receiver_port_id, in OpenChannelToExtensionOnUIThread() 172 int source_process_id, int source_routing_id, in OpenChannelToTabOnUIThread() argument 179 source_process_id, source_routing_id, receiver_port_id, in OpenChannelToTabOnUIThread()
|
D | chrome_render_message_filter.h | 54 void OpenChannelToExtensionOnUIThread(int source_process_id, 63 void OpenChannelToTabOnUIThread(int source_process_id, int source_routing_id,
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.h | 98 int source_process_id, 115 void OpenChannelToTabOnUIThread(int source_process_id, int source_routing_id,
|
D | chrome_render_message_filter.cc | 292 int source_process_id, int source_routing_id, in OpenChannelToExtensionOnUIThread() argument 299 source_process_id, source_routing_id, receiver_port_id, in OpenChannelToExtensionOnUIThread() 344 int source_process_id, int source_routing_id, in OpenChannelToTabOnUIThread() argument 351 source_process_id, source_routing_id, receiver_port_id, in OpenChannelToTabOnUIThread()
|