/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.cpp | 47 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 …]
|
D | IDBIndex.h | 46 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*);
|
D | IDBObjectStore.h | 78 …IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const I… in createIndex() 82 …IDBIndex* createIndex(ScriptState* scriptState, const String& name, const Vector<String>& keyPath,… in createIndex() 86 IDBIndex* index(const String& name, ExceptionState&); 111 …IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, const IDBIndexParameter… 124 typedef HeapHashMap<String, Member<IDBIndex> > IDBIndexMap;
|
D | IDBAny.h | 42 class IDBIndex; variable 108 IDBIndex* idbIndex() const; 123 explicit IDBAny(IDBIndex*); 139 const Member<IDBIndex> m_idbIndex;
|
D | IDBObjectStore.idl | 53 …[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);
|
D | IDBIndex.idl | 26 // http://www.w3.org/TR/IndexedDB/#idl-def-IDBIndex 38 ] interface IDBIndex {
|
D | IDBAny.cpp | 95 IDBIndex* IDBAny::idbIndex() const in idbIndex() 170 IDBAny::IDBAny(IDBIndex* value) in IDBAny()
|
D | IDBObjectStore.cpp | 407 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()
|
D | WorkerGlobalScopeIndexedDatabase.idl | 45 attribute IDBIndexConstructor IDBIndex;
|
D | InspectorIndexedDBAgent.cpp | 222 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/ |
D | modules_idl_files_list.tmp | 67 ../../../modules/indexeddb/IDBIndex.idl
|
D | modules_static_idl_files_list.tmp | 67 ../../../modules/indexeddb/IDBIndex.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_global_objects_idl_files_list.tmp | 59 ../../modules/indexeddb/IDBIndex.idl
|
D | modules_global_constructors_idls_idl_files_list.tmp | 59 ../../modules/indexeddb/IDBIndex.idl
|
D | modules_idl_files_list.tmp | 67 ../../modules/indexeddb/IDBIndex.idl
|
D | modules_static_idl_files_list.tmp | 67 ../../modules/indexeddb/IDBIndex.idl
|
D | interfaces_info_individual_modules_static_idl_files_list.tmp | 67 ../../modules/indexeddb/IDBIndex.idl
|
D | modules_global_objects.target.darwin-arm64.mk | 23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
|
D | modules_global_objects.target.linux-mips.mk | 23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
|
D | modules_global_objects.target.darwin-x86.mk | 23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
|
D | modules_global_objects.target.linux-mips64.mk | 23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
|
D | modules_global_objects.target.linux-x86.mk | 23 …DBFactory.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl $(LOCAL_PATH)…
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | modules_idl_files_list.tmp | 67 ../../../modules/indexeddb/IDBIndex.idl
|
D | modules_static_idl_files_list.tmp | 67 ../../../modules/indexeddb/IDBIndex.idl
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 75 'indexeddb/IDBIndex.idl', 531 'indexeddb/IDBIndex.cpp', 532 'indexeddb/IDBIndex.h',
|