Searched refs:SetDefersLoading (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/child/
H A Dresource_loader_bridge.h58 virtual void SetDefersLoading(bool value) = 0;
H A Dresource_dispatcher.h79 void SetDefersLoading(int request_id, bool value);
H A Dresource_dispatcher_unittest.cc64 bridge_->SetDefersLoading(true);
546 bridge->SetDefersLoading(true);
560 bridge->SetDefersLoading(false);
597 bridge->SetDefersLoading(false);
619 bridge->SetDefersLoading(true);
H A Dresource_dispatcher.cc79 virtual void SetDefersLoading(bool value) OVERRIDE;
203 void IPCResourceLoaderBridge::SetDefersLoading(bool value) { function in class:content::IPCResourceLoaderBridge
209 dispatcher_->SetDefersLoading(request_id_, value);
625 void ResourceDispatcher::SetDefersLoading(int request_id, bool value) { function in class:content::ResourceDispatcher
H A Dweb_url_loader_impl.cc218 void SetDefersLoading(bool value);
290 void WebURLLoaderImpl::Context::SetDefersLoading(bool value) { function in class:content::WebURLLoaderImpl::Context
292 bridge_->SetDefersLoading(value);
901 context_->SetDefersLoading(value);
H A Dweb_url_loader_impl_unittest.cc77 virtual void SetDefersLoading(bool value) OVERRIDE {}
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.cc118 SetDefersLoading(false); // Allow the redirect to continue.
207 SetDefersLoading(false);
289 SetDefersLoading(true);
330 void URLLoaderResource::SetDefersLoading(bool defers_loading) { function in class:ppapi::proxy::URLLoaderResource
390 SetDefersLoading(false);
H A Durl_loader_resource.h103 void SetDefersLoading(bool defers_loading);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc128 SetDefersLoading(true);
299 SetDefersLoading(defers_loading);
384 void PepperURLLoaderHost::SetDefersLoading(bool defers_loading) { function in class:content::PepperURLLoaderHost
H A Dpepper_url_loader_host.h101 // Calls SetDefersLoading on the current load. This encapsulates the logic
103 void SetDefersLoading(bool defers_loading);
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc182 bridge_->SetDefersLoading(false);
227 bridge_->SetDefersLoading(true);

Completed in 736 milliseconds