Searched defs:source_process_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc146 int source_process_id, int source_routing_id,
153 source_process_id, source_routing_id, receiver_port_id,
172 int source_process_id, int source_routing_id,
179 source_process_id, source_routing_id, receiver_port_id,
145 OpenChannelToExtensionOnUIThread( int source_process_id, int source_routing_id, int receiver_port_id, const std::string& source_extension_id, const std::string& target_extension_id, const std::string& channel_name) argument
171 OpenChannelToTabOnUIThread( int source_process_id, int source_routing_id, int receiver_port_id, int tab_id, const std::string& extension_id, const std::string& channel_name) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_message_service.cc139 int source_process_id, int source_routing_id, int receiver_port_id,
143 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id);
155 source_process_id, source_routing_id);
170 int source_process_id, int source_routing_id, int receiver_port_id,
173 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id);
194 source_process_id, source_routing_id);
138 OpenChannelToExtension( int source_process_id, int source_routing_id, int receiver_port_id, const std::string& source_extension_id, const std::string& target_extension_id, const std::string& channel_name) argument
169 OpenChannelToTab( int source_process_id, int source_routing_id, int receiver_port_id, int tab_id, const std::string& extension_id, const std::string& channel_name) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc189 int source_process_id, int source_routing_id, int receiver_port_id,
195 content::RenderProcessHost::FromID(source_process_id);
262 source_process_id, source_routing_id);
295 int source_process_id,
301 content::RenderProcessHost::FromID(source_process_id);
328 content::RenderWidgetHost::FromID(source_process_id, source_routing_id)->
358 int source_process_id, int source_routing_id, int receiver_port_id,
362 content::RenderProcessHost::FromID(source_process_id);
587 int source_process_id,
594 content::RenderProcessHost::FromID(source_process_id);
188 OpenChannelToExtension( int source_process_id, int source_routing_id, int receiver_port_id, const std::string& source_extension_id, const std::string& target_extension_id, const GURL& source_url, const std::string& channel_name) argument
294 OpenChannelToNativeApp( int source_process_id, int source_routing_id, int receiver_port_id, const std::string& source_extension_id, const std::string& native_app_name) argument
357 OpenChannelToTab( int source_process_id, int source_routing_id, int receiver_port_id, int tab_id, const std::string& extension_id, const std::string& channel_name) argument
586 PendingOpenChannel(scoped_ptr<OpenChannelParams> params, int source_process_id, ExtensionHost* host) argument
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc296 int source_process_id, int source_routing_id,
302 source_process_id, source_routing_id, receiver_port_id,
346 int source_process_id, int source_routing_id,
353 source_process_id, source_routing_id, receiver_port_id,
295 OpenChannelToExtensionOnUIThread( int source_process_id, int source_routing_id, int receiver_port_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name) argument
345 OpenChannelToTabOnUIThread( int source_process_id, int source_routing_id, int receiver_port_id, int tab_id, const std::string& extension_id, const std::string& channel_name) argument

Completed in 134 milliseconds