HomeSort by relevance Sort by last modified time
    Searched full:ishtmlshadowelement (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 86 if (isHTMLShadowElement(point))
96 if (isHTMLShadowElement(point))
InsertionPoint.cpp 144 if (thisIsContentHTMLElement && isHTMLShadowElement(node) && !foundShadowElementInAncestors)
159 if (!isHTMLShadowElement(this) || shadowRoot->descendantShadowElementCount() <= 1)
166 if (isHTMLShadowElement(point))
174 return isHTMLShadowElement(this) && isActive();
ComposedTreeWalker.cpp 76 ASSERT(isHTMLShadowElement(node) || (isHTMLContentElement(node) && !node->hasChildNodes()));
ElementShadow.cpp 278 if (isHTMLShadowElement(point)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLShadowElement.h 52 inline bool isHTMLShadowElement(const Node* node)

Completed in 43 milliseconds