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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 107 request->setCursorDetails(IndexedDB::CursorKeyAndValue, direction);
170 request->setCursorDetails(IndexedDB::CursorKeyOnly, direction);
IDBRequest.h 93 void setCursorDetails(IndexedDB::CursorType, WebIDBCursorDirection);
IDBRequest.cpp 167 void IDBRequest::setCursorDetails(IndexedDB::CursorType cursorType, WebIDBCursorDirection direction)
IDBObjectStore.cpp 584 request->setCursorDetails(IndexedDB::CursorKeyAndValue, direction);
620 request->setCursorDetails(IndexedDB::CursorKeyOnly, direction);

Completed in 39 milliseconds