/external/chromium_org/content/public/browser/ |
download_url_parameters.cc | 19 int render_process_host_id, 27 render_process_host_id_(render_process_host_id),
|
cert_store.h | 37 int render_process_host_id) = 0;
|
signed_certificate_timestamp_store.h | 39 int render_process_host_id) = 0;
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.h | 36 int render_process_host_id, 57 int render_process_host_id, 59 LaunchUrlWithDelegate(url, render_process_host_id, tab_contents_id, NULL); 65 int render_process_host_id, 71 // |render_process_host_id| and |routing_id| are used by 80 int render_process_host_id, 95 int render_process_host_id,
|
external_protocol_handler.cc | 61 int render_process_host_id, 66 render_process_host_id, 69 delegate->RunExternalProtocolDialog(url, render_process_host_id, 76 int render_process_host_id, 81 url, render_process_host_id, tab_contents_id); 94 int render_process_host_id, 100 render_process_host_id_(render_process_host_id), 256 int render_process_host_id, 280 render_process_host_id, 296 int render_process_host_id, [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_renderer_state.h | 85 int render_process_host_id, int routing_id, int tab_id, int window_id); 87 int render_process_host_id, int routing_id); 90 void AddWebView(int render_process_host_id, int routing_id, 92 void RemoveWebView(int render_process_host_id, int routing_id);
|
extension_renderer_state.cc | 191 int render_process_host_id, int routing_id, int tab_id, int window_id) { 193 RenderId render_id(render_process_host_id, routing_id); 198 int render_process_host_id, int routing_id) { 200 RenderId render_id(render_process_host_id, routing_id);
|
/external/chromium_org/chrome/browser/ui/android/ |
external_protocol_dialog_android.cc | 11 const GURL& url, int render_process_host_id, int routing_id) {
|
/external/chromium_org/chrome/browser/ui/views/ |
external_protocol_dialog.cc | 35 const GURL& url, int render_process_host_id, int routing_id) { 38 render_process_host_id, 47 render_process_host_id, 123 int render_process_host_id, 126 render_process_host_id_(render_process_host_id),
|
external_protocol_dialog.h | 24 int render_process_host_id,
|
/external/chromium_org/content/browser/ssl/ |
ssl_client_auth_handler.cc | 82 int render_process_host_id; local 85 &render_process_host_id, 97 render_process_host_id, render_frame_host_id)); 116 int render_process_host_id, int render_frame_host_id) { 118 render_process_host_id,
|
ssl_client_auth_handler.h | 68 void DoSelectCertificate(int render_process_host_id,
|
/external/chromium_org/content/browser/ |
cert_store_impl.h | 22 int render_process_host_id) OVERRIDE;
|
signed_certificate_timestamp_store_impl.h | 25 int render_process_host_id) OVERRIDE;
|
cross_site_request_manager.h | 54 // Set of (render_process_host_id, render_view_id) pairs of all
|
/external/chromium_org/chrome/browser/ui/ |
external_protocol_dialog_delegate.cc | 20 int render_process_host_id, 23 render_process_host_id_(render_process_host_id),
|
external_protocol_dialog_delegate.h | 19 int render_process_host_id,
|
/external/chromium_org/chrome/browser/chromeos/ |
external_protocol_dialog.cc | 34 const GURL& url, int render_process_host_id, int routing_id) { 36 render_process_host_id, routing_id);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.cc | 36 int render_process_host_id; member in struct:SafeBrowsingUIManager::WhiteListedEntry 45 render_process_host_id(-1), 118 tab_util::GetWebContentsByID(resource.render_process_host_id, 237 entry.render_process_host_id = resource.render_process_host_id; 252 if (entry.render_process_host_id == resource.render_process_host_id &&
|
/external/chromium_org/chrome/browser/download/ |
download_request_limiter.cc | 282 int render_process_host_id, 293 render_process_host_id, render_view_id, url, 316 void DownloadRequestLimiter::CanDownload(int render_process_host_id, 324 tab_util::GetWebContentsByID(render_process_host_id, render_view_id); 337 // OnCanDownloadDecided is invoked, we look it up by |render_process_host_id| 342 render_process_host_id, 355 int render_process_host_id, 361 tab_util::GetWebContentsByID(render_process_host_id, render_view_id);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
external_protocol_dialog.mm | 23 const GURL& url, int render_process_host_id, int routing_id) { 25 renderProcessHostId:render_process_host_id
|
/external/chromium_org/content/browser/download/ |
save_file_resource_handler.cc | 19 int render_process_host_id, 25 render_process_id_(render_process_host_id),
|
save_file_resource_handler.h | 25 int render_process_host_id,
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_navigation_observer.h | 43 static void OnRequestBlocked(int render_process_host_id,
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 120 resource.render_process_host_id = info->GetChildID(); 139 resource.render_process_host_id, resource.render_view_id);
|