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

  /external/chromium_org/third_party/WebKit/public/platform/win/
WebThemeEngine.h 85 bool determinate, double animatedSeconds) { }
  /external/chromium/webkit/glue/
webthemeengine_impl_win.h 43 double animatedSeconds);
webthemeengine_impl_win.cc 475 bool determinate, double animatedSeconds)
483 &native_value_rect, determinate, animatedSeconds, canvas);
  /external/chromium_org/webkit/child/
webthemeengine_impl_win.h 43 double animatedSeconds);
webthemeengine_impl_win.cc 974 bool determinate, double animatedSeconds)
978 extra.progress_bar.animated_seconds = animatedSeconds;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 639 double animatedSeconds = renderProgress->animationStartTime() ? WTF::currentTime() - renderProgress->animationStartTime() : 0;
643 blink::Platform::current()->themeEngine()->paintProgressBar(canvas, blink::WebRect(r), blink::WebRect(valueRect), renderProgress->isDeterminate(), animatedSeconds);

Completed in 798 milliseconds