Searched defs:ScopedNSAutoreleasePool (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/mac/
H A Dscoped_nsautorelease_pool.h20 // ScopedNSAutoreleasePool allocates an NSAutoreleasePool when instantiated and
25 class BASE_EXPORT ScopedNSAutoreleasePool { class in namespace:base::mac
27 ScopedNSAutoreleasePool();
28 ~ScopedNSAutoreleasePool();
39 DISALLOW_COPY_AND_ASSIGN(ScopedNSAutoreleasePool);

Completed in 164 milliseconds