Searched refs:GetOriginsForType (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/storage/browser/quota/
H A Dquota_client.h57 virtual void GetOriginsForType(StorageType type,
H A Dusage_tracker.cc336 client_->GetOriginsForType(type_, base::Bind(
/external/chromium_org/content/browser/appcache/
H A Dappcache_quota_client_unittest.cc49 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client, function in class:content::AppCacheQuotaClientTest
86 client->GetOriginsForType(
171 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
172 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
189 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
190 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
243 TEST_F(AppCacheQuotaClientTest, GetOriginsForType) {
247 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
248 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
253 std::set<GURL> origins = GetOriginsForType(clien
[all...]
H A Dappcache_quota_client.h44 virtual void GetOriginsForType(storage::StorageType type,
H A Dappcache_quota_client.cc96 void AppCacheQuotaClient::GetOriginsForType( function in class:content::AppCacheQuotaClient
/external/chromium_org/content/browser/
H A Ddatabase_quota_client_unittest.cc152 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client, function in class:content::DatabaseQuotaClientTest
155 client->GetOriginsForType(
252 TEST_F(DatabaseQuotaClientTest, GetOriginsForType) {
256 EXPECT_TRUE(GetOriginsForType(&client, kTemp).empty());
257 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
260 std::set<GURL> origins = GetOriginsForType(&client, kTemp);
264 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client_unittest.cc94 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client, function in class:content::IndexedDBQuotaClientTest
97 client->GetOriginsForType(
217 TEST_F(IndexedDBQuotaClientTest, GetOriginsForType) {
220 EXPECT_TRUE(GetOriginsForType(&client, kTemp).empty());
221 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
224 std::set<GURL> origins = GetOriginsForType(&client, kTemp);
228 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
H A Dindexed_db_quota_client.h39 CONTENT_EXPORT virtual void GetOriginsForType(
H A Dindexed_db_quota_client.cc100 void IndexedDBQuotaClient::GetOriginsForType( function in class:content::IndexedDBQuotaClient
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.h38 virtual void GetOriginsForType(storage::StorageType type,
H A Ddatabase_quota_client.cc141 void DatabaseQuotaClient::GetOriginsForType( function in class:storage::DatabaseQuotaClient
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.h48 virtual void GetOriginsForType(storage::StorageType type,
H A Dfile_system_quota_client.cc132 void FileSystemQuotaClient::GetOriginsForType( function in class:storage::FileSystemQuotaClient
/external/chromium_org/content/public/test/
H A Dmock_storage_client.h61 virtual void GetOriginsForType(StorageType type,
H A Dmock_storage_client.cc101 void MockStorageClient::GetOriginsForType( function in class:content::MockStorageClient
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_quota_client_unittest.cc83 const std::set<GURL>& GetOriginsForType(FileSystemQuotaClient* quota_client, function in class:content::FileSystemQuotaClientTest
86 quota_client->GetOriginsForType(
429 TEST_F(FileSystemQuotaClientTest, GetOriginsForType) {
438 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);
484 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);
/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc65 virtual void GetOriginsForType(StorageType type,

Completed in 5126 milliseconds