/external/chromium/chrome/browser/ |
D | gpu_process_host_ui_shim.cc | 51 GpuProcessHost* host = GpuProcessHost::FromID(host_id_); in Run() 108 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id_); in Run() 130 DCHECK(!FromID(host_id)); in Create() 137 delete FromID(host_id); in Destroy() 150 GpuProcessHostUIShim* GpuProcessHostUIShim::FromID(int host_id) { in FromID() function in GpuProcessHostUIShim 195 GpuProcessHostUIShim* ui_shim = FromID(host_id); in SendToGpuHost() 263 RenderViewHost* host = RenderViewHost::FromID(renderer_id, render_view_id); in OnResizeView() 302 RenderViewHost* host = RenderViewHost::FromID(params.renderer_id, in OnAcceleratedSurfaceSetIOSurface() 317 RenderViewHost* host = RenderViewHost::FromID(params.renderer_id, in OnAcceleratedSurfaceBuffersSwapped() 341 RenderViewHost* host = RenderViewHost::FromID(renderer_id, in OnScheduleComposite()
|
D | gpu_process_host_ui_shim.h | 69 static GpuProcessHostUIShim* FromID(int host_id);
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_util.cc | 14 RenderViewHost::FromID(render_process_id, render_view_id); in GetTabContentsByID()
|
D | background_contents.cc | 266 RenderViewHost::FromID(render_process_id, render_view_id); in GetBackgroundContentsByID()
|
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 141 Source<RenderProcessHost>(RenderProcessHost::FromID(renderer_id)), in ObserveStats() 284 RenderProcessHost* host = RenderProcessHost::FromID(allocation->first); in EnactStrategy() 310 RenderProcessHost* host = RenderProcessHost::FromID(*iter); in ClearRendederCache()
|
/external/chromium/chrome/browser/notifications/ |
D | notification_object_proxy.cc | 52 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); in Send()
|
D | desktop_notification_service.cc | 159 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); in InfoBarClosed() 528 RenderViewHost* host = RenderViewHost::FromID(process_id, route_id); in RequestPermission()
|
/external/chromium/chrome/browser/search_engines/ |
D | search_provider_install_state_message_filter.cc | 25 RenderProcessHost::FromID(render_process_id))), in SearchProviderInstallStateMessageFilter()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_message_service.cc | 143 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id); in OpenChannelToExtension() 173 RenderProcessHost* source = RenderProcessHost::FromID(source_process_id); in OpenChannelToTab()
|
D | extension_process_manager.cc | 244 RenderProcessHost* rph = RenderProcessHost::FromID(process_id); in RegisterExtensionProcess()
|
D | extensions_ui.cc | 350 RenderViewHost* host = RenderViewHost::FromID(render_process_id, in HandleInspectMessage()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_resource_providers.cc | 424 RenderViewHost::FromID(process_route_id_pair_.first, in GetTitle() 527 RenderViewHost::FromID(process_route_id_pair.first, in AddToTaskManager() 544 RenderViewHost::FromID(process_route_id_pair.first, in Add() 558 RenderViewHost::FromID(process_route_id_pair.first, in Remove()
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt.cc | 119 RenderViewHost* rvh = RenderViewHost::FromID(render_process_host_id_, in GetRenderViewHostDelegate()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_permission_context.cc | 597 RenderViewHost* r = RenderViewHost::FromID(render_process_id, render_view_id); in NotifyPermissionSet()
|
/external/chromium/chrome/browser/download/ |
D | download_util.cc | 823 RenderViewHost* rvh = RenderViewHost::FromID(render_process_id, in NotifyDownloadInitiated()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | extension_settings_handler.cc | 463 RenderViewHost* host = RenderViewHost::FromID(render_process_id, in HandleInspectMessage()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4469 FileID ASTImporter::Import(FileID FromID) { in Import() argument 4471 = ImportedFileIDs.find(FromID); in Import() 4477 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() 4505 ImportedFileIDs[FromID] = ToID; in Import()
|