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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3072 *s = iterator_->Seek(cursor_options_.low_key);
3216 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3237 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3643 cursor_options->low_key =
3647 cursor_options->low_key =
3722 cursor_options->low_key =
3726 cursor_options->low_key = IndexDataKey::Encode(
H A Dindexed_db_backing_store.h245 std::string low_key; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions

Completed in 808 milliseconds