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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DProgressTracker.cpp43 // Always start progress at initialProgressValue. This helps provide feedback as
45 static const double initialProgressValue = 0.1; member in namespace:WebCore
49 static const double finalProgressValue = 0.9; // 1.0 - initialProgressValue
111 m_progressValue = initialProgressValue;
203 ASSERT(m_progressValue >= initialProgressValue);

Completed in 55 milliseconds