Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DProgressTracker.cpp196 double notifiedProgressTimeDelta = now - m_lastNotifiedProgressTime; in incrementProgress() local
199 …if (notificationProgressDelta >= m_progressNotificationInterval || notifiedProgressTimeDelta >= m_… in incrementProgress()