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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h328 class IndexFreeListKey { class in namespace:content
330 IndexFreeListKey();
331 static bool Decode(base::StringPiece* slice, IndexFreeListKey* result);
337 int Compare(const IndexFreeListKey& other);
H A Dindexed_db_leveldb_coding.cc121 // => existence implies the index id is in the free list [IndexFreeListKey]
1059 return Compare<IndexFreeListKey>(
1613 IndexFreeListKey::IndexFreeListKey() : object_store_id_(-1), index_id_(-1) {} function in class:content::IndexFreeListKey
1615 bool IndexFreeListKey::Decode(StringPiece* slice, IndexFreeListKey* result) {
1633 std::string IndexFreeListKey::Encode(int64 database_id,
1644 std::string IndexFreeListKey::EncodeMaxKey(int64 database_id,
1650 int IndexFreeListKey::Compare(const IndexFreeListKey
[all...]

Completed in 89 milliseconds