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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h450 class IndexDataKey { class in namespace:content
452 IndexDataKey();
453 ~IndexDataKey();
454 static bool Decode(base::StringPiece* slice, IndexDataKey* result);
491 DISALLOW_COPY_AND_ASSIGN(IndexDataKey);
H A Dindexed_db_leveldb_coding.cc158 // primary key> => "version", primary key [IndexDataKey]
932 int CompareSuffix<IndexDataKey>(StringPiece* slice_a,
1106 return CompareSuffix<IndexDataKey>(
1912 IndexDataKey::IndexDataKey() function in class:content::IndexDataKey
1918 IndexDataKey::~IndexDataKey() {}
1920 bool IndexDataKey::Decode(StringPiece* slice, IndexDataKey* result) {
1950 std::string IndexDataKey
[all...]

Completed in 221 milliseconds