OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
74
DCHECK(params->
prefer_cache
());
130
params->
prefer_cache
(),
600
DCHECK(params->
prefer_cache
());
/external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h
88
bool
prefer_cache
,
resource_dispatcher_host_impl.cc
467
bool
prefer_cache
,
485
if (
prefer_cache
) {
[
all
...]
Completed in 884 milliseconds