Searched defs:OpenCursorOperationParams (Results 1 – 1 of 1) sorted by relevance
992 struct IndexedDBDatabase::OpenCursorOperationParams { struct in content::IndexedDBDatabase993 OpenCursorOperationParams() {} in OpenCursorOperationParams() argument994 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;