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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h 58 return m_scopedStyleRegistrationState == RegisteredInShadowRoot;
101 RegisteredInShadowRoot
HTMLStyleElement.cpp 59 // During tear-down, willRemove isn't called, so m_scopedStyleRegistrationState may still be RegisteredAsScoped or RegisteredInShadowRoot here.
100 if (m_scopedStyleRegistrationState == RegisteredInShadowRoot) {
157 m_scopedStyleRegistrationState = scoped ? RegisteredAsScoped : RegisteredInShadowRoot;
195 if (m_scopedStyleRegistrationState == RegisteredInShadowRoot) {

Completed in 98 milliseconds