Searched defs:supportsHover (Results 1 – 10 of 10) sorted by relevance
41 virtual bool supportsHover(const RenderStyle* style) const { return false; } in supportsHover() function
58 …virtual bool supportsHover(const RenderStyle* style) const { return style->affectedByHoverRules();… in supportsHover() function
48 virtual bool supportsHover(const RenderStyle* style) const { return true; } in supportsHover() function
79 virtual bool supportsHover(const RenderStyle*) const { return true; } in supportsHover() function
57 virtual bool supportsHover(const RenderStyle*) const { return true; } in supportsHover() function in WebCore::RenderThemeWx
130 virtual bool supportsHover(const RenderStyle*) const { return false; } in supportsHover() function
115 bool RenderThemeChromiumSkia::supportsHover(const RenderStyle* style) const in supportsHover() function in WebCore::RenderThemeChromiumSkia
280 bool RenderThemeWinCE::supportsHover(const RenderStyle*) const in supportsHover() function in WebCore::RenderThemeWinCE
254 bool RenderThemeWin::supportsHover(const RenderStyle*) const in supportsHover() function in WebCore::RenderThemeWin
279 bool RenderThemeQt::supportsHover(const RenderStyle*) const in supportsHover() function in WebCore::RenderThemeQt