HomeSort by relevance Sort by last modified time
    Searched refs:highestEnclosingNodeOfType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.cpp 70 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote);
IndentOutdentCommand.cpp 175 Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
htmlediting.h 59 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
InsertParagraphSeparatorCommand.cpp 228 if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote))
ReplaceSelectionCommand.cpp 630 if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(node.get()), isHeaderElement)))
    [all...]
markup.cpp 516 if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
522 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor);
    [all...]
htmlediting.cpp 594 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule, Node* stayWithin)
    [all...]
CompositeEditCommand.cpp     [all...]

Completed in 50 milliseconds