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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 165 class MaxDatabaseIdKey {
indexed_db_backing_store.cc 742 GetInt(transaction, MaxDatabaseIdKey::Encode(), &max_database_id, &found);
753 PutInt(transaction, MaxDatabaseIdKey::Encode(), database_id);
    [all...]
indexed_db_leveldb_coding_unittest.cc 820 keys.push_back(MaxDatabaseIdKey::Encode());
    [all...]
indexed_db_leveldb_coding.cc 45 // <0, 0, 0, 1> => maximum allocated database [MaxDatabaseIdKey]
    [all...]

Completed in 48 milliseconds