Searched refs:GetOriginsForHost (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/storage/browser/quota/
H A Dquota_client.h63 virtual void GetOriginsForHost(StorageType type,
H A Dusage_tracker.cc354 client_->GetOriginsForHost(type_, host, base::Bind(
H A Dquota_manager.cc637 (*iter)->GetOriginsForHost(
/external/chromium_org/content/browser/appcache/
H A Dappcache_quota_client_unittest.cc57 const std::set<GURL>& GetOriginsForHost(storage::QuotaClient* client, function in class:content::AppCacheQuotaClientTest
95 client->GetOriginsForHost(
173 EXPECT_TRUE(GetOriginsForHost(client, kTemp, kOriginA.host()).empty());
174 EXPECT_TRUE(GetOriginsForHost(client, kPerm, kOriginA.host()).empty());
191 EXPECT_TRUE(GetOriginsForHost(client, kTemp, kOriginA.host()).empty());
192 EXPECT_TRUE(GetOriginsForHost(client, kPerm, kOriginA.host()).empty());
213 TEST_F(AppCacheQuotaClientTest, GetOriginsForHost) {
220 std::set<GURL> origins = GetOriginsForHost(client, kTemp, kOriginA.host());
227 origins = GetOriginsForHost(client, kTemp, kOriginA.host());
232 origins = GetOriginsForHost(clien
[all...]
H A Dappcache_quota_client.h46 virtual void GetOriginsForHost(storage::StorageType type,
H A Dappcache_quota_client.cc102 void AppCacheQuotaClient::GetOriginsForHost( function in class:content::AppCacheQuotaClient
/external/chromium_org/content/browser/
H A Ddatabase_quota_client_unittest.cc163 const std::set<GURL>& GetOriginsForHost(storage::QuotaClient* client, function in class:content::DatabaseQuotaClientTest
167 client->GetOriginsForHost(
227 TEST_F(DatabaseQuotaClientTest, GetOriginsForHost) {
234 std::set<GURL> origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
238 origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
243 origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
248 EXPECT_TRUE(GetOriginsForHost(&client, kPerm, kOriginA.host()).empty());
249 EXPECT_TRUE(GetOriginsForHost(&client, kTemp, kOriginOther.host()).empty());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client_unittest.cc106 const std::set<GURL>& GetOriginsForHost(storage::QuotaClient* client, function in class:content::IndexedDBQuotaClientTest
110 client->GetOriginsForHost(
193 TEST_F(IndexedDBQuotaClientTest, GetOriginsForHost) {
199 std::set<GURL> origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
203 origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
208 origins = GetOriginsForHost(&client, kTemp, kOriginA.host());
213 EXPECT_TRUE(GetOriginsForHost(&client, kPerm, kOriginA.host()).empty());
214 EXPECT_TRUE(GetOriginsForHost(&client, kTemp, kOriginOther.host()).empty());
H A Dindexed_db_quota_client.h42 CONTENT_EXPORT virtual void GetOriginsForHost(
H A Dindexed_db_quota_client.cc127 void IndexedDBQuotaClient::GetOriginsForHost( function in class:content::IndexedDBQuotaClient
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.h40 virtual void GetOriginsForHost(storage::StorageType type,
H A Ddatabase_quota_client.cc164 void DatabaseQuotaClient::GetOriginsForHost( function in class:storage::DatabaseQuotaClient
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.h50 virtual void GetOriginsForHost(storage::StorageType type,
H A Dfile_system_quota_client.cc156 void FileSystemQuotaClient::GetOriginsForHost( function in class:storage::FileSystemQuotaClient
/external/chromium_org/content/public/test/
H A Dmock_storage_client.h63 virtual void GetOriginsForHost(StorageType type, const std::string& host,
H A Dmock_storage_client.cc109 void MockStorageClient::GetOriginsForHost( function in class:content::MockStorageClient
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_quota_client_unittest.cc94 const std::set<GURL>& GetOriginsForHost(FileSystemQuotaClient* quota_client, function in class:content::FileSystemQuotaClientTest
98 quota_client->GetOriginsForHost(
445 TEST_F(FileSystemQuotaClientTest, GetOriginsForHost) {
461 std::set<GURL> origins = GetOriginsForHost(
486 origins = GetOriginsForHost(quota_client.get(), kTemporary, "www.dummy.org");
/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc77 virtual void GetOriginsForHost(StorageType type,

Completed in 810 milliseconds