Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSplitTextNodeContainingElementCommand.cpp63 splitElement(parent, m_text.get()); in doApply()
DIndentOutdentCommand.cpp172 splitElement(splitPointParent, splitPoint); in outdentParagraph()
193splitElement(enclosingElement, highestInlineNode ? highestInlineNode : visibleStartOfParagraph.dee… in outdentParagraph()
DInsertListCommand.cpp306 splitElement(listElement, splitTreeToNode(nextListChild, listElement)); in unlistifyParagraph()
314 splitElement(listElement, splitTreeToNode(listChildNode, listElement).get()); in unlistifyParagraph()
DCompositeEditCommand.h137 void splitElement(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> atChild);
DCompositeEditCommand.cpp447 void CompositeEditCommand::splitElement(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRa… in splitElement() function in blink::CompositeEditCommand
1311 splitElement(toElement(blockEnclosingList), listNode); in breakOutOfEmptyListItem()
1328 splitElement(toElement(listNode), emptyListItem); in breakOutOfEmptyListItem()
1490 splitElement(parentElement, node); in splitTreeToNode()
DApplyStyleCommand.cpp502 splitElement(parent, before ? currentNode.get() : currentNode->nextSibling()); in splitAncestorsWithUnicodeBidi()