Home
last modified time | relevance | path

Searched refs:highestEnclosingNodeOfType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp69 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote); in doApply()
Dhtmlediting.h59 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*), EditingBoundar…
DInsertParagraphSeparatorCommand.cpp228 … if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote)) in doApply()
Dmarkup.cpp491 …if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->fi… in highestAncestorToWrapMarkup()
497 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &i… in highestAncestorToWrapMarkup()
Dhtmlediting.cpp638 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBound… in highestEnclosingNodeOfType() function
DReplaceSelectionCommand.cpp962 …if (RefPtr<Node> nodeToSplitTo = highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle)) { in doApply()
DCompositeEditCommand.cpp1109 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()
/external/webkit/Source/WebCore/
DChangeLog26157 and highestEnclosingNodeOfType.
26160 … have introduced unnecessary nodes when splitting tree and a bug in highestEnclosingNodeOfType that
26170 (WebCore::highestEnclosingNodeOfType):
37669 (WebCore::highestEnclosingNodeOfType):
43351 to enclosingNodeOfType and highestEnclosingNodeOfType.
43371 (WebCore::highestEnclosingNodeOfType): Ditto; also add the missing check.
DChangeLog-2009-06-1668256 (WebCore::highestEnclosingNodeOfType): Added.