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
72
HTMLQuoteElement* topBlockquote = toHTMLQuoteElement(
highestEnclosingNodeOfType
(pos, isMailHTMLBlockquoteElement));
IndentOutdentCommand.cpp
192
Node* highestInlineNode =
highestEnclosingNodeOfType
(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
htmlediting.h
64
Node*
highestEnclosingNodeOfType
(const Position&, bool (*nodeIsOfType)(const Node*),
InsertParagraphSeparatorCommand.cpp
234
if (HTMLQuoteElement* highestBlockquote = toHTMLQuoteElement(
highestEnclosingNodeOfType
(canonicalPos, &isMailHTMLBlockquoteElement)))
ReplaceSelectionCommand.cpp
654
if (HTMLElement* headerElement = toHTMLElement(
highestEnclosingNodeOfType
(positionInParentBeforeNode(element), isHTMLHeaderElement)))
[
all
...]
markup.cpp
537
if (HTMLQuoteElement* highestMailBlockquote = toHTMLQuoteElement(
highestEnclosingNodeOfType
(firstPositionInOrBeforeNode(range->firstNode()), isMailHTMLBlockquoteElement, CanCrossEditingBoundary)))
543
HTMLElement* newSpecialCommonAncestor = toHTMLElement(
highestEnclosingNodeOfType
(firstPositionInNode(checkAncestor), &isPresentationalHTMLElement, CanCrossEditingBoundary, constrainingAncestor));
[
all
...]
htmlediting.cpp
613
Node*
highestEnclosingNodeOfType
(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule, Node* stayWithin)
[
all
...]
CompositeEditCommand.cpp
[
all
...]
Completed in 86 milliseconds