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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container_unittest.mm 32 [[AutofillSignInContainer alloc] initWithDialog:&dialog_]);
47 test_window_ = [[CocoaTestHelperWindow alloc] init];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state_unittest.mm 23 bbfhs.reset([[BookmarkBarFolderHoverState alloc] init]);
30 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0, 0, 20, 20)]);
bookmark_bar_view_unittest.mm 202 view_.reset([[BookmarkBarView alloc] init]);
214 [[FakeBookmarkDraggingInfo alloc] init]);
232 [[BookmarkButton alloc] init]);
249 [[FakeBookmarkDraggingInfo alloc] init]);
274 [[BookmarkButton alloc] init]);
290 [[FakeBookmarkDraggingInfo alloc] init]);
308 [[FakeBookmarkDraggingInfo alloc] init]);
313 [[BookmarkButton alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/
bubble_view_unittest.mm 16 [[BubbleView alloc] initWithFrame:frame themeProvider:test_window()]);
31 [[BubbleView alloc] initWithFrame:frame themeProvider:nil]);
fast_resize_view_unittest.mm 16 [[FastResizeView alloc] initWithFrame:frame]);
21 [[NSView alloc] initWithFrame:frame]);
one_click_signin_bubble_controller.mm 28 viewController_.reset([[OneClickSigninViewController alloc]
49 [[InfoBubbleWindow alloc] initWithContentRect:viewBounds
restart_browser.mm 29 alert_ = [[NSAlert alloc] init];
66 RestartHelper* helper = [[RestartHelper alloc] init];
  /external/chromium_org/chrome/browser/ui/cocoa/download/
background_theme.mm 22 buttonGradient_.reset([[NSGradient alloc]
24 buttonPressedGradient_.reset([[NSGradient alloc]
download_item_cell_unittest.mm 28 button_.reset([[NSButton alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]);
30 cell_.reset([[DownloadItemCell alloc] initTextCell:@""]);
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_controller.mm 63 [[NSWindow alloc] initWithContentRect:ui::kWindowSizeDeterminedLater
74 items_.reset([[NSMutableArray alloc] init]);
90 [[FlippedView alloc] initWithFrame:NSZeroRect]);
109 sourceBrowser_.reset([[IKImageBrowserView alloc] initWithFrame:NSZeroRect]);
120 [[NSScrollView alloc] initWithFrame:imageBrowserScrollFrame]);
202 [[NSTextField alloc] initWithFrame:frame]);
216 [[NSButton alloc] initWithFrame:NSZeroRect]);
263 [[DesktopMediaPickerItem alloc] initWithSourceId:source.id
  /external/chromium_org/third_party/WebKit/Source/wtf/
AutodrainedPoolMac.mm 39 , m_pool([[NSAutoreleasePool alloc] init])
52 m_pool = [[NSAutoreleasePool alloc] init];
  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 71 ISzAlloc *alloc);
72 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
  /external/chromium_org/ui/app_list/cocoa/
app_list_view_controller.mm 118 appsGridController_.reset([[AppsGridController alloc] init]);
181 pagerControl_.reset([[AppListPagerView alloc] init]);
190 contentsView_.reset([[FlippedView alloc] initWithFrame:contentsRect]);
192 [[BackgroundView alloc] initWithFrame:
195 [[AppsSearchBoxController alloc] initWithFrame:
198 [[AppsSearchResultsController alloc] initWithAppsSearchResultsFrameSize:
201 [[NSView alloc] initWithFrame:[backgroundView_ frame]]);
348 [[SigninViewController alloc] initWithFrame:[backgroundView_ frame]
  /external/chromium_org/ui/base/cocoa/
find_pasteboard.mm 18 instance = [[FindPasteboard alloc] init];
25 findText_.reset([[NSString alloc] init]);
tracking_area_unittest.mm 30 : owner_([[TestTrackingAreaOwner alloc] init]),
31 trackingArea_([[CrTrackingArea alloc]
  /external/chromium_org/ui/gl/
gl_context_nsview.mm 36 pixel_format.reset([[NSOpenGLPixelFormat alloc]
43 context_.reset([[NSOpenGLContext alloc] initWithFormat:pixel_format
  /external/chromium_org/ui/snapshot/
snapshot_mac_unittest.mm 24 [[NSWindow alloc] initWithContentRect:frame
39 [[NSData alloc] initWithBytes:&(*png_representation)[0]
  /external/clang/test/ARCMT/
autoreleases.m 55 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
74 id a = [[A alloc] init];
nonobjc-to-objc-cast.m 17 extern CFStringRef CFUUIDCreateString(CFAllocatorRef alloc, CFUUIDRef uuid);
70 ref = [[NSString alloc] init];
nonobjc-to-objc-cast.m.result 17 extern CFStringRef CFUUIDCreateString(CFAllocatorRef alloc, CFUUIDRef uuid);
70 ref = CFBridgingRetain([[NSString alloc] init]);
  /external/clang/test/CodeGenObjC/
bitfield-1.m 6 - (id) alloc;
75 Derived *obj = [[Derived alloc] init];
  /external/clang/test/SemaObjC/
property-13.m 5 + alloc;
51 Test *x = [[Test alloc] init];
typedef-class.m 13 +(id) alloc;
75 _sGraphicsDelegate =[[XCElementGraphicsRect alloc] init];
  /external/clang/test/SemaObjCXX/
property-reference.mm 49 + alloc;
55 NSObject *o = [NSObject.alloc init];
  /external/lzma/C/
LzFind.h 71 ISzAlloc *alloc);
72 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);

Completed in 735 milliseconds

<<21222324252627282930>>