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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.h 49 virtual bool isCursorWithValue() const OVERRIDE { return true; }
57 ASSERT_WITH_SECURITY_IMPLICATION(!cursor || cursor->isCursorWithValue());
IDBAny.cpp 79 ASSERT_WITH_SECURITY_IMPLICATION(m_idbCursor->isCursorWithValue());
145 : m_type(value->isCursorWithValue() ? IDBCursorWithValueType : IDBCursorType)
IDBCursor.h 85 virtual bool isCursorWithValue() const { return false; }
IDBCursor.cpp 328 ASSERT(isCursorWithValue());
361 if (isCursorWithValue()) {

Completed in 420 milliseconds