HomeSort by relevance Sort by last modified time
    Searched full:autoreleases (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 23 // Bridge needs to make its own copy because OS 10.6 autoreleases the
  /external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.mm 27 // Autoreleases itself on bubble close.
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 145 [[self window] performClose:self]; // Autoreleases the controller.
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 435 mutable Selector autoreleaseS;
454 autoreleaseS = GetNullarySelector("autorelease", Ctx);
464 if (!(S == releaseS || S == retainS || S == autoreleaseS || S == drainS))
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 42 // subcontroller windows to close (down the chain), and autoreleases
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.mm 109 // Autoreleases itself on bubble close.
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 553 // Our override of 2) then autoreleases the delegate, balancing the retain we added in 1).
  /external/clang/docs/
AutomaticReferenceCounting.html 521 retains and autoreleases; this permits optimizations such as eliding
522 retain/autoreleases when it can be shown that the original pointer
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog     [all...]

Completed in 467 milliseconds