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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.idl 28 [CallWith=ExecutionContext, ImplementedAs=getDatabaseNames, RaisesException] IDBRequest webkitGetDatabaseNames();
IDBFactory.h 54 PassRefPtr<IDBRequest> getDatabaseNames(ExecutionContext*, ExceptionState&);
IDBFactory.cpp 75 PassRefPtr<IDBRequest> IDBFactory::getDatabaseNames(ExecutionContext* context, ExceptionState& exceptionState)
77 IDB_TRACE("IDBFactory::getDatabaseNames");
92 blink::Platform::current()->idbFactory()->getDatabaseNames(WebIDBCallbacksImpl::create(request).leakPtr(), createDatabaseIdentifierFromSecurityOrigin(context->securityOrigin()));
  /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/content/child/indexed_db/
webidbfactory_impl.h 27 virtual void getDatabaseNames(blink::WebIDBCallbacks* callbacks,
webidbfactory_impl.cc 24 void WebIDBFactoryImpl::getDatabaseNames(WebIDBCallbacks* callbacks,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 613 RefPtr<IDBRequest> idbRequest = idbFactory->getDatabaseNames(document, exceptionState);

Completed in 155 milliseconds