OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalprogressvalue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
ProgressTracker.cpp
49
static const double
finalProgressValue
= 0.9; // 1.0 - initialProgressValue
199
double maxProgressValue = useClampedMaxProgress ? 0.5 :
finalProgressValue
;
Completed in 554 milliseconds