HomeSort by relevance Sort by last modified time
    Searched full:autoreleases (Results 1 - 12 of 12) 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/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 69 /// possibly produce autoreleases.
ObjCARCOpts.cpp 299 STATISTIC(NumAutoreleases,"Number of autoreleases converted to releases");
    [all...]
  /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 471 mutable Selector autoreleaseS;
490 autoreleaseS = GetNullarySelector("autorelease", Ctx);
500 if (!(S == releaseS || S == retainS || S == autoreleaseS || S == drainS))
RetainCountChecker.cpp     [all...]
  /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.rst 495 required to do unnecessary retains and autoreleases; this permits
496 optimizations such as eliding retain/autoreleases when it can be shown that
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog     [all...]

Completed in 378 milliseconds