Searched refs:constrainingAncestor (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CompositeEditCommand.h | 158 …ition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0); 159 …ition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
|
D | markup.h | 64 … convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
|
D | markup.cpp | 517 …oWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor) in highestAncestorToWrapMarkup() argument 543 …Node(checkAncestor), &isPresentationalHTMLElement, CanCrossEditingBoundary, constrainingAncestor)); in highestAncestorToWrapMarkup() 566 …Annotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor) in createMarkupInternal() argument 586 …alCommonAncestor = highestAncestorToWrapMarkup(updatedRange, shouldAnnotate, constrainingAncestor); in createMarkupInternal() 648 …Annotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor) in createMarkup() argument 656 …atedRange, nodes, shouldAnnotate, convertBlocksToInlines, shouldResolveURLs, constrainingAncestor); in createMarkup()
|
D | CompositeEditCommand.cpp | 1162 …siblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) in moveParagraph() argument 1166 …ToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle, constrainingAncestor); in moveParagraph() 1169 …siblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) in moveParagraphs() argument 1215 …ge.get(), 0, DoNotAnnotateForInterchange, true, DoNotResolveURLs, constrainingAncestor), "") : nul… in moveParagraphs()
|