HomeSort by relevance Sort by last modified time
    Searched refs:prefer_cache (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/public/browser/
resource_dispatcher_host.h 56 bool prefer_cache,
download_url_parameters.h 28 // |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
82 void set_prefer_cache(bool prefer_cache) {
83 prefer_cache_ = prefer_cache;
112 bool prefer_cache() const { return prefer_cache_; } function in class:content::DownloadUrlParameters
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 73 DCHECK(params->prefer_cache());
129 params->prefer_cache(),
607 DCHECK(params->prefer_cache());
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 89 bool prefer_cache,
resource_dispatcher_host_impl.cc 446 bool prefer_cache,
464 if (prefer_cache) {
    [all...]

Completed in 179 milliseconds