Home
last modified time | relevance | path

Searched refs:render_process_host_id (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium/chrome/browser/extensions/
Dextension_tab_id_map.cc126 int render_process_host_id, int routing_id, int tab_id, int window_id) { in SetTabAndWindowId() argument
128 RenderId render_id(render_process_host_id, routing_id); in SetTabAndWindowId()
133 int render_process_host_id, int routing_id) { in ClearTabAndWindowId() argument
135 RenderId render_id(render_process_host_id, routing_id); in ClearTabAndWindowId()
140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) { in GetTabAndWindowId() argument
142 RenderId render_id(render_process_host_id, routing_id); in GetTabAndWindowId()
Dextension_tab_id_map.h30 int render_process_host_id, int routing_id, int* tab_id, int* window_id);
46 int render_process_host_id, int routing_id, int tab_id, int window_id);
48 int render_process_host_id, int routing_id);
/external/chromium/chrome/browser/
Dexternal_protocol_handler.h36 static void LaunchUrl(const GURL& url, int render_process_host_id,
50 int render_process_host_id,
Dexternal_protocol_handler.cc130 int render_process_host_id, in LaunchUrl() argument
148 render_process_host_id, in LaunchUrl()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.h109 int render_process_host_id,
167 int render_process_host_id,
228 int render_process_host_id,
305 int render_process_host_id,
394 int render_process_host_id,
463 int render_process_host_id,
525 int render_process_host_id,
Dtask_manager_resource_providers.cc240 int render_process_host_id, in GetResource() argument
243 tab_util::GetTabContentsByID(render_process_host_id, routing_id); in GetResource()
465 int render_process_host_id, in GetResource() argument
473 std::make_pair(render_process_host_id, routing_id)); in GetResource()
665 int render_process_host_id, in GetResource() argument
668 render_process_host_id, routing_id); in GetResource()
987 int render_process_host_id, in GetResource() argument
1205 int render_process_host_id, in GetResource() argument
1389 int render_process_host_id, in GetResource() argument
1574 int render_process_host_id, in GetResource() argument
[all …]
/external/chromium/chrome/browser/ssl/
Dssl_client_auth_handler.cc35 int render_process_host_id; in SelectCertificate() local
38 &render_process_host_id, in SelectCertificate()
47 render_process_host_id, render_view_host_id, in SelectCertificate()
Dssl_add_cert_handler.cc19 int render_process_host_id, in SSLAddCertHandler() argument
22 render_process_host_id_(render_process_host_id), in SSLAddCertHandler()
Dssl_add_cert_handler.h24 int render_process_host_id, int render_view_id);
/external/chromium/chrome/browser/download/
Ddownload_request_limiter.cc191 void DownloadRequestLimiter::CanDownloadOnIOThread(int render_process_host_id, in CanDownloadOnIOThread() argument
201 render_process_host_id, render_view_id, request_id, in CanDownloadOnIOThread()
236 void DownloadRequestLimiter::CanDownload(int render_process_host_id, in CanDownload() argument
243 tab_util::GetTabContentsByID(render_process_host_id, render_view_id); in CanDownload()
Dsave_file_manager.h98 int render_process_host_id,
214 int render_process_host_id,
Ddownload_request_limiter.h178 void CanDownloadOnIOThread(int render_process_host_id,
219 void CanDownload(int render_process_host_id,
Dsave_file_manager.cc122 int render_process_host_id, in SaveURL() argument
141 render_process_host_id, in SaveURL()
150 info->render_process_id = render_process_host_id; in SaveURL()
365 int render_process_host_id, in OnSaveURL() argument
373 render_process_host_id, in OnSaveURL()
/external/chromium/chrome/browser/chromeos/
Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument
37 render_process_host_id, routing_id); in RunExternalProtocolDialog()
/external/chromium/chrome/browser/renderer_host/
Dsave_file_resource_handler.cc15 SaveFileResourceHandler::SaveFileResourceHandler(int render_process_host_id, in SaveFileResourceHandler() argument
20 render_process_id_(render_process_host_id), in SaveFileResourceHandler()
Ddownload_throttling_resource_handler.cc19 int render_process_host_id, in DownloadThrottlingResourceHandler() argument
26 render_process_host_id_(render_process_host_id), in DownloadThrottlingResourceHandler()
Ddownload_resource_handler.cc28 int render_process_host_id, in DownloadResourceHandler() argument
37 global_id_(render_process_host_id, request_id), in DownloadResourceHandler()
Dsafe_browsing_resource_handler.cc27 int render_process_host_id, in SafeBrowsingResourceHandler() argument
37 render_process_host_id_(render_process_host_id), in SafeBrowsingResourceHandler()
Dsave_file_resource_handler.h19 SaveFileResourceHandler(int render_process_host_id,
Ddownload_throttling_resource_handler.h37 int render_process_host_id,
Ddownload_resource_handler.h29 int render_process_host_id,
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc106 int render_process_host_id; member
116 render_process_host_id(-1), in UnsafeResource()
341 int render_process_host_id, in DisplayBlockingPage() argument
349 if (entry.render_process_host_id == render_process_host_id && in DisplayBlockingPage()
368 resource.render_process_host_id = render_process_host_id; in DisplayBlockingPage()
458 entry.render_process_host_id = resource.render_process_host_id; in OnBlockingPageDone()
993 tab_util::GetTabContentsByID(resource.render_process_host_id, in DoDisplayBlockingPage()
Dsafe_browsing_service.h68 int render_process_host_id; member
188 int render_process_host_id,
/external/chromium/chrome/browser/tab_contents/
Dtab_util.h16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
/external/chromium/chrome/browser/ui/views/
Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument
43 render_process_host_id, routing_id); in RunExternalProtocolDialog()

12