HomeSort by relevance Sort by last modified time
    Searched defs:GetOriginsForType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.cc 100 void IndexedDBQuotaClient::GetOriginsForType(
indexed_db_quota_client_unittest.cc 94 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client,
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/
appcache_quota_client.cc 96 void AppCacheQuotaClient::GetOriginsForType(
appcache_quota_client_unittest.cc 49 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client,
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(client, kTemp)
    [all...]
  /external/chromium_org/storage/browser/database/
database_quota_client.cc 141 void DatabaseQuotaClient::GetOriginsForType(
  /external/chromium_org/storage/browser/fileapi/
file_system_quota_client.cc 132 void FileSystemQuotaClient::GetOriginsForType(
  /external/chromium_org/content/browser/
database_quota_client_unittest.cc 152 const std::set<GURL>& GetOriginsForType(storage::QuotaClient* client,
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/public/test/
mock_storage_client.cc 101 void MockStorageClient::GetOriginsForType(
  /external/chromium_org/content/browser/fileapi/
file_system_quota_client_unittest.cc 83 const std::set<GURL>& GetOriginsForType(FileSystemQuotaClient* quota_client,
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 2227 milliseconds