Searched refs:high_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3074 *s = iterator_->Seek(cursor_options_.high_key);
3222 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3231 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3655 cursor_options->high_key =
3664 cursor_options->high_key,
3665 &cursor_options->high_key,
3671 cursor_options->high_key =
3680 transaction, cursor_options->high_key, &found_high_key, &s))
3686 CompareIndexKeys(found_high_key, cursor_options->high_key) < 0)
3689 cursor_options->high_key
[all...]
H A Dindexed_db_backing_store.h247 std::string high_key; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions

Completed in 566 milliseconds