Home
last modified time | relevance | path

Searched refs:splitElement (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/editing/
DSplitTextNodeContainingElementCommand.cpp63 splitElement(parent, m_text); in doApply()
DInsertListCommand.cpp187 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in doApply()
195 splitElement(listNode, splitTreeToNode(listChildNode, listNode).get()); in doApply()
DIndentOutdentCommand.cpp277 splitElement(static_cast<Element*>(splitPointParent), splitPoint); in outdentParagraph()
297splitElement(static_cast<Element*>(enclosingNode), visibleStartOfParagraph.deepEquivalent().node()… in outdentParagraph()
DCompositeEditCommand.h82 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
DModifySelectionListLevel.cpp276 splitElement(listNode, startListChild); in doApply()
DCompositeEditCommand.cpp263 void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild) in splitElement() function in WebCore::CompositeEditCommand
905 splitElement(static_cast<Element*>(listNode), emptyListItem); in breakOutOfEmptyListItem()
1054 splitElement(static_cast<Element*>(end), node); in splitTreeToNode()
DApplyStyleCommand.cpp783 splitElement(parent, before ? n : n->nextSibling()); in splitAncestorsWithUnicodeBidi()
/external/webkit/WebCore/
DChangeLog-2006-12-3136412 (WebCore::CompositeEditCommand::splitElement): Ditto.
DChangeLog-2005-08-2325768 (khtml::CompositeEditCommand::splitElement):
DChangeLog-2008-08-1013247 (WebCore::CompositeEditCommand::splitElement):
DChangeLog-2009-06-1660176 (WebCore::CompositeEditCommand::splitElement): Ditto.