Home
last modified time | relevance | path

Searched refs:backColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp392 Color backColor, textColor, labelColor; in paintRow() local
394 backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor(); in paintRow()
398 backColor = style.backgroundColor(); in paintRow()
406 …Style::DefaultBackgroundColor && RenderTheme::theme().systemColor(CSSValueButtonface) == backColor) in paintRow()
407 backColor = RenderTheme::theme().systemColor(CSSValueMenu); in paintRow()
417 if (backColor.hasAlpha()) in paintRow()
420 gc->fillRect(rowRect, backColor); in paintRow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp484 Color backColor; in paintItemBackground() local
487 backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor(); in paintItemBackground()
489 backColor = RenderTheme::theme().inactiveListBoxSelectionBackgroundColor(); in paintItemBackground()
491backColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyBackgroundCol… in paintItemBackground()
498 paintInfo.context->fillRect(pixelSnappedIntRect(itemRect), backColor); in paintItemBackground()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusBrush.h879 IN const Color& backColor = Color())
885 backColor.GetValue(),