HomeSort by relevance Sort by last modified time
    Searched refs:isControlStyled (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 107 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const;
RenderThemeChromiumMac.h 47 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const OVERRIDE;
RenderTheme.cpp 109 if (uaStyle.hasAppearance && isControlStyled(style, uaStyle)) {
695 bool RenderTheme::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle) const
    [all...]
RenderThemeChromiumMac.mm 507 bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle& uaStyle) const
522 return RenderTheme::isControlStyled(style, uaStyle);
    [all...]

Completed in 45 milliseconds