Searched refs:atChild (Results 1 – 4 of 4) sorted by relevance
67 RefPtrWillBeRawPtr<Node> atChild = m_atChild.release(); in doUnapply() local80 …for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling… in doUnapply()
37 …:SplitElementCommand(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> atChild) in SplitElementCommand() argument40 , m_atChild(atChild) in SplitElementCommand()
137 void splitElement(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> atChild);
447 …ommand::splitElement(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> atChild) in splitElement() argument449 applyCommandToComposite(SplitElementCommand::create(element, atChild)); in splitElement()