HomeSort by relevance Sort by last modified time
    Searched full:autorelease (Results 226 - 250 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/login/
login_prompt_mac.mm 61 initWithLoginHandler:this] autorelease];
  /external/chromium_org/base/test/
test_support_ios.mm 56 UILabel* label = [[[UILabel alloc] initWithFrame:bounds] autorelease];
  /external/chromium_org/chrome/app/
app_mode_loader_mac.mm 51 NSToCFCast(cr_bundle_id)))) autorelease];
  /external/chromium_org/chrome/browser/extensions/
process_manager_unittest.cc 25 // make the test a PlatformTest to setup autorelease pools properly on mac
  /external/chromium_org/chrome/browser/mac/
keystone_glue_unittest.mm 202 FakeKeystoneGlue* glue = [[[FakeKeystoneGlue alloc] init] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.mm 123 [self autorelease];
keystone_infobar_delegate.mm 225 [[[KeystonePromotionInfoBar alloc] init] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container.mm 100 return label.autorelease();
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 95 [cell setMenu:[[[NSMenu alloc] initWithTitle:@"foo"] autorelease]];
bookmark_drag_drop_cocoa.mm 116 [[[NSImage alloc] initWithSize:drag_image_size] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
edit_search_engine_cocoa_controller.mm 104 [self autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 221 [self autorelease];
  /external/chromium_org/content/browser/download/
file_metadata_mac.mm 114 [[(NSDictionary*)quarantine_properties_base mutableCopy] autorelease];
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_corewlan_mac.mm 71 // interfere with any other code using autorelease pools on the thread.
  /external/chromium_org/content/common/mac/
attributed_string_coder.mm 63 return [decoded_string.release() autorelease];
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_mac.mm 104 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@""] autorelease];
  /external/chromium_org/skia/ext/
skia_utils_mac_unittest.mm 72 return [image.release() autorelease];
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 87 autorelease];
  /external/chromium_org/ui/app_list/cocoa/
apps_collection_view_drag_manager.mm 80 return itemCollectionView.autorelease();
  /external/chromium_org/ui/gfx/image/
image_mac_unittest.mm 69 autorelease];
  /external/chromium_org/ui/gfx/
platform_font_mac.mm 138 return [[native_font_.get() retain] autorelease];
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 49 - (id)autorelease;
  /external/clang/test/Analysis/inlining/
InlineObjCClassMethod.m 14 -(id)autorelease;
  /external/clang/test/Analysis/
retain-release-gc-only.m 84 - (id)autorelease;
236 id x = [(id) A autorelease];
271 id x = [NSMakeCollectable(CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks)) autorelease]; // no-warning
275 id x = [(id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks) autorelease]; // expected-warning{{leak}}
  /external/clang/lib/CodeGen/
CGObjC.cpp 364 // (i.e. retain+autorelease) of receivers of returns-inner-pointer
    [all...]

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>