Home
last modified time | relevance | path

Searched refs:HISTORY (Results 1 – 25 of 47) sorted by relevance

12

/external/iputils/doc/
Dindex.out12 \BOOKMARK [2]{0.1.11.2}{HISTORY}{0.1.1}
58 \BOOKMARK [2]{0.6.52.2}{HISTORY}{0.6.1}
67 \BOOKMARK [2]{0.7.60.2}{HISTORY}{0.7.1}
74 \BOOKMARK [2]{0.8.66.2}{HISTORY}{0.8.1}
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc206 out_prefs->do_import_items |= importer::HISTORY; in ProcessMasterPreferences()
208 out_prefs->dont_import_items |= importer::HISTORY; in ProcessMasterPreferences()
281 if (!(out_prefs->dont_import_items & importer::HISTORY)) { in ProcessMasterPreferences()
282 out_prefs->do_import_items |= importer::HISTORY; in ProcessMasterPreferences()
526 if (!(dont_import_items & importer::HISTORY)) in AutoImport()
527 items = items | importer::HISTORY; in AutoImport()
/external/chromium/chrome/browser/ui/gtk/importer/
Dimport_progress_dialog_gtk.cc97 if (items_ & importer::HISTORY) { in ImportProgressDialogGtk()
177 case importer::HISTORY: in ImportItemStarted()
201 case importer::HISTORY: in ImportItemEnded()
/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.cc79 selected_items |= importer::HISTORY; in ImportData()
132 (browser_services & importer::HISTORY) != 0); in OnSourceProfilesLoaded()
/external/chromium/chrome/browser/importer/
Dimporter_data_types.h22 HISTORY = 1 << 0, enumerator
Dimporter_list.cc32 ie->services_supported = importer::HISTORY | importer::FAVORITES | in DetectIEProfiles()
87 firefox->services_supported = importer::HISTORY | importer::FAVORITES | in DetectFirefoxProfiles()
Dsafari_importer.mm66 *services_supported |= importer::HISTORY;
81 if ((items & importer::HISTORY) && !cancelled()) {
82 bridge_->NotifyItemStarted(importer::HISTORY);
84 bridge_->NotifyItemEnded(importer::HISTORY);
Dfirefox3_importer.cc84 if ((items & importer::HISTORY) && !cancelled()) { in StartImport()
85 bridge_->NotifyItemStarted(importer::HISTORY); in StartImport()
87 bridge_->NotifyItemEnded(importer::HISTORY); in StartImport()
Die_importer.cc97 if ((items & importer::HISTORY) && !cancelled()) { in StartImport()
98 bridge_->NotifyItemStarted(importer::HISTORY); in StartImport()
100 bridge_->NotifyItemEnded(importer::HISTORY); in StartImport()
Dfirefox2_importer.cc68 if ((items & importer::HISTORY) && !cancelled()) { in StartImport()
69 bridge_->NotifyItemStarted(importer::HISTORY); in StartImport()
71 bridge_->NotifyItemEnded(importer::HISTORY); in StartImport()
/external/chromium/chrome/browser/ui/views/importer/
Dimport_progress_dialog_view.cc186 if (items_ & importer::HISTORY) { in InitControlLayout()
234 case importer::HISTORY: in ImportItemStarted()
258 case importer::HISTORY: in ImportItemEnded()
/external/chromium_org/chrome/common/importer/
Dimporter_data_types.h25 HISTORY = 1 << 0, enumerator
Dsafari_importer_utils.mm26 *services_supported |= importer::HISTORY;
/external/chromium_org/chrome/browser/ui/webui/options/
Dimport_data_handler.cc127 selected_items |= importer::HISTORY; in ImportData()
170 (browser_services & importer::HISTORY) != 0); in InitializePage()
/external/chromium_org/chrome/browser/importer/
Dimporter_list.cc35 ie->services_supported = importer::HISTORY | importer::FAVORITES | in DetectIEProfiles()
92 firefox->services_supported = importer::HISTORY | importer::FAVORITES | in DetectFirefoxProfiles()
Die_importer_browsertest_win.cc285 if (importer_items_ & importer::HISTORY) in ImportEnded()
532 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES, in IN_PROC_BROWSER_TEST_F()
543 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES, in IN_PROC_BROWSER_TEST_F()
/external/openssh/
Dssh-pkcs11-helper.019 HISTORY
Dssh-keysign.045 HISTORY
/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc200 if (import_type == importer::HISTORY || in SetImportItem()
518 out_prefs->do_import_items |= importer::HISTORY; in SetupMasterPrefsFromInstallPrefs()
520 out_prefs->dont_import_items |= importer::HISTORY; in SetupMasterPrefsFromInstallPrefs()
762 importer::HISTORY, in AutoImport()
/external/ganymed-ssh2/
DREADME.txt20 - Latest changes can be found in HISTORY.txt
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm27 case importer::HISTORY:
94 [self setHistoryImportEnabled:items & importer::HISTORY ? active :
/external/chromium_org/chrome/utility/importer/
Dfirefox_importer.cc121 if ((items & importer::HISTORY) && !cancelled()) { in StartImport()
122 bridge_->NotifyItemStarted(importer::HISTORY); in StartImport()
124 bridge_->NotifyItemEnded(importer::HISTORY); in StartImport()
Dsafari_importer.mm61 if ((items & importer::HISTORY) && !cancelled()) {
62 bridge_->NotifyItemStarted(importer::HISTORY);
64 bridge_->NotifyItemEnded(importer::HISTORY);
/external/lzma/
Dhistory.txt1 HISTORY of the LZMA SDK
259 HISTORY of the LZMA
/external/chromium_org/remoting/webapp/
Dconnection_history.js52 remoting.setMode(remoting.AppMode.HISTORY);

12