Searched refs:isNodeVisiblyContainedWithin (Results 1 – 5 of 5) sorted by relevance
76 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
112 bool isNodeVisiblyContainedWithin(Node*, const Range*);
218 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) { in doApplyForSingleParagraph()
1089 bool isNodeVisiblyContainedWithin(Node* node, const Range* selectedRange) in isNodeVisiblyContainedWithin() function
698 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(startNo… in fixRangeAndApplyInlineStyle()