Home
last modified time | relevance | path

Searched defs:OpenCursorOperationParams (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_database.cc992 struct IndexedDBDatabase::OpenCursorOperationParams { struct in content::IndexedDBDatabase
993 OpenCursorOperationParams() {} in OpenCursorOperationParams() argument
994 int64 object_store_id;
995 int64 index_id;
996 scoped_ptr<IndexedDBKeyRange> key_range;
997 indexed_db::CursorDirection direction;
998 indexed_db::CursorType cursor_type;
999 IndexedDBDatabase::TaskType task_type;
1000 scoped_refptr<IndexedDBCallbacks> callbacks;