Home | History | Annotate | Download | only in dom

Lines Matching defs:tabIndex

577 short Node::tabIndex() const
579 return hasRareData() ? rareData()->tabIndex() : 0;
963 return isFocusable() && tabIndex() >= 0;