Home
last modified time | relevance | path

Searched refs:boundaryTextNodesSplit (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DRange.cpp1779 static inline void boundaryTextNodesSplit(RangeBoundaryPoint& boundary, Text* oldNode) in boundaryTextNodesSplit() function
1797 boundaryTextNodesSplit(m_start, oldNode); in textNodeSplit()
1798 boundaryTextNodesSplit(m_end, oldNode); in textNodeSplit()
/external/webkit/WebCore/
DChangeLog-2008-08-1035589 (WebCore::boundaryTextNodesSplit): Ditto.