Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:cursor_options_

3044       cursor_options_(other->cursor_options_),
3065 cursor_options_(cursor_options) {
3071 if (cursor_options_.forward)
3072 *s = iterator_->Seek(cursor_options_.low_key);
3074 *s = iterator_->Seek(cursor_options_.high_key);
3106 bool forward = cursor_options_.forward;
3181 if (cursor_options_.unique) {
3215 if (cursor_options_.forward) {
3216 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3217 if (cursor_options_.low_open) {
3222 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3223 if (cursor_options_.high_open) {
3230 if (cursor_options_.forward) {
3231 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3232 if (cursor_options_.high_open) {
3237 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3238 if (cursor_options_.low_open) {
3279 cursor_options_.database_id, cursor_options_.object_store_id, key);
3340 cursor_options_.database_id, cursor_options_.object_store_id, key);
3420 return IndexDataKey::Encode(cursor_options_.database_id,
3421 cursor_options_.object_store_id,
3422 cursor_options_.index_id,
3427 return IndexDataKey::Encode(cursor_options_.database_id,
3428 cursor_options_.object_store_id,
3429 cursor_options_.index_id,
3532 return IndexDataKey::Encode(cursor_options_.database_id,
3533 cursor_options_.object_store_id,
3534 cursor_options_.index_id,
3539 return IndexDataKey::Encode(cursor_options_.database_id,
3540 cursor_options_.object_store_id,
3541 cursor_options_.index_id,