Searched refs:removeChildrenInRange (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.h124 void removeChildrenInRange(PassRefPtr<Node>, unsigned from, unsigned to);
H A DDeleteSelectionCommand.cpp478 removeChildrenInRange(startNode, startOffset, m_downstreamEnd.deprecatedEditingOffset());
554 removeChildrenInRange(m_downstreamEnd.deprecatedNode(), offset, m_downstreamEnd.deprecatedEditingOffset());
H A DCompositeEditCommand.cpp389 void CompositeEditCommand::removeChildrenInRange(PassRefPtr<Node> node, unsigned from, unsigned to) function in class:WebCore::CompositeEditCommand

Completed in 123 milliseconds