Home
last modified time | relevance | path

Searched refs:hasPendingAuthorStyleSheets (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h153 …bool hasPendingAuthorStyleSheets() const { return m_pendingStyleSheets.size() > 0 || m_needCollect… in hasPendingAuthorStyleSheets() function
210 if (hasPendingAuthorStyleSheets()) in ensureRuleFeatureSet()
DStyleResolver.cpp642 ASSERT(!hasPendingAuthorStyleSheets()); in styleForElement()
742 ASSERT(!hasPendingAuthorStyleSheets()); in styleForKeyframe()
814 ASSERT(!hasPendingAuthorStyleSheets()); in keyframeStylesForAnimation()
986 ASSERT(!hasPendingAuthorStyleSheets()); in styleForPage()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.h155 } else if (m_resolver->hasPendingAuthorStyleSheets()) { in ensureResolver()