HomeSort by relevance Sort by last modified time
    Searched refs:idbFactory (Results 1 - 9 of 9) 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)
59 IDBFactory::~IDBFactory()
63 void IDBFactory::trace(Visitor* visitor)
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()));
99 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, unsigned long long version, ExceptionState& ex (…)
    [all...]
InspectorIndexedDBAgent.cpp 49 #include "modules/indexeddb/IDBFactory.h"
141 void start(IDBFactory*, SecurityOrigin*, const String& databaseName);
191 void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseName)
195 IDBOpenDBRequest* idbOpenDBRequest = idbFactory->open(scriptState(), databaseName, exceptionState);
604 static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document)
611 IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(*domWindow);
613 if (!idbFactory)
616 return idbFactory;
    [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.h 39 virtual blink::WebIDBFactory* idbFactory();
test_webkit_platform_support.cc 125 blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() {
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 76 virtual blink::WebIDBFactory* idbFactory();
worker_webkitplatformsupport_impl.cc 213 blink::WebIDBFactory* WorkerWebKitPlatformSupportImpl::idbFactory() {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 99 virtual blink::WebIDBFactory* idbFactory();
renderer_webkitplatformsupport_impl.cc 395 WebIDBFactory* RendererWebKitPlatformSupportImpl::idbFactory() {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 216 virtual WebIDBFactory* idbFactory() { return 0; }

Completed in 580 milliseconds