Searched refs:splitElement (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | SplitTextNodeContainingElementCommand.cpp | 63 splitElement(parent, m_text); in doApply()
|
D | IndentOutdentCommand.cpp | 155 splitElement(static_cast<Element*>(splitPointParent), splitPoint); in outdentParagraph() 175 …splitElement(static_cast<Element*>(enclosingNode), visibleStartOfParagraph.deepEquivalent().deprec… in outdentParagraph()
|
D | InsertListCommand.cpp | 292 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in unlistifyParagraph() 300 splitElement(listNode, splitTreeToNode(listChildNode, listNode).get()); in unlistifyParagraph()
|
D | CompositeEditCommand.h | 88 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
|
D | ModifySelectionListLevel.cpp | 276 splitElement(listNode, startListChild); in doApply()
|
D | CompositeEditCommand.cpp | 268 void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild) in splitElement() function in WebCore::CompositeEditCommand 1063 splitElement(static_cast<Element*>(blockEnclosingList), listNode); in breakOutOfEmptyListItem() 1077 splitElement(static_cast<Element*>(listNode), emptyListItem); in breakOutOfEmptyListItem() 1238 splitElement(static_cast<Element*>(node->parentNode()), node); in splitTreeToNode()
|
D | ApplyStyleCommand.cpp | 473 splitElement(parent, before ? n : n->nextSibling()); in splitAncestorsWithUnicodeBidi()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 36412 (WebCore::CompositeEditCommand::splitElement): Ditto.
|
D | ChangeLog | 26154 …The crash was caused by ReplaceSelectionCommand::doApply's calling splitElement with computeNodeAf…
|
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.
|