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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 67 void setDescendantInsertionPoints(WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& list) { m_descendantInsertionPoints.swap(list); }
ShadowRoot.cpp 306 ensureShadowRootRareData()->setDescendantInsertionPoints(insertionPoints);

Completed in 49 milliseconds