Home | History | Annotate | Download | only in page

Lines Matching refs:isShadowHost

101     ASSERT(isShadowHost(node));
141 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
150 return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);
159 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element);