/external/chromium_org/content/browser/appcache/ |
D | appcache_manifest_parser.cc | 60 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()
|
D | appcache_entry.h | 23 EXPLICIT = 1 << 2, enumerator 46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } in IsExplicit()
|
D | appcache_request_handler_unittest.cc | 312 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()
|
D | appcache_storage_impl_unittest.cc | 610 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 …]
|
D | mock_appcache_storage_unittest.cc | 386 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()
|
D | appcache_url_request_job_unittest.cc | 466 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()
|
D | appcache_unittest.cc | 85 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()
|
D | appcache_update_job_unittest.cc | 1216 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 …]
|
D | appcache_host_unittest.cc | 242 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT)); in TEST_F()
|
D | appcache_database_unittest.cc | 205 entry.flags = AppCacheEntry::EXPLICIT; in TEST() 239 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags); in TEST()
|
D | appcache_update_job.cc | 1121 AddUrlToFileList(GURL(*it), AppCacheEntry::EXPLICIT); in BuildUrlFileList()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | multiple_client_passwords_sync_test.cc | 63 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F() 99 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
|
D | two_client_passwords_sync_test.cc | 87 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
|
D | two_client_bookmarks_sync_test.cc | 1898 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); in IN_PROC_BROWSER_TEST_F()
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalCause.java | 38 EXPLICIT { enumConstant
|
D | LocalCache.java | 3113 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/ |
D | MapMakerInternalMapTest.java | 320 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/ |
D | MapMaker.java | 777 EXPLICIT { enumConstant
|
D | MapMakerInternalMap.java | 2786 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/ |
D | LocalCacheTest.java | 737 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/ |
D | profile_sync_service_android.cc | 281 is_gaia ? ProfileSyncService::IMPLICIT : ProfileSyncService::EXPLICIT); in SetEncryptionPassphrase()
|
D | profile_sync_service.h | 244 EXPLICIT, // The user selected the "use custom passphrase" radio button enumerator
|
D | profile_sync_service.cc | 2167 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/ |
D | sync_setup_handler.cc | 720 ProfileSyncService::EXPLICIT); in HandleConfigure()
|
D | sync_setup_handler_unittest.cc | 770 ProfileSyncService::EXPLICIT)); in TEST_F()
|