Home | History | Annotate | Download | only in importer

Lines Matching refs:HISTORY

18 #include "chrome/browser/history/history_types.h"
81 // Note history should be imported before bookmarks because bookmark import
83 // exist in history or bookmarks.
84 if ((items & importer::HISTORY) && !cancelled()) {
85 bridge_->NotifyItemStarted(importer::HISTORY);
87 bridge_->NotifyItemEnded(importer::HISTORY);
119 // redirects, since we don't want them to appear in history.
132 std::vector<history::URLRow> rows;
140 history::URLRow row(url);
151 bridge_->SetHistoryItems(rows, history::SOURCE_FIREFOX_IMPORTED);
305 std::vector<history::ImportedFaviconUsage> favicons;
557 std::vector<history::ImportedFaviconUsage>* favicons) {
567 history::ImportedFaviconUsage usage;