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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.h123 void removeChildrenInRange(PassRefPtr<Node>, unsigned from, unsigned to);
H A DDeleteSelectionCommand.cpp485 removeChildrenInRange(startNode, startOffset, m_downstreamEnd.deprecatedEditingOffset());
561 removeChildrenInRange(m_downstreamEnd.deprecatedNode(), offset, m_downstreamEnd.deprecatedEditingOffset());
H A DCompositeEditCommand.cpp372 void CompositeEditCommand::removeChildrenInRange(PassRefPtr<Node> node, unsigned from, unsigned to) function in class:WebCore::CompositeEditCommand

Completed in 79 milliseconds