OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotRegistered
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h
51
if (m_scopedStyleRegistrationState ==
NotRegistered
)
99
NotRegistered
,
HTMLStyleElement.cpp
52
, m_scopedStyleRegistrationState(
NotRegistered
)
60
// Therefore we can't ASSERT(m_scopedStyleRegistrationState ==
NotRegistered
).
142
ASSERT(m_scopedStyleRegistrationState ==
NotRegistered
);
144
if (m_scopedStyleRegistrationState !=
NotRegistered
)
162
ASSERT(m_scopedStyleRegistrationState !=
NotRegistered
|| !ContextFeatures::styleScopedEnabled(&document()));
172
m_scopedStyleRegistrationState =
NotRegistered
;
179
if (m_scopedStyleRegistrationState ==
NotRegistered
&& (scoped() || isInShadowTree()))
194
if (m_scopedStyleRegistrationState !=
NotRegistered
) {
Completed in 177 milliseconds