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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 68 const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints() { return m_descendantInsertionPoints; }
69 void setDescendantInsertionPoints(Vector<RefPtr<InsertionPoint> >& list) { m_descendantInsertionPoints.swap(list); }
70 void clearDescendantInsertionPoints() { m_descendantInsertionPoints.clear(); }
80 Vector<RefPtr<InsertionPoint> > m_descendantInsertionPoints;

Completed in 31 milliseconds