Searched refs:hasAuthorShadowRoot (Results 1 – 10 of 10) sorted by relevance
82 if (!fastHasAttribute(codeAttr) && !hasAuthorShadowRoot()) in rendererIsNeeded()89 if (!canEmbedJava() || hasAuthorShadowRoot()) in createRenderer()
62 if (!style->hasAppearance() || hasAuthorShadowRoot()) in createRenderer()
328 return !hasAuthorShadowRoot(); in hasCustomFocusLogic()528 return hasAuthorShadowRoot(); in useFallbackContent()
59 if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance())) in createRenderer()
427 if (hasAuthorShadowRoot()) in updateType()
71 if (progressElement()->hasAuthorShadowRoot()) in rendererIsNeeded()
75 if (meterElement()->hasAuthorShadowRoot()) in rendererIsNeeded()
47 …().renderer() || !UserGestureIndicator::processingUserGesture() || element().hasAuthorShadowRoot()) in handleDOMActivateEvent()
315 bool hasAuthorShadowRoot() const { return shadowRoot(); } in hasAuthorShadowRoot() function
373 …m_entersAuthorShadowRoots && m_node->isElementNode() && toElement(m_node)->hasAuthorShadowRoot()) { in advance()