Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h116 static bool matchesFocusPseudoClass(const Element&);
DElementRuleCollector.cpp170 if (SelectorChecker::matchesFocusPseudoClass(element)) in collectMatchingRules()
DSelectorChecker.cpp758 return matchesFocusPseudoClass(element); in checkOne()
1118 bool SelectorChecker::matchesFocusPseudoClass(const Element& element) in matchesFocusPseudoClass() function in blink::SelectorChecker