Searched refs:WebThemeControlDRTWin (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTWin.cpp35 #include "WebThemeControlDRTWin.h"
60 WebThemeControlDRTWin::Type ctype,
61 WebThemeControlDRTWin::State cstate)
63 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
69 WebThemeControlDRTWin::Type ctype,
70 WebThemeControlDRTWin::State cstate,
75 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
80 WebThemeControlDRTWin::Type ctype,
81 WebThemeControlDRTWin::State cstate,
85 WebThemeControlDRTWin contro
[all...]
H A DWebThemeControlDRTWin.h31 // WebThemeControlDRTWin implements the generic rendering of controls
49 class WebThemeControlDRTWin { class
50 WTF_MAKE_NONCOPYABLE(WebThemeControlDRTWin);
125 WebThemeControlDRTWin(SkCanvas*, const SkIRect&, Type, State);
126 ~WebThemeControlDRTWin();
H A DWebThemeControlDRTWin.cpp38 #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, function in class:WebThemeControlDRTWin
115 WebThemeControlDRTWin
[all...]

Completed in 84 milliseconds