Home
last modified time | relevance | path

Searched defs:atChild (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMergeIdenticalElementsCommand.cpp68 RefPtr<Node> atChild = m_atChild.release(); in doUnapply() local
DSplitElementCommand.cpp37 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild) in SplitElementCommand()
DCompositeEditCommand.cpp471 void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild) in splitElement()