Searched defs:drawEdges (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestThemeEngineWin.cpp66 void drawTextField(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, bool drawEdges, bool fillContentArea, WebColor color) argument
69 control.drawTextField(drawEdges, fillContentArea, color);
606 void WebTestThemeEngineWin::paintTextField(WebCanvas* canvas, int part, int state, int classicState, const WebRect& rect, WebColor color, bool fillContentArea, bool drawEdges) argument
650 drawTextField(canvas, rect, ctype, cstate, drawEdges, fillContentArea, color);
H A DWebTestThemeControlWin.cpp454 void WebTestThemeControlWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color) argument
463 if (drawEdges) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumWin.cpp364 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); local
366 paintTextFieldInternal(o, i, r, drawEdges);
550 bool drawEdges)
577 WebKit::Platform::current()->themeEngine()->paintTextField(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, WebKit::WebRect(painter.drawRect()), backgroundColor.rgb(), fillContentArea, drawEdges);
547 paintTextFieldInternal(RenderObject* o, const PaintInfo& i, const IntRect& r, bool drawEdges) argument

Completed in 91 milliseconds