Home
last modified time | relevance | path

Searched refs:source_profiles_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
Dimporter_list.cc144 return *source_profiles_[index]; in GetSourceProfileAt()
152 if (source_profiles_[i]->importer_type == importer_type) in GetSourceProfileForImporterType()
153 return *source_profiles_[i]; in GetSourceProfileForImporterType()
199 source_profiles_->assign(profiles.begin(), profiles.end()); in DetectSourceProfilesWorker()
214 source_profiles_->assign(profiles.begin(), profiles.end()); in SourceProfilesLoaded()
Dimporter_list.h51 size_t count() const { return source_profiles_.size(); } in count()
78 ScopedVector<importer::SourceProfile> source_profiles_; variable