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 291 const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& ShadowRoot::descendantInsertionPoints()
295 return m_shadowRootRareData->descendantInsertionPoints();
308 return m_shadowRootRareData->descendantInsertionPoints();

Completed in 511 milliseconds