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 97 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const;
RenderThemeChromiumMac.h 47 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const OVERRIDE;
RenderTheme.cpp 101 if (uaStyle && uaStyle->hasAppearance && isControlStyled(style, uaStyle)) {
571 bool RenderTheme::isControlStyled(const RenderStyle* style, const CachedUAStyle* uaStyle) const
    [all...]
RenderThemeChromiumMac.mm 513 bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle* uaStyle) const
529 return RenderTheme::isControlStyled(style, uaStyle);
    [all...]

Completed in 364 milliseconds