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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 26 // for metadata. See KeyPrefix::Decode() for details of the prefix coding.
917 KeyPrefix prefix_a;
918 KeyPrefix prefix_b;
919 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
920 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
933 case KeyPrefix::GLOBAL_METADATA: {
969 case KeyPrefix::DATABASE_METADATA: {
1023 case KeyPrefix::OBJECT_STORE_DATA: {
1032 case KeyPrefix::EXISTS_ENTRY: {
1041 case KeyPrefix::INDEX_DATA:
    [all...]
indexed_db_backing_store_unittest.cc 168 KeyPrefix::kInvalidId,
177 KeyPrefix::kInvalidId,
188 &transaction1, database_id, KeyPrefix::kInvalidId, m_key1, &result_value);
194 KeyPrefix::kInvalidId,
207 KeyPrefix::kInvalidId,
223 KeyPrefix::kInvalidId,
231 KeyPrefix::kInvalidId,
indexed_db_leveldb_coding.h 80 class KeyPrefix {
82 KeyPrefix();
83 explicit KeyPrefix(int64 database_id);
84 KeyPrefix(int64 database_id, int64 object_store_id);
85 KeyPrefix(int64 database_id, int64 object_store_id, int64 index_id);
86 static KeyPrefix CreateWithSpecialIndex(int64 database_id,
90 static bool Decode(base::StringPiece* slice, KeyPrefix* result);
93 int Compare(const KeyPrefix& other) const;
154 KeyPrefix(enum Type,
indexed_db_backing_store.cc 872 if (!KeyPrefix::IsValidDatabaseId(database_id))
    [all...]

Completed in 31 milliseconds