Searched refs:supportsFocusRing (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h43 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
H A DRenderThemeChromiumSkia.h54 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
H A DRenderThemeChromiumDefault.cpp101 bool RenderThemeChromiumDefault::supportsFocusRing(const RenderStyle* style) const function in class:blink::RenderThemeChromiumDefault
110 return RenderThemeChromiumSkia::supportsFocusRing(style);
H A DRenderTheme.h209 virtual bool supportsFocusRing(const RenderStyle*) const;
H A DRenderThemeChromiumSkia.cpp88 bool RenderThemeChromiumSkia::supportsFocusRing(const RenderStyle* style) const function in class:blink::RenderThemeChromiumSkia
H A DRenderTheme.cpp602 if (supportsFocusRing(renderer->style()))
616 bool RenderTheme::supportsFocusRing(const RenderStyle* style) const function in class:blink::RenderTheme

Completed in 78 milliseconds