Home
last modified time | relevance | path

Searched refs:GetDataRemovalObserverCount (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dtest_storage_partition.cc190 int TestStoragePartition::GetDataRemovalObserverCount() { in GetDataRemovalObserverCount() function in content::TestStoragePartition
H A Dtest_storage_partition.h200 int GetDataRemovalObserverCount();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/
H A Daccess_context_audit_service_unittest.cc194 EXPECT_EQ(1, storage_partition()->GetDataRemovalObserverCount()); in TEST_F()