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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 342 class ObjectStoreDataKey {
344 static bool Decode(base::StringPiece* slice, ObjectStoreDataKey* result);
351 int Compare(const ObjectStoreDataKey& other, bool* ok);
354 ObjectStoreDataKey();
355 ~ObjectStoreDataKey();
indexed_db_leveldb_coding.cc 119 // script value [ObjectStoreDataKey]
794 int Compare<ObjectStoreDataKey>(const StringPiece& a,
808 DCHECK_EQ(prefix_a.index_id_, ObjectStoreDataKey::kSpecialIndexNumber);
811 DCHECK_EQ(prefix_b.index_id_, ObjectStoreDataKey::kSpecialIndexNumber);
973 return Compare<ObjectStoreDataKey>(a, b, ignore_duplicates, ok);
    [all...]
indexed_db_backing_store.cc     [all...]
indexed_db_leveldb_coding_unittest.cc 802 keys.push_back(ObjectStoreDataKey::Encode(1, 1, MinIDBKey()));
803 keys.push_back(ObjectStoreDataKey::Encode(1, 1, MaxIDBKey()));

Completed in 1151 milliseconds