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

  /external/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 24 void WebIDBFactoryImpl::getDatabaseNames(WebIDBCallbacks* callbacks,
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBFactory.h 50 virtual void getDatabaseNames(WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 78 IDBRequest* IDBFactory::getDatabaseNames(ScriptState* scriptState, ExceptionState& exceptionState)
80 IDB_TRACE("IDBFactory::getDatabaseNames");
95 blink::Platform::current()->idbFactory()->getDatabaseNames(WebIDBCallbacksImpl::create(request).leakPtr(), createDatabaseIdentifierFromSecurityOrigin(scriptState->executionContext()->securityOrigin()));

Completed in 4712 milliseconds