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

  /external/webkit/Source/WebKit/chromium/public/win/
WebThemeEngine.h 84 WebCanvas*, const WebRect& barRect, const WebRect& valueRect,
  /external/chromium/webkit/glue/
webthemeengine_impl_win.h 42 const WebKit::WebRect& valueRect, bool determinate,
webthemeengine_impl_win.cc 474 WebCanvas* canvas, const WebRect& barRect, const WebRect& valueRect,
480 RECT native_value_rect = WebRectToRECT(valueRect);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.h 94 const WebKit::WebRect& valueRect,
WebThemeEngineDRTWin.cpp 749 const WebKit::WebRect& valueRect,
756 drawProgressBar(canvas, ctype, cstate, barRect, valueRect);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 331 IntRect valueRect = progressValueRectFor(renderProgress, rect);
335 extraParams.progressBar.valueRectX = valueRect.x();
336 extraParams.progressBar.valueRectY = valueRect.y();
337 extraParams.progressBar.valueRectWidth = valueRect.width();
338 extraParams.progressBar.valueRectHeight = valueRect.height();
RenderThemeChromiumWin.cpp 778 // For indeterminate bar, valueRect is ignored and it is computed by the theme engine
780 IntRect valueRect = renderProgress->isDeterminate() ? determinateProgressValueRectFor(renderProgress, r) : IntRect(0, 0, 0, 0);
783 PlatformBridge::paintProgressBar(painter.context(), r, valueRect, renderProgress->isDeterminate(), animatedSeconds);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 268 GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double 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...]

Completed in 70 milliseconds