Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DProgressTracker.cpp72 , m_progressNotificationInterval(0.02) in ProgressTracker()
189 …if (notificationProgressDelta >= m_progressNotificationInterval || notifiedProgressTimeDelta >= m_… in incrementProgress()
DProgressTracker.h75 double m_progressNotificationInterval; variable