Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertParagraphSeparatorCommand.cpp234 …if (HTMLQuoteElement* highestBlockquote = toHTMLQuoteElement(highestEnclosingNodeOfType(canonicalP… in doApply() local
235 startBlock = highestBlockquote; in doApply()
DCompositeEditCommand.cpp1360 …HTMLQuoteElement* highestBlockquote = toHTMLQuoteElement(highestEnclosingNodeOfType(caret.deepEqui… in breakOutOfEmptyMailBlockquotedParagraph() local
1361 if (!highestBlockquote) in breakOutOfEmptyMailBlockquotedParagraph()
1375 insertNodeBefore(br, highestBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()