Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/win/
DWebThemeEngine.h77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeEngineDRTWin.cpp71 bool drawEdges, in drawTextField() argument
76 control.drawTextField(drawEdges, fillContentArea, color); in drawTextField()
651 bool drawEdges) in paintTextField() argument
695 drawTextField(canvas, rect, ctype, cstate, drawEdges, fillContentArea, color); in paintTextField()
DWebThemeEngineDRTWin.h86 bool drawEdges);
DWebThemeControlDRTWin.h135 void drawTextField(bool drawEdges, bool fillContentArea, SkColor color);
DWebThemeControlDRTWin.cpp483 void WebThemeControlDRTWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color) in drawTextField() argument
493 if (drawEdges) { in drawTextField()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom); in paintMenuList() local
485 paintTextFieldInternal(o, i, r, drawEdges); in paintMenuList()
672 bool drawEdges) in paintTextFieldInternal() argument
706 drawEdges); in paintTextFieldInternal()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h264 …, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp757 bool drawEdges) in paintTextField() argument
764 backgroundColor, fillContentArea, drawEdges); in paintTextField()