Searched defs:supportsFocusRing (Results 1 - 3 of 3) sorted by relevance

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

Completed in 105 milliseconds