Searched defs:FromRoutingID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_frame_proxy.cc63 render_view = RenderViewImpl::FromRoutingID(render_view_routing_id);
71 RenderFrameProxy::FromRoutingID(parent_routing_id);
82 RenderFrameProxy* RenderFrameProxy::FromRoutingID(int32 routing_id) { function in class:content::RenderFrameProxy
163 RenderFrameImpl::FromRoutingID(frame_routing_id_);
178 RenderFrameImpl::FromRoutingID(frame_routing_id_);
221 RenderFrameImpl::FromRoutingID(frame_routing_id_);
H A Drender_frame_impl.cc380 RenderFrameImpl* RenderFrameImpl::FromRoutingID(int32 routing_id) { function in class:content::RenderFrameImpl
395 RenderFrameProxy* proxy = RenderFrameProxy::FromRoutingID(parent_routing_id);
H A Drender_view_impl.cc837 RenderViewImpl* opener_view = FromRoutingID(params->opener_id);
900 RenderViewImpl* RenderViewImpl::FromRoutingID(int32 routing_id) { function in class:content::RenderViewImpl
907 RenderView* RenderView::FromRoutingID(int routing_id) { function in class:content::RenderView
908 return RenderViewImpl::FromRoutingID(routing_id);
2882 RenderViewImpl* source_view = FromRoutingID(params.source_routing_id);
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.cc60 SynchronousCompositorImpl* SynchronousCompositorImpl::FromRoutingID( function in class:content::SynchronousCompositorImpl

Completed in 950 milliseconds