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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc134 std::string string_key; local
135 EncodeIDBKey(IndexedDBKey(ASCIIToUTF16("Hello world")), &string_key);
144 EXPECT_GT(CompareKeys(max_key, string_key), 0);
157 std::string string_key; local
158 EncodeIDBKey(IndexedDBKey(ASCIIToUTF16("Hello world")), &string_key);
167 EXPECT_LT(CompareKeys(min_key, string_key), 0);
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc72 std::string string_key(key.begin(), key.end() - key.begin());
73 DataType::const_iterator it = data_.find(string_key);

Completed in 732 milliseconds