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

  /external/webkit/WebCore/dom/
RangeBoundaryPoint.h 42 Node* childBefore() const;
46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
78 inline Node* RangeBoundaryPoint::childBefore() const
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore)
115 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0));
118 m_childBeforeBoundary = childBefore;
179 if (a.childBefore() || b.childBefore()) {
180 if (a.childBefore() != b.childBefore())
    [all...]
Range.cpp     [all...]

Completed in 3213 milliseconds