HomeSort by relevance Sort by last modified time
    Searched refs:render_process_host_id (Results 1 - 25 of 43) sorted by null

1 2

  /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/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 51 int render_process_host_id, int routing_id, int tab_id, int window_id);
53 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/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/chrome/browser/ui/views/
external_protocol_dialog.cc 34 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id,
46 render_process_host_id,
122 int render_process_host_id,
125 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/extensions/browser/guest_view/web_view/
web_view_renderer_state.h 65 void AddGuest(int render_process_host_id, int routing_id,
67 void RemoveGuest(int render_process_host_id, int routing_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 37 int render_process_host_id; member in struct:SafeBrowsingUIManager::WhiteListedEntry
46 render_process_host_id(-1),
136 tab_util::GetWebContentsByID(resource.render_process_host_id,
255 entry.render_process_host_id = resource.render_process_host_id;
270 if (entry.render_process_host_id == resource.render_process_host_id &&
ui_manager.h 51 int render_process_host_id; member in struct:SafeBrowsingUIManager::UnsafeResource
  /external/chromium_org/chrome/browser/download/
download_request_limiter.h 185 void CanDownloadOnIOThread(int render_process_host_id,
213 void CanDownload(int render_process_host_id,
226 void OnCanDownloadDecided(int render_process_host_id,
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/supervised_user/
supervised_user_navigation_observer.h 43 static void OnRequestBlocked(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/content/browser/download/
save_file_manager.h 101 int render_process_host_id,
211 int render_process_host_id,
save_file_resource_handler.cc 20 int render_process_host_id,
26 render_process_id_(render_process_host_id),

Completed in 795 milliseconds

1 2