highestEnclosingNodeOfType   70 Source/core/editing/BreakBlockquoteCommand.cpp     Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote);
highestEnclosingNodeOfType 1330 Source/core/editing/CompositeEditCommand.cpp     Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote);
highestEnclosingNodeOfType  185 Source/core/editing/IndentOutdentCommand.cpp         Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
highestEnclosingNodeOfType  231 Source/core/editing/InsertParagraphSeparatorCommand.cpp                 if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote))
highestEnclosingNodeOfType  628 Source/core/editing/ReplaceSelectionCommand.cpp             if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(*node), isHeaderElement)))
highestEnclosingNodeOfType  879 Source/core/editing/ReplaceSelectionCommand.cpp     return highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle, CannotCrossEditingBoundary, containgBlock);
highestEnclosingNodeOfType 1201 Source/core/editing/ReplaceSelectionCommand.cpp                     insertParagraphSeparator(true, !startIsInsideMailBlockquote && highestEnclosingNodeOfType(endOfInsertedContent.deepEquivalent(),
highestEnclosingNodeOfType   58 Source/core/editing/htmlediting.h Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
highestEnclosingNodeOfType  516 Source/core/editing/markup.cpp         if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
highestEnclosingNodeOfType  522 Source/core/editing/markup.cpp         Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor);