Searched refs:isNodeVisiblyContainedWithin (Results 1 – 8 of 8) sorted by relevance
74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
96 bool isNodeVisiblyContainedWithin(Node*, const Range*);
213 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) { in doApplyForSingleParagraph()
574 …while (ancestor && ancestor->rendererIsEditable() && isNodeVisiblyContainedWithin(ancestor, maximu… in extendRangeToWrappingNodes()1060 bool isNodeVisiblyContainedWithin(Node* node, const Range* selectedRange) in isNodeVisiblyContainedWithin() function
684 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(startNo… in fixRangeAndApplyInlineStyle()
23893 (WebCore::isNodeVisiblyContainedWithin):
84490 …(WebCore::isNodeVisiblyContainedWithin): determine if a node is inside a range or within the visib…
91508 (WebCore::isNodeVisiblyContainedWithin): Works properly when one end is inside the range.