Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp556 static bool isBackgroundOrBorderStyled(const RenderStyle& style, const CachedUAStyle& uaStyle) in isBackgroundOrBorderStyled() function
585 return isBackgroundOrBorderStyled(*style, *uaStyle); in isControlStyled()
592 return isBackgroundOrBorderStyled(*style, *uaStyle) || style->boxShadow(); in isControlStyled()