Home
last modified time | relevance | path

Searched refs:IDBFactory (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBFactory.h49 class IDBFactory : public RefCounted<IDBFactory> {
51 static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory) in create()
53 return adoptRef(new IDBFactory(factory)); in create()
55 ~IDBFactory();
60 IDBFactory(IDBFactoryBackendInterface*);
DIDBFactory.cpp49 IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory) in IDBFactory() function in WebCore::IDBFactory
56 IDBFactory::~IDBFactory() in ~IDBFactory()
60 PassRefPtr<IDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, Except… in open()
DIDBAny.h40 class IDBFactory; variable
86 PassRefPtr<IDBFactory> idbFactory();
98 void set(PassRefPtr<IDBFactory>);
114 RefPtr<IDBFactory> m_idbFactory;
DIDBAny.cpp80 PassRefPtr<IDBFactory> IDBAny::idbFactory() in idbFactory()
143 void IDBAny::set(PassRefPtr<IDBFactory> value) in set()
DIDBFactory.idl30 ] IDBFactory {
/external/webkit/Source/WebCore/page/
DDOMWindow.h55 class IDBFactory; variable
400 IDBFactory* webkitIndexedDB() const;
485 mutable RefPtr<IDBFactory> m_idbFactory;
DDOMWindow.cpp724 IDBFactory* DOMWindow::webkitIndexedDB() const in webkitIndexedDB()
741 m_idbFactory = IDBFactory::create(page->group().idbFactory()); in webkitIndexedDB()
DDOMWindow.idl181 readonly attribute [EnabledAtRuntime] IDBFactory webkitIndexedDB;
/external/webkit/Source/WebCore/
DDerivedSources.make286 IDBFactory \
DCodeGenerators.pri356 storage/IDBFactory.idl \
DCMakeLists.txt363 storage/IDBFactory.idl
1325 storage/IDBFactory.cpp
DAndroid.mk1009 storage/IDBFactory.cpp \
DWebCore.pro2722 storage/IDBFactory.h \
2751 storage/IDBFactory.cpp \
DWebCore.gypi1364 'storage/IDBFactory.idl',
5492 'storage/IDBFactory.cpp',
5493 'storage/IDBFactory.h',
DGNUmakefile.list.am3127 Source/WebCore/storage/IDBFactory.cpp \
3128 Source/WebCore/storage/IDBFactory.h \
DGNUmakefile.am3117 Source/WebCore/storage/IDBFactory.cpp \
3118 Source/WebCore/storage/IDBFactory.h \
DChangeLog-2010-12-065352 IDBFactory::open should not have a description argument.
5364 * storage/IDBFactory.cpp:
5365 (WebCore::IDBFactory::open):
5366 * storage/IDBFactory.h:
5367 * storage/IDBFactory.idl:
25902 and implements weak pointer semantics for IDBFactory. It's ref
31351 The description parameter of IDBFactory::open() should be mandatory.
31361 * storage/IDBFactory.cpp:
31362 (WebCore::IDBFactory::open):
31363 * storage/IDBFactory.h:
[all …]
DChangeLog4564 * storage/IDBFactory.cpp:
4565 (WebCore::IDBFactory::open): check for null name
4566 * storage/IDBFactory.idl: pass null name as null
6961 * storage/IDBFactory.cpp:
50138 * storage/IDBFactory.cpp:
50139 (WebCore::IDBFactory::open):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5440 …85A6FD11D4FB3D004C3E4B /* IDBFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C585A6C911…
5441 …585A6FE11D4FB3D004C3E4B /* IDBFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C585A6CA11D…
11964 …FB3D004C3E4B /* IDBFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
11965 …1D4FB3D004C3E4B /* IDBFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
11966 …6CB11D4FB3D004C3E4B /* IDBFactory.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…
13129 C585A6C911D4FB3D004C3E4B /* IDBFactory.cpp */,
13130 C585A6CA11D4FB3D004C3E4B /* IDBFactory.h */,
13131 C585A6CB11D4FB3D004C3E4B /* IDBFactory.idl */,
21345 C585A6FE11D4FB3D004C3E4B /* IDBFactory.h in Headers */,
24178 C585A6FD11D4FB3D004C3E4B /* IDBFactory.cpp in Sources */,
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163955 IDBFactory::open should not have a description argument.
6852 [Chromium] IDBFactory::open only works in single process mode.
12703 [IndexedDB] IndexedDatabase should be called IDBFactory.