HomeSort by relevance Sort by last modified time
    Searched refs:descendantShadowElementCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 61 unsigned descendantShadowElementCount() const { return m_descendantShadowElementCount; }
ShadowRoot.h 89 unsigned descendantShadowElementCount() const;
ShadowRoot.cpp 335 unsigned ShadowRoot::descendantShadowElementCount() const
337 return m_shadowRootRareData ? m_shadowRootRareData->descendantShadowElementCount() : 0;
InsertionPoint.cpp 159 if (!isHTMLShadowElement(this) || shadowRoot->descendantShadowElementCount() <= 1)

Completed in 243 milliseconds