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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h265 bool ValidateObjectStoreIdAndIndexId(int64 object_store_id,
H A Dindexed_db_database.cc224 bool IndexedDBDatabase::ValidateObjectStoreIdAndIndexId(int64 object_store_id, function in class:content::IndexedDBDatabase
400 if (!ValidateObjectStoreIdAndIndexId(object_store_id, index_id))

Completed in 1101 milliseconds