Searched refs:GetMaxGraphDownloadRate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatisticsDlg.cpp100 pscopeDL->SetRanges(0.0, (float)(thePrefs::GetMaxGraphDownloadRate()+4));
H A DMuleTrayIcon.cpp474 uint32 max_dl_speed = thePrefs::GetMaxGraphDownloadRate();
H A DPreferences.h258 static uint32 GetMaxGraphDownloadRate() { return s_maxGraphDownloadRate; } function in class:CPreferences
H A DECSpecialMuleTags.cpp106 connPrefs.AddTag(CECTag(EC_TAG_CONN_DL_CAP, thePrefs::GetMaxGraphDownloadRate()));
H A DPrefsUnifiedDlg.cpp703 theApp->amuledlg->m_statisticswnd->SetARange( true, thePrefs::GetMaxGraphDownloadRate() );
H A DamuleDlg.cpp869 int percentDown = (int)ceil((kBpsDown*100) / thePrefs::GetMaxGraphDownloadRate());

Completed in 86 milliseconds