Home | History | Annotate | Download | only in chromium

Lines Matching refs:WebThemeControlDRTWin

38 #include "WebThemeControlDRTWin.h"
65 static SkIRect validate(const SkIRect& rect, WebThemeControlDRTWin::Type ctype)
68 case WebThemeControlDRTWin::UncheckedBoxType:
69 case WebThemeControlDRTWin::CheckedBoxType:
70 case WebThemeControlDRTWin::UncheckedRadioType:
71 case WebThemeControlDRTWin::CheckedRadioType: {
93 // WebThemeControlDRTWin
95 WebThemeControlDRTWin::WebThemeControlDRTWin(SkCanvas* canvas,
115 WebThemeControlDRTWin::~WebThemeControlDRTWin()
119 void WebThemeControlDRTWin::box(const SkIRect& rect, SkColor fillColor)
132 void WebThemeControlDRTWin::line(int x0, int y0, int x1, int y1, SkColor color)
141 void WebThemeControlDRTWin::triangle(int x0, int y0,
163 void WebThemeControlDRTWin::roundRect(SkColor color)
179 void WebThemeControlDRTWin::oval(SkColor color)
194 void WebThemeControlDRTWin::circle(SkScalar radius, SkColor color)
209 void WebThemeControlDRTWin::nestedBoxes(int indentLeft,
225 void WebThemeControlDRTWin::markState()
280 void WebThemeControlDRTWin::draw()
483 void WebThemeControlDRTWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color)
503 void WebThemeControlDRTWin::drawProgressBar(const SkIRect& fillRect)