Searched defs:GetOriginsForType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc100 void IndexedDBQuotaClient::GetOriginsForType( function in class:content::IndexedDBQuotaClient
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());
/external/chromium_org/content/browser/appcache/
H A Dappcache_quota_client.cc96 void AppCacheQuotaClient::GetOriginsForType( function in class:content::AppCacheQuotaClient
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...]
/external/chromium_org/content/public/test/
H A Dmock_storage_client.cc101 void MockStorageClient::GetOriginsForType( function in class:content::MockStorageClient
/external/chromium_org/storage/browser/database/
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.cc132 void FileSystemQuotaClient::GetOriginsForType( function in class:storage::FileSystemQuotaClient
/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/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);

Completed in 149 milliseconds