OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_type_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_update_job.cc
370
update_type_
(UNKNOWN_TYPE),
444
update_type_
= UPGRADE_ATTEMPT;
447
update_type_
= CACHE_ATTEMPT;
496
AppCacheEntry* entry = (
update_type_
== UPGRADE_ATTEMPT) ?
537
if (
update_type_
== UPGRADE_ATTEMPT)
541
} else if (response_code == 304 &&
update_type_
== UPGRADE_ATTEMPT) {
544
update_type_
== UPGRADE_ATTEMPT) {
593
DCHECK(
update_type_
== UPGRADE_ATTEMPT);
733
} else if (
update_type_
== UPGRADE_ATTEMPT &&
828
if (
update_type_
== CACHE_ATTEMPT && pending_master_entries_.empty())
[
all
...]
appcache_update_job.h
280
UpdateType
update_type_
;
member in class:content::AppCacheUpdateJob
appcache_update_job_unittest.cc
639
EXPECT_EQ(AppCacheUpdateJob::CACHE_ATTEMPT, update->
update_type_
);
690
EXPECT_EQ(AppCacheUpdateJob::UPGRADE_ATTEMPT, update->
update_type_
);
[
all
...]
Completed in 111 milliseconds