Home | History | Annotate | Download | only in dom

Lines Matching defs:childBefore

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())