Searched refs:m_lastNotifiedProgressValue (Results 1 – 2 of 2) sorted by relevance
69 , m_lastNotifiedProgressValue(0) in ProgressTracker()97 m_lastNotifiedProgressValue = 0; in reset()224 double notificationProgressDelta = m_progressValue - m_lastNotifiedProgressValue; in incrementProgress()234 m_lastNotifiedProgressValue = m_progressValue; in incrementProgress()
67 double m_lastNotifiedProgressValue; variable