Searched defs:source_routing_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc148 int source_process_id, int source_routing_id,
157 source_routing_id,
183 int source_routing_id,
191 source_routing_id,
212 int source_process_id, int source_routing_id,
221 source_routing_id,
147 OpenChannelToExtensionOnUIThread( int source_process_id, int source_routing_id, int receiver_port_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id) argument
182 OpenChannelToNativeAppOnUIThread( int source_routing_id, int receiver_port_id, const std::string& source_extension_id, const std::string& native_app_name) argument
211 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_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc195 int source_process_id, int source_routing_id, int receiver_port_id,
262 source_process_id, source_routing_id);
344 int source_routing_id,
387 content::RenderWidgetHost::FromID(source_process_id, source_routing_id)->
420 int source_process_id, int source_routing_id, int receiver_port_id,
194 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, bool include_tls_channel_id) argument
342 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
419 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

Completed in 541 milliseconds