Searched refs:supportsFocusRing (Results 1 – 8 of 8) sorted by relevance
46 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
50 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
54 virtual bool supportsFocusRing(const RenderStyle*) const;
101 bool RenderThemeChromiumDefault::supportsFocusRing(const RenderStyle* style) const in supportsFocusRing() function in WebCore::RenderThemeChromiumDefault110 return RenderThemeChromiumSkia::supportsFocusRing(style); in supportsFocusRing()
217 virtual bool supportsFocusRing(const RenderStyle*) const;
88 bool RenderThemeChromiumSkia::supportsFocusRing(const RenderStyle* style) const in supportsFocusRing() function in WebCore::RenderThemeChromiumSkia
679 if (supportsFocusRing(renderer->style())) in shouldDrawDefaultFocusRing()693 bool RenderTheme::supportsFocusRing(const RenderStyle* style) const in supportsFocusRing() function in WebCore::RenderTheme
171 bool RenderThemeChromiumWin::supportsFocusRing(const RenderStyle* style) const in supportsFocusRing() function in WebCore::RenderThemeChromiumWin