Home
last modified time | relevance | path

Searched refs:hasShadowDistributedAt (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelectorList.h63 bool hasShadowDistributedAt(size_t index) const;
DCSSSelectorList.cpp180 bool CSSSelectorList::hasShadowDistributedAt(size_t index) const in hasShadowDistributedAt() function in WebCore::CSSSelectorList
DStyleInvalidationAnalysis.cpp84 if (selectorList.hasShadowDistributedAt(selectorIndex)) in hasDistributedRule()
DRuleSet.cpp371 } else if (selectorList.hasShadowDistributedAt(selectorIndex)) { in addChildRules()