Searched defs:CursorOptions (Results 1 – 2 of 2) sorted by relevance
285 struct CursorOptions { struct288 int64 database_id;289 int64 object_store_id;290 int64 index_id;291 std::string low_key;292 bool low_open;293 std::string high_key;294 bool high_open;295 bool forward;296 bool unique;
752 IndexedDBBackingStore::Cursor::CursorOptions::CursorOptions() {} in CursorOptions() function in content::IndexedDBBackingStore::Cursor::CursorOptions