OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexedDBQuotaBytes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
GroupSettings.h
48
int64_t
indexedDBQuotaBytes
() const { return m_indexedDBQuotaBytes; }
/external/webkit/Source/WebCore/storage/
IDBFactory.cpp
77
m_factoryBackend->open(name, request, document->securityOrigin(), document->frame(), groupSettings->indexedDBDatabasePath(), groupSettings->
indexedDBQuotaBytes
(), IDBFactoryBackendInterface::DefaultBackingStore);
Completed in 18 milliseconds