Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.h47 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const OVERRIDE;
DRenderTheme.h100 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const;
DRenderTheme.cpp109 if (uaStyle.hasAppearance && isControlStyled(style, uaStyle)) { in adjustStyle()
640 bool RenderTheme::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle) const in isControlStyled() function in WebCore::RenderTheme
DRenderThemeChromiumMac.mm506 bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle…
521 return RenderTheme::isControlStyled(style, uaStyle);