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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 174 class SchemaVersionKey {
indexed_db_leveldb_coding_unittest.cc 879 keys.push_back(SchemaVersionKey::Encode());
    [all...]
indexed_db_leveldb_coding.cc 44 // <0, 0, 0, 0> => backing store schema version [SchemaVersionKey]
    [all...]
indexed_db_backing_store.cc 316 GetInt(db, SchemaVersionKey::Encode(), &db_schema_version, &found);
353 const std::string schema_version_key = SchemaVersionKey::Encode();
    [all...]

Completed in 145 milliseconds