Home | History | Annotate | Download | only in dom

Lines Matching defs:absIndex

2608     int absIndex = 0;
2610 absIndex++;
2611 return absIndex;
2614 Node* Document::nodeWithAbsIndex(int absIndex)
2617 for (int i = 0; n && (i < absIndex); i++)