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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 218 [self autorelease];
410 [[[NSImage alloc] initWithSize:[bitmap size]] autorelease];
bookmark_menu_bridge_unittest.mm 80 keyEquivalent:@""] autorelease];
120 [item setSubmenu:[[[NSMenu alloc] initWithTitle:@"bar"] autorelease]];
bookmark_button_cell_unittest.mm 94 [cell setMenu:[[[BookmarkMenu alloc] initWithTitle:@"foo"] autorelease]];
  /external/chromium_org/base/mac/
foundation_util.mm 212 // When GC is on, NSMakeCollectable marks cf_object for GC and autorelease
219 return [NSMakeCollectable(cf_object) autorelease];
  /external/chromium_org/chrome/browser/mac/
dock.mm 61 return [dictionary autorelease];
77 return [url autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 224 [self autorelease];
472 return image.autorelease();
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_cocoa.mm 271 // owner ConfirmBubbleController object to the current autorelease pool. (This
275 [controller_ autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.mm 124 BrowserActionCell* cell = [[[BrowserActionCell alloc] init] autorelease];
290 NSImage* image = [[[NSImage alloc] initWithSize:bounds.size] autorelease];
extension_popup_controller.mm 287 [gPopup autorelease];
292 // Takes ownership of |host|. Also will autorelease itself when the popup is
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.mm 186 SetImage([[[NSImage alloc] initWithSize:default_size] autorelease]);
244 return contextMenu.autorelease();
  /external/chromium_org/skia/ext/
skia_utils_mac.mm 253 return [bitmap.release() autorelease];
265 return [image.release() autorelease];
  /external/chromium_org/third_party/mozilla/
NSPasteboard+Utils.mm 293 documentAttributes:nil] autorelease];
303 initWithData:htmlData encoding:NSUTF8StringEncoding] autorelease];
  /external/chromium_org/third_party/ocmock/OCMock/
NSInvocation+OCMAdditions.m 125 NSMutableData *argumentData = [[[NSMutableData alloc] initWithLength:maxArgSize] autorelease];
152 return [description autorelease];
  /external/chromium_org/ui/base/test/
ui_controls_mac.mm 93 autorelease];
95 [[[NSString alloc] initWithCharacters:&character length:1] autorelease];
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 141 // These mark the end and begin of an autorelease pool scope.
187 // Anything that can autorelease interrupts
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
247 RefVal autorelease() const { function in class:__anon16150::RefVal
897 case Autorelease:
    [all...]
  /external/chromium/base/mac/
mac_util.h 123 // autorelease |cf_val|. This is useful for the case where there is a CFType in
  /external/chromium/chrome/browser/cocoa/
file_metadata.mm 113 [[(NSDictionary*)quarantine_properties_base mutableCopy] autorelease];
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.mm 122 [self autorelease];
base_bubble_controller.mm 143 [self autorelease];
constrained_html_delegate_mac.mm 110 initWithConstrainedHtmlDelegateMac:this] autorelease],
keystone_infobar.mm 217 [[[KeystonePromotionInfoBar alloc] init] autorelease];
menu_controller.mm 49 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@""] autorelease];
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.mm 190 [self autorelease];
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 221 [self autorelease];

Completed in 1851 milliseconds

1 2 3 4 5 6 7 891011>>