Searched defs:render_process_host_id (Results 1 - 19 of 19) sorted by path

/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
/external/chromium_org/chrome/browser/extensions/
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
H A Dwebstore_installer.cc620 int render_process_host_id = contents->GetRenderProcessHost()->GetID(); local
627 render_process_host_id,
/external/chromium_org/chrome/browser/external_protocol/
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...]
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
/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 &&
H A Dui_manager.h51 int render_process_host_id; member in struct:SafeBrowsingUIManager::UnsafeResource
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc204 int render_process_host_id,
209 tab_util::GetWebContentsByID(render_process_host_id, render_view_id);
203 OnRequestBlocked( int render_process_host_id, int render_view_id, const GURL& url, const base::Callback<void(bool)>& callback) argument
/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/ui/
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/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
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc118 int render_process_host_id,
134 render_process_host_id, render_view_id, context));
141 info->render_process_id = render_process_host_id;
366 int render_process_host_id,
372 render_process_host_id,
115 SaveURL( const GURL& url, const Referrer& referrer, int render_process_host_id, int render_view_id, SaveFileCreateInfo::SaveFileSource save_source, const base::FilePath& file_full_path, ResourceContext* context, SavePackage* save_package) argument
363 OnSaveURL( const GURL& url, const Referrer& referrer, int render_process_host_id, int render_view_id, ResourceContext* context) argument
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
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.cc75 int render_process_host_id) {
78 render_process_host_id);
74 FromProcessHostID( int render_process_host_id) argument
/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
/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 Ddownload_url_parameters.h54 int render_process_host_id,
116 int render_process_host_id() const { return render_process_host_id_; } function in class:content::DownloadUrlParameters
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc169 int* render_process_host_id,
174 *render_process_host_id = info->GetChildID();
185 int render_process_host_id = -1; local
187 ExtractRequestRoutingInfo(request, &render_process_host_id, &routing_id);
189 GetInfo(render_process_host_id, routing_id, web_view_info);
197 int* render_process_host_id,
208 *render_process_host_id = info->GetChildID();
679 int render_process_host_id = -1; local
684 &render_process_host_id, &routing_id,
1400 int render_process_host_id local
168 ExtractRequestRoutingInfo(net::URLRequest* request, int* render_process_host_id, int* routing_id) argument
192 ExtractRequestInfoDetails(net::URLRequest* request, bool* is_main_frame, int* frame_id, bool* parent_is_main_frame, int* parent_frame_id, int* render_process_host_id, int* routing_id, ResourceType* resource_type) argument
1446 GetMatchingListenersImpl( void* browser_context, net::URLRequest* request, InfoMap* extension_info_map, bool crosses_incognito, const std::string& event_name, const GURL& url, int render_process_host_id, int routing_id, ResourceType resource_type, bool is_async_request, bool is_request_from_extension, int* extra_info_spec, std::vector<const ExtensionWebRequestEventRouter::EventListener*>* matching_listeners) argument
1539 int render_process_host_id = -1; local
[all...]

Completed in 7434 milliseconds