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

  /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/webkit/Source/WebKit/chromium/public/win/
WebThemeEngine.h 85 bool determinate, double animatedSeconds) {}
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 781 double animatedSeconds = renderProgress->animationStartTime() ? WTF::currentTime() - renderProgress->animationStartTime() : 0;
783 PlatformBridge::paintProgressBar(painter.context(), r, valueRect, renderProgress->isDeterminate(), animatedSeconds);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 776 GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds)
779 gc->platformContext()->canvas(), barRect, valueRect, determinate, animatedSeconds);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 268 GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds);

Completed in 916 milliseconds