Searched refs:FromRoutingID (Results 1 - 25 of 29) sorted by last modified time

12

/external/chromium_org/extensions/renderer/
H A Dapp_window_custom_bindings.cc89 content::RenderView* view = content::RenderView::FromRoutingID(view_id);
H A Drender_view_observer_natives.cc66 content::RenderView* view = content::RenderView::FromRoutingID(view_id);
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_container.cc148 content::RenderView::FromRoutingID(guest_routing_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_);
/external/chromium_org/content/renderer/
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/shell/renderer/
H A Dwebkit_test_runner.cc549 RenderView* render_view = RenderView::FromRoutingID(*id);
/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);

Completed in 2951 milliseconds

12