Home | History | Annotate | Download | only in dom

Lines Matching refs:childBefore

45     Node* childBefore() const;
49 void set(PassRefPtrWillBeRawPtr<Node> container, int offset, Node* childBefore);
81 , m_childBeforeBoundary(other.childBefore())
90 inline Node* RangeBoundaryPoint::childBefore() const
123 inline void RangeBoundaryPoint::set(PassRefPtrWillBeRawPtr<Node> container, int offset, Node* childBefore)
127 ASSERT(childBefore == (offset ? container->traverseToChildAt(offset - 1) : 0));
130 m_childBeforeBoundary = childBefore;
194 if (a.childBefore() || b.childBefore()) {
195 if (a.childBefore() != b.childBefore())