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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 59 unsigned descendantShadowElementCount() const { return m_descendantShadowElementCount; }
ShadowRoot.cpp 254 unsigned ShadowRoot::descendantShadowElementCount() const
256 return m_shadowRootRareData ? m_shadowRootRareData->descendantShadowElementCount() : 0;
ShadowRoot.h 94 unsigned descendantShadowElementCount() const;
InsertionPoint.cpp 151 if (!isHTMLShadowElement(*this) || shadowRoot->descendantShadowElementCount() <= 1)

Completed in 70 milliseconds