Home | History | Annotate | Download | only in page

Lines Matching refs:isShadowHost

111     if (isShadowHost(node))
119 ASSERT(isShadowHost(node));
184 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
194 return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
203 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);