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

  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 148 failed_data_types_info_.clear();
216 failed_data_types_info_.clear();
274 failed_data_types_info_,
277 failed_data_types_info_.clear();
314 failed_data_types_info_[error.model_type()] = error;
534 if (failed_data_types_info_.count(dtc->type()) > 0 &&
546 if (!failed_data_types_info_.empty() ||
558 failed_data_types_info_,
model_association_manager.h 136 std::map<syncer::ModelType, syncer::SyncError> failed_data_types_info_; member in class:browser_sync::ModelAssociationManager

Completed in 818 milliseconds