HomeSort by relevance Sort by last modified time
    Searched refs:atChild (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MergeIdenticalElementsCommand.cpp 68 RefPtr<Node> atChild = m_atChild.release();
81 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling())
SplitElementCommand.cpp 37 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
40 , m_atChild(atChild)
CompositeEditCommand.h 134 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
CompositeEditCommand.cpp 471 void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
473 applyCommandToComposite(SplitElementCommand::create(element, atChild));
    [all...]

Completed in 1062 milliseconds