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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h254 class ObjectStoreMetaDataKey { class in namespace:content
267 ObjectStoreMetaDataKey();
268 static bool Decode(base::StringPiece* slice, ObjectStoreMetaDataKey* result);
277 int Compare(const ObjectStoreMetaDataKey& other);
H A Dindexed_db_leveldb_coding.cc72 // Object store metadata: [ObjectStoreMetaDataKey]
1047 return Compare<ObjectStoreMetaDataKey>(
1441 ObjectStoreMetaDataKey::ObjectStoreMetaDataKey() function in class:content::ObjectStoreMetaDataKey
1444 bool ObjectStoreMetaDataKey::Decode(StringPiece* slice,
1445 ObjectStoreMetaDataKey* result) {
1464 std::string ObjectStoreMetaDataKey::Encode(int64 database_id,
1475 std::string ObjectStoreMetaDataKey::EncodeMaxKey(int64 database_id) {
1481 std::string ObjectStoreMetaDataKey::EncodeMaxKey(int64 database_id,
1486 int64 ObjectStoreMetaDataKey
[all...]

Completed in 56 milliseconds