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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDB.h 40 CursorNext = 0,
IDBCursor.cpp 223 if (m_direction == IndexedDB::CursorNext || m_direction == IndexedDB::CursorNextNoDuplicate) {
387 return IndexedDB::CursorNext;
396 return IndexedDB::CursorNext;
402 case IndexedDB::CursorNext:
IDBRequest.cpp 64 , m_cursorDirection(IndexedDB::CursorNext)
IDBObjectStore.cpp 429 RefPtr<IDBRequest> indexRequest = openCursor(context, static_cast<IDBKeyRange*>(0), IndexedDB::CursorNext, WebIDBDatabase::PreemptiveTask);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 509 idbRequest = idbIndex->openCursor(context(), PassRefPtr<IDBKeyRange>(m_idbKeyRange), IndexedDB::CursorNext);
511 idbRequest = idbObjectStore->openCursor(context(), PassRefPtr<IDBKeyRange>(m_idbKeyRange), IndexedDB::CursorNext);
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp     [all...]

Completed in 485 milliseconds