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

  /external/webkit/Source/WebCore/storage/
IDBIndex.cpp 67 request->setCursorType(IDBCursorBackendInterface::IndexCursor);
85 request->setCursorType(IDBCursorBackendInterface::IndexKeyCursor);
IDBRequest.h 71 void setCursorType(IDBCursorBackendInterface::CursorType);
IDBObjectStore.cpp 160 request->setCursorType(IDBCursorBackendInterface::ObjectStoreCursor);
IDBRequest.cpp 167 void IDBRequest::setCursorType(IDBCursorBackendInterface::CursorType cursorType)

Completed in 42 milliseconds