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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 309 class ObjectStoreNamesKey {
314 static bool Decode(base::StringPiece* slice, ObjectStoreNamesKey* result);
317 int Compare(const ObjectStoreNamesKey& other);
indexed_db_leveldb_coding.cc 108 // store id [ObjectStoreNamesKey]
960 return Compare<ObjectStoreNamesKey>(a, b, ignore_duplicates, ok);
    [all...]
indexed_db_leveldb_coding_unittest.cc 797 keys.push_back(ObjectStoreNamesKey::Encode(1, ASCIIToUTF16("")));
798 keys.push_back(ObjectStoreNamesKey::Encode(1, ASCIIToUTF16("a")));
indexed_db_backing_store.cc     [all...]

Completed in 40 milliseconds