DisallowStyleSharing   85 Source/core/css/MediaQueryMatcher.cpp     RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
DisallowStyleSharing   64 Source/core/css/StyleMedia.cpp     RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
DisallowStyleSharing  153 Source/core/css/resolver/StyleResolver.cpp         m_rootDefaultStyle = styleForElement(root, 0, DisallowStyleSharing, MatchOnlyUserAgentRules);
DisallowStyleSharing 2988 Source/core/rendering/RenderObject.cpp         RefPtr<RenderStyle> result = document().ensureStyleResolver().styleForElement(element, parentStyle, DisallowStyleSharing);
DisallowStyleSharing  967 Source/core/svg/SVGElement.cpp     return document().ensureStyleResolver().styleForElement(correspondingElement(), style, DisallowStyleSharing);
DisallowStyleSharing   97 Source/core/svg/SVGElementRareData.h             m_overrideComputedStyle = element->document().ensureStyleResolver().styleForElement(element, parentStyle, DisallowStyleSharing, MatchAllRulesExcludingSMIL);