Searched refs:resource_dispatcher_host_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_cert_error_handler.cc20 DCHECK(request == resource_dispatcher_host_->GetURLRequest(request_id_));
H A Dssl_error_handler.cc21 resource_dispatcher_host_(rdh),
130 resource_dispatcher_host_->GetURLRequest(request_id_);
158 resource_dispatcher_host_->GetURLRequest(request_id_);
H A Dssl_error_handler.h107 ResourceDispatcherHost* resource_dispatcher_host_; member in class:SSLErrorHandler
/external/chromium/chrome/browser/web_resource/
H A Dweb_resource_service.h75 ResourceDispatcherHost* resource_dispatcher_host_; member in class:WebResourceService
H A Dweb_resource_service.cc127 // or not. Using |resource_dispatcher_host_| for this is pretty lame.
128 // If we don't have a resource_dispatcher_host_, assume we're in
131 web_resource_service_->resource_dispatcher_host_ != NULL &&
222 resource_dispatcher_host_ = g_browser_process->resource_dispatcher_host();
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.cc52 resource_dispatcher_host_(rdh) {
84 resource_dispatcher_host_,
114 resource_dispatcher_host_->PauseRequest(child_id, request_id, false);
167 resource_dispatcher_host_,
176 bool hash_needed = resource_dispatcher_host_->safe_browsing_service()->
287 download_file->CancelDownloadRequest(resource_dispatcher_host_);
400 download->CancelDownloadRequest(resource_dispatcher_host_);
H A Ddownload_file_manager.h171 ResourceDispatcherHost* resource_dispatcher_host_; member in class:DownloadFileManager
H A Dsave_file_manager.cc33 resource_dispatcher_host_(rdh) {
34 DCHECK(resource_dispatcher_host_);
371 resource_dispatcher_host_->BeginSaveFile(url,
393 resource_dispatcher_host_->CancelRequest(render_process_id,
H A Dsave_file_manager.h230 ResourceDispatcherHost* resource_dispatcher_host_; member in class:SaveFileManager
H A Ddownload_browsertest.cc349 : resource_dispatcher_host_(
373 download_file_manager_ = resource_dispatcher_host_->download_file_manager();
374 rdh_pending_requests_ = resource_dispatcher_host_->pending_requests();
386 ResourceDispatcherHost* resource_dispatcher_host_; member in class:__anon2091::CancelTestDataCollector
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.cc84 resource_dispatcher_host_(NULL) {
109 resource_dispatcher_host_ = resource_dispatcher_host;
245 resource_dispatcher_host_->ResumeDeferredNavigation(request_id);
272 resource_dispatcher_host_->BlockRequestsForRoute(
274 resource_dispatcher_host_->BlockRequestsForRoute(
298 resource_dispatcher_host_->ResumeBlockedRequestsForRoute(
H A Drender_widget_helper.h244 ResourceDispatcherHostImpl* resource_dispatcher_host_; member in class:content::RenderWidgetHelper
H A Drender_message_filter.h273 ResourceDispatcherHostImpl* resource_dispatcher_host_; member in class:content::RenderMessageFilter
H A Drender_message_filter.cc324 : resource_dispatcher_host_(ResourceDispatcherHostImpl::Get()),
339 render_widget_helper_->Init(render_process_id_, resource_dispatcher_host_);
878 resource_dispatcher_host_->BeginDownload(
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc773 if (resource_dispatcher_host_) {
776 resource_dispatcher_host_.get()->Shutdown();
841 if (resource_dispatcher_host_)
842 resource_dispatcher_host_.get()->save_file_manager()->Shutdown();
983 resource_dispatcher_host_.reset(new ResourceDispatcherHostImpl());
H A Dbrowser_main_loop.h167 scoped_ptr<ResourceDispatcherHostImpl> resource_dispatcher_host_; member in class:content::BrowserMainLoop
/external/chromium/chrome/browser/
H A Dbrowser_process_impl.cc196 if (resource_dispatcher_host_.get()) {
227 // Need to stop io_thread_ before resource_dispatcher_host_, since
240 if (resource_dispatcher_host_.get()) {
256 resource_dispatcher_host_.reset();
365 return resource_dispatcher_host_.get();
688 resource_dispatcher_host_.get() == NULL);
695 resource_dispatcher_host_.reset(
697 resource_dispatcher_host_->Initialize();
H A Dbrowser_process_impl.h157 scoped_ptr<ResourceDispatcherHost> resource_dispatcher_host_; member in class:BrowserProcessImpl

Completed in 1185 milliseconds