Home
last modified time | relevance | path

Searched refs:fillContentArea (Results 1 – 9 of 9) 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/public/platform/default/
DWebThemeEngine.h114 bool fillContentArea; member
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeEngineWin.h87 const blink::WebRect&, blink::WebColor, bool fillContentArea,
DWebTestThemeControlWin.h138 void drawTextField(bool drawEdges, bool fillContentArea, SkColor);
DWebTestThemeEngineWin.cpp66 …pe ctype, WebTestThemeControlWin::State cstate, bool drawEdges, bool fillContentArea, WebColor col… in drawTextField() argument
69 control.drawTextField(drawEdges, fillContentArea, color); in drawTextField()
606 …t state, int classicState, const WebRect& rect, WebColor color, bool fillContentArea, bool drawEdg… 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
459 if (fillContentArea) { in drawTextField()
DWebTestThemeEngineMock.cpp508 if (extraParams->menuList.fillContentArea) { in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.cpp369 …extraParams.menuList.fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(… in paintMenuList()
402 extraParams.menuList.fillContentArea = false; in paintMenuListButton()
DRenderThemeChromiumWin.cpp563 bool fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(); in paintTextFieldInternal() local
576 …assicState, blink::WebRect(painter.drawRect()), backgroundColor.rgb(), fillContentArea, drawEdges); in paintTextFieldInternal()