Home
last modified time | relevance | path

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

12345678910>>...18

/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBIndex.cpp45 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
56 IDBIndex::~IDBIndex() { in ~IDBIndex()
64 RefPtr<IDBIndex> IDBIndex::Create(IDBObjectStore* aObjectStore, in Create()
152 void IDBIndex::NoteDeletion() { in NoteDeletion()
167 const nsString& IDBIndex::Name() const { in Name()
224 bool IDBIndex::Unique() const { in Unique()
231 bool IDBIndex::MultiEntry() const { in MultiEntry()
238 bool IDBIndex::LocaleAware() const { in LocaleAware()
263 const nsCString& IDBIndex::Locale() const { in Locale()
270 bool IDBIndex::IsAutoLocale() const { in IsAutoLocale()
[all …]
H A DIDBIndex.h37 class IDBIndex final : public nsISupports, public nsWrapperCache {
56 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBIndex)
58 [[nodiscard]] static RefPtr<IDBIndex> Create(
152 IDBIndex(IDBObjectStore* aObjectStore,
155 ~IDBIndex();
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBIndex.cpp44 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
55 IDBIndex::~IDBIndex() { in ~IDBIndex()
64 RefPtr<IDBIndex> IDBIndex::Create(IDBObjectStore* aObjectStore, in Create()
152 void IDBIndex::NoteDeletion() { in NoteDeletion()
167 const nsString& IDBIndex::Name() const { in Name()
223 bool IDBIndex::Unique() const { in Unique()
230 bool IDBIndex::MultiEntry() const { in MultiEntry()
237 bool IDBIndex::LocaleAware() const { in LocaleAware()
262 const nsCString& IDBIndex::Locale() const { in Locale()
269 bool IDBIndex::IsAutoLocale() const { in IsAutoLocale()
[all …]
H A DIDBIndex.h37 class IDBIndex final : public nsISupports, public nsWrapperCache {
56 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBIndex)
58 [[nodiscard]] static RefPtr<IDBIndex> Create(
152 IDBIndex(IDBObjectStore* aObjectStore,
155 ~IDBIndex();
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBIndex.cpp45 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
56 IDBIndex::~IDBIndex() { in ~IDBIndex()
64 RefPtr<IDBIndex> IDBIndex::Create(IDBObjectStore* aObjectStore, in Create()
152 void IDBIndex::NoteDeletion() { in NoteDeletion()
167 const nsString& IDBIndex::Name() const { in Name()
224 bool IDBIndex::Unique() const { in Unique()
231 bool IDBIndex::MultiEntry() const { in MultiEntry()
238 bool IDBIndex::LocaleAware() const { in LocaleAware()
263 const nsCString& IDBIndex::Locale() const { in Locale()
270 bool IDBIndex::IsAutoLocale() const { in IsAutoLocale()
[all …]
H A DIDBIndex.h37 class IDBIndex final : public nsISupports, public nsWrapperCache {
56 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBIndex)
58 [[nodiscard]] static RefPtr<IDBIndex> Create(
152 IDBIndex(IDBObjectStore* aObjectStore,
155 ~IDBIndex();
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBIndex.cpp45 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
56 IDBIndex::~IDBIndex() { in ~IDBIndex()
64 RefPtr<IDBIndex> IDBIndex::Create(IDBObjectStore* aObjectStore, in Create()
152 void IDBIndex::NoteDeletion() { in NoteDeletion()
167 const nsString& IDBIndex::Name() const { in Name()
224 bool IDBIndex::Unique() const { in Unique()
231 bool IDBIndex::MultiEntry() const { in MultiEntry()
238 bool IDBIndex::LocaleAware() const { in LocaleAware()
263 const nsCString& IDBIndex::Locale() const { in Locale()
270 bool IDBIndex::IsAutoLocale() const { in IsAutoLocale()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/IndexedDB/key-generators/
H A Dreading-autoincrement-indexes.any.js.ini4 [IDBIndex.getAllKeys() for an index on the autoincrement key]
7 [IDBIndex.get() for an index on the autoincrement key]
10 [IDBIndex.getAll() for an index on the autoincrement key]
17 [IDBIndex.get() for an index not covering the autoincrement key]
30 [IDBIndex.getAllKeys() for an index on the autoincrement key]
35 [IDBIndex.get() for an index on the autoincrement key]
40 [IDBIndex.getAll() for an index on the autoincrement key]
65 [IDBIndex.get() for an index on the autoincrement key]
70 [IDBIndex.getAll() for an index on the autoincrement key]
94 [IDBIndex.get() for an index on the autoincrement key]
[all …]
H A Dreading-autoincrement-indexes-cursors.any.js.ini5 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
12 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
17 [IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
22 [IDBIndex.openKeyCursor() iterates over an index not covering the autoincrement key]
32 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
38 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
49 [IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
59 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
64 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
82 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBIndex.cpp48 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
59 IDBIndex::~IDBIndex() { in ~IDBIndex()
68 already_AddRefed<IDBIndex> IDBIndex::Create(IDBObjectStore* aObjectStore, in Create()
73 RefPtr<IDBIndex> index = new IDBIndex(aObjectStore, &aMetadata); in Create()
116 void IDBIndex::NoteDeletion() { in NoteDeletion()
131 const nsString& IDBIndex::Name() const { in Name()
188 bool IDBIndex::Unique() const { in Unique()
195 bool IDBIndex::MultiEntry() const { in MultiEntry()
202 bool IDBIndex::LocaleAware() const { in LocaleAware()
234 bool IDBIndex::IsAutoLocale() const { in IsAutoLocale()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBIndex.cpp48 IDBIndex::IDBIndex(IDBObjectStore* aObjectStore, const IndexMetadata* aMetadata) in IDBIndex() function in mozilla::dom::IDBIndex
60 IDBIndex::~IDBIndex() in ~IDBIndex()
70 already_AddRefed<IDBIndex>
77 RefPtr<IDBIndex> index = new IDBIndex(aObjectStore, &aMetadata); in Create()
127 IDBIndex::NoteDeletion() in NoteDeletion()
144 IDBIndex::Name() const in Name()
210 IDBIndex::Unique() const in Unique()
219 IDBIndex::MultiEntry() const in MultiEntry()
228 IDBIndex::LocaleAware() const in LocaleAware()
237 IDBIndex::GetKeyPath() const in GetKeyPath()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/IndexedDB/key-generators/
H A Dreading-autoincrement-indexes.any.js.ini2 [IDBIndex.getAllKeys() for an index on the autoincrement key]
5 [IDBIndex.get() for an index on the autoincrement key]
8 [IDBIndex.getAll() for an index on the autoincrement key]
13 [IDBIndex.getAllKeys() for an index on the autoincrement key]
16 [IDBIndex.get() for an index on the autoincrement key]
19 [IDBIndex.getAll() for an index on the autoincrement key]
24 [IDBIndex.getAllKeys() for an index on the autoincrement key]
27 [IDBIndex.get() for an index on the autoincrement key]
30 [IDBIndex.getAll() for an index on the autoincrement key]
38 [IDBIndex.get() for an index on the autoincrement key]
[all …]
H A Dreading-autoincrement-indexes-cursors.any.js.ini2 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
5 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
10 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
13 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
18 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
21 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
26 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
29 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/IndexedDB/key-generators/
H A Dreading-autoincrement-indexes.any.js.ini2 [IDBIndex.getAllKeys() for an index on the autoincrement key]
5 [IDBIndex.get() for an index on the autoincrement key]
8 [IDBIndex.getAll() for an index on the autoincrement key]
13 [IDBIndex.getAllKeys() for an index on the autoincrement key]
16 [IDBIndex.get() for an index on the autoincrement key]
19 [IDBIndex.getAll() for an index on the autoincrement key]
24 [IDBIndex.getAllKeys() for an index on the autoincrement key]
27 [IDBIndex.get() for an index on the autoincrement key]
30 [IDBIndex.getAll() for an index on the autoincrement key]
38 [IDBIndex.get() for an index on the autoincrement key]
[all …]
H A Dreading-autoincrement-indexes-cursors.any.js.ini2 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
5 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
10 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
13 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
18 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
21 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
26 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
29 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/IndexedDB/key-generators/
H A Dreading-autoincrement-indexes.any.js.ini2 [IDBIndex.getAllKeys() for an index on the autoincrement key]
5 [IDBIndex.get() for an index on the autoincrement key]
8 [IDBIndex.getAll() for an index on the autoincrement key]
13 [IDBIndex.getAllKeys() for an index on the autoincrement key]
16 [IDBIndex.get() for an index on the autoincrement key]
19 [IDBIndex.getAll() for an index on the autoincrement key]
24 [IDBIndex.getAllKeys() for an index on the autoincrement key]
27 [IDBIndex.get() for an index on the autoincrement key]
30 [IDBIndex.getAll() for an index on the autoincrement key]
38 [IDBIndex.get() for an index on the autoincrement key]
[all …]
H A Dreading-autoincrement-indexes-cursors.any.js.ini2 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
5 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
10 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
13 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
18 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
21 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
26 [IDBIndex.openKeyCursor() iterates over an index on the autoincrement key]
29 [IDBIndex.openCursor() iterates over an index on the autoincrement key]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_index.cc44 IDBIndex::IDBIndex(scoped_refptr<IDBIndexMetadata> metadata, in IDBIndex() function in blink::IDBIndex
56 IDBIndex::~IDBIndex() = default;
58 void IDBIndex::Trace(Visitor* visitor) const { in Trace()
112 IDBRequest* IDBIndex::openCursor(ScriptState* script_state, in openCursor()
146 IDBRequest* IDBIndex::openCursor(ScriptState* script_state, in openCursor()
160 IDBRequest* IDBIndex::count(ScriptState* script_state, in count()
235 IDBRequest* IDBIndex::get(ScriptState* script_state, in get()
244 IDBRequest* IDBIndex::getAll(ScriptState* script_state, in getAll()
251 IDBRequest* IDBIndex::getAll(ScriptState* script_state, in getAll()
280 IDBRequest* IDBIndex::getKey(ScriptState* script_state, in getKey()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_index.cc44 IDBIndex::IDBIndex(scoped_refptr<IDBIndexMetadata> metadata, in IDBIndex() function in blink::IDBIndex
56 IDBIndex::~IDBIndex() = default;
58 void IDBIndex::Trace(Visitor* visitor) { in Trace()
112 IDBRequest* IDBIndex::openCursor(ScriptState* script_state, in openCursor()
146 IDBRequest* IDBIndex::openCursor(ScriptState* script_state, in openCursor()
160 IDBRequest* IDBIndex::count(ScriptState* script_state, in count()
235 IDBRequest* IDBIndex::get(ScriptState* script_state, in get()
244 IDBRequest* IDBIndex::getAll(ScriptState* script_state, in getAll()
251 IDBRequest* IDBIndex::getAll(ScriptState* script_state, in getAll()
280 IDBRequest* IDBIndex::getKey(ScriptState* script_state, in getKey()
[all …]
H A Didb_object_store.h112 IDBIndex* createIndex(ScriptState* script_state, in createIndex()
120 IDBIndex* index(const String& name, ExceptionState&);
185 void RevertDeletedIndexMetadata(IDBIndex& deleted_index);
196 using IDBIndexMap = HeapHashMap<String, Member<IDBIndex>>;
198 IDBIndex* createIndex(ScriptState*,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DIDBIndex.cpp44 IDBIndex::IDBIndex(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* objectStore, IDBTr… in IDBIndex() function in WebCore::IDBIndex
54 IDBIndex::~IDBIndex() in ~IDBIndex()
58 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange… in openCursor()
76 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRa… in openKeyCursor()
94 PassRefPtr<IDBRequest> IDBIndex::get(ScriptExecutionContext* context, PassRefPtr<IDBKey> key, Excep… in get()
105 PassRefPtr<IDBRequest> IDBIndex::getKey(ScriptExecutionContext* context, PassRefPtr<IDBKey> key, Ex… in getKey()
H A DIDBIndex.h42 class IDBIndex : public RefCounted<IDBIndex> {
44 …static PassRefPtr<IDBIndex> create(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* o… in create()
46 return adoptRef(new IDBIndex(backend, objectStore, transaction)); in create()
48 ~IDBIndex();
69 IDBIndex(PassRefPtr<IDBIndexBackendInterface>, IDBObjectStore*, IDBTransaction*);
H A DIDBAny.h41 class IDBIndex; variable
87 PassRefPtr<IDBIndex> idbIndex();
99 void set(PassRefPtr<IDBIndex>);
115 RefPtr<IDBIndex> m_idbIndex;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSIDBIndex.cpp152 JSIDBIndex::JSIDBIndex(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<IDBIndex> … in JSIDBIndex()
178 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexName()
188 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexObjectStore()
198 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexKeyPath()
208 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexUnique()
231 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexPrototypeFunctionOpenCursor()
271 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexPrototypeFunctionOpenKeyCursor()
311 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexPrototypeFunctionGet()
332 IDBIndex* imp = static_cast<IDBIndex*>(castedThis->impl()); in jsIDBIndexPrototypeFunctionGetKey()
347 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, IDBIndex* impl) in toJS()
[all …]
H A DJSIDBIndex.h33 class IDBIndex; variable
38 JSIDBIndex(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<IDBIndex>);
50 IDBIndex* impl() const { return m_impl.get(); } in impl()
53 RefPtr<IDBIndex> m_impl;
58 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, IDBIndex*);
59 IDBIndex* toIDBIndex(JSC::JSValue);

12345678910>>...18