Searched defs:GetRoutingID (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc24 int ChromeV8ExtensionHandler::GetRoutingID() { function in class:extensions::ChromeV8ExtensionHandler
/external/chromium_org/chrome/browser/task_manager/
H A Dresource_provider.cc19 int Resource::GetRoutingID() const { function in class:task_manager::Resource
H A Drenderer_resource.cc44 new ChromeViewMsg_GetFPS(render_view_host_->GetRoutingID()));
100 int RendererResource::GetRoutingID() const { function in class:task_manager::RendererResource
101 return render_view_host_->GetRoutingID();
/external/chromium_org/extensions/common/
H A Devent_matcher.cc57 int EventMatcher::GetRoutingID() const { function in class:extensions::EventMatcher
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_nacl_private_impl.cc70 static int GetRoutingID(PP_Instance instance) { function in namespace:__anon6918
100 routing_id = GetRoutingID(instance);
283 GetRoutingID(instance),
319 GetRoutingID(instance), static_cast<int>(error_id)))) {
336 new NaClHostMsg_OpenNaClExecutable(GetRoutingID(instance),
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc107 int RenderFrameImpl::GetRoutingID() const { function in class:content::RenderFrameImpl
111 return render_view_->GetRoutingID();
171 params.render_view_route_id = GetRoutingID();
183 GetRoutingID());
217 Send(new ViewHostMsg_FrameAttached(GetRoutingID(), parent->identifier(),
230 Send(new ViewHostMsg_FrameDetached(GetRoutingID(), parent_frame_id,
249 Send(new ViewHostMsg_UpdateFrameName(GetRoutingID(),
268 Send(new ViewHostMsg_DownloadUrl(GetRoutingID(), request.url(), referrer,
424 Send(new ViewHostMsg_DocumentAvailableInMainFrame(GetRoutingID()));
603 request.setRequestorID(GetRoutingID());
[all...]
H A Drender_view_impl.cc4219 GetRoutingID(), bg_color));
4379 int RenderViewImpl::GetRoutingID() const { function in class:content::RenderViewImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc298 int RenderWidgetHostImpl::GetRoutingID() const { function in class:content::RenderWidgetHostImpl
354 GetRoutingID(), last_view_screen_rect_, last_window_screen_rect_));
838 Send(new ViewMsg_UpdateRect_ACK(GetRoutingID()));
1090 Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible));
1094 return GetRoutingID() | (static_cast<int64>(GetProcess()->GetID()) << 32);
1166 Send(new ViewMsg_Snapshot(GetRoutingID(), copy_rect_in_pixel));
1191 Send(new ViewMsg_UpdateVSyncParameters(GetRoutingID(), timebase, interval));
1243 Send(new ViewMsg_SetTextDirection(GetRoutingID(), text_direction_));
1251 Send(new ViewMsg_SetInputMethodActive(GetRoutingID(), activate));
1260 GetRoutingID(), tex
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc168 rvh->Send(new ImageMsg_DownloadImage(rvh->GetRoutingID(),
816 int WebContentsImpl::GetRoutingID() const { function in class:content::WebContentsImpl
820 return GetRenderViewHost()->GetRoutingID();
1322 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_) {
1845 Send(new ViewMsg_SetHistoryLengthAndPrune(GetRoutingID(),
1958 Send(new ViewMsg_SetPageEncoding(GetRoutingID(), encoding));
1963 Send(new ViewMsg_ResetPageEncodingToDefault(GetRoutingID()));
2024 GetRenderProcessHost()->GetID(), GetRenderViewHost()->GetRoutingID());
2091 GetRoutingID(), color_chooser_identifier_, color));
2095 Send(new ViewMsg_DidEndColorChooser(GetRoutingID(),
[all...]

Completed in 210 milliseconds