Home
last modified time | relevance | path

Searched defs:idbFactory (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.cpp191 void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseN… in start()
611 IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(*domWindow); in assertIDBFactory() local
625 IDBFactory* idbFactory = assertIDBFactory(errorString, document); in requestDatabaseNames() local
646 IDBFactory* idbFactory = assertIDBFactory(errorString, document); in requestDatabase() local
662 IDBFactory* idbFactory = assertIDBFactory(errorString, document); in requestData() local
767 IDBFactory* idbFactory = assertIDBFactory(errorString, document); in clearObjectStore() local
/external/chromium_org/content/test/
Dtest_webkit_platform_support.cc125 blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() { in idbFactory() function in content::TestWebKitPlatformSupport
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.cc213 blink::WebIDBFactory* WorkerWebKitPlatformSupportImpl::idbFactory() { in idbFactory() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.cc395 WebIDBFactory* RendererWebKitPlatformSupportImpl::idbFactory() { in idbFactory() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h216 virtual WebIDBFactory* idbFactory() { return 0; } in idbFactory() function