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

  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 89 virtual bool isControlStyled(const RenderStyle*, const BorderData&,
152 bool RenderThemeWx::isControlStyled(const RenderStyle* style, const BorderData& border,
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 84 if (UAHasAppearance && isControlStyled(style, border, background, backgroundColor)) {
650 bool RenderTheme::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLayer& background,
    [all...]
RenderThemeSafari.cpp 249 bool RenderThemeSafari::isControlStyled(const RenderStyle* style, const BorderData& border,
258 return RenderTheme::isControlStyled(style, border, background, backgroundColor);
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 207 bool RenderThemeQt::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLayer& fill, const Color& backgroundColor) const
224 return RenderTheme::isControlStyled(style, border, fill, backgroundColor);
233 // Remove this when SearchFieldPart is style-able in RenderTheme::isControlStyled()
234 bool RenderThemeQt::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLayer& fill, const Color& backgroundColor) const
243 return RenderTheme::isControlStyled(style, border, fill, backgroundColor);
    [all...]

Completed in 55 milliseconds