Searched defs:GetRoutingID (Results 1 - 10 of 10) 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.cc43 new ChromeViewMsg_GetFPS(render_view_host_->GetRoutingID()));
99 int RendererResource::GetRoutingID() const { function in class:task_manager::RendererResource
100 return render_view_host_->GetRoutingID();
/external/chromium_org/extensions/common/
H A Devent_matcher.cc68 int EventMatcher::GetRoutingID() const { function in class:extensions::EventMatcher
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc65 int RenderFrameHostImpl::GetRoutingID() { function in class:content::RenderFrameHostImpl
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc70 static int GetRoutingID(PP_Instance instance) { function in namespace:__anon7756
101 routing_id = GetRoutingID(instance);
274 GetRoutingID(instance),
301 GetRoutingID(instance), static_cast<int>(error_id)))) {
318 new NaClHostMsg_OpenNaClExecutable(GetRoutingID(instance),
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc219 Send(new ViewHostMsg_ImeCancelComposition(render_view_->GetRoutingID()));;
466 int RenderFrameImpl::GetRoutingID() { function in class:content::RenderFrameImpl
688 new ViewHostMsg_UpdateFrameName(render_view_->GetRoutingID(),
715 render_view_->Send(new ViewHostMsg_DownloadUrl(render_view_->GetRoutingID(),
884 render_view_->GetRoutingID()));
1082 request.setRequestorID(render_view_->GetRoutingID());
1169 render_view_->GetRoutingID(),
1179 render_view_->GetRoutingID()));
1187 render_view_->GetRoutingID(),
1197 new PluginHostMsg_DidAbortLoading(render_view_->GetRoutingID()));
[all...]
H A Drender_view_impl.cc2755 return GetRoutingID() | (static_cast<int64>(
4117 GetRoutingID(), bg_color));
4277 int RenderViewImpl::GetRoutingID() const { function in class:content::RenderViewImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc118 host->GetRoutingID()));
338 int RenderWidgetHostImpl::GetRoutingID() const { function in class:content::RenderWidgetHostImpl
394 GetRoutingID(), last_view_screen_rect_, last_window_screen_rect_));
889 Send(new ViewMsg_UpdateRect_ACK(GetRoutingID()));
1096 Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible));
1100 return GetRoutingID() | (static_cast<int64>(GetProcess()->GetID()) << 32);
1200 Send(new ViewMsg_Snapshot(GetRoutingID(), copy_rect_in_pixel));
1225 Send(new ViewMsg_UpdateVSyncParameters(GetRoutingID(), timebase, interval));
1279 Send(new ViewMsg_SetTextDirection(GetRoutingID(), text_direction_));
1287 Send(new ViewMsg_SetInputMethodActive(GetRoutingID(), activat
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc175 rvh->Send(new ImageMsg_DownloadImage(rvh->GetRoutingID(),
666 int WebContentsImpl::GetRoutingID() const { function in class:content::WebContentsImpl
670 return GetRenderViewHost()->GetRoutingID();
1173 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_) {
1787 Send(new ViewMsg_SetHistoryLengthAndPrune(GetRoutingID(),
1901 Send(new ViewMsg_SetPageEncoding(GetRoutingID(), encoding));
1906 Send(new ViewMsg_ResetPageEncodingToDefault(GetRoutingID()));
1967 GetRenderProcessHost()->GetID(), GetRenderViewHost()->GetRoutingID());
2034 GetRoutingID(), color_chooser_identifier_, color));
2038 Send(new ViewMsg_DidEndColorChooser(GetRoutingID(),
[all...]

Completed in 699 milliseconds