Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dstorage_partition_impl_unittest.cc417 StoragePartitionImpl::GenerateQuotaClientMask( in TEST_F()
420 StoragePartitionImpl::GenerateQuotaClientMask( in TEST_F()
423 StoragePartitionImpl::GenerateQuotaClientMask( in TEST_F()
426 StoragePartitionImpl::GenerateQuotaClientMask( in TEST_F()
432 StoragePartitionImpl::GenerateQuotaClientMask(kAllQuotaRemoveMask)); in TEST_F()
Dstorage_partition_impl.h28 CONTENT_EXPORT static int GenerateQuotaClientMask(uint32 remove_mask);
Dstorage_partition_impl.cc225 int StoragePartitionImpl::GenerateQuotaClientMask(uint32 remove_mask) { in GenerateQuotaClientMask() function in content::StoragePartitionImpl
654 StoragePartitionImpl::GenerateQuotaClientMask(remove_mask), in ClearOriginsOnIOThread()