HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 501 - 525 of 3588) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm 16 [[InfoBarGradientView alloc] initWithFrame:frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.mm 17 editor_.reset([[AutocompleteTextFieldEditor alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_cocoa.mm 21 [[DesktopMediaPickerController alloc] initWithMediaList:media_list.Pass()
  /external/chromium_org/chrome/browser/ui/cocoa/
pdf_password_dialog.mm 83 alert_.reset([[ConstrainedWindowAlert alloc] init]);
99 [[NSSecureTextField alloc] initWithFrame:NSMakeRect(0, 0, 300, 22)]);
105 [[CustomConstrainedWindowSheet alloc]
139 [[PDFPasswordDialogMac alloc] initWithWebContents:web_contents
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
media_indicator_view_unittest.mm 18 view_.reset([[MediaIndicatorView alloc] init]);
tab_strip_view_unittest.mm 20 [[TabStripView alloc] initWithFrame:frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
wrench_toolbar_button_cell_unittest.mm 24 base::scoped_nsobject<NSButton> button([[TestWrenchToolbarButton alloc]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_mac_unittest.mm 19 [[WebContentsViewCocoa alloc] init]);
  /external/chromium_org/crypto/
apple_keychain_ios.mm 36 [[NSString alloc] initWithBytes:serviceName
44 [[NSString alloc] initWithBytes:accountName
90 [[NSString alloc] initWithBytes:serviceName
98 [[NSString alloc] initWithBytes:accountName
  /external/chromium_org/ppapi/shared_impl/
array_writer.cc 35 // Always call the alloc function, even on 0 array size.
58 // Always call the alloc function, even on 0 array size.
83 // Always call the alloc function, even on 0 array size.
106 // Always call the alloc function, even on 0 array size.
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 82 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
87 impl = [[DeviceWatcherImpl alloc] init:manager];
97 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
105 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/chromium_org/ui/base/cocoa/controls/
blue_label_button.mm 60 [[NSMutableParagraphStyle alloc] init]);
69 [[NSAttributedString alloc] initWithString:buttonText
89 base::scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]);
122 base::scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]);
blue_label_button_unittest.mm 29 blue_label_button_.reset([[BlueLabelButton alloc] initWithFrame:NSZeroRect]);
hover_image_menu_button.mm 21 [[CrTrackingArea alloc] initWithRect:NSZeroRect
  /external/chromium_org/ui/base/cocoa/
hover_image_button_unittest.mm 17 [[HoverImageButton alloc] initWithFrame:content_frame]);
nsgraphics_context_additions_unittest.mm 15 base::scoped_nsobject<NSView> view([[NSView alloc] initWithFrame:frame]);
  /external/clang/test/ARCMT/
atautorelease-3.m.result 9 +alloc;
protected-scope.m 31 NSObject *o = [[NSObject alloc] init];
protected-scope.m.result 33 NSObject *o = [[NSObject alloc] init];
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 13 +(id)alloc; variable
InlineObjCInstanceMethod.m 42 MyClass *a = [[self alloc] init];
48 MyClass *a = [[MyClass alloc] init];
127 MyParent *obj = [[EvilChild alloc] init];
141 MyParent *obj = [[EvilChild alloc] init];
test_objc_inlining_option.m 11 +(id)alloc;
  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 8 +alloc;
debug-info-instancetype.m 5 + (id)alloc;
  /external/clang/test/PCH/
objc_import.m 15 xx = [TestPCH alloc];

Completed in 4120 milliseconds

<<21222324252627282930>>