Home | History | Annotate | Download | only in appcache

Lines Matching refs:EXPLICIT

145                 "# manifest is also an explicit entry\n"
148 "# fallback is also explicit entry\n"
155 "explicit-404\n"
551 explicit IOThread(const char* name)
1213 AppCacheEntry(AppCacheEntry::EXPLICIT,
1276 AppCacheEntry(AppCacheEntry::EXPLICIT,
1336 AppCacheEntry(AppCacheEntry::EXPLICIT,
1394 // Give the newest cache a master entry that is also one of the explicit
1445 expect_group_has_cache_ = false; // 404 explicit url is cache failure
1528 AppCacheEntry(AppCacheEntry::EXPLICIT, 555));
1558 AppCacheEntry(AppCacheEntry::EXPLICIT)));
2342 AppCacheEntry(AppCacheEntry::EXPLICIT, 222));
2419 frontend1->AdditionalUpdateHost(host3); // same as an explicit entry
2484 AppCacheEntry(AppCacheEntry::EXPLICIT, 222));
3266 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::MANIFEST,
3270 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FALLBACK |
3321 EXPECT_EQ(AppCacheEntry::EXPLICIT, entry->types());
3347 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::MASTER, entry->types());