Searched refs:splitElement (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/editing/ |
D | SplitTextNodeContainingElementCommand.cpp | 63 splitElement(parent, m_text); in doApply()
|
D | InsertListCommand.cpp | 187 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in doApply() 195 splitElement(listNode, splitTreeToNode(listChildNode, listNode).get()); in doApply()
|
D | IndentOutdentCommand.cpp | 277 splitElement(static_cast<Element*>(splitPointParent), splitPoint); in outdentParagraph() 297 …splitElement(static_cast<Element*>(enclosingNode), visibleStartOfParagraph.deepEquivalent().node()… in outdentParagraph()
|
D | CompositeEditCommand.h | 82 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
|
D | ModifySelectionListLevel.cpp | 276 splitElement(listNode, startListChild); in doApply()
|
D | CompositeEditCommand.cpp | 263 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()
|
D | ApplyStyleCommand.cpp | 783 splitElement(parent, before ? n : n->nextSibling()); in splitAncestorsWithUnicodeBidi()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 36412 (WebCore::CompositeEditCommand::splitElement): Ditto.
|
D | ChangeLog-2005-08-23 | 25768 (khtml::CompositeEditCommand::splitElement):
|
D | ChangeLog-2008-08-10 | 13247 (WebCore::CompositeEditCommand::splitElement):
|
D | ChangeLog-2009-06-16 | 60176 (WebCore::CompositeEditCommand::splitElement): Ditto.
|