Home
last modified time | relevance | path

Searched refs:m_lastRefreshedDLDisplay (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DPartFile.h348 uint32 m_lastRefreshedDLDisplay; variable
H A DDownloadClient.cpp1346 if (force || curTick-m_lastRefreshedDLDisplay > MINWAIT_BEFORE_DLDISPLAY_WINDOWUPDATE) { in UpdateDisplayedInfo()
1383 m_lastRefreshedDLDisplay = curTick; in UpdateDisplayedInfo()
H A Dupdownclient.h690 uint32 m_lastRefreshedDLDisplay; variable
H A DPartFile.cpp3634 if (force || curTick-m_lastRefreshedDLDisplay > MINWAIT_BEFORE_DLDISPLAY_WINDOWUPDATE) { in UpdateDisplayedInfo()
3636 m_lastRefreshedDLDisplay = curTick; in UpdateDisplayedInfo()
3682 m_lastRefreshedDLDisplay = 0; in Init()
H A DBaseClient.cpp222 m_lastRefreshedDLDisplay = 0; in Init()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DPartFile.h348 uint32 m_lastRefreshedDLDisplay; variable
H A DDownloadClient.cpp1346 if (force || curTick-m_lastRefreshedDLDisplay > MINWAIT_BEFORE_DLDISPLAY_WINDOWUPDATE) { in UpdateDisplayedInfo()
1383 m_lastRefreshedDLDisplay = curTick; in UpdateDisplayedInfo()
H A Dupdownclient.h690 uint32 m_lastRefreshedDLDisplay;
H A DPartFile.cpp3621 if (force || curTick-m_lastRefreshedDLDisplay > MINWAIT_BEFORE_DLDISPLAY_WINDOWUPDATE) { in UpdateDisplayedInfo()
3623 m_lastRefreshedDLDisplay = curTick; in UpdateDisplayedInfo()
3669 m_lastRefreshedDLDisplay = 0; in Init()
H A DBaseClient.cpp222 m_lastRefreshedDLDisplay = 0; in Init()