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

  /external/chromium_org/content/browser/indexed_db/
indexed_db.h 18 enum CursorDirection {
indexed_db_fake_backing_store.h 88 indexed_db::CursorDirection) OVERRIDE;
94 indexed_db::CursorDirection) OVERRIDE;
101 indexed_db::CursorDirection) OVERRIDE;
107 indexed_db::CursorDirection)
indexed_db_fake_backing_store.cc 116 indexed_db::CursorDirection) {
125 indexed_db::CursorDirection) {
135 indexed_db::CursorDirection) {
145 indexed_db::CursorDirection) {
indexed_db_backing_store.h 257 indexed_db::CursorDirection);
263 indexed_db::CursorDirection);
270 indexed_db::CursorDirection);
277 indexed_db::CursorDirection);
indexed_db_database.h 156 indexed_db::CursorDirection,
indexed_db_backing_store.cc     [all...]
indexed_db_database.cc     [all...]
indexed_db_dispatcher_host.cc 622 static_cast<indexed_db::CursorDirection>(params.direction),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDB.h 39 enum CursorDirection {
IDBCursorWithValue.cpp 33 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
IDBCursorWithValue.h 42 static PassRefPtr<IDBCursorWithValue> create(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
52 IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
IDBCursor.h 55 static IndexedDB::CursorDirection stringToDirection(const String& modeString, ExceptionState&);
58 static PassRefPtr<IDBCursor> create(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
96 IDBCursor(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
106 const IndexedDB::CursorDirection m_direction;
IDBIndex.h 70 PassRefPtr<IDBRequest> openCursor(ExecutionContext*, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection);
IDBRequest.h 93 void setCursorDetails(IndexedDB::CursorType, IndexedDB::CursorDirection);
166 IndexedDB::CursorDirection m_cursorDirection;
IDBIndex.cpp 82 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState);
93 PassRefPtr<IDBRequest> IDBIndex::openCursor(ExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction)
141 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState);
IDBCursor.cpp 48 PassRefPtr<IDBCursor> IDBCursor::create(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
77 IDBCursor::IDBCursor(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
384 IndexedDB::CursorDirection IDBCursor::stringToDirection(const String& directionString, ExceptionState& exceptionState)
IDBObjectStore.h 86 PassRefPtr<IDBRequest> openCursor(ExecutionContext*, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, blink::WebIDBDatabase::TaskType = blink::WebIDBDatabase::NormalTask);
IDBObjectStore.cpp 528 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState);
539 PassRefPtr<IDBRequest> IDBObjectStore::openCursor(ExecutionContext* context, PassRefPtr<IDBKeyRange> range, IndexedDB::CursorDirection direction, WebIDBDatabase::TaskType taskType)
564 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState);
IDBRequest.cpp 141 void IDBRequest::setCursorDetails(IndexedDB::CursorType cursorType, IndexedDB::CursorDirection direction)

Completed in 311 milliseconds