HomeSort by relevance Sort by last modified time
    Searched refs:IndexedDBQuotaClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h 25 class IndexedDBQuotaClient : public storage::QuotaClient,
28 CONTENT_EXPORT explicit IndexedDBQuotaClient(
30 CONTENT_EXPORT virtual ~IndexedDBQuotaClient();
55 DISALLOW_COPY_AND_ASSIGN(IndexedDBQuotaClient);
indexed_db_quota_client.cc 41 void DidGetOrigins(const IndexedDBQuotaClient::GetOriginsCallback& callback,
62 // IndexedDBQuotaClient --------------------------------------------------------
64 IndexedDBQuotaClient::IndexedDBQuotaClient(
68 IndexedDBQuotaClient::~IndexedDBQuotaClient() {}
70 QuotaClient::ID IndexedDBQuotaClient::id() const { return kIndexedDatabase; }
72 void IndexedDBQuotaClient::OnQuotaManagerDestroyed() { delete this; }
74 void IndexedDBQuotaClient::GetOriginUsage(const GURL& origin_url,
100 void IndexedDBQuotaClient::GetOriginsForType
    [all...]
indexed_db_quota_client_unittest.cc 177 IndexedDBQuotaClient client(idb_context());
194 IndexedDBQuotaClient client(idb_context());
218 IndexedDBQuotaClient client(idb_context());
232 IndexedDBQuotaClient client(idb_context());
indexed_db_context_impl.cc 116 quota_manager_proxy->RegisterClient(new IndexedDBQuotaClient(this));

Completed in 253 milliseconds