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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 66 const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& descendantInsertionPoints() { return m_descendantInsertionPoints; }
ShadowRoot.cpp 307 const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& ShadowRoot::descendantInsertionPoints()
311 return m_shadowRootRareData->descendantInsertionPoints();
326 return m_shadowRootRareData->descendantInsertionPoints();

Completed in 51 milliseconds