Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMergeIdenticalElementsCommand.cpp67 RefPtrWillBeRawPtr<Node> atChild = m_atChild.release(); in doUnapply() local
80 …for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling… in doUnapply()
DSplitElementCommand.cpp37 …:SplitElementCommand(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> atChild) in SplitElementCommand() argument
40 , m_atChild(atChild) in SplitElementCommand()
DCompositeEditCommand.h137 void splitElement(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> atChild);
DCompositeEditCommand.cpp447 …ommand::splitElement(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> atChild) in splitElement() argument
449 applyCommandToComposite(SplitElementCommand::create(element, atChild)); in splitElement()