Home
last modified time | relevance | path

Searched refs:nodeToSplitTo (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp112 Node* nodeToSplitTo; in indentIntoBlockquote() local
114 nodeToSplitTo = enclosingCell; in indentIntoBlockquote()
116 nodeToSplitTo = enclosingBlock(start.node()); in indentIntoBlockquote()
118 nodeToSplitTo = editableRootForPosition(start); in indentIntoBlockquote()
120 RefPtr<Node> outerBlock = splitTreeToNode(start.node(), nodeToSplitTo); in indentIntoBlockquote()
/external/webkit/WebCore/
DChangeLog-2010-01-2990524 and the nodeToSplitTo were the same node.
90530 Added an assert in that node and nodeToSplitTo