OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
185
Node* highestInlineNode =
highestEnclosingNodeOfType
(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
htmlediting.h
58
Node*
highestEnclosingNodeOfType
(const Position&, bool (*nodeIsOfType)(const Node*),
InsertParagraphSeparatorCommand.cpp
231
if (Node* highestBlockquote =
highestEnclosingNodeOfType
(canonicalPos, &isMailBlockquote))
ReplaceSelectionCommand.cpp
629
if (HTMLElement* headerElement = toHTMLElement(
highestEnclosingNodeOfType
(positionInParentBeforeNode(node.get()), isHeaderElement)))
[
all
...]
markup.cpp
517
if (Node* highestMailBlockquote =
highestEnclosingNodeOfType
(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
523
Node* newSpecialCommonAncestor =
highestEnclosingNodeOfType
(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor);
[
all
...]
htmlediting.cpp
587
Node*
highestEnclosingNodeOfType
(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule, Node* stayWithin)
[
all
...]
CompositeEditCommand.cpp
[
all
...]
Completed in 1146 milliseconds