Searched defs:IDBFactory (Results 1 - 2 of 2) sorted by relevance

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

Completed in 394 milliseconds