Home
last modified time | relevance | path

Searched refs:EXPLICIT (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/content/browser/appcache/
Dappcache_manifest_parser.cc60 EXPLICIT, enumerator
100 Mode mode = EXPLICIT; in ParseManifest()
171 mode = EXPLICIT; in ParseManifest()
185 } else if (mode == EXPLICIT || mode == ONLINE_WHITELIST) { in ParseManifest()
217 if (mode == EXPLICIT) { in ParseManifest()
Dappcache_entry.h23 EXPLICIT = 1 << 2, enumerator
46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } in IsExplicit()
Dappcache_request_handler_unittest.cc312 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), in MainResource_Hit()
363 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), in MainResource_Fallback()
445 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), in MainResource_FallbackOverride()
573 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false); in SubResource_Hit()
606 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false); in SubResource_RedirectFallback()
640 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false); in SubResource_NoRedirectFallback()
705 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false); in DestroyedHost()
871 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), in MainResource_Blocked()
Dappcache_storage_impl_unittest.cc610 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1, in StoreNewGroup()
867 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT)); in MarkEntryAsForeign()
871 entry_record.flags = AppCacheEntry::EXPLICIT; in MarkEntryAsForeign()
888 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN, in MarkEntryAsForeign()
903 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT)); in MarkEntryAsForeignWithLoadInProgress()
907 entry_record.flags = AppCacheEntry::EXPLICIT; in MarkEntryAsForeignWithLoadInProgress()
933 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN, in Verify_MarkEntryAsForeignWithLoadInProgress()
980 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1)); in BasicFindMainResponse()
984 entry_record.flags = AppCacheEntry::EXPLICIT; in BasicFindMainResponse()
1366 entry_record.flags = AppCacheEntry::EXPLICIT; in MakeMultipleHitCacheAndGroup()
[all …]
Dmock_appcache_storage_unittest.cc386 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::EXPLICIT)); in TEST_F()
433 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId)); in TEST_F()
533 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId1)); in TEST_F()
547 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId2)); in TEST_F()
592 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN, in TEST_F()
Dappcache_url_request_job_unittest.cc466 const AppCacheEntry kEntry(AppCacheEntry::EXPLICIT, 1); in DeliveryOrders()
592 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_), in RequestAppCachedResource()
607 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_), in RequestAppCachedResource()
709 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_), in MakeRangeRequest()
Dappcache_unittest.cc85 AppCacheEntry entry3(AppCacheEntry::EXPLICIT); in TEST()
87 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT), in TEST()
211 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN, in TEST()
215 AppCacheEntry(AppCacheEntry::EXPLICIT, in TEST()
Dappcache_update_job_unittest.cc1216 AppCacheEntry(AppCacheEntry::EXPLICIT, in UpgradeLoadFromNewestCacheTest()
1279 AppCacheEntry(AppCacheEntry::EXPLICIT, in UpgradeNoLoadFromNewestCacheTest()
1339 AppCacheEntry(AppCacheEntry::EXPLICIT, in UpgradeLoadFromNewestCacheVaryHeaderTest()
1531 AppCacheEntry(AppCacheEntry::EXPLICIT, 555)); in UpgradeFailMasterUrlFetchTest()
1561 AppCacheEntry(AppCacheEntry::EXPLICIT))); in UpgradeFailMasterUrlFetchTest()
2345 AppCacheEntry(AppCacheEntry::EXPLICIT, 222)); in MasterEntryNoUpdateTest()
2487 AppCacheEntry(AppCacheEntry::EXPLICIT, 222)); in StartUpdateMidNoUpdateTest()
3270 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::MANIFEST, in VerifyManifestMergedTypes()
3274 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FALLBACK | in VerifyManifestMergedTypes()
3325 EXPECT_EQ(AppCacheEntry::EXPLICIT, entry->types()); in VerifyEmptyFileManifest()
[all …]
Dappcache_host_unittest.cc242 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT)); in TEST_F()
Dappcache_database_unittest.cc205 entry.flags = AppCacheEntry::EXPLICIT; in TEST()
239 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags); in TEST()
Dappcache_update_job.cc1121 AddUrlToFileList(GURL(*it), AppCacheEntry::EXPLICIT); in BuildUrlFileList()
/external/chromium_org/chrome/browser/sync/test/integration/
Dmultiple_client_passwords_sync_test.cc63 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
99 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
Dtwo_client_passwords_sync_test.cc87 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
Dtwo_client_bookmarks_sync_test.cc1898 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
/external/guava/guava/src/com/google/common/cache/
DRemovalCause.java38 EXPLICIT { enumConstant
DLocalCache.java3113 cause = RemovalCause.EXPLICIT; in remove()
3210 cause = RemovalCause.EXPLICIT; in remove()
3224 return (cause == RemovalCause.EXPLICIT); in remove()
3244 enqueueNotification(e, RemovalCause.EXPLICIT); in clear()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java320 assertNotified(listener, one, two, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
324 assertNotified(listener, two, three, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
/external/guava/guava/src/com/google/common/collect/
DMapMaker.java777 EXPLICIT { enumConstant
DMapMakerInternalMap.java2786 cause = RemovalCause.EXPLICIT; in remove()
2829 cause = RemovalCause.EXPLICIT; in remove()
2842 return (cause == RemovalCause.EXPLICIT); in remove()
2863 enqueueNotification(e, RemovalCause.EXPLICIT); in clear()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java737 assertNotified(listener, one, two, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
741 assertNotified(listener, two, three, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
1641 assertNotified(listener, key, value, RemovalCause.EXPLICIT); in testClear_notification()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_android.cc281 is_gaia ? ProfileSyncService::IMPLICIT : ProfileSyncService::EXPLICIT); in SetEncryptionPassphrase()
Dprofile_sync_service.h244 EXPLICIT, // The user selected the "use custom passphrase" radio button enumerator
Dprofile_sync_service.cc2167 DCHECK(!(type == EXPLICIT && in SetEncryptionPassphrase()
2171 DVLOG(1) << "Setting " << (type == EXPLICIT ? "explicit" : "implicit") in SetEncryptionPassphrase()
2182 backend_->SetEncryptionPassphrase(passphrase, type == EXPLICIT); in SetEncryptionPassphrase()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc720 ProfileSyncService::EXPLICIT); in HandleConfigure()
Dsync_setup_handler_unittest.cc770 ProfileSyncService::EXPLICIT)); in TEST_F()

12