/external/chromium/chrome/browser/extensions/ |
D | extension_tab_id_map.cc | 126 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()
|
D | extension_tab_id_map.h | 30 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/ |
D | external_protocol_handler.h | 36 static void LaunchUrl(const GURL& url, int render_process_host_id, 50 int render_process_host_id,
|
D | external_protocol_handler.cc | 130 int render_process_host_id, in LaunchUrl() argument 148 render_process_host_id, in LaunchUrl()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_resource_providers.h | 109 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,
|
D | task_manager_resource_providers.cc | 240 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/ |
D | ssl_client_auth_handler.cc | 35 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()
|
D | ssl_add_cert_handler.cc | 19 int render_process_host_id, in SSLAddCertHandler() argument 22 render_process_host_id_(render_process_host_id), in SSLAddCertHandler()
|
D | ssl_add_cert_handler.h | 24 int render_process_host_id, int render_view_id);
|
/external/chromium/chrome/browser/download/ |
D | download_request_limiter.cc | 191 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()
|
D | save_file_manager.h | 98 int render_process_host_id, 214 int render_process_host_id,
|
D | download_request_limiter.h | 178 void CanDownloadOnIOThread(int render_process_host_id, 219 void CanDownload(int render_process_host_id,
|
D | save_file_manager.cc | 122 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/ |
D | external_protocol_dialog.cc | 35 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/ |
D | save_file_resource_handler.cc | 15 SaveFileResourceHandler::SaveFileResourceHandler(int render_process_host_id, in SaveFileResourceHandler() argument 20 render_process_id_(render_process_host_id), in SaveFileResourceHandler()
|
D | download_throttling_resource_handler.cc | 19 int render_process_host_id, in DownloadThrottlingResourceHandler() argument 26 render_process_host_id_(render_process_host_id), in DownloadThrottlingResourceHandler()
|
D | download_resource_handler.cc | 28 int render_process_host_id, in DownloadResourceHandler() argument 37 global_id_(render_process_host_id, request_id), in DownloadResourceHandler()
|
D | safe_browsing_resource_handler.cc | 27 int render_process_host_id, in SafeBrowsingResourceHandler() argument 37 render_process_host_id_(render_process_host_id), in SafeBrowsingResourceHandler()
|
D | save_file_resource_handler.h | 19 SaveFileResourceHandler(int render_process_host_id,
|
D | download_throttling_resource_handler.h | 37 int render_process_host_id,
|
D | download_resource_handler.h | 29 int render_process_host_id,
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_service.cc | 106 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()
|
D | safe_browsing_service.h | 68 int render_process_host_id; member 188 int render_process_host_id,
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_util.h | 16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
|
/external/chromium/chrome/browser/ui/views/ |
D | external_protocol_dialog.cc | 35 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument 43 render_process_host_id, routing_id); in RunExternalProtocolDialog()
|