Searched refs:boundaryB (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DRange.h73 static short compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionCode&);
H A DRange.cpp551 short Range::compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionCode& ec) argument
553 return compareBoundaryPoints(boundaryA.container(), boundaryA.offset(), boundaryB.container(), boundaryB.offset(), ec);

Completed in 22 milliseconds