HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 351 - 375 of 3538) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/
animatable_view_unittest.mm 20 view_.reset([[AnimatableView alloc] initWithFrame:frame]);
23 resizeDelegate_.reset([[ViewResizerPong alloc] init]);
clickhold_button_cell_unittest.mm 19 scoped_nsobject<NSButton> view([[NSButton alloc] initWithFrame:frame]);
22 [[ClickHoldButtonCell alloc] initTextCell:@"Testing"]);
dock_icon.mm 77 [[NSGradient alloc] initWithStartingColor:backgroundHighlight
99 [[NSGradient alloc] initWithStartingColor:sliceHighlight
130 scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]);
140 [[NSNumberFormatter alloc] init]);
144 scoped_nsobject<NSShadow> countShadow([[NSShadow alloc] init]);
161 [[NSAttributedString alloc] initWithString:countString
188 scoped_nsobject<DockTileView> dockTileView([[DockTileView alloc] init]);
191 icon = [[DockIcon alloc] init];
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.mm 50 appDelegate_.reset([[FakeAppDelegate alloc] init]);
57 bookmarkBar_.reset([[BookmarkFolderAppleScript alloc]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 43 children_.reset([[NSMutableArray alloc] initWithCapacity:childCount]);
47 [[CocoaCookieTreeNode alloc] initWithNode:child]);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration_unittest.mm 23 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
41 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac_unittest.mm 24 [[NSWindow alloc] initWithContentRect:frame
37 [[NSData alloc] initWithBytes:&(*png_representation)[0]
  /external/chromium/webkit/glue/
webmenurunner_mac.mm 48 menu_.reset([[NSMenu alloc] initWithTitle:@""]);
75 [[NSMutableDictionary alloc] initWithCapacity:3]);
77 [[NSMutableParagraphStyle alloc] init]);
88 [[NSNumber alloc] initWithInteger:
91 [[NSArray alloc] initWithObjects:directionValue.get(), nil]);
99 [[NSAttributedString alloc] initWithString:title
124 NSPopUpButtonCell* button = [[NSPopUpButtonCell alloc] initTextCell:@""
140 NSView* dummyView = [[[NSView alloc] initWithFrame:bounds] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view_unittest.mm 20 view_.reset([[AnimatableView alloc] initWithFrame:frame]);
23 resizeDelegate_.reset([[ViewResizerPong alloc] init]);
clickhold_button_cell_unittest.mm 20 [[NSButton alloc] initWithFrame:frame]);
23 [[ClickHoldButtonCell alloc] initTextCell:@"Testing"]);
dock_icon.mm 89 [[NSGradient alloc] initWithStartingColor:backgroundHighlight
112 [[NSGradient alloc] initWithStartingColor:sliceHighlight
143 base::scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]);
153 [[NSNumberFormatter alloc] init]);
157 base::scoped_nsobject<NSShadow> countShadow([[NSShadow alloc] init]);
183 [[NSAttributedString alloc] initWithString:countString
211 [[DockTileView alloc] init]);
214 icon = [[DockIcon alloc] init];
draggable_button.mm 14 [[DraggableButtonImpl alloc] initWithButton:self]);
22 [[DraggableButtonImpl alloc] initWithButton:self]);
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.mm 62 appDelegate_.reset([[FakeAppDelegate alloc] init]);
70 bookmarkBar_.reset([[BookmarkFolderAppleScript alloc]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 43 children_.reset([[NSMutableArray alloc] initWithCapacity:childCount]);
47 [[CocoaCookieTreeNode alloc] initWithNode:child]);
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_bridge.mm 23 [[ExtensionInstalledBubbleController alloc]
37 [[ExtensionInstalledBubbleController alloc]
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
image_decoration_unittest.mm 24 [[NSImage alloc] initWithSize:kImageSize]);
43 [[NSImage alloc] initWithSize:kImageSize]);
  /external/chromium_org/content/browser/renderer_host/
webmenurunner_mac.mm 27 menu_.reset([[NSMenu alloc] initWithTitle:@""]);
58 [[NSMutableDictionary alloc] initWithCapacity:3]);
60 [[NSMutableParagraphStyle alloc] init]);
71 [[NSNumber alloc] initWithInteger:
74 [[NSArray alloc] initWithObjects:directionValue.get(), nil]);
82 [[NSAttributedString alloc] initWithString:title attributes:attrs]);
107 [[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:NO]);
130 [[NSView alloc] initWithFrame:bounds]);
  /external/chromium_org/content/browser/web_contents/
web_drag_source_mac_unittest.mm 20 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 10, 10)]);
26 base::scoped_nsobject<WebDragSource> source([[WebDragSource alloc]
  /external/chromium_org/third_party/lzma_sdk/
lzma_sdk.gyp 21 'Alloc.c',
22 'Alloc.h',
  /external/chromium_org/ui/app_list/cocoa/
app_list_window_controller.mm 33 [[AppListWindow alloc] initWithContentRect:ui::kWindowSizeDeterminedLater
44 appListViewController_.reset([[AppListViewController alloc] init]);
  /external/clang/test/Analysis/
uninit-ps-rdar6145427.m 14 + (id)alloc;
34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
  /external/clang/test/CodeGenObjC/
debug-info-id-with-protocol.m 5 + (id)alloc;
33 MyClass *my_class = [MyClass alloc];
debug-info-property-accessors.m 24 + (id)alloc;
48 Bar *my_bar = [[Bar alloc] init];
link-errors.m 9 -(id) alloc;
34 [ A alloc ];
  /external/clang/test/Modules/
on-demand-build.m 10 // expected-note@Inputs/Module.framework/Headers/Module.h:17{{class method 'alloc' is assumed to return an instance of its receiver type ('Module *')}}
15 OtherClass *other = [Module alloc]; // expected-error{{init}}

Completed in 637 milliseconds

<<11121314151617181920>>