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

  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendInterface.h 55 DefaultBackingStore,
IDBFactory.cpp 77 m_factoryBackend->open(name, request, document->securityOrigin(), document->frame(), groupSettings->indexedDBDatabasePath(), groupSettings->indexedDBQuotaBytes(), IDBFactoryBackendInterface::DefaultBackingStore);
IDBFactoryBackendImpl.cpp 90 if (backingStoreType == DefaultBackingStore)
  /external/webkit/Source/WebKit/chromium/public/
WebIDBFactory.h 55 DefaultBackingStore,
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 391 COMPILE_ASSERT_MATCHING_ENUM(WebIDBFactory::DefaultBackingStore, IDBFactoryBackendInterface::DefaultBackingStore);

Completed in 967 milliseconds