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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h346 class ObjectStoreNamesKey { class in namespace:content
351 static bool Decode(base::StringPiece* slice, ObjectStoreNamesKey* result);
355 int Compare(const ObjectStoreNamesKey& other);
H A Dindexed_db_leveldb_coding.cc123 // => object store id [ObjectStoreNamesKey]
1064 return Compare<ObjectStoreNamesKey>(
1671 bool ObjectStoreNamesKey::Decode(StringPiece* slice,
1672 ObjectStoreNamesKey* result) {
1688 std::string ObjectStoreNamesKey::Encode(
1698 int ObjectStoreNamesKey::Compare(const ObjectStoreNamesKey& other) {
H A Dindexed_db_leveldb_coding_unittest.cc933 keys.push_back(ObjectStoreNamesKey::Encode(1, ASCIIToUTF16("")));
934 keys.push_back(ObjectStoreNamesKey::Encode(1, ASCIIToUTF16("a")));
H A Dindexed_db_backing_store.cc1744 const std::string names_key = ObjectStoreNamesKey::Encode(database_id, name);
1800 ObjectStoreNamesKey::Encode(database_id, object_store_name));

Completed in 100 milliseconds