HomeSort by relevance Sort by last modified time
    Searched defs:FromID (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 57 AwContentsClientBridgeBase* AwContentsClientBridgeBase::FromID(
62 content::RenderViewHost::FromID(render_process_id, render_view_id);
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 51 GpuProcessHost* host = GpuProcessHost::FromID(host_id_);
108 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id_);
130 DCHECK(!FromID(host_id));
137 delete FromID(host_id);
150 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) {
195 GpuProcessHostUIShim* ui_shim = FromID(host_id);
263 RenderViewHost* host = RenderViewHost::FromID(renderer_id, render_view_id);
302 RenderViewHost* host = RenderViewHost::FromID(params.renderer_id,
317 RenderViewHost* host = RenderViewHost::FromID(params.renderer_id,
341 RenderViewHost* host = RenderViewHost::FromID(renderer_id
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc 162 AwContentsIoThreadClient::FromID(int render_process_id, int render_view_id) {
aw_contents.cc 171 AwContents* AwContents::FromID(int render_process_id, int render_view_id) {
174 content::RenderViewHost::FromID(render_process_id, render_view_id);
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 272 SynchronousCompositorImpl* SynchronousCompositorImpl::FromID(int process_id,
276 RenderViewHost* rvh = RenderViewHost::FromID(process_id, routing_id);
287 return FromID(GetInProcessRendererId(), routing_id);
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc 51 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
93 RenderWidgetHost::FromID(render_process_id, render_widget_id);
100 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id);
112 DCHECK(!FromID(host_id));
124 delete FromID(host_id);
137 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) {
231 RenderWidgetHost::FromID(render_process_id, render_widget_id);
gpu_process_host.cc 98 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
136 RenderWidgetHost::FromID(render_process_id, render_widget_id);
405 GpuProcessHost* GpuProcessHost::FromID(int host_id) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
render_view_host_impl.cc 117 RenderViewHost* RenderViewHost::FromID(int render_process_id,
120 RenderWidgetHost::FromID(render_process_id, render_view_id);
144 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id,
147 RenderViewHost::FromID(render_process_id, render_view_id));
    [all...]
render_widget_host_impl.cc 215 RenderWidgetHost* RenderWidgetHost::FromID(
218 return RenderWidgetHostImpl::FromID(process_id, routing_id);
222 RenderWidgetHostImpl* RenderWidgetHostImpl::FromID(
    [all...]

Completed in 1018 milliseconds