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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineWin.h 55 class WebTestThemeEngineWin : public blink::WebThemeEngine, public blink::WebNonCopyable {
57 WebTestThemeEngineWin() { }
58 virtual ~WebTestThemeEngineWin() { }
TestInterfaces.h 42 #include "WebTestThemeEngineWin.h"
101 WebScopedPtr<WebTestThemeEngineWin> m_themeEngine;
WebTestThemeEngineWin.cpp 31 #include "WebTestThemeEngineWin.h"
80 void WebTestThemeEngineWin::paintButton(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect)
261 void WebTestThemeEngineWin::paintMenuList(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect)
299 void WebTestThemeEngineWin::paintScrollbarArrow(WebCanvas* canvas, int state, int classicState, const WebRect& rect)
433 void WebTestThemeEngineWin::paintScrollbarThumb(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect)
493 void WebTestThemeEngineWin::paintScrollbarTrack(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect, const WebRect& alignRect)
552 void WebTestThemeEngineWin::paintSpinButton(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect)
606 void WebTestThemeEngineWin::paintTextField(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect, WebColor color, bool fillContentArea, bool drawEdges)
653 void WebTestThemeEngineWin::paintTrackbar(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect)
729 void WebTestThemeEngineWin::paintProgressBar(blink::WebCanvas* canvas, const blink::WebRect& barRect, const blink::WebRect& v (…)
    [all...]
TestInterfaces.cpp 205 m_themeEngine.reset(new WebTestThemeEngineWin());

Completed in 58 milliseconds