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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 30 #include "modules/indexeddb/IDBFactory.h"
53 IDBFactory::IDBFactory(IndexedDBClient* permissionClient)
58 void IDBFactory::trace(Visitor* visitor)
73 IDBRequest* IDBFactory::getDatabaseNames(ScriptState* scriptState, ExceptionState& exceptionState)
75 IDB_TRACE("IDBFactory::getDatabaseNames");
90 Platform::current()->idbFactory()->getDatabaseNames(WebIDBCallbacksImpl::create(request).leakPtr(), createDatabaseIdentifierFromSecurityOrigin(scriptState->executionContext()->securityOrigin()));
94 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, unsigned long long version, ExceptionState& exceptionState)
96 IDB_TRACE("IDBFactory::open");
104 IDBOpenDBRequest* IDBFactory::openInternal(ScriptState* scriptState, const String& name, int64_t version, ExceptionState& excep (…)
    [all...]
InspectorIndexedDBAgent.cpp 51 #include "modules/indexeddb/IDBFactory.h"
142 void start(IDBFactory*, SecurityOrigin*, const String& databaseName);
192 void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseName)
196 IDBOpenDBRequest* idbOpenDBRequest = idbFactory->open(scriptState(), databaseName, exceptionState);
614 static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document)
621 IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(*domWindow);
623 if (!idbFactory)
626 return idbFactory;
    [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.h 40 virtual blink::WebIDBFactory* idbFactory();
test_webkit_platform_support.cc 130 blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 101 virtual blink::WebIDBFactory* idbFactory();
renderer_webkitplatformsupport_impl.cc 380 WebIDBFactory* RendererWebKitPlatformSupportImpl::idbFactory() {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 213 virtual WebIDBFactory* idbFactory() { return 0; }

Completed in 8162 milliseconds