Searched refs:ExistsEntryKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h399 class ExistsEntryKey { class in namespace:content
401 ExistsEntryKey();
402 ~ExistsEntryKey();
404 static bool Decode(base::StringPiece* slice, ExistsEntryKey* result);
417 DISALLOW_COPY_AND_ASSIGN(ExistsEntryKey);
H A Dindexed_db_leveldb_coding.cc137 // "Exists" entry: [ExistsEntryKey]
906 int CompareSuffix<ExistsEntryKey>(StringPiece* slice_a,
1088 return CompareSuffix<ExistsEntryKey>(
1788 ExistsEntryKey::ExistsEntryKey() {} function in class:content::ExistsEntryKey
1789 ExistsEntryKey::~ExistsEntryKey() {}
1791 bool ExistsEntryKey::Decode(StringPiece* slice, ExistsEntryKey* result) {
1803 std::string ExistsEntryKey
[all...]
H A Dindexed_db_leveldb_coding_unittest.cc941 keys.push_back(ExistsEntryKey::Encode(1, 1, std::string()));
942 keys.push_back(ExistsEntryKey::Encode(1, 1, MinIDBKey()));
943 keys.push_back(ExistsEntryKey::Encode(1, 1, MaxIDBKey()));
H A Dindexed_db_backing_store.cc1936 ExistsEntryKey::Encode(database_id, object_store_id, key);
1986 const std::string exists_entry_key = ExistsEntryKey::Encode(
2048 ExistsEntryKey::Encode(database_id, object_store_id, start_cursor->key());
2050 ExistsEntryKey::Encode(database_id, object_store_id, end_cursor->key());
2884 ExistsEntryKey::Encode(database_id, object_store_id, encoded_primary_key);

Completed in 314 milliseconds