Searched refs:isHTMLShadowElement (Results 1 – 5 of 5) sorted by relevance
86 if (isHTMLShadowElement(point)) in didAddInsertionPoint()96 if (isHTMLShadowElement(point)) in didRemoveInsertionPoint()
144 … if (thisIsContentHTMLElement && isHTMLShadowElement(node) && !foundShadowElementInAncestors) in canBeActive()159 if (!isHTMLShadowElement(this) || shadowRoot->descendantShadowElementCount() <= 1) in isActive()166 if (isHTMLShadowElement(point)) in isActive()174 return isHTMLShadowElement(this) && isActive(); in isShadowInsertionPoint()
76 ASSERT(isHTMLShadowElement(node) || (isHTMLContentElement(node) && !node->hasChildNodes())); in traverseNode()
278 if (isHTMLShadowElement(point)) { in distribute()
52 inline bool isHTMLShadowElement(const Node* node) in isHTMLShadowElement() function