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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DProgressTracker.cpp44 // Always start progress at initialProgressValue. This helps provide feedback as
46 static const double initialProgressValue = 0.1; member in namespace:WebCore
50 static const double finalProgressValue = 0.9; // 1.0 - initialProgressValue
131 m_progressValue = initialProgressValue;
252 ASSERT(m_progressValue >= initialProgressValue);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageLoadState.cpp34 static const double initialProgressValue = 0.1; member in namespace:WebKit
214 return initialProgressValue;
362 m_uncommittedState.estimatedProgress = initialProgressValue;

Completed in 189 milliseconds