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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
PageGroupIndexedDatabase.h 33 class IDBFactoryBackendInterface;
41 IDBFactoryBackendInterface* factoryBackend();
47 RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
IDBFactoryBackendInterface.h 46 class IDBFactoryBackendInterface : public RefCounted<IDBFactoryBackendInterface> {
48 static PassRefPtr<IDBFactoryBackendInterface> create();
49 virtual ~IDBFactoryBackendInterface() { }
WorkerGlobalScopeIndexedDatabase.h 35 class IDBFactoryBackendInterface;
51 RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
IDBFactory.h 41 class IDBFactoryBackendInterface;
48 static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory)
63 IDBFactory(IDBFactoryBackendInterface*);
67 RefPtr<IDBFactoryBackendInterface> m_backend;
PageGroupIndexedDatabase.cpp 30 #include "modules/indexeddb/IDBFactoryBackendInterface.h"
57 IDBFactoryBackendInterface* PageGroupIndexedDatabase::factoryBackend()
62 m_factoryBackend = IDBFactoryBackendInterface::create();
WorkerGlobalScopeIndexedDatabase.cpp 34 #include "modules/indexeddb/IDBFactoryBackendInterface.h"
69 m_factoryBackend = IDBFactoryBackendInterface::create();
IDBFactory.cpp 45 #include "modules/indexeddb/IDBFactoryBackendInterface.h"
56 IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory)
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/chromium/
IDBFactoryBackendInterfaceChromium.h 31 #include "modules/indexeddb/IDBFactoryBackendInterface.h"
35 typedef PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterfaceCreate();
IDBFactoryBackendInterfaceChromium.cpp 40 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create()
  /external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.h 44 class IDBFactoryBackendProxy : public WebCore::IDBFactoryBackendInterface {
46 static PassRefPtr<WebCore::IDBFactoryBackendInterface> create();
IDBFactoryBackendProxy.cpp 63 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendProxy::create()

Completed in 1734 milliseconds