Home
last modified time | relevance | path

Searched refs:routing_id (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium/chrome/browser/extensions/
Dextension_tab_id_map.cc67 host->process()->id(), host->routing_id(), in Observe()
81 host->process()->id(), host->routing_id(), in Observe()
93 host->process()->id(), host->routing_id())); in Observe()
126 int render_process_host_id, int routing_id, int tab_id, int window_id) { in SetTabAndWindowId() argument
128 RenderId render_id(render_process_host_id, routing_id); in SetTabAndWindowId()
133 int render_process_host_id, int routing_id) { in ClearTabAndWindowId() argument
135 RenderId render_id(render_process_host_id, routing_id); in ClearTabAndWindowId()
140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) { in GetTabAndWindowId() argument
142 RenderId render_id(render_process_host_id, routing_id); in GetTabAndWindowId()
Dextension_message_service.cc38 int routing_id; member
40 int routing_id = MSG_ROUTING_CONTROL) in MessagePort()
41 : sender(sender), routing_id(routing_id) {} in MessagePort()
73 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id, in DispatchOnConnect()
83 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id, in DispatchOnDisconnect()
92 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id, in DispatchOnMessage()
182 receiver.routing_id = contents->render_view_host()->routing_id(); in OpenChannelToTab()
285 target_tab_contents->render_view_host()->routing_id()); in OpenSpecialChannelToTab()
Dextension_tab_id_map.h30 int render_process_host_id, int routing_id, int* tab_id, int* window_id);
46 int render_process_host_id, int routing_id, int tab_id, int window_id);
48 int render_process_host_id, int routing_id);
Dextension_message_handler.cc50 routing_id(), params.request_id, false, std::string(), in OnRequest()
Dextension_function_dispatcher.cc499 render_view_host_->routing_id(), function->request_id(), false, in HandleRequest()
513 render_view_host_->routing_id(), function->request_id(), false, in HandleRequest()
521 render_view_host_->routing_id(), function->request_id(), success, in SendResponse()
/external/chromium/chrome/browser/
Ddesktop_notification_handler.cc59 routing_id(), in OnShow()
70 routing_id(), in OnCancel()
85 source_origin, process->id(), routing_id(), callback_context, NULL); in OnRequestPermission()
Dexternal_protocol_handler.h51 int routing_id);
/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_host_unittest.cc314 contents()->render_view_host()->routing_id())) in TEST_F()
392 contents()->render_view_host()->routing_id())) in TEST_F()
450 EXPECT_EQ(rvh()->routing_id(), msg->routing_id()); in TEST_F()
479 EXPECT_EQ(rvh()->routing_id(), msg->routing_id()); in TEST_F()
493 EXPECT_EQ(rvh()->routing_id(), msg->routing_id()); in TEST_F()
563 EXPECT_EQ(rvh()->routing_id(), msg->routing_id()); in TEST_F()
Dclient_side_detection_host.cc212 rvh->routing_id(), params_.url)); in CheckCache()
375 tab_contents()->render_view_host()->routing_id())); in MaybeShowPhishingWarning()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.h110 int routing_id);
168 int routing_id);
229 int routing_id);
306 int routing_id);
395 int routing_id);
464 int routing_id);
526 int routing_id);
Dtask_manager.h128 int routing_id) = 0;
344 int routing_id,
348 routing_id(routing_id),
358 int routing_id;
Dtask_manager_resource_providers.cc241 int routing_id) { in GetResource() argument
243 tab_util::GetTabContentsByID(render_process_host_id, routing_id); in GetResource()
405 render_view_host->routing_id())) { in TaskManagerPrerenderResource()
466 int routing_id) { in GetResource() argument
473 std::make_pair(render_process_host_id, routing_id)); in GetResource()
666 int routing_id) { in GetResource() argument
668 render_process_host_id, routing_id); in GetResource()
988 int routing_id) { in GetResource() argument
1206 int routing_id) { in GetResource() argument
1390 int routing_id) { in GetResource() argument
[all …]
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc131 int routing_id, const std::string& source_extension_id, in OnOpenChannelToExtension() argument
141 render_process_id_, routing_id, port2_id, source_extension_id, in OnOpenChannelToExtension()
158 int routing_id, int tab_id, const std::string& extension_id, in OnOpenChannelToTab() argument
167 render_process_id_, routing_id, port2_id, tab_id, extension_id, in OnOpenChannelToTab()
Dchrome_render_message_filter.h50 void OnOpenChannelToExtension(int routing_id,
60 void OnOpenChannelToTab(int routing_id, int tab_id,
/external/chromium/chrome/browser/chromeos/
Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument
37 render_process_host_id, routing_id); in RunExternalProtocolDialog()
/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc27 int routing_id, in BackgroundContents() argument
33 render_view_host_ = new RenderViewHost(site_instance, this, routing_id, NULL); in BackgroundContents()
216 render_view_host_->routing_id(), params.request_id, false, in ProcessWebUIMessage()
Dtab_util.h16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
/external/chromium/chrome/browser/ui/views/
Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument
43 render_process_host_id, routing_id); in RunExternalProtocolDialog()
/external/chromium/chrome/browser/ui/webui/
Dprint_preview_handler.cc253 rvh->Send(new PrintMsg_PrintPreview(rvh->routing_id(), *settings)); in HandleGetPreview()
260 rvh->Send(new PrintMsg_ResetScriptedPrintCount(rvh->routing_id())); in HandlePrint()
293 rvh->Send(new PrintMsg_PrintForPrintPreview(rvh->routing_id(), *settings)); in HandlePrint()
/external/chromium/chrome/browser/debugger/
Ddevtools_manager.cc96 m->set_routing_id(inspected_rvh->routing_id()); in ForwardToDevToolsAgent()
169 m->set_routing_id(inspected_rvh->routing_id()); in InspectElement()
314 m->set_routing_id(inspected_rvh->routing_id()); in SendAttachToAgent()
322 m->set_routing_id(inspected_rvh->routing_id()); in SendDetachToAgent()
/external/chromium/webkit/glue/
Dresource_loader_bridge.cc57 routing_id(0), in RequestInfo()
/external/chromium/chrome/browser/translate/
Dtranslate_manager.cc241 controller->tab_contents()->render_view_host()->routing_id(), in Observe()
481 request.render_view_id = rvh->routing_id(); in TranslatePage()
496 tab_contents->render_view_host()->routing_id(), entry->page_id())); in RevertTranslation()
544 tab->render_view_host()->routing_id(), entry->page_id(), translate_script, in DoTranslatePage()
/external/chromium/chrome/browser/printing/
Dprinting_message_filter.h67 int routing_id,
Dprint_view_manager.cc63 return Send(new PrintMsg_PrintPages(routing_id())); in PrintNow()
356 rvh->Send(new PrintMsg_PrintingDone(rvh->routing_id(), in PrintingDone()
/external/chromium/chrome/browser/prerender/
Dprerender_contents.cc99 int view_id = render_view_host_->routing_id(); in StartPrerendering()
177 *route_id = render_view_host_->routing_id(); in GetRouteId()
206 int view_id = render_view_host_->routing_id(); in ~PrerenderContents()

123