Home | History | Annotate | Download | only in dom

Lines Matching refs:SVGUseElement

183 #include "core/svg/SVGUseElement.h"
2086 void Document::scheduleUseShadowTreeUpdate(SVGUseElement& element)
2092 void Document::unscheduleUseShadowTreeUpdate(SVGUseElement& element)
2104 WillBeHeapVector<RawPtrWillBeMember<SVGUseElement> > elements;
2108 for (WillBeHeapVector<RawPtrWillBeMember<SVGUseElement> >::iterator it = elements.begin(), end = elements.end(); it != end; ++it)