HomeSort by relevance Sort by last modified time
    Searched refs:ExistsEntryKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 399 class ExistsEntryKey {
401 ExistsEntryKey();
402 ~ExistsEntryKey();
404 static bool Decode(base::StringPiece* slice, ExistsEntryKey* result);
417 DISALLOW_COPY_AND_ASSIGN(ExistsEntryKey);
indexed_db_leveldb_coding.cc 137 // "Exists" entry: [ExistsEntryKey]
906 int CompareSuffix<ExistsEntryKey>(StringPiece* slice_a,
    [all...]
indexed_db_leveldb_coding_unittest.cc 941 keys.push_back(ExistsEntryKey::Encode(1, 1, std::string()));
942 keys.push_back(ExistsEntryKey::Encode(1, 1, MinIDBKey()));
943 keys.push_back(ExistsEntryKey::Encode(1, 1, MaxIDBKey()));
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 89 milliseconds