HomeSort by relevance Sort by last modified time
    Searched refs:initialProgressValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
ProgressTracker.cpp 43 // Always start progress at initialProgressValue. This helps provide feedback as
45 static const double initialProgressValue = 0.1;
49 static const double finalProgressValue = 0.9; // 1.0 - initialProgressValue
112 m_progressValue = initialProgressValue;
216 ASSERT(m_progressValue >= initialProgressValue);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 47 milliseconds