IDBFactory 63 Source/core/frame/DOMWindow.h class IDBFactory; IDBFactory 73 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp IDBFactory* DOMWindowIndexedDatabase::indexedDB(DOMWindow& window) IDBFactory 78 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp IDBFactory* DOMWindowIndexedDatabase::indexedDB() IDBFactory 92 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp m_idbFactory = IDBFactory::create(IDBFactoryBackendInterface::create().get()); IDBFactory 35 Source/modules/indexeddb/DOMWindowIndexedDatabase.h class IDBFactory; IDBFactory 44 Source/modules/indexeddb/DOMWindowIndexedDatabase.h static IDBFactory* indexedDB(DOMWindow&); IDBFactory 54 Source/modules/indexeddb/DOMWindowIndexedDatabase.h IDBFactory* indexedDB(); IDBFactory 58 Source/modules/indexeddb/DOMWindowIndexedDatabase.h RefPtr<IDBFactory> m_idbFactory; IDBFactory 53 Source/modules/indexeddb/IDBFactory.cpp IDBFactory::IDBFactory(IDBFactoryBackendInterface* permissionClient) IDBFactory 61 Source/modules/indexeddb/IDBFactory.cpp IDBFactory::~IDBFactory() IDBFactory 75 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBRequest> IDBFactory::getDatabaseNames(ExecutionContext* context, ExceptionState& exceptionState) IDBFactory 96 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, unsigned long long version, ExceptionState& exceptionState) IDBFactory 106 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ExecutionContext* context, const String& name, int64_t version, ExceptionState& exceptionState) IDBFactory 134 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, ExceptionState& exceptionState) IDBFactory 140 Source/modules/indexeddb/IDBFactory.cpp PassRefPtr<IDBOpenDBRequest> IDBFactory::deleteDatabase(ExecutionContext* context, const String& name, ExceptionState& exceptionState) IDBFactory 166 Source/modules/indexeddb/IDBFactory.cpp short IDBFactory::cmp(ExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionState& exceptionState) IDBFactory 46 Source/modules/indexeddb/IDBFactory.h class IDBFactory : public ScriptWrappable, public RefCounted<IDBFactory> { IDBFactory 48 Source/modules/indexeddb/IDBFactory.h static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory) IDBFactory 50 Source/modules/indexeddb/IDBFactory.h return adoptRef(new IDBFactory(factory)); IDBFactory 52 Source/modules/indexeddb/IDBFactory.h ~IDBFactory(); IDBFactory 63 Source/modules/indexeddb/IDBFactory.h explicit IDBFactory(IDBFactoryBackendInterface*); IDBFactory 141 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void start(IDBFactory*, SecurityOrigin*, const String& databaseName); IDBFactory 190 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseName) IDBFactory 600 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document) IDBFactory 607 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(*domWindow); IDBFactory 621 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp IDBFactory* idbFactory = assertIDBFactory(errorString, document); IDBFactory 647 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp IDBFactory* idbFactory = assertIDBFactory(errorString, document); IDBFactory 668 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp IDBFactory* idbFactory = assertIDBFactory(errorString, document); IDBFactory 779 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp IDBFactory* idbFactory = assertIDBFactory(errorString, document); IDBFactory 61 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp IDBFactory* WorkerGlobalScopeIndexedDatabase::indexedDB(WillBeHeapSupplementable<WorkerGlobalScope>& context) IDBFactory 66 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp IDBFactory* WorkerGlobalScopeIndexedDatabase::indexedDB() IDBFactory 71 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp m_idbFactory = IDBFactory::create(m_factoryBackend.get()); IDBFactory 34 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h class IDBFactory; IDBFactory 45 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h static IDBFactory* indexedDB(WillBeHeapSupplementable<WorkerGlobalScope>&); IDBFactory 52 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h IDBFactory* indexedDB(); IDBFactory 56 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h RefPtr<IDBFactory> m_idbFactory;