Searched refs:AutoSortDownload (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h528 static bool AutoSortDownload() { return s_AutoSortDownload; } function in class:CPreferences
529 static bool AutoSortDownload(bool val) { bool tmp = s_AutoSortDownload; s_AutoSortDownload = val; return tmp; } function in class:CPreferences
H A DDownloadListCtrl.cpp760 bool autosort = thePrefs::AutoSortDownload(false);
762 thePrefs::AutoSortDownload(autosort);
788 bool autosort = thePrefs::AutoSortDownload(false);
790 thePrefs::AutoSortDownload(autosort);
H A DamuleDlg.cpp1123 if (thePrefs::AutoSortDownload()) {

Completed in 47 milliseconds