Searched refs:m_uRefreshRate (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h238 unsigned m_uRefreshRate; member in class:VBoxDbgStats
H A DVBoxDbgStatsQt4.cpp3034 : VBoxDbgBaseWindow(a_pDbgGui, pParent), m_PatStr(pszPat), m_pPatCB(NULL), m_uRefreshRate(0), m_pTimer(NULL), m_pView(NULL)
3199 if ((unsigned)iRefresh != m_uRefreshRate)
3201 if (!m_uRefreshRate || iRefresh)
3205 m_uRefreshRate = iRefresh;

Completed in 1177 milliseconds