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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertParagraphSeparatorCommand.cpp229 if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote))
230 startBlock = toElement(highestBlockquote);
H A DCompositeEditCommand.cpp1349 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); local
1350 if (!highestBlockquote)
1364 insertNodeBefore(br, highestBlockquote);

Completed in 136 milliseconds