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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h267 bool ValidateObjectStoreIdAndOptionalIndexId(int64 object_store_id,
H A Dindexed_db_database.cc237 bool IndexedDBDatabase::ValidateObjectStoreIdAndOptionalIndexId( function in class:content::IndexedDBDatabase
504 if (!ValidateObjectStoreIdAndOptionalIndexId(object_store_id, index_id))
1028 if (!ValidateObjectStoreIdAndOptionalIndexId(object_store_id, index_id))
1136 if (!ValidateObjectStoreIdAndOptionalIndexId(object_store_id, index_id))

Completed in 78 milliseconds