Searched defs:stop_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings.cc86 size_t stop_key = line.find('"', start_key); local
87 if (stop_key == std::string::npos) {
92 std::string key = line.substr(start_key, stop_key - start_key);
93 size_t start_value = line.find(',', stop_key + 1);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc389 const std::string stop_key = local
393 s.ok() && it->IsValid() && CompareKeys(it->Key(), stop_key) < 0;
1161 const std::string stop_key = local
1168 s->ok() && it->IsValid() && CompareKeys(it->Key(), stop_key) < 0;
1412 std::string start_key, stop_key; local
1415 stop_key =
1418 transaction, database_id, object_store_id, start_key, stop_key, true);
1442 const std::string stop_key = DatabaseMetaDataKey::Encode( local
1446 s.ok() && it->IsValid() && CompareKeys(it->Key(), stop_key) < 0;
1477 db_->Compact(start_key, stop_key);
1481 CheckObjectStoreAndMetaDataType(const LevelDBIterator* it, const std::string& stop_key, int64 object_store_id, int64 meta_data_type) argument
1510 const std::string stop_key = local
1956 const std::string stop_key = local
2096 const std::string stop_key = local
2496 CheckIndexAndMetaDataKey(const LevelDBIterator* it, const std::string& stop_key, int64 index_id, unsigned char meta_data_type) argument
2525 const std::string stop_key = local
[all...]

Completed in 71 milliseconds