Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DBreakBlockquoteCommand.cpp70 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote); in doApply()
Dhtmlediting.h58 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
DIndentOutdentCommand.cpp185 …Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isI… in outdentParagraph()
DInsertParagraphSeparatorCommand.cpp231 … if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote)) in doApply()
DReplaceSelectionCommand.cpp629 …if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNo… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
880 …return highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle, CannotCrossEditingBoundary,… in nodeToSplitToAvoidPastingIntoInlineNodesWithStyle()
1202 …insertParagraphSeparator(true, !startIsInsideMailBlockquote && highestEnclosingNodeOfType(endOfIns… in doApply()
Dmarkup.cpp517 …if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->fi… in highestAncestorToWrapMarkup()
523 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &i… in highestAncestorToWrapMarkup()
Dhtmlediting.cpp587 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBound… in highestEnclosingNodeOfType() function
DCompositeEditCommand.cpp1366 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()