Home | History | Annotate | Download | only in dom

Lines Matching refs:offsetB

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