Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp257 inline bool ElementRuleCollector::ruleMatches(const RuleData& ruleData, const ContainerNode* scope,… in ruleMatches() function in blink::ElementRuleCollector
283 if (ruleMatches(ruleData, matchRequest.scope, contextFlags, &result)) { in collectRuleIfMatches()
DElementRuleCollector.h146 …bool ruleMatches(const RuleData&, const ContainerNode* scope, SelectorChecker::ContextFlags, Selec…