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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DProgressTracker.cpp75 , m_lastNotifiedProgressValue(0)
112 m_lastNotifiedProgressValue = 0;
198 double notificationProgressDelta = m_progressValue - m_lastNotifiedProgressValue;
206 m_lastNotifiedProgressValue = m_progressValue;
H A DProgressTracker.h75 double m_lastNotifiedProgressValue; member in class:blink::FINAL

Completed in 560 milliseconds