Searched refs:isNodeVisiblyContainedWithin (Results 1 – 5 of 5) sorted by relevance
77 … (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refEle… in formatRange()
120 bool isNodeVisiblyContainedWithin(Node&, const Range&);
227 if (switchListType && isNodeVisiblyContainedWithin(*listElement, currentSelection)) { in doApplyForSingleParagraph()
1146 bool isNodeVisiblyContainedWithin(Node& node, const Range& selectedRange) in isNodeVisiblyContainedWithin() function
713 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(*startN… in fixRangeAndApplyInlineStyle()