OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 259 milliseconds