m_scopedStyleRegistrationState   93 Source/core/html/HTMLStyleElement.cpp         if (m_scopedStyleRegistrationState == RegisteredAsScoped)
m_scopedStyleRegistrationState   99 Source/core/html/HTMLStyleElement.cpp         if (m_scopedStyleRegistrationState == RegisteredInShadowRoot) {
m_scopedStyleRegistrationState  113 Source/core/html/HTMLStyleElement.cpp     if (m_scopedStyleRegistrationState != RegisteredAsScoped)
m_scopedStyleRegistrationState  141 Source/core/html/HTMLStyleElement.cpp     ASSERT(m_scopedStyleRegistrationState == NotRegistered);
m_scopedStyleRegistrationState  143 Source/core/html/HTMLStyleElement.cpp     if (m_scopedStyleRegistrationState != NotRegistered)
m_scopedStyleRegistrationState  156 Source/core/html/HTMLStyleElement.cpp     m_scopedStyleRegistrationState = scoped ? RegisteredAsScoped : RegisteredInShadowRoot;
m_scopedStyleRegistrationState  161 Source/core/html/HTMLStyleElement.cpp     ASSERT(m_scopedStyleRegistrationState != NotRegistered || !ContextFeatures::styleScopedEnabled(&document()));
m_scopedStyleRegistrationState  171 Source/core/html/HTMLStyleElement.cpp     m_scopedStyleRegistrationState = NotRegistered;
m_scopedStyleRegistrationState  178 Source/core/html/HTMLStyleElement.cpp         if (m_scopedStyleRegistrationState == NotRegistered && (scoped() || isInShadowTree()))
m_scopedStyleRegistrationState  193 Source/core/html/HTMLStyleElement.cpp     if (m_scopedStyleRegistrationState != NotRegistered) {
m_scopedStyleRegistrationState  194 Source/core/html/HTMLStyleElement.cpp         if (m_scopedStyleRegistrationState == RegisteredInShadowRoot) {
m_scopedStyleRegistrationState   51 Source/core/html/HTMLStyleElement.h         if (m_scopedStyleRegistrationState == NotRegistered)
m_scopedStyleRegistrationState   58 Source/core/html/HTMLStyleElement.h         return m_scopedStyleRegistrationState == RegisteredInShadowRoot;
m_scopedStyleRegistrationState  100 Source/core/html/HTMLStyleElement.h     ScopedStyleRegistrationState m_scopedStyleRegistrationState;