Home
last modified time | relevance | path

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

1234

/external/chromium_org/chrome/browser/external_protocol/
Dexternal_protocol_handler.h36 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,
Dexternal_protocol_handler.cc61 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/
Dextension_renderer_state.h45 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);
Dextension_renderer_state.cc189 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/
Dui_manager.cc36 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()
Dui_manager.h49 int render_process_host_id; member
101 int render_process_host_id,
/external/chromium_org/content/browser/ssl/
Dssl_client_auth_handler.cc82 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/
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_org/chrome/browser/ui/views/
Dexternal_protocol_dialog.cc38 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/
Ddownload_request_limiter.cc259 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()
Ddownload_request_limiter.h190 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/
Ddownload_url_parameters.cc19 int render_process_host_id, in DownloadUrlParameters() argument
27 render_process_host_id_(render_process_host_id), in DownloadUrlParameters()
/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,
/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()
/external/chromium_org/chrome/browser/ui/
Dexternal_protocol_dialog_delegate.cc20 int render_process_host_id, in ExternalProtocolDialogDelegate() argument
23 render_process_host_id_(render_process_host_id), in ExternalProtocolDialogDelegate()
/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()
/external/chromium_org/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/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_org/chrome/browser/ssl/
Dssl_add_cert_handler.cc23 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/
Dprotocol_dialog_gtk.cc33 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/
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()

1234