Searched defs:FromID (Results 1 - 13 of 13) sorted by path

/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc62 AwContentsClientBridgeBase* AwContentsClientBridgeBase::FromID( function in class:android_webview::AwContentsClientBridgeBase
67 content::RenderFrameHost::FromID(render_process_id, render_frame_id);
/external/chromium_org/android_webview/native/
H A Daw_contents.cc144 AwContents* AwContents::FromID(int render_process_id, int render_view_id) { function in class:android_webview::AwContents
146 content::RenderViewHost::FromID(render_process_id, render_view_id);
155 AwBrowserPermissionRequestDelegate* AwBrowserPermissionRequestDelegate::FromID( function in class:android_webview::AwBrowserPermissionRequestDelegate
157 AwContents* aw_contents = AwContents::FromID(render_process_id,
H A Daw_contents_io_thread_client_impl.cc161 AwContentsIoThreadClient::FromID(int render_process_id, int render_frame_id) { function in class:android_webview::AwContentsIoThreadClient
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.cc47 SynchronousCompositorImpl* SynchronousCompositorImpl::FromID(int process_id, function in class:content::SynchronousCompositorImpl
51 RenderViewHost* rvh = RenderViewHost::FromID(process_id, routing_id);
62 return FromID(GetInProcessRendererId(), routing_id);
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc93 RenderFrameHost::FromID(render_process_id_, render_frame_id_);
103 RenderFrameHost::FromID(render_process_id_, render_frame_id_);
113 RenderFrameHost::FromID(render_process_id_, render_frame_id_);
125 RenderFrameHost::FromID(render_process_id_, render_frame_id_);
155 RenderFrameHost* RenderFrameHost::FromID(int render_process_id, function in class:content::RenderFrameHost
157 return RenderFrameHostImpl::FromID(render_process_id, render_frame_id);
161 RenderFrameHostImpl* RenderFrameHostImpl::FromID(int process_id, function in class:content::RenderFrameHostImpl
H A Drender_frame_proxy_host.cc34 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id, function in class:content::RenderFrameProxyHost
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc361 GpuProcessHost* GpuProcessHost::FromID(int host_id) { function in class:content::GpuProcessHost
H A Dgpu_process_host_ui_shim.cc47 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
89 RenderWidgetHost::FromID(render_process_id, render_widget_id);
96 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id);
113 DCHECK(!FromID(host_id));
131 delete FromID(host_id);
144 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) { function in class:content::GpuProcessHostUIShim
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc1754 RenderProcessHost* RenderProcessHost::FromID(int render_process_id) { function in class:content::RenderProcessHost
H A Drender_view_host_impl.cc147 RenderViewHost* RenderViewHost::FromID(int render_process_id, function in class:content::RenderViewHost
149 return RenderViewHostImpl::FromID(render_process_id, render_view_id);
162 RenderViewHostImpl* RenderViewHostImpl::FromID(int render_process_id, function in class:content::RenderViewHostImpl
165 RenderWidgetHost::FromID(render_process_id, render_view_id);
735 return RenderFrameHost::FromID(GetProcess()->GetID(), main_frame_routing_id_);
947 RenderViewHostImpl::FromID(GetProcess()->GetID(), run_modal_opener_id_);
1053 RenderViewHostImpl::FromID(GetProcess()->GetID(), run_modal_opener_id_);
H A Drender_widget_host_impl.cc136 host = RenderWidgetHost::FromID(id.first, id.second);
252 RenderWidgetHost* RenderWidgetHost::FromID( function in class:content::RenderWidgetHost
255 return RenderWidgetHostImpl::FromID(process_id, routing_id);
259 RenderWidgetHostImpl* RenderWidgetHostImpl::FromID( function in class:content::RenderWidgetHostImpl
2059 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(gpu_host_id);
2072 RenderProcessHost* host = RenderProcessHost::FromID(renderer_host_id);
2085 RenderProcessHost* host = RenderProcessHost::FromID(renderer_host_id);
2345 RenderWidgetHost::FromID(process_id, routing_id);
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_container.cc46 GuestViewContainer* GuestViewContainer::FromID(int render_view_routing_id, function in class:extensions::GuestViewContainer
/external/clang/lib/AST/
H A DASTImporter.cpp4893 FileID ASTImporter::Import(FileID FromID) { argument
4895 = ImportedFileIDs.find(FromID);
4901 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID);
4929 ImportedFileIDs[FromID] = ToID;

Completed in 441 milliseconds