Searched refs:splitElement (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SplitTextNodeContainingElementCommand.cpp | 63 splitElement(parent, m_text.get()); in doApply()
|
D | IndentOutdentCommand.cpp | 172 splitElement(splitPointParent, splitPoint); in outdentParagraph() 193 …splitElement(enclosingElement, highestInlineNode ? highestInlineNode : visibleStartOfParagraph.dee… in outdentParagraph()
|
D | InsertListCommand.cpp | 306 splitElement(listElement, splitTreeToNode(nextListChild, listElement)); in unlistifyParagraph() 314 splitElement(listElement, splitTreeToNode(listChildNode, listElement).get()); in unlistifyParagraph()
|
D | CompositeEditCommand.h | 137 void splitElement(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> atChild);
|
D | CompositeEditCommand.cpp | 447 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()
|
D | ApplyStyleCommand.cpp | 502 splitElement(parent, before ? currentNode.get() : currentNode->nextSibling()); in splitAncestorsWithUnicodeBidi()
|