Searched refs:routing_id (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium/chrome/browser/tab_contents/
H A Dtab_util.h16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
H A Dbackground_contents.cc27 int routing_id,
33 render_view_host_ = new RenderViewHost(site_instance, this, routing_id, NULL);
216 render_view_host_->routing_id(), params.request_id, false,
26 BackgroundContents(SiteInstance* site_instance, int routing_id, Delegate* delegate) argument
/external/chromium/chrome/browser/extensions/
H A 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);
H A Dextension_tab_id_map.cc67 host->process()->id(), host->routing_id(),
81 host->process()->id(), host->routing_id(),
93 host->process()->id(), host->routing_id()));
126 int render_process_host_id, int routing_id, int tab_id, int window_id) {
128 RenderId render_id(render_process_host_id, routing_id);
133 int render_process_host_id, int routing_id) {
135 RenderId render_id(render_process_host_id, routing_id);
140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) {
142 RenderId render_id(render_process_host_id, routing_id);
125 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
132 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
139 GetTabAndWindowId( int render_process_host_id, int routing_id, int* tab_id, int* window_id) argument
H A Dextension_message_handler.cc50 routing_id(), params.request_id, false, std::string(),
H A Dextension_message_service.cc38 int routing_id; member in struct:ExtensionMessageService::MessagePort
40 int routing_id = MSG_ROUTING_CONTROL)
41 : sender(sender), routing_id(routing_id) {}
73 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
83 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
92 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
182 receiver.routing_id = contents->render_view_host()->routing_id();
285 target_tab_contents->render_view_host()->routing_id());
[all...]
/external/chromium/chrome/browser/
H A Ddesktop_notification_handler.cc59 routing_id(),
70 routing_id(),
85 source_origin, process->id(), routing_id(), callback_context, NULL);
H A Dexternal_protocol_handler.h41 // |render_process_host_id| and |routing_id| are used by
51 int routing_id);
H A Dpassword_manager_delegate_impl.cc118 tab_contents_->render_view_host()->routing_id(), form_data));
/external/chromium/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.cc57 routing_id(0),
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.h50 void OnOpenChannelToExtension(int routing_id,
60 void OnOpenChannelToTab(int routing_id, int tab_id,
H A Dchrome_render_message_filter.cc131 int routing_id, const std::string& source_extension_id,
141 render_process_id_, routing_id, port2_id, source_extension_id,
158 int routing_id, int tab_id, const std::string& extension_id,
167 render_process_id_, routing_id, port2_id, tab_id, extension_id,
130 OnOpenChannelToExtension( int routing_id, const std::string& source_extension_id, const std::string& target_extension_id, const std::string& channel_name, int* port_id) argument
157 OnOpenChannelToTab( int routing_id, int tab_id, const std::string& extension_id, const std::string& channel_name, int* port_id) argument
/external/chromium/chrome/browser/printing/
H A Dprinting_message_filter.h67 int routing_id,
H A Dprint_preview_message_handler.cc56 rvh->Send(new PrintMsg_PrintingDone(rvh->routing_id(),
/external/chromium/chrome/browser/task_manager/
H A 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);
H A Dtask_manager.h128 int routing_id) = 0;
344 int routing_id,
348 routing_id(routing_id),
358 int routing_id; member in struct:TaskManagerModel::BytesReadParam
342 BytesReadParam(int origin_pid, int render_process_host_child_id, int routing_id, int byte_count) argument
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc314 contents()->render_view_host()->routing_id()))
392 contents()->render_view_host()->routing_id()))
450 EXPECT_EQ(rvh()->routing_id(), msg->routing_id());
479 EXPECT_EQ(rvh()->routing_id(), msg->routing_id());
493 EXPECT_EQ(rvh()->routing_id(), msg->routing_id());
563 EXPECT_EQ(rvh()->routing_id(), msg->routing_id());
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
43 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc144 Send(new ViewMsg_FindReplyACK(routing_id()));
/external/chromium/chrome/browser/ui/webui/
H A Ddevtools_ui.cc106 render_view_host->routing_id()));
H A Dprint_preview_handler.cc253 rvh->Send(new PrintMsg_PrintPreview(rvh->routing_id(), *settings));
260 rvh->Send(new PrintMsg_ResetScriptedPrintCount(rvh->routing_id()));
293 rvh->Send(new PrintMsg_PrintForPrintPreview(rvh->routing_id(), *settings));
/external/chromium/chrome/common/
H A Dprint_messages.h117 IPC_STRUCT_MEMBER(int, routing_id)
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager.cc96 m->set_routing_id(inspected_rvh->routing_id());
169 m->set_routing_id(inspected_rvh->routing_id());
314 m->set_routing_id(inspected_rvh->routing_id());
322 m->set_routing_id(inspected_rvh->routing_id());
/external/chromium/chrome/browser/ui/gtk/
H A Dexternal_protocol_dialog_gtk.cc34 const GURL& url, int render_process_host_id, int routing_id) {
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument

Completed in 646 milliseconds

123