Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h125 … static bool isHostInItsShadowTree(const Element&, BehaviorAtBoundary, const ContainerNode* scope);
181 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behav… in isHostInItsShadowTree() function
DSelectorChecker.cpp468 …bool elementIsHostInItsShadowTree = isHostInItsShadowTree(element, context.behaviorAtBoundary, con… in checkOne()