/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/chrome/browser/tab_contents/ |
tab_util.h | 16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
|
/external/chromium_org/chrome/browser/ui/views/ |
stubs_aura.cc | 22 int render_process_host_id,
|
/external/chromium/chrome/browser/extensions/ |
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);
|
extension_tab_id_map.cc | 126 int render_process_host_id, int routing_id, int tab_id, int window_id) { 128 RenderId render_id(render_process_host_id, routing_id); 133 int render_process_host_id, int routing_id) { 135 RenderId render_id(render_process_host_id, routing_id); 140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) { 142 RenderId render_id(render_process_host_id, routing_id);
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.h | 36 int render_process_host_id, 56 static void LaunchUrl(const GURL& url, int render_process_host_id, 58 LaunchUrlWithDelegate(url, render_process_host_id, tab_contents_id, NULL); 63 static void LaunchUrlWithDelegate(const GURL& url, int render_process_host_id, 68 // |render_process_host_id| and |routing_id| are used by 77 int render_process_host_id, 92 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), 255 int render_process_host_id, 279 render_process_host_id, 295 int render_process_host_id, [all...] |
/external/chromium_org/chrome/browser/extensions/ |
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);
|
/external/chromium/chrome/browser/ |
external_protocol_handler.h | 36 static void LaunchUrl(const GURL& url, int render_process_host_id, 41 // |render_process_host_id| and |routing_id| are used by 50 int render_process_host_id,
|
/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/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;
|
/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_view_host_id)); 116 int render_process_host_id, int render_view_host_id) { 118 render_process_host_id,
|
/external/chromium_org/chrome/browser/ui/ |
external_protocol_dialog_delegate.h | 19 int render_process_host_id,
|
external_protocol_dialog_delegate.cc | 20 int render_process_host_id, 23 render_process_host_id_(render_process_host_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), 83 int render_process_host_id, 93 resource.render_process_host_id = render_process_host_id; 144 tab_util::GetWebContentsByID(resource.render_process_host_id, 263 entry.render_process_host_id = resource.render_process_host_id; 278 if (entry.render_process_host_id == resource.render_process_host_id & [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_add_cert_handler.h | 24 int render_process_host_id, int render_view_id);
|
ssl_add_cert_handler.cc | 19 int render_process_host_id, 22 render_process_host_id_(render_process_host_id),
|
ssl_client_auth_handler.cc | 35 int render_process_host_id; local 38 &render_process_host_id, 47 render_process_host_id, render_view_host_id,
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler.h | 23 int render_process_host_id, int render_view_id);
|
/external/chromium_org/chrome/browser/task_manager/ |
panel_resource_provider.h | 31 int render_process_host_id,
|
/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.cc | 35 const GURL& url, int render_process_host_id, int routing_id) { 37 render_process_host_id, routing_id);
|
/external/chromium_org/chrome/browser/download/ |
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,
|