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

  /external/chromium_org/ui/native_theme/
native_theme.h 151 double animated_seconds; member in struct:ui::NativeTheme::ProgressBarExtraParams
native_theme_win.cc 117 double animated_seconds) {
120 double ratio = fmod(animated_seconds, interval) / interval;
    [all...]

Completed in 420 milliseconds