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

  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 80 void ExternalProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) {
81 profile_import_thread_->NotifyItemEnded(item);
importer_bridge.h 57 virtual void NotifyItemEnded(importer::ImportItem item) = 0;
external_process_importer_bridge.h 58 virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
in_process_importer_bridge.h 52 virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
in_process_importer_bridge.cc 97 void InProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) {
external_process_importer_client.cc 131 bridge_->NotifyItemEnded(import_item);
firefox2_importer.cc 71 bridge_->NotifyItemEnded(importer::HISTORY);
77 bridge_->NotifyItemEnded(importer::FAVORITES);
82 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
87 bridge_->NotifyItemEnded(importer::PASSWORDS);
firefox3_importer.cc 87 bridge_->NotifyItemEnded(importer::HISTORY);
93 bridge_->NotifyItemEnded(importer::FAVORITES);
98 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
103 bridge_->NotifyItemEnded(importer::PASSWORDS);
ie_importer.cc 100 bridge_->NotifyItemEnded(importer::HISTORY);
105 bridge_->NotifyItemEnded(importer::FAVORITES);
110 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
119 bridge_->NotifyItemEnded(importer::PASSWORDS);
toolbar_importer.cc 180 bridge_->NotifyItemEnded(importer::FAVORITES);
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 66 virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
external_process_importer_client.cc 144 bridge_->NotifyItemEnded(import_item);
in_process_importer_bridge.cc 267 void InProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) {
  /external/chromium_org/chrome/common/importer/
importer_bridge.h 75 virtual void NotifyItemEnded(importer::ImportItem item) = 0;
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.h 79 virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
bookmarks_file_importer.cc 106 bridge->NotifyItemEnded(importer::FAVORITES);
firefox_importer.cc 115 bridge_->NotifyItemEnded(importer::HOME_PAGE);
124 bridge_->NotifyItemEnded(importer::HISTORY);
130 bridge_->NotifyItemEnded(importer::FAVORITES);
135 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
140 bridge_->NotifyItemEnded(importer::PASSWORDS);
external_process_importer_bridge.cc 153 void ExternalProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) {
ie_importer_win.cc 421 bridge_->NotifyItemEnded(importer::HOME_PAGE);
427 bridge_->NotifyItemEnded(importer::HISTORY);
432 bridge_->NotifyItemEnded(importer::FAVORITES);
437 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
446 bridge_->NotifyItemEnded(importer::PASSWORDS);

Completed in 395 milliseconds