Home
last modified time | relevance | path

Searched defs:FromID (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/android_webview/browser/
Daw_contents_client_bridge_base.cc62 AwContentsClientBridgeBase* AwContentsClientBridgeBase::FromID( in FromID() function in android_webview::AwContentsClientBridgeBase
/external/chromium_org/content/browser/frame_host/
Drender_frame_proxy_host.cc34 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id, in FromID() function in content::RenderFrameProxyHost
Drender_frame_host_impl.cc155 RenderFrameHost* RenderFrameHost::FromID(int render_process_id, in FromID() function in content::RenderFrameHost
161 RenderFrameHostImpl* RenderFrameHostImpl::FromID(int process_id, in FromID() function in content::RenderFrameHostImpl
/external/chromium_org/extensions/renderer/guest_view/
Dguest_view_container.cc46 GuestViewContainer* GuestViewContainer::FromID(int render_view_routing_id, in FromID() function in extensions::GuestViewContainer
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_impl.cc47 SynchronousCompositorImpl* SynchronousCompositorImpl::FromID(int process_id, in FromID() function in content::SynchronousCompositorImpl
/external/chromium_org/content/browser/gpu/
Dgpu_process_host_ui_shim.cc144 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) { in FromID() function in content::GpuProcessHostUIShim
Dgpu_process_host.cc361 GpuProcessHost* GpuProcessHost::FromID(int host_id) { in FromID() function in content::GpuProcessHost
/external/chromium_org/android_webview/native/
Daw_contents_io_thread_client_impl.cc161 AwContentsIoThreadClient::FromID(int render_process_id, int render_frame_id) { in FromID() function in android_webview::AwContentsIoThreadClient
Daw_contents.cc144 AwContents* AwContents::FromID(int render_process_id, int render_view_id) { in FromID() function in android_webview::AwContents
155 AwBrowserPermissionRequestDelegate* AwBrowserPermissionRequestDelegate::FromID( in FromID() function in android_webview::AwBrowserPermissionRequestDelegate
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc147 RenderViewHost* RenderViewHost::FromID(int render_process_id, in FromID() function in content::RenderViewHost
162 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id, in FromID() function in content::RenderViewHostImpl
Drender_widget_host_impl.cc252 RenderWidgetHost* RenderWidgetHost::FromID( in FromID() function in content::RenderWidgetHost
259 RenderWidgetHostImpl* RenderWidgetHostImpl::FromID( in FromID() function in content::RenderWidgetHostImpl
Drender_process_host_impl.cc1754 RenderProcessHost* RenderProcessHost::FromID(int render_process_id) { in FromID() function in content::RenderProcessHost
/external/clang/lib/AST/
DASTImporter.cpp4893 FileID ASTImporter::Import(FileID FromID) { in Import()