Home | History | Annotate | Download | only in importer

Lines Matching refs:HISTORY

20 #include "chrome/browser/history/history_types.h"
65 // Note history should be imported before bookmarks because bookmark import
67 // exist in history or bookmarks.
68 if ((items & importer::HISTORY) && !cancelled()) {
69 bridge_->NotifyItemStarted(importer::HISTORY);
71 bridge_->NotifyItemEnded(importer::HISTORY);
156 std::vector<history::ImportedFaviconUsage>* favicons) {
304 std::vector<history::ImportedFaviconUsage> favicons;
364 FilePath file = source_path_.AppendASCII("history.dat");
655 std::vector<history::ImportedFaviconUsage>* favicons) {
666 history::ImportedFaviconUsage usage;