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

<<111213141516

  /external/chromium/chrome/browser/cocoa/
keystone_glue.mm 676 return [[recentNotification_ retain] autorelease];
855 [[parameters mutableCopy] autorelease];
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.mm 465 // We can't actually use |-autorelease| here because there's an embedded
466 // run loop in the |-performClose:| which contains its own autorelease pool.
469 [self performSelector:@selector(autorelease)
486 // We can't actually use |-autorelease| here because there's an embedded
487 // run loop in the |-performClose:| which contains its own autorelease pool.
490 [self performSelector:@selector(autorelease)
    [all...]
page_info_bubble_controller.mm 305 NSButton* certButton = [[[NSButton alloc] initWithFrame:frame] autorelease];
task_manager_mac.mm 381 [self autorelease];
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.mm 98 keyEquivalent:@""] autorelease];
259 endingColor:endingColor] autorelease];
  /external/chromium_org/chrome/browser/mac/
install_from_dmg.mm 254 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
389 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.mm 96 return [label autorelease];
327 NSButton* button = [[[NSButton alloc] initWithFrame:frame] autorelease];
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.mm 607 return imageBox.autorelease();
642 return imageBox.autorelease();
  /external/llvm/test/Transforms/ObjCARC/
basic.ll 890 ; want it to be in the autorelease pool.
921 ; Trivial retain,autorelease pair. Don't delete!
1020 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated
1040 ; Trivial retain,autorelease pair, post-dominated
1322 ; Delete a redundant retain,autorelease when forwaring a call result
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.mm 534 // We can't actually use |-autorelease| here because there's an embedded
535 // run loop in the |-performClose:| which contains its own autorelease pool.
538 [self performSelector:@selector(autorelease)
555 // We can't actually use |-autorelease| here because there's an embedded
556 // run loop in the |-performClose:| which contains its own autorelease pool.
559 [self performSelector:@selector(autorelease)
    [all...]
task_manager_mac.mm 394 [self autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm 166 bitsPerPixel:0] autorelease];
210 }) autorelease];
229 }) autorelease];
666 TabController* controller = [[[TabController alloc] init] autorelease];
    [all...]
tab_controller_unittest.mm 111 // The dragging code in TabView makes heavy use of autorelease pools so
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.mm 310 NSMutableArray* ret = [[[NSMutableArray alloc] init] autorelease];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac_unittest.mm 25 // These are here because there is no autorelease pool for the
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 378 autorelease];
    [all...]
bookmark_bubble_controller.mm 175 [self autorelease];
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.mm 216 // DownloadItem. We don't want to wait for autorelease since the DownloadItem
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.mm 168 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"TITLE"] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 424 autorelease];
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller.mm 194 // DownloadItem. We don't want to wait for autorelease since the DownloadItem
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa_unittest.mm 69 // Note: Loading the wnidow causes Cocoa to autorelease a few objects.
  /external/chromium_org/chrome/common/mac/
objc_zombie.mm 53 // deep autorelease and event loop stacks.
  /external/chromium_org/content/common/
sandbox_mac.mm 432 NSString* sandbox_data = [[sandbox_template copy] autorelease];
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 68 // Make the test a PlatformTest to setup autorelease pools properly on Mac.

Completed in 464 milliseconds

<<111213141516