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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 63 bool hasOnlyEmptyRuleSets() const { return !m_authorStyle->ruleCount() && m_atHostRules.isEmpty(); }
StyleResolver.cpp 194 if (!scopingNode || !resolver->hasOnlyEmptyRuleSets())
212 if (!resolver->hasOnlyEmptyRuleSets())
    [all...]

Completed in 118 milliseconds