HomeSort by relevance Sort by last modified time
    Searched refs:RangeBoundaryPoint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
RangeBoundaryPoint.h 34 class RangeBoundaryPoint {
36 explicit RangeBoundaryPoint(PassRefPtr<Node> container);
38 explicit RangeBoundaryPoint(const RangeBoundaryPoint&);
67 inline RangeBoundaryPoint::RangeBoundaryPoint(PassRefPtr<Node> container)
75 inline RangeBoundaryPoint::RangeBoundaryPoint(const RangeBoundaryPoint& other)
82 inline Node* RangeBoundaryPoint::container() cons
    [all...]
Range.h 30 #include "core/dom/RangeBoundaryPoint.h"
81 static short compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionState&);
172 RangeBoundaryPoint m_start;
173 RangeBoundaryPoint m_end;
Range.cpp 200 static inline bool checkForDifferentRootContainer(const RangeBoundaryPoint& start, const RangeBoundaryPoint& end)
547 short Range::compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionState& exceptionState)
691 RangeBoundaryPoint originalStart(m_start);
692 RangeBoundaryPoint originalEnd(m_end);
    [all...]

Completed in 2656 milliseconds