Searched refs:highestEnclosingNodeOfType (Results 1 – 9 of 9) sorted by relevance
69 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote); in doApply()
59 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*), EditingBoundar…
228 … if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote)) in doApply()
491 …if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->fi… in highestAncestorToWrapMarkup()497 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &i… in highestAncestorToWrapMarkup()
638 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBound… in highestEnclosingNodeOfType() function
962 …if (RefPtr<Node> nodeToSplitTo = highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle)) { in doApply()
1109 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()
26157 and highestEnclosingNodeOfType.26160 … have introduced unnecessary nodes when splitting tree and a bug in highestEnclosingNodeOfType that26170 (WebCore::highestEnclosingNodeOfType):37669 (WebCore::highestEnclosingNodeOfType):43351 to enclosingNodeOfType and highestEnclosingNodeOfType.43371 (WebCore::highestEnclosingNodeOfType): Ditto; also add the missing check.
68256 (WebCore::highestEnclosingNodeOfType): Added.