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 95 const std::set<GURL>& GetOriginsForType(quota::QuotaClient* client,
98 client->GetOriginsForType(
218 TEST_F(IndexedDBQuotaClientTest, GetOriginsForType) {
221 EXPECT_TRUE(GetOriginsForType(&client, kTemp).empty());
222 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
225 std::set<GURL> origins = GetOriginsForType(&client, kTemp);
229 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
  /external/chromium_org/webkit/browser/appcache/
appcache_quota_client.cc 97 void AppCacheQuotaClient::GetOriginsForType(
appcache_quota_client_unittest.cc 51 const std::set<GURL>& GetOriginsForType(
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(client, kTemp)
    [all...]
  /external/chromium_org/webkit/browser/database/
database_quota_client.cc 142 void DatabaseQuotaClient::GetOriginsForType(
database_quota_client_unittest.cc 149 const std::set<GURL>& GetOriginsForType(
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/
file_system_quota_client.cc 133 void FileSystemQuotaClient::GetOriginsForType(
  /external/chromium_org/webkit/browser/quota/
mock_storage_client.cc 98 void MockStorageClient::GetOriginsForType(
  /external/chromium_org/content/browser/fileapi/
file_system_quota_client_unittest.cc 81 const std::set<GURL>& GetOriginsForType(FileSystemQuotaClient* quota_client,
84 quota_client->GetOriginsForType(
424 TEST_F(FileSystemQuotaClientTest, GetOriginsForType) {
433 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);
479 std::set<GURL> origins = GetOriginsForType(quota_client.get(), kTemporary);

Completed in 198 milliseconds