Home
last modified time | relevance | path

Searched refs:IDBIndex (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp47 IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* t… in IDBIndex() function in blink::IDBIndex
58 IDBIndex::~IDBIndex() in ~IDBIndex()
62 void IDBIndex::trace(Visitor* visitor) in trace()
68 ScriptValue IDBIndex::keyPath(ScriptState* scriptState) const in keyPath()
73 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, const ScriptValue& range, const String& … in openCursor()
104 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, WebIDBCursorDirec… in openCursor()
112 IDBRequest* IDBIndex::count(ScriptState* scriptState, const ScriptValue& range, ExceptionState& exc… in count()
142 IDBRequest* IDBIndex::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const Strin… in openKeyCursor()
175 IDBRequest* IDBIndex::get(ScriptState* scriptState, const ScriptValue& key, ExceptionState& excepti… in get()
181 IDBRequest* IDBIndex::getKey(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exce… in getKey()
[all …]
DIDBIndex.h46 class IDBIndex : public GarbageCollectedFinalized<IDBIndex>, public ScriptWrappable {
49 …static IDBIndex* create(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransact… in create()
51 return new IDBIndex(metadata, objectStore, transaction); in create()
53 ~IDBIndex();
78 IDBIndex(const IDBIndexMetadata&, IDBObjectStore*, IDBTransaction*);
DIDBObjectStore.h78IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const I… in createIndex()
82IDBIndex* createIndex(ScriptState* scriptState, const String& name, const Vector<String>& keyPath,… in createIndex()
86 IDBIndex* index(const String& name, ExceptionState&);
111IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, const IDBIndexParameter…
124 typedef HeapHashMap<String, Member<IDBIndex> > IDBIndexMap;
DIDBAny.h42 class IDBIndex; variable
108 IDBIndex* idbIndex() const;
123 explicit IDBAny(IDBIndex*);
139 const Member<IDBIndex> m_idbIndex;
DIDBObjectStore.idl53 …[CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, DOMString keyPath, op…
54 …[CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, sequence<DOMString> k…
55 [RaisesException] IDBIndex index(DOMString name);
DIDBIndex.idl26 // http://www.w3.org/TR/IndexedDB/#idl-def-IDBIndex
38 ] interface IDBIndex {
DIDBAny.cpp95 IDBIndex* IDBAny::idbIndex() const in idbIndex()
170 IDBAny::IDBAny(IDBIndex* value) in IDBAny()
DIDBObjectStore.cpp407 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPat… in createIndex()
454 IDBIndex* index = IDBIndex::create(metadata, this, m_transaction.get()); in createIndex()
472 IDBIndex* IDBObjectStore::index(const String& name, ExceptionState& exceptionState) in index()
504 IDBIndex* index = IDBIndex::create(*indexMetadata, this, m_transaction.get()); in index()
DWorkerGlobalScopeIndexedDatabase.idl45 attribute IDBIndexConstructor IDBIndex;
DInspectorIndexedDBAgent.cpp222 static IDBIndex* indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName) in indexForObjectStore()
225 IDBIndex* idbIndex = idbObjectStore->index(indexName, exceptionState); in indexForObjectStore()
518 IDBIndex* idbIndex = indexForObjectStore(idbObjectStore, m_indexName); in execute()
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dmodules_idl_files_list.tmp67 ../../../modules/indexeddb/IDBIndex.idl
Dmodules_static_idl_files_list.tmp67 ../../../modules/indexeddb/IDBIndex.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_global_objects_idl_files_list.tmp59 ../../modules/indexeddb/IDBIndex.idl
Dmodules_global_constructors_idls_idl_files_list.tmp59 ../../modules/indexeddb/IDBIndex.idl
Dmodules_idl_files_list.tmp67 ../../modules/indexeddb/IDBIndex.idl
Dmodules_static_idl_files_list.tmp67 ../../modules/indexeddb/IDBIndex.idl
Dinterfaces_info_individual_modules_static_idl_files_list.tmp67 ../../modules/indexeddb/IDBIndex.idl
Dmodules_global_objects.target.darwin-arm64.mk23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
Dmodules_global_objects.target.linux-mips.mk23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
Dmodules_global_objects.target.darwin-x86.mk23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
Dmodules_global_objects.target.linux-mips64.mk23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
Dmodules_global_objects.target.linux-x86.mk23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dmodules_idl_files_list.tmp67 ../../../modules/indexeddb/IDBIndex.idl
Dmodules_static_idl_files_list.tmp67 ../../../modules/indexeddb/IDBIndex.idl
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi75 'indexeddb/IDBIndex.idl',
531 'indexeddb/IDBIndex.cpp',
532 'indexeddb/IDBIndex.h',

1234