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

/external/chromium_org/ui/native_theme/
H A Dnative_theme.h150 double animated_seconds; member in struct:ui::NativeTheme::ProgressBarExtraParams
H A Dnative_theme_win.cc117 double animated_seconds) {
120 double ratio = fmod(animated_seconds, interval) / interval;
1465 extra.animated_seconds);
1481 extra.animated_seconds);
114 ComputeAnimationProgress(int frame_width, int object_width, int pixels_per_second, double animated_seconds) argument
/external/chromium_org/webkit/child/
H A Dwebthemeengine_impl_win.cc978 extra.progress_bar.animated_seconds = animatedSeconds;

Completed in 67 milliseconds