Searched refs:isShadowHost (Results 1 – 6 of 6) sorted by relevance
111 if (isShadowHost(node)) in ownedByNonFocusableFocusScopeOwner()119 ASSERT(isShadowHost(node)); in ownedByShadowHost()184 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonFocusableShadowHost()194 … return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonKeyboardFocusableShadowHost()203 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isKeyboardFocusableShadowHost()
50 if (!isShadowHost(&scopingNode) in scopedStyleResolverFor()
862 inline bool isShadowHost(const Node* node) in isShadowHost() function867 inline bool isShadowHost(const Element* element) in isShadowHost() function
340 if (!node.isElementNode() || !isShadowHost(&node)) in authorShadowRootOf()
2416 ASSERT(isShadowHost(shadowHost)); in isInDescendantTreeOf()
1 …isShadowHost(node) {\n return !!node.shadowRoot;\n }\n\n function getEventParent(node) {\n …