Home
last modified time | relevance | path

Searched refs:cursor_type_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_cursor.h51 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? nullptr in Value()
80 indexed_db::CursorType cursor_type_; variable
H A Dindexed_db_cursor.cc57 cursor_type_(cursor_type), in IndexedDBCursor()
303 switch (cursor_type_) { in CursorPrefetchIterationOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_cursor.h51 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? nullptr in Value()
80 indexed_db::CursorType cursor_type_; variable
H A Dindexed_db_cursor.cc58 cursor_type_(cursor_type), in IndexedDBCursor()
304 switch (cursor_type_) { in CursorPrefetchIterationOperation()
/dports/multimedia/butt/butt-0.1.27/src/FLTK/
H A DFl_ILM216.h56 int cursor_type_; // Cursor type variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dui_element.h467 void set_cursor_type(CursorType cursor_type) { cursor_type_ = cursor_type; } in set_cursor_type()
468 CursorType cursor_type() const { return cursor_type_; } in cursor_type()
681 CursorType cursor_type_ = kCursorDefault; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.h396 indexed_db::CursorType cursor_type_ = indexed_db::kCursorKeyAndValue; variable
H A Didb_request.cc247 cursor_type_ = cursor_type; in SetCursorDetails()
461 switch (cursor_type_) { in EnqueueResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.h401 indexed_db::CursorType cursor_type_ = indexed_db::kCursorKeyAndValue; variable
H A Didb_request.cc251 cursor_type_ = cursor_type; in SetCursorDetails()
476 switch (cursor_type_) { in EnqueueResponse()
/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.h550 Lisp_Object cursor_type_; member
H A Dbuffer.c210 b->cursor_type_ = val; in bset_cursor_type()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h558 Lisp_Object cursor_type_; member
H A Dbuffer.c222 b->cursor_type_ = val; in bset_cursor_type()