Searched defs:SetDefersLoading (Results 1 - 4 of 4) sorted by relevance

/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
/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);
/external/chromium_org/content/child/
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);

Completed in 85 milliseconds