Searched refs:childBefore (Results 1 – 4 of 4) sorted by relevance
42 Node* childBefore() const;46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);78 inline Node* RangeBoundaryPoint::childBefore() const in childBefore() function111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) in set() argument115 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0)); in set()118 m_childBeforeBoundary = childBefore; in set()179 if (a.childBefore() || b.childBefore()) {180 if (a.childBefore() != b.childBefore())
1143 Node* childBefore = n->childNode(offset - 1); in checkNodeWOffset() local1144 if (!childBefore) in checkNodeWOffset()1146 return childBefore; in checkNodeWOffset()1729 if (!boundary.childBefore()) in boundaryNodeChildrenChanged()1747 if (boundary.childBefore() == nodeToBeRemoved) { in boundaryNodeChildrenWillBeRemoved()1771 if (boundary.childBefore() == nodeToBeRemoved) { in boundaryNodeWillBeRemoved()
35580 Position. Also changed name and changed to update childBefore.
23735 (WebCore::RangeBoundaryPoint::childBefore):