OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prefer_cache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/public/browser/
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
83
void set_prefer_cache(bool
prefer_cache
) {
84
prefer_cache_ =
prefer_cache
;
113
bool
prefer_cache
() const { return prefer_cache_; }
function in class:content::DownloadUrlParameters
resource_dispatcher_host.h
57
bool
prefer_cache
,
/external/chromium_org/content/browser/download/
download_manager_impl.cc
74
DCHECK(params->
prefer_cache
());
130
params->
prefer_cache
(),
604
DCHECK(params->
prefer_cache
());
/external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h
89
bool
prefer_cache
,
resource_dispatcher_host_impl.cc
564
bool
prefer_cache
,
583
if (
prefer_cache
) {
[
all
...]
Completed in 782 milliseconds