Searched defs:routing_id (Results 1 - 25 of 122) sorted by path

12345

/external/chromium_org/chrome/browser/android/webapps/
H A Dsingle_tab_mode_tab_helper.cc22 void AddPairOnIOThread(int32 process_id, int32 routing_id) { argument
24 RenderWidgetHostID single_tab_pair(process_id, routing_id);
28 void RemovePairOnIOThread(int32 process_id, int32 routing_id) { argument
30 RenderWidgetHostID single_tab_pair(process_id, routing_id);
41 int32 routing_id = render_view_host->GetRoutingID(); local
44 base::Bind(&AddPairOnIOThread, process_id, routing_id));
52 int32 routing_id = render_view_host->GetRoutingID(); local
55 base::Bind(&RemovePairOnIOThread, process_id, routing_id));
89 int32 routing_id) {
91 RenderWidgetHostID single_tab_pair(process_id, routing_id);
88 IsRegistered(int32 process_id, int32 routing_id) argument
[all...]
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc647 int routing_id,
654 site, routing_id, this, partition_id, session_storage_namespace);
645 CreateBackgroundContents( SiteInstance* site, int routing_id, Profile* profile, const base::string16& frame_name, const base::string16& application_id, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc34 const GURL& url, int render_process_host_id, int routing_id) {
36 render_process_host_id, routing_id);
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc215 int routing_id,
222 routing_id,
230 int routing_id,
237 routing_id);
245 // (identified by routing_id)
246 void SendTreeDestroyedEvent(int routing_id, BrowserContext* browser_context) { argument
248 kPid, routing_id, browser_context);
213 SendDataForTree(const ui::AXTree* tree, TreeSerializer* serializer, int routing_id, BrowserContext* browser_context) argument
227 SendUpdate(ui::AXTreeUpdate update, ui::AXEvent event, int node_id, int routing_id, BrowserContext* browser_context) argument
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_util.cc140 ax_event_params.routing_id = event.routing_id;
169 int routing_id,
175 process_id, routing_id));
167 DispatchTreeDestroyedEventToAutomation( int process_id, int routing_id, content::BrowserContext* browser_context) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc18 int routing_id,
21 routing_id_(routing_id),
17 ExtensionMessagePort(content::RenderProcessHost* process, int routing_id, const std::string& extension_id) argument
/external/chromium_org/chrome/browser/extensions/api/webstore/
H A Dwebstore_api.cc25 ObservedInstallInfo(int routing_id,
30 int routing_id; member in struct:extensions::WebstoreAPI::ObservedInstallInfo
36 int routing_id,
39 : routing_id(routing_id),
60 void WebstoreAPI::OnInlineInstallStart(int routing_id, argument
66 ObservedInstallInfo(routing_id, extension_id, ipc_sender));
71 ObservedInstallInfo(routing_id, extension_id, ipc_sender));
75 void WebstoreAPI::OnInlineInstallFinished(int routing_id, argument
77 RemoveListeners(routing_id, extension_i
35 ObservedInstallInfo( int routing_id, const std::string& extension_id, IPC::Sender* ipc_sender) argument
129 RemoveListeners(int routing_id, const std::string& extension_id, ObservedInstallInfoList* listeners) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc191 int render_process_host_id, int routing_id, int tab_id, int window_id) {
193 RenderId render_id(render_process_host_id, routing_id);
198 int render_process_host_id, int routing_id) {
200 RenderId render_id(render_process_host_id, routing_id);
190 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
197 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc62 int routing_id,
67 routing_id);
70 routing_id);
59 RunExternalProtocolDialogWithDelegate( const GURL& url, int render_process_host_id, int routing_id, ExternalProtocolHandler::Delegate* delegate) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc73 int32 routing_id,
80 content::RenderViewHost::FromID(process_id, routing_id);
71 AttemptAutoMountOnUIThread( int32 process_id, int32 routing_id, const std::string& storage_domain, const std::string& mount_point, const base::Callback<void(base::File::Error result)>& callback) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_observer.cc196 int routing_id,
201 routing_id_(routing_id) {
278 int routing_id = render_frame_host->GetRoutingID(); local
279 render_frame_host->Send(new ChromeViewMsg_NPAPINotSupported(routing_id));
195 PluginPlaceholderHost(PluginObserver* observer, int routing_id, base::string16 plugin_name, PluginInstaller* installer) argument
/external/chromium_org/chrome/browser/printing/
H A Dprinting_message_filter.cc277 queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
324 queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
344 int routing_id = reply_msg->routing_id(); local
364 routing_id, file_descriptor));
399 int routing_id = reply_msg->routing_id(); local
403 &routing_id)) {
405 routing_id = content::ChildProcessHost::kInvalidUniqueID;
407 printer_query = queue_->CreatePrinterQuery(host_id, routing_id);
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc131 int routing_id,
143 this, render_process_id_, routing_id, port2_id, info,
168 int routing_id,
179 this, routing_id, port2_id, source_extension_id, native_app_name));
199 int routing_id, int tab_id, const std::string& extension_id,
207 this, render_process_id_, routing_id, port2_id, tab_id,
130 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id, int* port_id) argument
167 OnOpenChannelToNativeApp( int routing_id, const std::string& source_extension_id, const std::string& native_app_name, int* port_id) argument
198 OnOpenChannelToTab( int routing_id, int tab_id, const std::string& extension_id, const std::string& channel_name, int* port_id) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc27 int routing_id,
36 create_params.routing_id = routing_id;
25 BackgroundContents( SiteInstance* site_instance, int routing_id, Delegate* delegate, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_unittest.cc116 void SimulateOnPageTranslated(int routing_id, argument
123 routing_id, source_lang, target_lang, error));
/external/chromium_org/chrome/browser/ui/android/
H A Dexternal_protocol_dialog_android.cc11 const GURL& url, int render_process_host_id, int routing_id) {
10 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc339 int routing_id,
342 tab_util::GetWebContentsByID(process_id, routing_id);
338 GotPluginsCallback(int process_id, int routing_id, const AdobeReaderPluginInfo& reader_info) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc34 const GURL& url, int render_process_host_id, int routing_id) {
38 routing_id));
47 routing_id);
123 int routing_id)
126 routing_id_(routing_id),
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
120 ExternalProtocolDialog( scoped_ptr<const ProtocolDialogDelegate> delegate, int render_process_host_id, int routing_id) argument
H A Dselect_file_dialog_extension.cc249 RoutingID routing_id,
253 PendingDialog::GetInstance()->Find(routing_id);
264 RoutingID routing_id,
267 PendingDialog::GetInstance()->Find(routing_id);
276 void SelectFileDialogExtension::OnFileSelectionCanceled(RoutingID routing_id) { argument
278 PendingDialog::GetInstance()->Find(routing_id);
313 void SelectFileDialogExtension::AddPending(RoutingID routing_id) { argument
314 PendingDialog::GetInstance()->Add(routing_id, this);
318 bool SelectFileDialogExtension::PendingExists(RoutingID routing_id) { argument
319 return PendingDialog::GetInstance()->Find(routing_id)
248 OnFileSelected( RoutingID routing_id, const ui::SelectedFileInfo& file, int index) argument
263 OnMultiFilesSelected( RoutingID routing_id, const std::vector<ui::SelectedFileInfo>& files) argument
352 RoutingID routing_id = GetRoutingIDFromWebContents(web_contents); local
[all...]
/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc87 int routing_id,
86 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id, int* port_id) argument
/external/chromium_org/components/autofill/content/renderer/
H A Drenderer_save_password_progress_logger.cc14 int routing_id)
15 : sender_(sender), routing_id_(routing_id) {
12 RendererSavePasswordProgressLogger( IPC::Sender* sender, int routing_id) argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter_unittest.cc76 int routing_id = 0x89898989; local
78 IPC::Message input(routing_id, type, IPC::Message::PRIORITY_NORMAL);
96 EXPECT_EQ(routing_id, output_header->routing);
110 int routing_id = 0x89898989; local
121 header->routing = routing_id;
138 EXPECT_EQ(header->routing, msg->routing_id());
170 EXPECT_EQ(header->routing, msg->routing_id());
226 int routing_id = 0x89898989; local
239 header->routing = routing_id;
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc303 int routing_id = 0; local
307 // so those nexes can skip finding a routing_id.
309 routing_id = GetRoutingID(instance);
310 if (!routing_id) {
355 routing_id,
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.cc179 int routing_id,
182 new SynchronousCompositorOutputSurface(routing_id,
178 CreateOutputSurface( int routing_id, scoped_refptr<content::FrameSwapMessageQueue> frame_swap_message_queue) argument
H A Dsynchronous_compositor_impl.cc48 int routing_id) {
51 RenderViewHost* rvh = RenderViewHost::FromID(process_id, routing_id);
61 int routing_id) {
62 return FromID(GetInProcessRendererId(), routing_id);
47 FromID(int process_id, int routing_id) argument
60 FromRoutingID( int routing_id) argument

Completed in 1731 milliseconds

12345