Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.h103 PassRefPtr<StyleRuleList> matchedStyleRuleList();
DElementRuleCollector.cpp68 PassRefPtr<StyleRuleList> ElementRuleCollector::matchedStyleRuleList() in matchedStyleRuleList() function in WebCore::ElementRuleCollector
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1094 return collector.matchedStyleRuleList(); in styleRulesForElement()