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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h144 static bool IsValidObjectStoreId(int64 index_id);
150 IsValidObjectStoreId(object_store_id) && IsValidIndexId(index_id);
154 IsValidObjectStoreId(object_store_id);
H A Dindexed_db_leveldb_coding.cc1147 DCHECK(KeyPrefix::IsValidObjectStoreId(object_store_id));
1155 DCHECK(KeyPrefix::IsValidObjectStoreId(object_store_id));
1168 DCHECK(KeyPrefix::IsValidObjectStoreId(object_store_id));
1175 DCHECK(KeyPrefix::IsValidObjectStoreId(object_store_id));
1184 bool KeyPrefix::IsValidObjectStoreId(int64 object_store_id) { function in class:content::KeyPrefix

Completed in 112 milliseconds