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.cc95 const std::set<GURL>& GetOriginsForType(quota::QuotaClient* client, function in class:content::IndexedDBQuotaClientTest
98 client->GetOriginsForType(
216 TEST_F(IndexedDBQuotaClientTest, GetOriginsForType) {
219 EXPECT_TRUE(GetOriginsForType(&client, kTemp).empty());
220 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
223 std::set<GURL> origins = GetOriginsForType(&client, kTemp);
227 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_quota_client.cc97 void AppCacheQuotaClient::GetOriginsForType( function in class:appcache::AppCacheQuotaClient
H A Dappcache_quota_client_unittest.cc51 const std::set<GURL>& GetOriginsForType( function in class:appcache::AppCacheQuotaClientTest
93 client->GetOriginsForType(
180 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
181 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
198 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
199 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
252 TEST_F(AppCacheQuotaClientTest, GetOriginsForType) {
256 EXPECT_TRUE(GetOriginsForType(client, kTemp).empty());
257 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
262 std::set<GURL> origins = GetOriginsForType(clien
[all...]
/external/chromium_org/webkit/browser/database/
H A Ddatabase_quota_client.cc142 void DatabaseQuotaClient::GetOriginsForType( function in class:webkit_database::DatabaseQuotaClient
H A Ddatabase_quota_client_unittest.cc149 const std::set<GURL>& GetOriginsForType( function in class:webkit_database::DatabaseQuotaClientTest
153 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/webkit/browser/fileapi/
H A Dfile_system_quota_client.cc133 void FileSystemQuotaClient::GetOriginsForType( function in class:fileapi::FileSystemQuotaClient
H A Dfile_system_quota_client_unittest.cc81 const std::set<GURL>& GetOriginsForType(FileSystemQuotaClient* quota_client, function in class:fileapi::FileSystemQuotaClientTest
84 quota_client->GetOriginsForType(
445 TEST_F(FileSystemQuotaClientTest, GetOriginsForType) {
454 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);
500 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);
/external/chromium_org/webkit/browser/quota/
H A Dmock_storage_client.cc98 void MockStorageClient::GetOriginsForType( function in class:quota::MockStorageClient

Completed in 280 milliseconds