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

  /external/chromium/base/mac/
scoped_nsautorelease_pool.h 22 // On the Mac, ScopedNSAutoreleasePool allocates an NSAutoreleasePool when
27 // On other platforms, ScopedNSAutoreleasePool is an empty object with no
30 class ScopedNSAutoreleasePool {
33 ScopedNSAutoreleasePool() {}
36 ScopedNSAutoreleasePool();
37 ~ScopedNSAutoreleasePool();
49 DISALLOW_COPY_AND_ASSIGN(ScopedNSAutoreleasePool);
  /external/chromium_org/base/mac/
scoped_nsautorelease_pool.h 20 // ScopedNSAutoreleasePool allocates an NSAutoreleasePool when instantiated and
25 class BASE_EXPORT ScopedNSAutoreleasePool {
27 ScopedNSAutoreleasePool();
28 ~ScopedNSAutoreleasePool();
39 DISALLOW_COPY_AND_ASSIGN(ScopedNSAutoreleasePool);

Completed in 53 milliseconds