Searched defs:prefer_cache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.h28 // |prefer_cache| is true, then if the response to |url| is in the HTTP cache it
31 // resource - it also requires |prefer_cache| to be |true| since re-post'ing is
83 void set_prefer_cache(bool prefer_cache) { argument
84 prefer_cache_ = prefer_cache;
113 bool prefer_cache() const { return prefer_cache_; } function in class:content::DownloadUrlParameters
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc564 bool prefer_cache,
583 if (prefer_cache) {
557 BeginDownload( scoped_ptr<net::URLRequest> request, const Referrer& referrer, bool is_content_initiated, ResourceContext* context, int child_id, int route_id, bool prefer_cache, scoped_ptr<DownloadSaveInfo> save_info, uint32 download_id, const DownloadStartedCallback& started_callback) argument

Completed in 88 milliseconds