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

  /external/chromium_org/chrome/common/importer/
importer_data_types.h 25 HISTORY = 1 << 0,
72 // Mapped to history::VisitSource after import in the browser.
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 36 ie->services_supported = importer::HISTORY | importer::FAVORITES |
95 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
ie_importer_browsertest_win.cc 244 if (importer_items_ & importer::HISTORY)
276 virtual void AddHistoryPage(const history::URLRows& page,
277 history::VisitSource visit_source) {
284 EXPECT_EQ(history::SOURCE_IE_IMPORTED, visit_source);
383 virtual void AddHistoryPage(const history::URLRows& page,
384 history::VisitSource visit_source) {}
479 // Sets up a special history link.
491 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
502 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
firefox_importer_browsertest.cc 163 virtual void AddHistoryPage(const history::URLRows& page,
164 history::VisitSource visit_source) OVERRIDE {
173 EXPECT_EQ(history::SOURCE_FIREFOX_IMPORTED, visit_source);
305 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES |
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 145 selected_items |= importer::HISTORY;
185 browser_profile->SetBoolean("history",
186 (browser_services & importer::HISTORY) != 0);
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 195 if (import_type == importer::HISTORY ||
198 // History is always imported unless turned off in master_preferences.
499 out_prefs->do_import_items |= importer::HISTORY;
501 out_prefs->dont_import_items |= importer::HISTORY;
745 importer::HISTORY,
  /external/markdown/MarkdownTest/
MarkdownTest.pl 146 =head1 VERSION HISTORY
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 120 // Note history should be imported before bookmarks because bookmark import
122 // exist in history or bookmarks.
123 if ((items & importer::HISTORY) && !cancelled()) {
124 bridge_->NotifyItemStarted(importer::HISTORY);
126 bridge_->NotifyItemEnded(importer::HISTORY);
163 // redirects, since we don't want them to appear in history.
415 // Don't import search bar history.
416 if (base::UTF16ToUTF8(form_entry.name) == "searchbar-history")
ie_importer_win.cc 424 if ((items & importer::HISTORY) && !cancelled()) {
425 bridge_->NotifyItemStarted(importer::HISTORY);
427 bridge_->NotifyItemEnded(importer::HISTORY);
  /external/chromium_org/remoting/webapp/
ui_mode.js 44 HISTORY: 'home.history',

Completed in 1173 milliseconds