OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexedDBDatabasePath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
GroupSettings.h
51
const String&
indexedDBDatabasePath
() const { return m_indexedDBDatabasePath; }
/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 49 milliseconds