Home | History | Annotate | Download | only in dom

Lines Matching defs:rendererIsFocusable

225 bool Element::rendererIsFocusable() const
2096 // Logic that deals with the renderer should be moved to rendererIsFocusable().
2129 return inDocument() && supportsFocus() && !isInert() && rendererIsFocusable();