Home | History | Annotate | Download | only in dom

Lines Matching defs:tabIndex

572 short Node::tabIndex() const
574 return hasRareData() ? rareData()->tabIndex() : 0;
875 return isFocusable() && tabIndex() >= 0;