Home
last modified time | relevance | path

Searched refs:getDatabaseNames (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBFactory.cpp78 IDBRequest* IDBFactory::getDatabaseNames(ScriptState* scriptState, ExceptionState& exceptionState) in getDatabaseNames() function in WebCore::IDBFactory
95 …blink::Platform::current()->idbFactory()->getDatabaseNames(WebIDBCallbacksImpl::create(request).le… in getDatabaseNames()
DIDBFactory.h53 IDBRequest* getDatabaseNames(ScriptState*, ExceptionState&);
DIDBFactory.idl29 …[CallWith=ScriptState, ImplementedAs=getDatabaseNames, RaisesException] IDBRequest webkitGetDataba…
DInspectorIndexedDBAgent.cpp632 IDBRequest* idbRequest = idbFactory->getDatabaseNames(scriptState, exceptionState); in requestDatabaseNames()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBFactory.h50 …virtual void getDatabaseNames(WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { B… in getDatabaseNames() function
/external/chromium_org/content/child/indexed_db/
Dwebidbfactory_impl.h27 virtual void getDatabaseNames(blink::WebIDBCallbacks* callbacks,
Dwebidbfactory_impl.cc24 void WebIDBFactoryImpl::getDatabaseNames(WebIDBCallbacks* callbacks, in getDatabaseNames() function in content::WebIDBFactoryImpl