Home
last modified time | relevance | path

Searched refs:setToBeforeChild (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRangeBoundaryPoint.h49 void setToBeforeChild(Node*);
130 inline void RangeBoundaryPoint::setToBeforeChild(Node* child) in setToBeforeChild() function
DRange.cpp1019 m_end.setToBeforeChild(newText.get()); in insertNode()
1778 boundary.setToBeforeChild(nodeToBeRemoved); in boundaryNodeWillBeRemoved()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1623721 Rename setToChild to setToBeforeChild (since that's what the method does)
23741 (WebCore::RangeBoundaryPoint::setToBeforeChild):