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

  /external/webkit/Source/WebCore/storage/chromium/
IDBFactoryBackendInterface.cpp 29 #include "IDBFactoryBackendInterface.h"
37 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create()
  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendInterface.cpp 29 #include "IDBFactoryBackendInterface.h"
41 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create()
IDBFactoryBackendInterface.h 49 class IDBFactoryBackendInterface : public ThreadSafeRefCounted<IDBFactoryBackendInterface> {
51 static PassRefPtr<IDBFactoryBackendInterface> create();
52 virtual ~IDBFactoryBackendInterface() { }
IDBFactory.h 33 #include "IDBFactoryBackendInterface.h"
46 class IDBFactoryBackendInterface;
51 static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory)
60 IDBFactory(IDBFactoryBackendInterface*);
62 RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
IDBFactory.cpp 41 #include "IDBFactoryBackendInterface.h"
49 IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory)
77 m_factoryBackend->open(name, request, document->securityOrigin(), document->frame(), groupSettings->indexedDBDatabasePath(), groupSettings->indexedDBQuotaBytes(), IDBFactoryBackendInterface::DefaultBackingStore);
IDBFactoryBackendImpl.h 31 #include "IDBFactoryBackendInterface.h"
45 class IDBFactoryBackendImpl : public IDBFactoryBackendInterface {
  /external/webkit/Source/WebKit/chromium/src/
WebIDBFactoryImpl.h 38 namespace WebCore { class IDBFactoryBackendInterface; }
50 WTF::RefPtr<WebCore::IDBFactoryBackendInterface> m_idbFactoryBackend;
IDBFactoryBackendProxy.h 34 #include "IDBFactoryBackendInterface.h"
42 class IDBFactoryBackendProxy : public WebCore::IDBFactoryBackendInterface {
44 static PassRefPtr<WebCore::IDBFactoryBackendInterface> create();
IDBFactoryBackendProxy.cpp 50 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendProxy::create()
WebIDBFactoryImpl.cpp 63 m_idbFactoryBackend->open(name, IDBCallbacksProxy::create(callbacks), origin, 0, dataDir, maximumSize, static_cast<IDBFactoryBackendInterface::BackingStoreType>(backingStoreType));
AssertMatchingEnums.cpp 49 #include "IDBFactoryBackendInterface.h"
391 COMPILE_ASSERT_MATCHING_ENUM(WebIDBFactory::DefaultBackingStore, IDBFactoryBackendInterface::DefaultBackingStore);
392 COMPILE_ASSERT_MATCHING_ENUM(WebIDBFactory::LevelDBBackingStore, IDBFactoryBackendInterface::LevelDBBackingStore);
PlatformBridge.cpp 507 PassRefPtr<IDBFactoryBackendInterface> PlatformBridge::idbFactory()
    [all...]
  /external/webkit/Source/WebCore/page/
PageGroup.h 40 class IDBFactoryBackendInterface;
91 IDBFactoryBackendInterface* idbFactory();
136 RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
PageGroup.cpp 34 #include "IDBFactoryBackendInterface.h"
358 IDBFactoryBackendInterface* PageGroup::idbFactory()
363 m_factoryBackend = IDBFactoryBackendInterface::create();
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 78 class IDBFactoryBackendInterface;
174 static PassRefPtr<IDBFactoryBackendInterface> idbFactory();
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 975 milliseconds