Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp228 … if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote)) in doApply() local
229 startBlock = static_cast<Element*>(highestBlockquote); in doApply()
DCompositeEditCommand.cpp1109 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph() local
1110 if (!highestBlockquote) in breakOutOfEmptyMailBlockquotedParagraph()
1124 insertNodeBefore(br, highestBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()