Searched refs:IDBFactory (Results 1 – 20 of 20) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBFactory.h | 49 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*);
|
D | IDBFactory.cpp | 49 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()
|
D | IDBAny.h | 40 class IDBFactory; variable 86 PassRefPtr<IDBFactory> idbFactory(); 98 void set(PassRefPtr<IDBFactory>); 114 RefPtr<IDBFactory> m_idbFactory;
|
D | IDBAny.cpp | 80 PassRefPtr<IDBFactory> IDBAny::idbFactory() in idbFactory() 143 void IDBAny::set(PassRefPtr<IDBFactory> value) in set()
|
D | IDBFactory.idl | 30 ] IDBFactory {
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.h | 55 class IDBFactory; variable 400 IDBFactory* webkitIndexedDB() const; 485 mutable RefPtr<IDBFactory> m_idbFactory;
|
D | DOMWindow.cpp | 724 IDBFactory* DOMWindow::webkitIndexedDB() const in webkitIndexedDB() 741 m_idbFactory = IDBFactory::create(page->group().idbFactory()); in webkitIndexedDB()
|
D | DOMWindow.idl | 181 readonly attribute [EnabledAtRuntime] IDBFactory webkitIndexedDB;
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 286 IDBFactory \
|
D | CodeGenerators.pri | 356 storage/IDBFactory.idl \
|
D | CMakeLists.txt | 363 storage/IDBFactory.idl 1325 storage/IDBFactory.cpp
|
D | Android.mk | 1009 storage/IDBFactory.cpp \
|
D | WebCore.pro | 2722 storage/IDBFactory.h \ 2751 storage/IDBFactory.cpp \
|
D | WebCore.gypi | 1364 'storage/IDBFactory.idl', 5492 'storage/IDBFactory.cpp', 5493 'storage/IDBFactory.h',
|
D | GNUmakefile.list.am | 3127 Source/WebCore/storage/IDBFactory.cpp \ 3128 Source/WebCore/storage/IDBFactory.h \
|
D | GNUmakefile.am | 3117 Source/WebCore/storage/IDBFactory.cpp \ 3118 Source/WebCore/storage/IDBFactory.h \
|
D | ChangeLog-2010-12-06 | 5352 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 …]
|
D | ChangeLog | 4564 * 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/ |
D | project.pbxproj | 5440 …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/ |
D | ChangeLog-2011-02-16 | 3955 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.
|