Home
last modified time | relevance | path

Searched refs:fillContentArea (Results 1 – 9 of 9) 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.cpp72 bool fillContentArea, in drawTextField() argument
76 control.drawTextField(drawEdges, fillContentArea, color); in drawTextField()
650 bool fillContentArea, in paintTextField() argument
695 drawTextField(canvas, rect, ctype, cstate, drawEdges, fillContentArea, color); in paintTextField()
DWebThemeEngineDRTWin.h85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
DWebThemeControlDRTWin.h135 void drawTextField(bool drawEdges, bool fillContentArea, SkColor color);
DWebThemeControlDRTWin.cpp483 void WebThemeControlDRTWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color) in drawTextField() argument
488 if (fillContentArea) { in drawTextField()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp687 bool fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(); in paintTextFieldInternal() local
705 fillContentArea, in paintTextFieldInternal()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h264 …art, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdg…
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp756 const IntRect& rect, const Color& color, bool fillContentArea, in paintTextField() argument
764 backgroundColor, fillContentArea, drawEdges); in paintTextField()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-168362 When we pass fillContentArea = true to ChromiumBridge::paintTextField, it hides
8364 fillContentArea = false in such case.
8370 fillContentArea = false when alpha channel == 0 to avoid this.