Searched refs:highestEnclosingNodeOfType (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | BreakBlockquoteCommand.cpp | 70 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote); in doApply()
|
D | htmlediting.h | 58 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
|
D | IndentOutdentCommand.cpp | 185 …Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isI… in outdentParagraph()
|
D | InsertParagraphSeparatorCommand.cpp | 231 … if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote)) in doApply()
|
D | ReplaceSelectionCommand.cpp | 629 …if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNo… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder() 880 …return highestEnclosingNodeOfType(insertionPos, isInlineNodeWithStyle, CannotCrossEditingBoundary,… in nodeToSplitToAvoidPastingIntoInlineNodesWithStyle() 1202 …insertParagraphSeparator(true, !startIsInsideMailBlockquote && highestEnclosingNodeOfType(endOfIns… in doApply()
|
D | markup.cpp | 517 …if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->fi… in highestAncestorToWrapMarkup() 523 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &i… in highestAncestorToWrapMarkup()
|
D | htmlediting.cpp | 587 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBound… in highestEnclosingNodeOfType() function
|
D | CompositeEditCommand.cpp | 1366 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()
|