Searched refs:matchesFocusPseudoClass (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.h103 static bool matchesFocusPseudoClass(const Element*);
H A DSelectorCheckerFastPath.cpp216 return SelectorChecker::matchesFocusPseudoClass(m_element);
H A DElementRuleCollector.cpp156 if (SelectorChecker::matchesFocusPseudoClass(element))
H A DSelectorChecker.cpp640 return matchesFocusPseudoClass(element);
983 bool SelectorChecker::matchesFocusPseudoClass(const Element* element) function in class:WebCore::SelectorChecker

Completed in 89 milliseconds