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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 50 #include "modules/indexeddb/IDBFactory.h"
144 void start(IDBFactory*, SecurityOrigin*, const String& databaseName);
198 void ExecutableWithDatabase::start(IDBFactory* idbFactory, SecurityOrigin*, const String& databaseName)
202 RefPtr<IDBOpenDBRequest> idbOpenDBRequest = idbFactory->open(context(), databaseName, es);
595 static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document)
602 IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(domWindow);
604 if (!idbFactory)
607 return idbFactory;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8IDBAnyCustom.cpp 81 return toV8(impl->idbFactory(), creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 43 class IDBFactory;
98 PassRefPtr<IDBFactory> idbFactory();
112 explicit IDBAny(PassRefPtr<IDBFactory>);
127 const RefPtr<IDBFactory> m_idbFactory;
IDBAny.cpp 32 #include "modules/indexeddb/IDBFactory.h"
91 PassRefPtr<IDBFactory> IDBAny::idbFactory()
154 IDBAny::IDBAny(PassRefPtr<IDBFactory> value)
  /external/chromium_org/webkit/support/
test_webkit_platform_support.h 33 virtual WebKit::WebIDBFactory* idbFactory();
test_webkit_platform_support.cc 122 WebKit::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() {
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 76 virtual WebKit::WebIDBFactory* idbFactory();
worker_webkitplatformsupport_impl.cc 206 WebKit::WebIDBFactory* WorkerWebKitPlatformSupportImpl::idbFactory() {
  /external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.cpp 70 m_webIDBFactory = WebKit::Platform::current()->idbFactory();
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 92 virtual WebKit::WebIDBFactory* idbFactory();
renderer_webkitplatformsupport_impl.cc 367 WebIDBFactory* RendererWebKitPlatformSupportImpl::idbFactory() {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 209 virtual WebIDBFactory* idbFactory() { return 0; }

Completed in 829 milliseconds