Searched refs:offsetA (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | Range.h | 72 …static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, E…
|
D | Range.cpp | 456 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/ |
D | htmlediting.cpp | 101 int offsetA = a.deprecatedEditingOffset(); in comparePositions() local 115 offsetA = 0; in comparePositions() 126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec); in comparePositions()
|