Home
last modified time | relevance | path

Searched refs:childBefore (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRangeBoundaryPoint.h42 Node* childBefore() const;
46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
78 inline Node* RangeBoundaryPoint::childBefore() const in childBefore() function
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) in set() argument
115 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())
DRange.cpp1143 Node* childBefore = n->childNode(offset - 1); in checkNodeWOffset() local
1144 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()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1035580 Position. Also changed name and changed to update childBefore.
DChangeLog-2009-06-1623735 (WebCore::RangeBoundaryPoint::childBefore):