descendantInsertionPoints  300 Source/core/dom/shadow/ElementShadow.cpp         const Vector<RefPtr<InsertionPoint> >& insertionPoints = root->descendantInsertionPoints();
descendantInsertionPoints  155 Source/core/dom/shadow/InsertionPoint.cpp     const Vector<RefPtr<InsertionPoint> >& insertionPoints = shadowRoot->descendantInsertionPoints();
descendantInsertionPoints  341 Source/core/dom/shadow/ShadowRoot.cpp         return m_shadowRootRareData->descendantInsertionPoints();
descendantInsertionPoints  356 Source/core/dom/shadow/ShadowRoot.cpp     return m_shadowRootRareData->descendantInsertionPoints();
descendantInsertionPoints  103 Source/core/dom/shadow/ShadowRoot.h     const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints();
descendantInsertionPoints   66 Source/core/dom/shadow/ShadowRootRareData.h     const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints() { return m_descendantInsertionPoints; }