HomeSort by relevance Sort by last modified time
    Searched defs:IndexFreeListKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 328 class IndexFreeListKey {
330 IndexFreeListKey();
331 static bool Decode(base::StringPiece* slice, IndexFreeListKey* result);
337 int Compare(const IndexFreeListKey& other);
indexed_db_leveldb_coding.cc 121 // => existence implies the index id is in the free list [IndexFreeListKey]
1059 return Compare<IndexFreeListKey>(
    [all...]

Completed in 157 milliseconds