Searched refs:cursorType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.cpp170 void IDBRequest::setCursorDetails(IndexedDB::CursorType cursorType, IndexedDB::CursorDirection direction) argument
174 m_cursorType = cursorType;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1892 static const char* cursorTypeToString(Cursor::Type cursorType) argument
1894 switch (cursorType) {

Completed in 109 milliseconds