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.cpp551 static WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& emptyInstances() in emptyInstances() function
554 …DEFINE_STATIC_LOCAL(Persistent<HeapHashSet<WeakMember<SVGElement> > >, emptyInstances, (new HeapHa… in emptyInstances()
555 return *emptyInstances; in emptyInstances()
557 DEFINE_STATIC_LOCAL(HashSet<RawPtr<SVGElement> >, emptyInstances, ()); in emptyInstances()
558 return emptyInstances; in emptyInstances()
565 return emptyInstances(); in instancesForElement()