OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ruleMatches
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h
120
bool
ruleMatches
(const RuleData&, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary, SelectorChecker::MatchResult*);
ElementRuleCollector.cpp
259
inline bool ElementRuleCollector::
ruleMatches
(const RuleData& ruleData, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, SelectorChecker::MatchResult* result)
307
if (
ruleMatches
(ruleData, matchRequest.scope, behaviorAtBoundary, &result)) {
Completed in 27 milliseconds