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 59 unsigned descendantShadowElementCount() const { return m_descendantShadowElementCount; }
ShadowRoot.h 96 unsigned descendantShadowElementCount() const;
ShadowRoot.cpp 238 unsigned ShadowRoot::descendantShadowElementCount() const
240 return m_shadowRootRareData ? m_shadowRootRareData->descendantShadowElementCount() : 0;
InsertionPoint.cpp 148 if (!isHTMLShadowElement(*this) || shadowRoot->descendantShadowElementCount() <= 1)

Completed in 43 milliseconds