Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h124 static bool isHostInItsShadowTree(const Element&, const ContainerNode* scope);
177 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, const ContainerNode* sco… in isHostInItsShadowTree() function
DElementRuleCollector.cpp131 if (SelectorChecker::isHostInItsShadowTree(*element, scopingNode)) in rulesApplicableInCurrentTreeScope()
DSelectorChecker.cpp507 bool elementIsHostInItsShadowTree = isHostInItsShadowTree(element, context.scope); in checkOne()