Home | History | Annotate | Download | only in importer

Lines Matching refs:Importer

5 #include "chrome/browser/importer/toolbar_importer.h"
14 #include "chrome/browser/importer/importer_bridge.h"
15 #include "chrome/browser/importer/importer_data_types.h"
48 items_to_import_(importer::NONE),
62 const importer::SourceProfile& source_profile,
82 Importer::Cancel();
84 // If we are conducting network operations, post a message to the importer
129 DCHECK((items_to_import_ == importer::FAVORITES) ||
130 (items_to_import_ == importer::NONE)) <<
135 if (importer::NONE == items_to_import_) {
139 if ((items_to_import_ & importer::FAVORITES) && !cancelled()) {
140 items_to_import_ &= ~importer::FAVORITES;
157 // thread they are created. The importer is destroyed in the ui_thread
175 bridge_->NotifyItemStarted(importer::FAVORITES);
180 bridge_->NotifyItemEnded(importer::FAVORITES);