isNodeVisiblyContainedWithin  708 Source/core/editing/ApplyStyleCommand.cpp         while (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(*startNode->parentNode(), *range))
isNodeVisiblyContainedWithin   76 Source/core/editing/FormatBlockCommand.cpp         && (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refNode, *range))
isNodeVisiblyContainedWithin  220 Source/core/editing/InsertListCommand.cpp         if (switchListType && isNodeVisiblyContainedWithin(*listNode, currentSelection)) {
isNodeVisiblyContainedWithin  112 Source/core/editing/htmlediting.h bool isNodeVisiblyContainedWithin(Node&, const Range&);