Searched refs:isShadowHost (Results 1 – 4 of 4) sorted by relevance
104 if (isShadowHost(node)) in ownedByNonFocusableFocusScopeOwner()112 ASSERT(isShadowHost(node)); in ownedByShadowHost()175 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonFocusableShadowHost()185 … return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonKeyboardFocusableShadowHost()194 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isKeyboardFocusableShadowHost()
49 && !isShadowHost(&scopingNode) in scopedStyleResolverFor()
887 inline bool isShadowHost(const Node* node) in isShadowHost() function892 inline bool isShadowHost(const Element* element) in isShadowHost() function
2447 ASSERT(isShadowHost(shadowHost)); in isInDescendantTreeOf()