HomeSort by relevance Sort by last modified time
    Searched refs:ValidateObjectStoreId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 576 bool IndexedDBDatabase::ValidateObjectStoreId(int64 object_store_id) const {
586 if (!ValidateObjectStoreId(object_store_id))
600 if (!ValidateObjectStoreId(object_store_id))
615 if (!ValidateObjectStoreId(object_store_id))
681 if (!ValidateObjectStoreId(object_store_id))
    [all...]
indexed_db_database.h 211 bool ValidateObjectStoreId(int64 object_store_id) const;

Completed in 829 milliseconds