/external/chromium_org/chrome/browser/external_protocol/ |
D | external_protocol_handler.h | 36 int render_process_host_id, 56 static void LaunchUrl(const GURL& url, int render_process_host_id, in LaunchUrl() argument 58 LaunchUrlWithDelegate(url, render_process_host_id, tab_contents_id, NULL); in LaunchUrl() 63 static void LaunchUrlWithDelegate(const GURL& url, int render_process_host_id, 77 int render_process_host_id, 92 int render_process_host_id,
|
D | external_protocol_handler.cc | 61 int render_process_host_id, in RunExternalProtocolDialogWithDelegate() argument 66 render_process_host_id, in RunExternalProtocolDialogWithDelegate() 69 delegate->RunExternalProtocolDialog(url, render_process_host_id, in RunExternalProtocolDialogWithDelegate() 76 int render_process_host_id, in LaunchUrlWithoutSecurityCheckWithDelegate() argument 81 url, render_process_host_id, tab_contents_id); in LaunchUrlWithoutSecurityCheckWithDelegate() 94 int render_process_host_id, in ExternalDefaultProtocolObserver() argument 100 render_process_host_id_(render_process_host_id), in ExternalDefaultProtocolObserver() 255 int render_process_host_id, in LaunchUrlWithDelegate() argument 279 render_process_host_id, in LaunchUrlWithDelegate() 295 int render_process_host_id, in LaunchUrlWithoutSecurityCheck() argument [all …]
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_renderer_state.h | 45 int render_process_host_id, int routing_id, int* tab_id, int* window_id); 67 int render_process_host_id, int routing_id, int tab_id, int window_id); 69 int render_process_host_id, int routing_id); 72 void AddWebView(int render_process_host_id, int routing_id, 74 void RemoveWebView(int render_process_host_id, int routing_id);
|
D | extension_renderer_state.cc | 189 int render_process_host_id, int routing_id, int tab_id, int window_id) { in SetTabAndWindowId() argument 191 RenderId render_id(render_process_host_id, routing_id); in SetTabAndWindowId() 196 int render_process_host_id, int routing_id) { in ClearTabAndWindowId() argument 198 RenderId render_id(render_process_host_id, routing_id); in ClearTabAndWindowId() 203 int render_process_host_id, int routing_id, int* tab_id, int* window_id) { in GetTabAndWindowId() argument 205 RenderId render_id(render_process_host_id, routing_id); in GetTabAndWindowId()
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | ui_manager.cc | 36 int render_process_host_id; member 45 render_process_host_id(-1), in UnsafeResource() 83 int render_process_host_id, in DisplayBlockingPage() argument 93 resource.render_process_host_id = render_process_host_id; in DisplayBlockingPage() 144 tab_util::GetWebContentsByID(resource.render_process_host_id, in DoDisplayBlockingPage() 263 entry.render_process_host_id = resource.render_process_host_id; in UpdateWhitelist() 278 if (entry.render_process_host_id == resource.render_process_host_id && in IsWhitelisted()
|
D | ui_manager.h | 49 int render_process_host_id; member 101 int render_process_host_id,
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_client_auth_handler.cc | 82 int render_process_host_id; in DidGetClientCerts() local 85 &render_process_host_id, in DidGetClientCerts() 97 render_process_host_id, render_view_host_id)); in DidGetClientCerts() 116 int render_process_host_id, int render_view_host_id) { in DoSelectCertificate() argument 118 render_process_host_id, in DoSelectCertificate()
|
/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_org/chrome/browser/ui/views/ |
D | external_protocol_dialog.cc | 38 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument 46 new ExternalProtocolDialog(url, render_process_host_id, routing_id, command); in RunExternalProtocolDialog() 126 int render_process_host_id, in ExternalProtocolDialog() argument 130 render_process_host_id_(render_process_host_id), in ExternalProtocolDialog()
|
/external/chromium_org/chrome/browser/download/ |
D | download_request_limiter.cc | 259 int render_process_host_id, in CanDownloadOnIOThread() argument 270 render_process_host_id, render_view_id, request_id, in CanDownloadOnIOThread() 293 void DownloadRequestLimiter::CanDownload(int render_process_host_id, in CanDownload() argument 301 tab_util::GetWebContentsByID(render_process_host_id, render_view_id); in CanDownload() 319 render_process_host_id, in CanDownload() 333 int render_process_host_id, in OnCanDownloadDecided() argument 340 tab_util::GetWebContentsByID(render_process_host_id, render_view_id); in OnCanDownloadDecided()
|
D | download_request_limiter.h | 190 void CanDownloadOnIOThread(int render_process_host_id, 218 void CanDownload(int render_process_host_id, 232 void OnCanDownloadDecided(int render_process_host_id,
|
/external/chromium_org/content/public/browser/ |
D | download_url_parameters.cc | 19 int render_process_host_id, in DownloadUrlParameters() argument 27 render_process_host_id_(render_process_host_id), in DownloadUrlParameters()
|
/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,
|
/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()
|
/external/chromium_org/chrome/browser/ui/ |
D | external_protocol_dialog_delegate.cc | 20 int render_process_host_id, in ExternalProtocolDialogDelegate() argument 23 render_process_host_id_(render_process_host_id), in ExternalProtocolDialogDelegate()
|
/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()
|
/external/chromium_org/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/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_org/chrome/browser/ssl/ |
D | ssl_add_cert_handler.cc | 23 int render_process_host_id, in SSLAddCertHandler() argument 26 render_process_host_id_(render_process_host_id), in SSLAddCertHandler()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | protocol_dialog_gtk.cc | 33 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() argument 36 render_process_host_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()
|