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 143 ImporterList::ImporterList()
148 ImporterList::~ImporterList() {
152 void ImporterList::DetectSourceProfiles(
163 base::Bind(&ImporterList::SourceProfilesLoaded,
168 const importer::SourceProfile& ImporterList::GetSourceProfileAt(
174 void ImporterList::SourceProfilesLoaded(

Completed in 193 milliseconds