Home
last modified time | relevance | path

Searched refs:hasFocusEventListeners (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.h75 …ool supportsFocus() const OVERRIDE { return Element::supportsFocus() || hasFocusEventListeners(); } in supportsFocus()
DSVGElement.h228 bool hasFocusEventListeners() const;
DSVGElement.cpp950 bool SVGElement::hasFocusEventListeners() const in hasFocusEventListeners() function in blink::SVGElement