ObjectStoreFreeListKey 1022 content/browser/indexed_db/indexed_db_leveldb_coding.cc         return Compare<ObjectStoreFreeListKey>(
ObjectStoreFreeListKey 1535 content/browser/indexed_db/indexed_db_leveldb_coding.cc ObjectStoreFreeListKey::ObjectStoreFreeListKey() : object_store_id_(-1) {}
ObjectStoreFreeListKey 1537 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool ObjectStoreFreeListKey::Decode(StringPiece* slice,
ObjectStoreFreeListKey 1538 content/browser/indexed_db/indexed_db_leveldb_coding.cc                                     ObjectStoreFreeListKey* result) {
ObjectStoreFreeListKey 1554 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ObjectStoreFreeListKey::Encode(int64 database_id,
ObjectStoreFreeListKey 1563 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ObjectStoreFreeListKey::EncodeMaxKey(int64 database_id) {
ObjectStoreFreeListKey 1567 content/browser/indexed_db/indexed_db_leveldb_coding.cc int64 ObjectStoreFreeListKey::ObjectStoreId() const {
ObjectStoreFreeListKey 1572 content/browser/indexed_db/indexed_db_leveldb_coding.cc int ObjectStoreFreeListKey::Compare(const ObjectStoreFreeListKey& other) {
ObjectStoreFreeListKey  302 content/browser/indexed_db/indexed_db_leveldb_coding.h class ObjectStoreFreeListKey {
ObjectStoreFreeListKey  304 content/browser/indexed_db/indexed_db_leveldb_coding.h   ObjectStoreFreeListKey();
ObjectStoreFreeListKey  305 content/browser/indexed_db/indexed_db_leveldb_coding.h   static bool Decode(base::StringPiece* slice, ObjectStoreFreeListKey* result);
ObjectStoreFreeListKey  310 content/browser/indexed_db/indexed_db_leveldb_coding.h   int Compare(const ObjectStoreFreeListKey& other);
ObjectStoreFreeListKey  857 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   keys.push_back(ObjectStoreFreeListKey::Encode(1, 1));
ObjectStoreFreeListKey  858 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   keys.push_back(ObjectStoreFreeListKey::EncodeMaxKey(1));