HomeSort by relevance Sort by last modified time
    Searched refs:m_scopedStyleRegistrationState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.cpp 52 , m_scopedStyleRegistrationState(NotRegistered)
59 // During tear-down, willRemove isn't called, so m_scopedStyleRegistrationState may still be RegisteredAsScoped or RegisteredInShadowRoot here.
60 // Therefore we can't ASSERT(m_scopedStyleRegistrationState == NotRegistered).
94 if (m_scopedStyleRegistrationState == RegisteredAsScoped)
100 if (m_scopedStyleRegistrationState == RegisteredInShadowRoot) {
114 if (m_scopedStyleRegistrationState != RegisteredAsScoped)
142 ASSERT(m_scopedStyleRegistrationState == NotRegistered);
144 if (m_scopedStyleRegistrationState != NotRegistered)
157 m_scopedStyleRegistrationState = scoped ? RegisteredAsScoped : RegisteredInShadowRoot;
162 ASSERT(m_scopedStyleRegistrationState != NotRegistered || !ContextFeatures::styleScopedEnabled(&document()))
    [all...]
HTMLStyleElement.h 51 if (m_scopedStyleRegistrationState == NotRegistered)
58 return m_scopedStyleRegistrationState == RegisteredInShadowRoot;
103 ScopedStyleRegistrationState m_scopedStyleRegistrationState;

Completed in 44 milliseconds