Home
last modified time | relevance | path

Searched refs:m_lastNotifiedProgressValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
DProgressTracker.cpp69 , 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()
DProgressTracker.h67 double m_lastNotifiedProgressValue; variable