HomeSort by relevance Sort by last modified time
    Searched defs:IDBFactory (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBFactory.cpp 30 #include "IDBFactory.h"
49 IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory)
56 IDBFactory::~IDBFactory()
60 PassRefPtr<IDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, ExceptionCode& ec)
IDBFactory.h 49 class IDBFactory : public RefCounted<IDBFactory> {
51 static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory)
53 return adoptRef(new IDBFactory(factory));
55 ~IDBFactory();
60 IDBFactory(IDBFactoryBackendInterface*);

Completed in 31 milliseconds