Searched refs:CastSecondsToHM (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUserEvents.h80 CastSecondsToHM(((CPartFile*)object)->GetDlActiveTime()) ) \
H A DStatTree.cpp226 case dmTime: return CFormat(wxGetTranslation(m_label)) % CastSecondsToHM(m_intvalue);
438 CastSecondsToHM(m_value ? GetTimerSeconds() : 0);
463 CastSecondsToHM((*m_dividend)/(*m_divisor));
H A DOtherFunctions.h245 wxString CastSecondsToHM(uint32 seconds, uint16 msecs = 0);
H A DMuleTrayIcon.cpp406 wxString temp = CFormat(_("Uptime: %s")) % CastSecondsToHM(theStats::GetUptimeSeconds());
H A DOScopeCtrl.cpp37 #include "OtherFunctions.h" // Needed for CastSecondsToHM
244 strTemp = CastSecondsToHM((m_rectPlot.GetWidth()/nShiftPixels) * (int)floor(sLastPeriod+0.5));
H A DFileDetailDialog.cpp125 bufferS = CastSecondsToHM(m_file->GetDlActiveTime());
H A DServerListCtrl.cpp215 CastSecondsToHM(server->GetPing()/1000, server->GetPing() % 1000 ) );
H A DOtherFunctions.cpp146 wxString CastSecondsToHM(uint32 count, uint16 msecs) function
H A DDownloadListCtrl.cpp1074 text = CastSecondsToHM(remainTime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp125 format = format % (CastSecondsToHM(tag->GetInt()) + extra);

Completed in 83 milliseconds