Home
last modified time | relevance | path

Searched refs:pending_cursor_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.cc246 DCHECK(!pending_cursor_); in SetCursorDetails()
255 DCHECK(!pending_cursor_); in SetPendingCursor()
259 pending_cursor_ = cursor; in SetPendingCursor()
421 pending_cursor_.Clear(); in EnqueueResponse()
449 DCHECK(!pending_cursor_); in EnqueueResponse()
532 if (pending_cursor_) { in EnqueueResponse()
536 pending_cursor_->Close(); in EnqueueResponse()
537 pending_cursor_.Clear(); in EnqueueResponse()
568 DCHECK(!pending_cursor_); in EnqueueResultInternal()
588 DCHECK(pending_cursor_); in EnqueueResponse()
[all …]
H A Didb_request.h400 Member<IDBCursor> pending_cursor_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.cc250 DCHECK(!pending_cursor_); in SetCursorDetails()
259 DCHECK(!pending_cursor_); in SetPendingCursor()
263 pending_cursor_ = cursor; in SetPendingCursor()
436 pending_cursor_.Clear(); in EnqueueResponse()
464 DCHECK(!pending_cursor_); in EnqueueResponse()
547 if (pending_cursor_) { in EnqueueResponse()
551 pending_cursor_->Close(); in EnqueueResponse()
552 pending_cursor_.Clear(); in EnqueueResponse()
583 DCHECK(!pending_cursor_); in EnqueueResultInternal()
603 DCHECK(pending_cursor_); in EnqueueResponse()
[all …]
H A Didb_request.h405 Member<IDBCursor> pending_cursor_; variable