Home
last modified time | relevance | path

Searched refs:barRect (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/win/
DWebThemeEngine.h84 WebCanvas*, const WebRect& barRect, const WebRect& valueRect, in paintProgressBar() argument
/external/chromium/webkit/glue/
Dwebthemeengine_impl_win.h41 WebKit::WebCanvas*, const WebKit::WebRect& barRect,
Dwebthemeengine_impl_win.cc474 WebCanvas* canvas, const WebRect& barRect, const WebRect& valueRect, in paintProgressBar() argument
479 RECT native_bar_rect = WebRectToRECT(barRect); in paintProgressBar()
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeEngineDRTWin.h93 WebKit::WebCanvas*, const WebKit::WebRect& barRect,
DWebThemeEngineDRTWin.cpp82 const WebRect& barRect, in drawProgressBar() argument
85 WebThemeControlDRTWin control(canvas, webRectToSkIRect(barRect), ctype, cstate); in drawProgressBar()
748 const WebKit::WebRect& barRect, in paintProgressBar() argument
756 drawProgressBar(canvas, ctype, cstate, barRect, valueRect); in paintProgressBar()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h268 …GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double anima…
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp776 …GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double an… in paintProgressBar() argument
779 gc->platformContext()->canvas(), barRect, valueRect, determinate, animatedSeconds); in paintProgressBar()