Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.h72 …static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, E…
DRange.cpp456 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, Ex… in compareBoundaryPoints() argument
470 if (offsetA == offsetB) in compareBoundaryPoints()
472 if (offsetA < offsetB) in compareBoundaryPoints()
485 while (n != c && offsetC < offsetA) { in compareBoundaryPoints()
490 if (offsetA <= offsetC) in compareBoundaryPoints()
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp101 int offsetA = a.deprecatedEditingOffset(); in comparePositions() local
115 offsetA = 0; in comparePositions()
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec); in comparePositions()