Searched refs:fillContentArea (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/chromium/public/win/ |
D | WebThemeEngine.h | 77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeEngineDRTWin.cpp | 72 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()
|
D | WebThemeEngineDRTWin.h | 85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
|
D | WebThemeControlDRTWin.h | 135 void drawTextField(bool drawEdges, bool fillContentArea, SkColor color);
|
D | WebThemeControlDRTWin.cpp | 483 void WebThemeControlDRTWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color) in drawTextField() argument 488 if (fillContentArea) { in drawTextField()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeChromiumWin.cpp | 687 bool fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(); in paintTextFieldInternal() local 705 fillContentArea, in paintTextFieldInternal()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformBridge.h | 264 …art, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdg…
|
/external/webkit/Source/WebKit/chromium/src/ |
D | PlatformBridge.cpp | 756 const IntRect& rect, const Color& color, bool fillContentArea, in paintTextField() argument 764 backgroundColor, fillContentArea, drawEdges); in paintTextField()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 8362 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.
|