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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 59 unsigned descendantShadowElementCount() const { return m_descendantShadowElementCount; }
ShadowRoot.cpp 238 unsigned ShadowRoot::descendantShadowElementCount() const
240 return m_shadowRootRareData ? m_shadowRootRareData->descendantShadowElementCount() : 0;

Completed in 219 milliseconds