Home | History | Annotate | Download | only in dom

Lines Matching refs:offsetA

458 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionCode& ec)
472 if (offsetA == offsetB)
474 if (offsetA < offsetB)
487 while (n != c && offsetC < offsetA) {
492 if (offsetA <= offsetC)