Searched defs:ValidateObjectStoreId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc216 bool IndexedDBDatabase::ValidateObjectStoreId(int64 object_store_id) const { function in class:content::IndexedDBDatabase
226 if (!ValidateObjectStoreId(object_store_id))
240 if (!ValidateObjectStoreId(object_store_id))
255 if (!ValidateObjectStoreId(object_store_id))
326 if (!ValidateObjectStoreId(object_store_id))
745 if (!ValidateObjectStoreId(object_store_id))
1210 if (!ValidateObjectStoreId(object_store_id))
1256 if (!ValidateObjectStoreId(object_store_id))

Completed in 1028 milliseconds