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

  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.cpp 69 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote);
htmlediting.h 59 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
InsertParagraphSeparatorCommand.cpp 228 if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote))
markup.cpp 491 if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
497 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational);
    [all...]
htmlediting.cpp 638 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule)
    [all...]
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 49 milliseconds