Home | History | Annotate | Download | only in dom

Lines Matching refs:offsetA

438 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB)
452 if (offsetA == offsetB)
454 if (offsetA < offsetB)
467 while (n != c && offsetC < offsetA) {
472 if (offsetA <= offsetC)