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

  /external/chromium_org/chrome/browser/importer/
importer_list.h 21 // ImporterList detects installed browsers and profiles via
22 // DetectSourceProfilesWorker(). ImporterList lives on the UI thread.
23 class ImporterList {
25 ImporterList();
26 ~ImporterList();
35 // |profiles_loaded_callback|: Assuming this ImporterList instance is still
59 base::WeakPtrFactory<ImporterList> weak_ptr_factory_;
61 DISALLOW_COPY_AND_ASSIGN(ImporterList);
importer_list.cc 144 ImporterList::ImporterList()
149 ImporterList::~ImporterList() {
153 void ImporterList::DetectSourceProfiles(
164 base::Bind(&ImporterList::SourceProfilesLoaded,
169 const importer::SourceProfile& ImporterList::GetSourceProfileAt(
175 void ImporterList::SourceProfilesLoaded(

Completed in 178 milliseconds