styleScopedEnabled   63 Source/core/dom/ContextFeatures.cpp         return RuntimeEnabledFeatures::styleScopedEnabled();
styleScopedEnabled   64 Source/core/dom/ContextFeatures.cpp     return document->contextFeatures().isEnabled(document, StyleScoped, RuntimeEnabledFeatures::styleScopedEnabled());
styleScopedEnabled   54 Source/core/dom/ContextFeatures.h     static bool styleScopedEnabled(Document*);
styleScopedEnabled   75 Source/core/html/HTMLStyleElement.cpp     } else if (name == scopedAttr && ContextFeatures::styleScopedEnabled(&document())) {
styleScopedEnabled   87 Source/core/html/HTMLStyleElement.cpp     ASSERT(ContextFeatures::styleScopedEnabled(&document()));
styleScopedEnabled  161 Source/core/html/HTMLStyleElement.cpp     ASSERT(m_scopedStyleRegistrationState != NotRegistered || !ContextFeatures::styleScopedEnabled(&document()));
styleScopedEnabled  234 Source/core/html/HTMLStyleElement.cpp     return fastHasAttribute(scopedAttr) && ContextFeatures::styleScopedEnabled(&document());
styleScopedEnabled   64 Source/core/testing/InternalSettings.cpp     , m_originalStyleScoped(RuntimeEnabledFeatures::styleScopedEnabled())