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

  /external/webkit/Source/WebCore/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 35 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
38 , m_atChild(atChild)
CompositeEditCommand.h 88 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
CompositeEditCommand.cpp 268 void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
270 applyCommandToComposite(SplitElementCommand::create(element, atChild));
    [all...]

Completed in 372 milliseconds