Home
last modified time | relevance | path

Searched refs:IDBCursor (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DIDBCursor.cpp42 PassRefPtr<IDBCursor> IDBCursor::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* … in create()
44 return adoptRef(new IDBCursor(backend, request, source, transaction)); in create()
47 IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* so… in IDBCursor() function in WebCore::IDBCursor
59 IDBCursor::~IDBCursor() in ~IDBCursor()
63 unsigned short IDBCursor::direction() const in direction()
68 PassRefPtr<IDBKey> IDBCursor::key() const in key()
73 PassRefPtr<IDBKey> IDBCursor::primaryKey() const in primaryKey()
78 PassRefPtr<SerializedScriptValue> IDBCursor::value() const in value()
83 IDBAny* IDBCursor::source() const in source()
99 void IDBCursor::continueFunction(PassRefPtr<IDBKey> key, ExceptionCode& ec) in continueFunction()
[all …]
H A DIDBIndex.cpp42 static const unsigned short defaultDirection = IDBCursor::NEXT;
60 …if (direction != IDBCursor::NEXT && direction != IDBCursor::NEXT_NO_DUPLICATE && direction != IDBC… in openCursor()
78 …if (direction != IDBCursor::NEXT && direction != IDBCursor::NEXT_NO_DUPLICATE && direction != IDBC… in openKeyCursor()
H A DIDBCursor.h47 class IDBCursor : public RefCounted<IDBCursor> {
55 …static PassRefPtr<IDBCursor> create(PassRefPtr<IDBCursorBackendInterface>, IDBRequest*, IDBAny* so…
56 virtual ~IDBCursor();
73 IDBCursor(PassRefPtr<IDBCursorBackendInterface>, IDBRequest*, IDBAny* source, IDBTransaction*);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(Type aType, BackgroundCursorChild* aBackgroundActor, in IDBCursor() function in mozilla::dom::IDBCursor
70 IDBCursor::~IDBCursor() { in ~IDBCursor()
82 already_AddRefed<IDBCursor> IDBCursor::Create( in Create()
91 RefPtr<IDBCursor> cursor = in Create()
100 already_AddRefed<IDBCursor> IDBCursor::Create( in Create()
108 RefPtr<IDBCursor> cursor = in Create()
115 already_AddRefed<IDBCursor> IDBCursor::Create( in Create()
126 RefPtr<IDBCursor> cursor = new IDBCursor(Type_Index, aBackgroundActor, aKey); in Create()
136 already_AddRefed<IDBCursor> IDBCursor::Create( in Create()
146 RefPtr<IDBCursor> cursor = in Create()
[all …]
H A DIDBCursor.h36 class IDBCursor final : public nsISupports, public nsWrapperCache {
91 static already_AddRefed<IDBCursor> Create(
95 static already_AddRefed<IDBCursor> Create(
98 static already_AddRefed<IDBCursor> Create(
103 static already_AddRefed<IDBCursor> Create(
163 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
170 IDBCursor(Type aType, indexedDB::BackgroundCursorChild* aBackgroundActor,
173 ~IDBCursor();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(Type aType, in IDBCursor() function in mozilla::dom::IDBCursor
76 IDBCursor::~IDBCursor() in ~IDBCursor()
89 already_AddRefed<IDBCursor>
100 RefPtr<IDBCursor> cursor = in Create()
109 already_AddRefed<IDBCursor>
119 RefPtr<IDBCursor> cursor = in Create()
126 already_AddRefed<IDBCursor>
140 RefPtr<IDBCursor> cursor = in Create()
151 already_AddRefed<IDBCursor>
207 IDBCursor::DropJSObjects() in DropJSObjects()
[all …]
H A DIDBCursor.h36 class IDBCursor final
96 static already_AddRefed<IDBCursor>
101 static already_AddRefed<IDBCursor>
105 static already_AddRefed<IDBCursor>
112 static already_AddRefed<IDBCursor>
195 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
202 IDBCursor(Type aType,
206 ~IDBCursor();
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(BackgroundCursorChildBase* const aBackgroundActor) in IDBCursor() function in mozilla::dom::IDBCursor
51 template <IDBCursor::Type CursorType>
125 template <IDBCursor::Type CursorType>
140 template <IDBCursor::Type CursorType>
163 void IDBCursor::ResetBase() { in ResetBase()
177 template <IDBCursor::Type CursorType>
221 template <IDBCursor::Type CursorType>
233 template <IDBCursor::Type CursorType>
262 template <IDBCursor::Type CursorType>
294 template <IDBCursor::Type CursorType>
[all …]
H A DIDBCursor.h46 class IDBCursor : public nsISupports, public nsWrapperCache {
155 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
161 virtual ~IDBCursor() = default;
166 template <IDBCursor::Type CursorType>
167 class IDBTypedCursor : public IDBCursor {
269 NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(_subclassName, IDBCursor) \
279 IDBCursor::Type::ObjectStoreKey)
280 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexCursor, IDBCursor::Type::Index)
281 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexKeyCursor, IDBCursor::Type::IndexKey)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(BackgroundCursorChildBase* const aBackgroundActor) in IDBCursor() function in mozilla::dom::IDBCursor
51 template <IDBCursor::Type CursorType>
125 template <IDBCursor::Type CursorType>
140 template <IDBCursor::Type CursorType>
163 void IDBCursor::ResetBase() { in ResetBase()
177 template <IDBCursor::Type CursorType>
221 template <IDBCursor::Type CursorType>
233 template <IDBCursor::Type CursorType>
262 template <IDBCursor::Type CursorType>
294 template <IDBCursor::Type CursorType>
[all …]
H A DIDBCursor.h46 class IDBCursor : public nsISupports, public nsWrapperCache {
155 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
161 virtual ~IDBCursor() = default;
166 template <IDBCursor::Type CursorType>
167 class IDBTypedCursor : public IDBCursor {
269 NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(_subclassName, IDBCursor) \
279 IDBCursor::Type::ObjectStoreKey)
280 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexCursor, IDBCursor::Type::Index)
281 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexKeyCursor, IDBCursor::Type::IndexKey)
[all …]
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(BackgroundCursorChildBase* const aBackgroundActor) in IDBCursor() function in mozilla::dom::IDBCursor
51 template <IDBCursor::Type CursorType>
125 template <IDBCursor::Type CursorType>
140 template <IDBCursor::Type CursorType>
163 void IDBCursor::ResetBase() { in ResetBase()
177 template <IDBCursor::Type CursorType>
221 template <IDBCursor::Type CursorType>
233 template <IDBCursor::Type CursorType>
262 template <IDBCursor::Type CursorType>
294 template <IDBCursor::Type CursorType>
[all …]
H A DIDBCursor.h46 class IDBCursor : public nsISupports, public nsWrapperCache {
155 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
161 virtual ~IDBCursor() = default;
166 template <IDBCursor::Type CursorType>
167 class IDBTypedCursor : public IDBCursor {
269 NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(_subclassName, IDBCursor) \
279 IDBCursor::Type::ObjectStoreKey)
280 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexCursor, IDBCursor::Type::Index)
281 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexKeyCursor, IDBCursor::Type::IndexKey)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBCursor.cpp30 IDBCursor::IDBCursor(BackgroundCursorChildBase* const aBackgroundActor) in IDBCursor() function in mozilla::dom::IDBCursor
51 template <IDBCursor::Type CursorType>
125 template <IDBCursor::Type CursorType>
140 template <IDBCursor::Type CursorType>
163 void IDBCursor::ResetBase() { in ResetBase()
177 template <IDBCursor::Type CursorType>
221 template <IDBCursor::Type CursorType>
233 template <IDBCursor::Type CursorType>
262 template <IDBCursor::Type CursorType>
294 template <IDBCursor::Type CursorType>
[all …]
H A DIDBCursor.h46 class IDBCursor : public nsISupports, public nsWrapperCache {
155 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBCursor)
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
161 virtual ~IDBCursor() = default;
166 template <IDBCursor::Type CursorType>
167 class IDBTypedCursor : public IDBCursor {
269 NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(_subclassName, IDBCursor) \
279 IDBCursor::Type::ObjectStoreKey)
280 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexCursor, IDBCursor::Type::Index)
281 CONCRETE_IDBCURSOR_SUBCLASS(IDBIndexKeyCursor, IDBCursor::Type::IndexKey)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_cursor.cc49 IDBCursor::IDBCursor(std::unique_ptr<WebIDBCursor> backend, in IDBCursor() function in blink::IDBCursor
65 IDBCursor::~IDBCursor() = default;
67 void IDBCursor::Trace(Visitor* visitor) { in Trace()
77 v8::Local<v8::Object> IDBCursor::AssociateWithWrapper( in AssociateWithWrapper()
161 void IDBCursor::Continue(ScriptState* script_state, in Continue()
363 void IDBCursor::PostSuccessHandlerCallback() { in PostSuccessHandlerCallback()
368 void IDBCursor::Close() { in Close()
420 void IDBCursor::source(Source& source) const { in source()
460 const IDBKey* IDBCursor::IdbPrimaryKey() const { in IdbPrimaryKey()
476 bool IDBCursor::IsDeleted() const { in IsDeleted()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_cursor.cc49 IDBCursor::IDBCursor(std::unique_ptr<WebIDBCursor> backend, in IDBCursor() function in blink::IDBCursor
65 IDBCursor::~IDBCursor() = default;
67 void IDBCursor::Trace(Visitor* visitor) const { in Trace()
77 v8::Local<v8::Object> IDBCursor::AssociateWithWrapper( in AssociateWithWrapper()
161 void IDBCursor::Continue(ScriptState* script_state, in Continue()
363 void IDBCursor::PostSuccessHandlerCallback() { in PostSuccessHandlerCallback()
368 void IDBCursor::Close() { in Close()
420 void IDBCursor::source(Source& source) const { in source()
460 const IDBKey* IDBCursor::IdbPrimaryKey() const { in IdbPrimaryKey()
476 bool IDBCursor::IsDeleted() const { in IsDeleted()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSIDBCursor.cpp85 COMPILE_ASSERT(0 == IDBCursor::NEXT, IDBCursorEnumNEXTIsWrongUseDontCheckEnums);
87 COMPILE_ASSERT(2 == IDBCursor::PREV, IDBCursorEnumPREVIsWrongUseDontCheckEnums);
190 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorDirection()
200 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorKey()
210 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorPrimaryKey()
220 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorSource()
243 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorPrototypeFunctionUpdate()
264 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorPrototypeFunctionContinue()
289 IDBCursor* imp = static_cast<IDBCursor*>(castedThis->impl()); in jsIDBCursorPrototypeFunctionDelete()
327 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, IDBCursor* impl) in toJS()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_cursor.h34 blink::mojom::IDBCursor::AdvanceCallback callback);
38 blink::mojom::IDBCursor::CursorContinueCallback callback);
41 blink::mojom::IDBCursor::PrefetchCallback callback);
64 blink::mojom::IDBCursor::CursorContinueCallback callback,
69 blink::mojom::IDBCursor::AdvanceCallback callback,
74 blink::mojom::IDBCursor::PrefetchCallback callback,
H A Dcursor_impl.h25 class CursorImpl : public blink::mojom::IDBCursor {
35 blink::mojom::IDBCursor::AdvanceCallback callback) override;
39 blink::mojom::IDBCursor::CursorContinueCallback callback) override;
41 blink::mojom::IDBCursor::PrefetchCallback callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_cursor.h34 blink::mojom::IDBCursor::AdvanceCallback callback);
38 blink::mojom::IDBCursor::CursorContinueCallback callback);
41 blink::mojom::IDBCursor::PrefetchCallback callback);
64 blink::mojom::IDBCursor::CursorContinueCallback callback,
69 blink::mojom::IDBCursor::AdvanceCallback callback,
74 blink::mojom::IDBCursor::PrefetchCallback callback,
H A Dcursor_impl.h25 class CursorImpl : public blink::mojom::IDBCursor {
35 blink::mojom::IDBCursor::AdvanceCallback callback) override;
39 blink::mojom::IDBCursor::CursorContinueCallback callback) override;
41 blink::mojom::IDBCursor::PrefetchCallback callback) override;
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/IndexedDB/
H A Didbcursor-direction.htm.ini4 [IDBCursor.direction - next]
8 [IDBCursor.direction - prev]
12 [IDBCursor.direction - nextunique]
16 [IDBCursor.direction - prevunique]
H A Didbcursor-direction-index.htm.ini4 [IDBCursor direction - index - next]
8 [IDBCursor direction - index - prev]
12 [IDBCursor direction - index - nextunique]
16 [IDBCursor direction - index - prevunique]
H A Didbcursor-direction-index-keyrange.htm.ini4 [IDBCursor direction - index with keyrange - next]
8 [IDBCursor direction - index with keyrange - prev]
12 [IDBCursor direction - index with keyrange - nextunique]
16 [IDBCursor direction - index with keyrange - prevunique]

12345678910>>...16