Searched defs:render_process_host_id (Results 1 - 25 of 53) sorted by relevance

123

/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/renderer_host/
H A Dsafe_browsing_resource_throttle_factory.cc19 int render_process_host_id,
25 return new SafeBrowsingResourceThrottle(request, render_process_host_id,
29 return factory_->CreateResourceThrottle(request, render_process_host_id,
17 Create( net::URLRequest* request, int render_process_host_id, int render_view_id, bool is_subresource, SafeBrowsingService* service) argument
H A Dsafe_browsing_resource_throttle.cc26 int render_process_host_id,
33 render_process_host_id_(render_process_host_id),
24 SafeBrowsingResourceThrottle( const net::URLRequest* request, int render_process_host_id, int render_view_id, bool is_subresource, SafeBrowsingService* safe_browsing) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dstubs_aura.cc46 const GURL& url, int render_process_host_id, int routing_id) {
45 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_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
/external/chromium/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc19 int render_process_host_id,
22 render_process_host_id_(render_process_host_id),
17 SSLAddCertHandler(net::URLRequest* request, net::X509Certificate* cert, int render_process_host_id, int render_view_id) argument
H A Dssl_client_auth_handler.cc35 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/external_protocol/
H A Dexternal_protocol_handler.h36 int render_process_host_id,
56 static void LaunchUrl(const GURL& url, int render_process_host_id, argument
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,
H A Dexternal_protocol_handler.cc58 int render_process_host_id,
63 render_process_host_id,
66 delegate->RunExternalProtocolDialog(url, render_process_host_id,
87 int render_process_host_id,
93 render_process_host_id_(render_process_host_id),
247 int render_process_host_id,
271 render_process_host_id,
56 RunExternalProtocolDialogWithDelegate( const GURL& url, int render_process_host_id, int routing_id, ExternalProtocolHandler::Delegate* delegate) argument
86 ExternalDefaultProtocolObserver(const GURL& escaped_url, int render_process_host_id, int tab_contents_id, bool prompt_user, ExternalProtocolHandler::Delegate* delegate) argument
246 LaunchUrlWithDelegate(const GURL& url, int render_process_host_id, int tab_contents_id, Delegate* delegate) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc23 int render_process_host_id,
26 render_process_host_id_(render_process_host_id),
21 SSLAddCertHandler(net::URLRequest* request, net::X509Certificate* cert, int render_process_host_id, int render_view_id) argument
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc42 int render_process_host_id; local
45 &render_process_host_id,
57 render_process_host_id, render_view_host_id));
87 int render_process_host_id, int render_view_host_id) {
89 render_process_host_id,
86 DoSelectCertificate( int render_process_host_id, int render_view_host_id) argument
/external/chromium/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium/chrome/browser/renderer_host/
H A Dsave_file_resource_handler.cc15 SaveFileResourceHandler::SaveFileResourceHandler(int render_process_host_id, argument
20 render_process_id_(render_process_host_id),
H A Ddownload_throttling_resource_handler.cc19 int render_process_host_id,
26 render_process_host_id_(render_process_host_id),
15 DownloadThrottlingResourceHandler( ResourceDispatcherHost* host, net::URLRequest* request, const GURL& url, int render_process_host_id, int render_view_id, int request_id, bool in_complete) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_resource_throttle.cc20 int render_process_host_id,
26 render_process_host_id_(render_process_host_id),
18 ManagedModeResourceThrottle( const net::URLRequest* request, int render_process_host_id, int render_view_id, bool is_main_frame, const ManagedModeURLFilter* url_filter) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dui_manager.h49 int render_process_host_id; member in struct:SafeBrowsingUIManager::UnsafeResource
92 int render_process_host_id,
/external/chromium_org/chrome/browser/ui/gtk/
H A Dprotocol_dialog_gtk.cc33 const GURL& url, int render_process_host_id, int routing_id) {
32 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_tab_id_map.cc126 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);
125 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
132 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
139 GetTabAndWindowId( int render_process_host_id, int routing_id, int* tab_id, int* window_id) argument
/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.cc130 int render_process_host_id,
148 render_process_host_id,
129 LaunchUrl(const GURL& url, int render_process_host_id, int tab_contents_id) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dexternal_protocol_dialog_gtk.cc34 const GURL& url, int render_process_host_id, int routing_id) {
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/content/browser/download/
H A Dsave_file_resource_handler.cc18 SaveFileResourceHandler::SaveFileResourceHandler(int render_process_host_id, argument
23 render_process_id_(render_process_host_id),
/external/chromium_org/content/browser/loader/
H A Dcross_site_resource_handler.cc39 int render_process_host_id,
43 render_process_host_id_(render_process_host_id),
37 CrossSiteResourceHandler( scoped_ptr<ResourceHandler> next_handler, int render_process_host_id, int render_view_id, net::URLRequest* request) argument
/external/chromium/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
43 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc184 int render_process_host_id, int routing_id, int tab_id, int window_id) {
186 RenderId render_id(render_process_host_id, routing_id);
191 int render_process_host_id, int routing_id) {
193 RenderId render_id(render_process_host_id, routing_id);
198 int render_process_host_id, int routing_id, int* tab_id, int* window_id) {
200 RenderId render_id(render_process_host_id, routing_id);
183 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
190 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
197 GetTabAndWindowId( int render_process_host_id, int routing_id, int* tab_id, int* window_id) argument

Completed in 591 milliseconds

123