Home
last modified time | relevance | path

Searched refs:emptyInstances (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp495 static WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& emptyInstances() in emptyInstances() function
497 …Persistent<WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > >, emptyInstances, (adoptPtrWill… in emptyInstances()
498 return *emptyInstances; in emptyInstances()
504 return emptyInstances(); in instancesForElement()