Searched refs:idbFactory (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/storage/chromium/
H A DIDBFactoryBackendInterface.cpp39 return PlatformBridge::idbFactory();
/external/webkit/Source/WebKit/chromium/src/
H A DIDBFactoryBackendProxy.cpp56 : m_webIDBFactory(webKitClient()->idbFactory())
H A DPlatformBridge.cpp507 PassRefPtr<IDBFactoryBackendInterface> PlatformBridge::idbFactory() function in class:WebCore::PlatformBridge
/external/webkit/Source/WebCore/bindings/js/
H A DJSIDBAnyCustom.cpp69 return toJS(exec, globalObject, idbAny->idbFactory());
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8IDBAnyCustom.cpp63 return toV8(impl->idbFactory());
/external/webkit/Source/WebCore/page/
H A DPageGroup.h91 IDBFactoryBackendInterface* idbFactory();
H A DPageGroup.cpp358 IDBFactoryBackendInterface* PageGroup::idbFactory() function in class:WebCore::PageGroup
H A DDOMWindow.cpp741 m_idbFactory = IDBFactory::create(page->group().idbFactory());
/external/webkit/Source/WebCore/storage/
H A DIDBAny.cpp80 PassRefPtr<IDBFactory> IDBAny::idbFactory() function in class:WebCore::IDBAny
H A DIDBAny.h86 PassRefPtr<IDBFactory> idbFactory();
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h145 virtual WebIDBFactory* idbFactory() { return 0; } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h174 static PassRefPtr<IDBFactoryBackendInterface> idbFactory();

Completed in 1039 milliseconds