Home
last modified time | relevance | path

Searched refs:isHTMLShadowElement (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRootRareData.h86 if (isHTMLShadowElement(point)) in didAddInsertionPoint()
96 if (isHTMLShadowElement(point)) in didRemoveInsertionPoint()
DInsertionPoint.cpp144 … 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()
DComposedTreeWalker.cpp76 ASSERT(isHTMLShadowElement(node) || (isHTMLContentElement(node) && !node->hasChildNodes())); in traverseNode()
DElementShadow.cpp278 if (isHTMLShadowElement(point)) { in distribute()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DHTMLShadowElement.h52 inline bool isHTMLShadowElement(const Node* node) in isHTMLShadowElement() function