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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.cpp 35 #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 control(canvas, webRectToSkIRect(barRect), ctype, cstate)
    [all...]
WebThemeControlDRTWin.h 31 // WebThemeControlDRTWin implements the generic rendering of controls
49 class WebThemeControlDRTWin {
50 WTF_MAKE_NONCOPYABLE(WebThemeControlDRTWin);
125 WebThemeControlDRTWin(SkCanvas*, const SkIRect&, Type, State);
126 ~WebThemeControlDRTWin();
WebThemeControlDRTWin.cpp 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(
    [all...]

Completed in 32 milliseconds