HomeSort by relevance Sort by last modified time
    Searched defs:ExistsEntryKey (Results 1 - 2 of 2) 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...]

Completed in 496 milliseconds