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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 213 MAX_OBJECT_STORE_ID = 3,
indexed_db_backing_store.cc 339 int64* max_object_store_id) {
341 database_id, DatabaseMetaDataKey::MAX_OBJECT_STORE_ID);
343 GetMaxObjectStoreId(db, max_object_store_id_key, max_object_store_id);
351 int64* max_object_store_id) {
352 *max_object_store_id = -1;
354 bool ok = GetInt(db, max_object_store_id_key, max_object_store_id, &found);
358 *max_object_store_id = 0;
360 DCHECK_GE(*max_object_store_id, 0);
727 db_.get(), metadata->id, &metadata->max_object_store_id);
1033 int64 max_object_store_id = -1; local
    [all...]
indexed_db_leveldb_coding_unittest.cc 833 DatabaseMetaDataKey::Encode(1, DatabaseMetaDataKey::MAX_OBJECT_STORE_ID));
    [all...]

Completed in 52 milliseconds