Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSplitTextNodeContainingElementCommand.cpp63 splitElement(parent, m_text); in doApply()
DIndentOutdentCommand.cpp155 splitElement(static_cast<Element*>(splitPointParent), splitPoint); in outdentParagraph()
175splitElement(static_cast<Element*>(enclosingNode), visibleStartOfParagraph.deepEquivalent().deprec… in outdentParagraph()
DInsertListCommand.cpp292 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in unlistifyParagraph()
300 splitElement(listNode, splitTreeToNode(listChildNode, listNode).get()); in unlistifyParagraph()
DCompositeEditCommand.h88 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild);
DModifySelectionListLevel.cpp276 splitElement(listNode, startListChild); in doApply()
DCompositeEditCommand.cpp268 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()
DApplyStyleCommand.cpp473 splitElement(parent, before ? n : n->nextSibling()); in splitAncestorsWithUnicodeBidi()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3136412 (WebCore::CompositeEditCommand::splitElement): Ditto.
DChangeLog26154 …The crash was caused by ReplaceSelectionCommand::doApply's calling splitElement with computeNodeAf…
DChangeLog-2005-08-2325768 (khtml::CompositeEditCommand::splitElement):
DChangeLog-2008-08-1013247 (WebCore::CompositeEditCommand::splitElement):
DChangeLog-2009-06-1660176 (WebCore::CompositeEditCommand::splitElement): Ditto.