nodeFullySelected  390 Source/core/editing/ApplyStyleCommand.cpp             if (!nodeFullySelected(node, start, end))
nodeFullySelected  615 Source/core/editing/ApplyStyleCommand.cpp         if (startUnsplitAncestor && nodeFullySelected(startUnsplitAncestor, removeStart, end))
nodeFullySelected  619 Source/core/editing/ApplyStyleCommand.cpp         if (endUnsplitAncestor && nodeFullySelected(endUnsplitAncestor, removeStart, end))
nodeFullySelected 1122 Source/core/editing/ApplyStyleCommand.cpp         if (node->isHTMLElement() && nodeFullySelected(node.get(), start, end)) {
nodeFullySelected   90 Source/core/editing/ApplyStyleCommand.h     bool nodeFullySelected(Node*, const Position& start, const Position& end) const;
nodeFullySelected  474 Source/core/page/DOMSelection.cpp     bool nodeFullySelected = Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->startContainer(), selectedRange->startOffset(), exceptionState) >= 0 && !exceptionState.hadException()
nodeFullySelected  478 Source/core/page/DOMSelection.cpp     if (nodeFullySelected)