Home
last modified time | relevance | path

Searched refs:splitTreeToNode (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.cpp105 …(start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : splitTreeToNode(start.depreca… in indentIntoBlockquote()
172 splitBlockquoteNode = splitTreeToNode(enclosingBlockFlow, enclosingNode, true); in outdentParagraph()
DInsertListCommand.cpp292 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in unlistifyParagraph()
300 splitElement(listNode, splitTreeToNode(listChildNode, listNode).get()); in unlistifyParagraph()
DCompositeEditCommand.h119 PassRefPtr<Node> splitTreeToNode(Node*, Node*, bool splitAncestor = false);
DFormatBlockCommand.cpp64 …(start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : splitTreeToNode(start.depreca… in formatRange()
DInsertParagraphSeparatorCommand.cpp350 splitTreeToNode(insertionPosition.containerNode(), startBlock); in doApply()
DReplaceSelectionCommand.cpp964 … nodeToSplitTo = splitTreeToNode(insertionPos.anchorNode(), nodeToSplitTo.get(), true).get(); in doApply()
1268 splitTreeToNode(insertPos.deprecatedNode(), lastNode, true); in insertAsListItems()
DCompositeEditCommand.cpp1220 PassRefPtr<Node> CompositeEditCommand::splitTreeToNode(Node* start, Node* end, bool shouldSplitAnce… in splitTreeToNode() function in WebCore::CompositeEditCommand
/external/webkit/Source/WebCore/
DChangeLog26156 …he highest ancestor with isInlineNodeWithStyle, replaced the while loop by calls to splitTreeToNode
26159 …Also fixed a bug in splitTreeToNode not to check the difference in visible position when splitting…
26166 (WebCore::CompositeEditCommand::splitTreeToNode):
DChangeLog-2010-12-0610514 (WebCore::CompositeEditCommand::splitTreeToNode): Ditto.
25218 Crash in CompositeEditCommand::splitTreeToNode
25221 The bug was caused by indentIntoBlockquote's passing null pointer to splitTreeToNode.
25227 (WebCore::CompositeEditCommand::splitTreeToNode):
102531 crash in WebCore::CompositeEditCommand::splitTreeToNode when indenting pre
DChangeLog-2006-12-3136472 (WebCore::IndentOutdentCommand::splitTreeToNode): Removed use of EditCommandPtr.
46324 (WebCore::IndentOutdentCommand::splitTreeToNode): Splits the DOM tree from a
DChangeLog-2008-08-1013265 (WebCore::CompositeEditCommand::splitTreeToNode):
65135 (WebCore::CompositeEditCommand::splitTreeToNode): Moved here.
65137 * editing/IndentOutdentCommand.cpp: Moved splitTreeToNode.
DChangeLog-2009-06-169750 (WebCore::CompositeEditCommand::splitTreeToNode):
9759 (WebCore::CompositeEditCommand::splitTreeToNode):
9771 (WebCore::CompositeEditCommand::splitTreeToNode): Calling recursively
DChangeLog-2010-01-2990523 The crash is that we would call splitTreeToNode where the node
90529 (WebCore::CompositeEditCommand::splitTreeToNode):
DChangeLog-2011-02-1625782 (WebCore::CompositeEditCommand::splitTreeToNode):
DChangeLog-2010-05-243417 … REGRESSION: crash in WebCore::CompositeEditCommand::splitTreeToNode when indenting in an empty li