Home
last modified time | relevance | path

Searched refs:m_needCollectFeatures (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h136 …ndingAuthorStyleSheets() const { return m_pendingStyleSheets.size() > 0 || m_needCollectFeatures; } in hasPendingAuthorStyleSheets()
296 bool m_needCollectFeatures; variable
DStyleResolver.cpp134 , m_needCollectFeatures(false) in StyleResolver()
235 m_needCollectFeatures = true; in resetRuleFeatures()
312 m_needCollectFeatures = false; in collectFeatures()
552 ASSERT(!m_needCollectFeatures); in styleForElement()