Home
last modified time | relevance | path

Searched refs:drawEdges (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/win/
DWebThemeEngine.h77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeEngineWin.h88 bool drawEdges);
DWebTestThemeControlWin.h138 void drawTextField(bool drawEdges, bool fillContentArea, SkColor);
DWebTestThemeEngineWin.cpp66 …ThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, bool drawEdges, bool fillConten… in drawTextField() argument
69 control.drawTextField(drawEdges, fillContentArea, color); in drawTextField()
606 …state, int classicState, const WebRect& rect, WebColor color, bool fillContentArea, bool drawEdges) in paintTextField() argument
650 drawTextField(canvas, rect, ctype, cstate, drawEdges, fillContentArea, color); in paintTextField()
DWebTestThemeControlWin.cpp455 void WebTestThemeControlWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color) in drawTextField() argument
464 if (drawEdges) { in drawTextField()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumWin.cpp363 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList() local
365 paintTextFieldInternal(o, i, r, drawEdges); in paintMenuList()
549 bool drawEdges) in paintTextFieldInternal() argument
576 …assicState, blink::WebRect(painter.drawRect()), backgroundColor.rgb(), fillContentArea, drawEdges); in paintTextFieldInternal()