OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexedDBQuotaClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h
25
class
IndexedDBQuotaClient
: public quota::QuotaClient,
28
CONTENT_EXPORT explicit
IndexedDBQuotaClient
(
30
CONTENT_EXPORT virtual ~
IndexedDBQuotaClient
();
51
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
...]
Completed in 50 milliseconds