OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 658 milliseconds