Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h136 …bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) cons…
DSelectorChecker.cpp551 return checkScrollbarPseudoClass(context, &element.document(), selector); in checkOne()
990 bool SelectorChecker::checkScrollbarPseudoClass(const SelectorCheckingContext& context, Document* d… in checkScrollbarPseudoClass() function in blink::SelectorChecker