HomeSort by relevance Sort by last modified time
    Searched refs:m_pendingCursor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.cpp 71 , m_pendingCursor(nullptr)
98 visitor->trace(m_pendingCursor);
170 ASSERT(!m_pendingCursor);
180 ASSERT(!m_pendingCursor);
184 m_pendingCursor = cursor;
250 m_pendingCursor.clear();
272 ASSERT(!m_pendingCursor);
305 if (m_pendingCursor) {
309 m_pendingCursor->close();
310 m_pendingCursor.clear()
    [all...]
IDBRequest.h 160 // When a cursor is continued/advanced, m_result is cleared and m_pendingCursor holds it.
161 Member<IDBCursor> m_pendingCursor;

Completed in 32 milliseconds