HomeSort by relevance Sort by last modified time
    Searched refs:FromID (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/tab_contents/
tab_util.cc 14 RenderViewHost::FromID(render_process_id, render_view_id);
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 32 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
38 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
44 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
50 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
65 return RenderViewHost::FromID(process_id_, route_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...]
gpu_process_host_ui_shim.h 58 // using FromID with the same id.
69 static GpuProcessHostUIShim* FromID(int host_id);
  /external/chromium_org/chrome/browser/tab_contents/
tab_util.cc 25 RenderViewHost::FromID(render_process_id, render_view_id);
  /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);
aw_contents_client_bridge_base.h 36 static AwContentsClientBridgeBase* FromID(int render_process_id,
aw_contents_io_thread_client.h 62 static scoped_ptr<AwContentsIoThreadClient> FromID(int render_process_id,
aw_request_interceptor.cc 48 AwContentsIoThreadClient::FromID(render_process_id, render_view_id);
  /external/chromium_org/android_webview/native/
aw_geolocation_permission_context.cc 29 AwContents::FromID(render_process_id, render_view_id);
72 AwContents::FromID(render_process_id, render_view_id);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_geolocation_permission_context.cc 50 RenderViewHost* rvh = RenderViewHost::FromID(render_process_id,
82 RenderViewHost* rvh = RenderViewHost::FromID(render_process_id,
browser_plugin_message_filter.cc 62 RenderProcessHost::FromID(render_process_id_));
  /external/chromium_org/content/browser/download/
download_request_handle.cc 39 RenderViewHostImpl::FromID(child_id_, render_view_id_);
47 RenderViewHostImpl* rvh = RenderViewHostImpl::FromID(
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 52 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.cc 19 content::RenderViewHost::FromID(render_process_id, render_view_id);
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc 43 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
85 RenderWidgetHost::FromID(render_process_id, render_widget_id);
92 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id);
104 DCHECK(!FromID(host_id));
116 delete FromID(host_id);
129 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) {
223 RenderWidgetHost::FromID(render_process_id, render_widget_id);
gpu_process_host_ui_shim.h 51 // using FromID with the same id.
62 CONTENT_EXPORT static GpuProcessHostUIShim* FromID(int host_id);
  /external/chromium_org/components/visitedlink/browser/
visitedlink_event_listener.cc 49 content::RenderProcessHost::FromID(render_process_id_);
85 content::RenderProcessHost::FromID(render_process_id_);
138 content::RenderProcessHost::FromID(i->first);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_broker_message_filter.cc 60 RenderProcessHost::FromID(render_process_id_);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_factory.cc 29 content::RenderProcessHost::FromID(render_process_id);
  /external/chromium_org/content/browser/android/
content_view_statics.cc 55 content::RenderProcessHost* host = content::RenderProcessHost::FromID(*it);
surface_texture_peer_browser_impl.cc 36 RenderViewHostImpl* host = RenderViewHostImpl::FromID(
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h 30 static RenderFrameHostImpl* FromID(int process_id, int routing_id);
render_frame_message_filter.cc 24 RenderFrameHostImpl::FromID(process_id, parent_render_frame_id);
  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.cc 150 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_);
207 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_);
280 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_);
289 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_);

Completed in 303 milliseconds

1 2 3 4 5 6