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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 450 class IndexDataKey {
452 IndexDataKey();
453 ~IndexDataKey();
454 static bool Decode(base::StringPiece* slice, IndexDataKey* result);
491 DISALLOW_COPY_AND_ASSIGN(IndexDataKey);
indexed_db_leveldb_coding.cc 158 // primary key> => "version", primary key [IndexDataKey]
932 int CompareSuffix<IndexDataKey>(StringPiece* slice_a,
    [all...]

Completed in 46 milliseconds