Searched refs:uaStyle (Results 1 – 2 of 2) sorted by relevance
97 void RenderTheme::adjustStyle(RenderStyle* style, Element* e, const CachedUAStyle& uaStyle) in adjustStyle() argument109 if (uaStyle.hasAppearance && isControlStyled(style, uaStyle)) { in adjustStyle()625 static bool isBackgroundOrBorderStyled(const RenderStyle& style, const CachedUAStyle& uaStyle) in isBackgroundOrBorderStyled() argument628 FillLayer backgroundCopy = uaStyle.backgroundLayers; in isBackgroundOrBorderStyled()635 return style.border() != uaStyle.border in isBackgroundOrBorderStyled()637 || style.visitedDependentColor(CSSPropertyBackgroundColor) != uaStyle.backgroundColor; in isBackgroundOrBorderStyled()640 bool RenderTheme::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle) const in isControlStyled()652 return isBackgroundOrBorderStyled(*style, uaStyle); in isControlStyled()659 return isBackgroundOrBorderStyled(*style, uaStyle) || style->boxShadow(); in isControlStyled()
506 bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle…509 return style->border() != uaStyle.border || style->boxShadow();521 return RenderTheme::isControlStyled(style, uaStyle);