Searched refs:IsValidIndexId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h145 static bool IsValidIndexId(int64 index_id);
150 IsValidObjectStoreId(object_store_id) && IsValidIndexId(index_id);
H A Dindexed_db_leveldb_coding.cc1156 DCHECK(KeyPrefix::IsValidIndexId(index_id));
1189 bool KeyPrefix::IsValidIndexId(int64 index_id) { function in class:content::KeyPrefix

Completed in 619 milliseconds