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

  /external/chromium_org/content/browser/indexed_db/
indexed_db.h 18 enum CursorDirection {
indexed_db_fake_backing_store.cc 122 indexed_db::CursorDirection) {
131 indexed_db::CursorDirection) {
141 indexed_db::CursorDirection) {
151 indexed_db::CursorDirection) {
indexed_db_fake_backing_store.h 91 indexed_db::CursorDirection) OVERRIDE;
97 indexed_db::CursorDirection) OVERRIDE;
104 indexed_db::CursorDirection) OVERRIDE;
110 indexed_db::CursorDirection)
indexed_db_backing_store.h 250 indexed_db::CursorDirection);
256 indexed_db::CursorDirection);
263 indexed_db::CursorDirection);
270 indexed_db::CursorDirection);
indexed_db_database.h 148 indexed_db::CursorDirection,
indexed_db_backing_store.cc     [all...]
indexed_db_database.cc 278 indexed_db::CursorDirection direction,
299 const indexed_db::CursorDirection direction_;
    [all...]
indexed_db_dispatcher_host.cc 611 static_cast<indexed_db::CursorDirection>(params.direction),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDB.h 39 enum CursorDirection {
IDBCursorWithValue.h 35 static PassRefPtr<IDBCursorWithValue> create(PassRefPtr<IDBCursorBackendInterface>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
45 IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
IDBCursorWithValue.cpp 34 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
39 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
IDBCursor.h 55 static IndexedDB::CursorDirection stringToDirection(const String& modeString, ExceptionState&);
58 static PassRefPtr<IDBCursor> create(PassRefPtr<IDBCursorBackendInterface>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
82 IDBCursor(PassRefPtr<IDBCursorBackendInterface>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
91 const IndexedDB::CursorDirection m_direction;
IDBRequest.h 75 void setCursorDetails(IndexedDB::CursorType, IndexedDB::CursorDirection);
144 IndexedDB::CursorDirection m_cursorDirection;
IDBCursor.cpp 46 PassRefPtr<IDBCursor> IDBCursor::create(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
76 IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
322 IndexedDB::CursorDirection IDBCursor::stringToDirection(const String& directionString, ExceptionState& es)
IDBDatabaseBackendInterface.h 83 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) = 0;
IDBIndex.cpp 74 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, es);
137 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, es);
IDBDatabaseTest.cpp 82 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) OVERRIDE { }
IDBRequestTest.cpp 125 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) OVERRIDE { }
IDBTransactionTest.cpp 85 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) OVERRIDE { }
IDBRequest.cpp 170 void IDBRequest::setCursorDetails(IndexedDB::CursorType cursorType, IndexedDB::CursorDirection direction)
IDBObjectStore.cpp 532 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, es);
  /external/chromium_org/third_party/WebKit/Source/web/
IDBDatabaseBackendProxy.h 55 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<WebCore::IDBKeyRange>, WebCore::IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<WebCore::IDBCallbacks>) OVERRIDE;
IDBDatabaseBackendProxy.cpp 89 void IDBDatabaseBackendProxy::openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, bool keyOnly, TaskType taskType, PassRefPtr<IDBCallbacks> callbacks)

Completed in 238 milliseconds