Home | History | Annotate | Download | only in page

Lines Matching defs:hasCustomFocusLogic

130 static inline bool hasCustomFocusLogic(Element* element)
132 return element->isHTMLElement() && toHTMLElement(element)->hasCustomFocusLogic();
141 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
150 return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
159 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);