Home | History | Annotate | Download | only in appcache

Lines Matching refs:FALLBACK

689     entry_record.flags = AppCacheEntry::FALLBACK;
911 // fallback namespace and entry.
913 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::FALLBACK, 1));
914 cache_->AddEntry(kEntryUrl2, AppCacheEntry(AppCacheEntry::FALLBACK, 2));
949 // Conduct the test. The test url is in both fallback namespace urls,
1140 // pattern matching fallback namespace and entry.
1142 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::FALLBACK, 1));
1222 // of entries and fallback namespaces. Only the last one remains in
1258 // Add a fallback entry and namespace
1261 entry_record.flags = AppCacheEntry::FALLBACK;
1322 // Conduct another test with no preferred manifest that hits the fallback.
1343 // Conduct another test preferring kManifestUrl2 that hits the fallback.
1380 // namespace nested within a fallback namespace.
1384 cache_->AddEntry(kEntryUrl2, AppCacheEntry(AppCacheEntry::FALLBACK, 2));
1446 // the fallback namespace.