Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_backing_store.h285 struct CursorOptions { struct
288 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;
Dindexed_db_backing_store.cc752 IndexedDBBackingStore::Cursor::CursorOptions::CursorOptions() {} in CursorOptions() function in content::IndexedDBBackingStore::Cursor::CursorOptions