Home
last modified time | relevance | path

Searched refs:offsetC (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp485 int offsetC = 0; in compareBoundaryPoints() local
487 while (n != c && offsetC < offsetA) { in compareBoundaryPoints()
488 offsetC++; in compareBoundaryPoints()
492 if (offsetA <= offsetC) in compareBoundaryPoints()
503 int offsetC = 0; in compareBoundaryPoints() local
505 while (n != c && offsetC < offsetB) { in compareBoundaryPoints()
506 offsetC++; in compareBoundaryPoints()
510 if (offsetC < offsetB) in compareBoundaryPoints()