Searched refs:isShadowHost (Results 1 – 7 of 7) 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()
823 inline bool isShadowHost(const Node* node) in isShadowHost() function828 inline bool isShadowHost(const Element* element) in isShadowHost() function
339 if (!node.isElementNode() || !isShadowHost(&node)) in authorShadowRootOf()
2376 ASSERT(isShadowHost(shadowHost)); in isInDescendantTreeOf()
1 …isShadowHost(node) {\n return !!node.shadowRoot;\n }\n\n function getEventParent(node) {\n …
1 …isShadowHost(node)) {\n var shadowHost = node;\n // 1.1\n var pool = poolPopu…