Searched refs:FromRoutingID (Results 1 - 25 of 29) sorted by path

12

/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_browsertest.cc104 content::RenderView::FromRoutingID(kRenderViewRoutingId),
H A Dphishing_classifier_delegate_browsertest.cc155 content::RenderView::FromRoutingID(kRenderViewRoutingId);
243 content::RenderView::FromRoutingID(kRenderViewRoutingId);
H A Dphishing_dom_feature_extractor_browsertest.cc86 content::RenderView::FromRoutingID(kRenderViewRoutingId), &clock_));
124 content::RenderView::FromRoutingID(kRenderViewRoutingId);
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.cc60 SynchronousCompositorImpl* SynchronousCompositorImpl::FromRoutingID( function in class:content::SynchronousCompositorImpl
H A Dsynchronous_compositor_impl.h47 static SynchronousCompositorImpl* FromRoutingID(int routing_id);
H A Dsynchronous_compositor_output_surface.cc31 SynchronousCompositorImpl::FromRoutingID(routing_id);
298 return SynchronousCompositorImpl::FromRoutingID(routing_id_);
H A Dsynchronous_input_event_filter.cc54 SynchronousCompositorImpl::FromRoutingID(routing_id);
63 SynchronousCompositorImpl::FromRoutingID(routing_id);
74 SynchronousCompositorImpl::FromRoutingID(routing_id);
83 SynchronousCompositorImpl::FromRoutingID(routing_id);
/external/chromium_org/content/public/renderer/
H A Drender_view.h47 static RenderView* FromRoutingID(int routing_id);
/external/chromium_org/content/public/test/
H A Dmock_render_thread.cc197 RenderViewImpl::FromRoutingID(routing_id_)->OnMessageReceived(msg);
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc230 return RenderView::FromRoutingID(kRenderViewRoutingId);
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_frame_impl.h107 static RenderFrameImpl* FromRoutingID(int routing_id);
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_proxy.h78 static RenderFrameProxy* FromRoutingID(int routing_id);
H A Drender_thread_impl.cc286 RenderFrameImpl* frame = RenderFrameImpl::FromRoutingID(frame_routing_id);
707 RenderViewImpl::FromRoutingID(msg->routing_id());
770 RenderFrameImpl* frame = RenderFrameImpl::FromRoutingID(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);
H A Drender_view_impl.h197 static RenderViewImpl* FromRoutingID(int routing_id);
H A Drenderer_webapplicationcachehost_impl.cc58 return RenderViewImpl::FromRoutingID(routing_id_);
H A Dresource_fetcher_browsertest.cc145 return RenderView::FromRoutingID(kRenderViewRoutingId);
H A Dsavable_resources_browsertest.cc70 RenderView* render_view = RenderView::FromRoutingID(render_view_id);
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_source.cc17 RenderFrameImpl::FromRoutingID(render_frame_id);
H A Dwebrtc_audio_renderer.cc133 RenderFrameImpl::FromRoutingID(render_frame_id);
H A Dwebrtc_local_audio_renderer.cc266 RenderFrameImpl::FromRoutingID(source_render_frame_id_);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_input.cc158 RenderFrameImpl::FromRoutingID(render_frame_id);
290 RenderFrameImpl::FromRoutingID(render_frame_id_);
H A Dpepper_platform_video_capture.cc153 RenderFrameImpl::FromRoutingID(render_frame_id_);

Completed in 3515 milliseconds

12