Home
last modified time | relevance | path

Searched refs:ResetDataTypeErrorFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/sync_driver/
Ddata_type_status_table.h40 bool ResetDataTypeErrorFor(syncer::ModelType type);
Ddata_type_status_table.cc86 bool DataTypeStatusTable::ResetDataTypeErrorFor(syncer::ModelType type) { in ResetDataTypeErrorFor() function in sync_driver::DataTypeStatusTable
Ddata_type_manager_impl.cc115 if (!data_type_status_table_.ResetDataTypeErrorFor(type) && in ReenableType()