Home
last modified time | relevance | path

Searched refs:source_process_id (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
Dmessage_service.h124 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,
Dmessage_service.cc192 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/
Dextension_message_service.cc139 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()
Dextension_message_service.h73 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/
Dchrome_render_message_filter.cc146 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()
Dchrome_render_message_filter.h54 void OpenChannelToExtensionOnUIThread(int source_process_id,
63 void OpenChannelToTabOnUIThread(int source_process_id, int source_routing_id,
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.h98 int source_process_id,
115 void OpenChannelToTabOnUIThread(int source_process_id, int source_routing_id,
Dchrome_render_message_filter.cc292 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()