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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc295 static int CompareIndexKeys(const StringPiece& a, const StringPiece& b) { function in namespace:content
2861 while (CompareIndexKeys(it->Key(), target) > 0) {
2872 } while (s->ok() && it->IsValid() && !CompareIndexKeys(it->Key(), target));
2930 if (CompareIndexKeys(it->Key(), leveldb_key) > 0)
3216 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3222 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3231 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3237 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
3686 CompareIndexKeys(found_high_key, cursor_options->high_key) < 0)
3761 CompareIndexKeys(found_high_ke
[all...]

Completed in 72 milliseconds