Searched refs:render_process_host_id (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/android/
H A Dexternal_protocol_dialog_android.cc11 const GURL& url, int render_process_host_id, int routing_id) {
10 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h36 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,
56 LaunchUrl(const GURL& url, int render_process_host_id, int tab_contents_id) argument
H A Dexternal_protocol_handler.cc61 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,
59 RunExternalProtocolDialogWithDelegate( const GURL& url, int render_process_host_id, int routing_id, ExternalProtocolHandler::Delegate* delegate) argument
74 LaunchUrlWithoutSecurityCheckWithDelegate( const GURL& url, int render_process_host_id, int tab_contents_id, ExternalProtocolHandler::Delegate* delegate) argument
93 ExternalDefaultProtocolObserver(const GURL& escaped_url, int render_process_host_id, int tab_contents_id, bool prompt_user, ExternalProtocolHandler::Delegate* delegate) argument
255 LaunchUrlWithDelegate(const GURL& url, int render_process_host_id, int tab_contents_id, Delegate* delegate) argument
294 LaunchUrlWithoutSecurityCheck( const GURL& url, int render_process_host_id, int tab_contents_id) argument
[all...]
/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc19 int render_process_host_id,
27 render_process_host_id_(render_process_host_id),
17 DownloadUrlParameters( const GURL& url, int render_process_host_id, int render_view_host_routing_id, ResourceContext* resource_context) argument
H A Dcert_store.h37 int render_process_host_id) = 0;
H A Dsigned_certificate_timestamp_store.h39 int render_process_host_id) = 0;
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc34 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),
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
120 ExternalProtocolDialog( scoped_ptr<const ProtocolDialogDelegate> delegate, int render_process_host_id, int routing_id) argument
H A Dexternal_protocol_dialog.h24 int render_process_host_id,
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc82 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,
115 DoSelectCertificate( int render_process_host_id, int render_frame_host_id) argument
H A Dssl_client_auth_handler.h68 void DoSelectCertificate(int render_process_host_id,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.h51 int render_process_host_id, int routing_id, int tab_id, int window_id);
53 int render_process_host_id, int routing_id);
H A Dextension_renderer_state.cc191 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);
190 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
197 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
/external/chromium_org/content/browser/
H A Dcert_store_impl.h22 int render_process_host_id) OVERRIDE;
H A Dsigned_certificate_timestamp_store_impl.h25 int render_process_host_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dexternal_protocol_dialog_delegate.h19 int render_process_host_id,
H A Dexternal_protocol_dialog_delegate.cc20 int render_process_host_id,
23 render_process_host_id_(render_process_host_id),
18 ExternalProtocolDialogDelegate( const GURL& url, int render_process_host_id, int tab_contents_id) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_renderer_state.h65 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/safe_browsing/
H A Dui_manager.cc37 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 &&
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc34 const GURL& url, int render_process_host_id, int routing_id) {
36 render_process_host_id, routing_id);
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc282 int render_process_host_id,
293 render_process_host_id, render_view_id, url,
316 void DownloadRequestLimiter::CanDownload(int render_process_host_id, argument
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);
281 CanDownloadOnIOThread( int render_process_host_id, int render_view_id, const GURL& url, const std::string& request_method, const Callback& callback) argument
354 OnCanDownloadDecided( int render_process_host_id, int render_view_id, const std::string& request_method, const Callback& orig_callback, bool allow) argument
H A Ddownload_request_limiter.h185 void CanDownloadOnIOThread(int render_process_host_id,
213 void CanDownload(int render_process_host_id,
226 void OnCanDownloadDecided(int render_process_host_id,
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.h101 int render_process_host_id,
211 int render_process_host_id,
H A Dsave_file_resource_handler.cc20 int render_process_host_id,
26 render_process_id_(render_process_host_id),
19 SaveFileResourceHandler(net::URLRequest* request, int render_process_host_id, int render_view_id, const GURL& url, SaveFileManager* manager) argument
H A Dsave_file_resource_handler.h25 int render_process_host_id,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.h43 static void OnRequestBlocked(int render_process_host_id,

Completed in 789 milliseconds

12