SELECTION         171 Source/core/css/CSSSelector.cpp         return SELECTION;
SELECTION         231 Source/core/css/SelectorChecker.cpp     nextContext.hasSelectionPseudo = dynamicPseudo == SELECTION;
SELECTION         601 Source/core/rendering/InlineTextBox.cpp         if (RenderStyle* pseudoStyle = renderer().getCachedPseudoStyle(SELECTION)) {
SELECTION        1780 Source/core/rendering/RenderObject.cpp     if (RefPtr<RenderStyle> pseudoStyle = getUncachedPseudoStyle(PseudoStyleRequest(SELECTION)))
SELECTION        1794 Source/core/rendering/RenderObject.cpp     if (RefPtr<RenderStyle> pseudoStyle = getUncachedPseudoStyle(PseudoStyleRequest(SELECTION)))
SELECTION         283 Source/core/rendering/svg/SVGInlineTextBox.cpp         selectionStyle = parentRenderer.getCachedPseudoStyle(SELECTION);