HomeSort by relevance Sort by last modified time
    Searched full:initwithframe (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /external/chromium/chrome/browser/ui/cocoa/
animatable_view_unittest.mm 20 view_.reset([[AnimatableView alloc] initWithFrame:frame]);
background_gradient_view_unittest.mm 31 view.reset([[BackgroundGradientSubClassTest alloc] initWithFrame:frame]);
base_view.h 26 - (id)initWithFrame:(NSRect)frame;
browser_frame_view_unittest.mm 20 view_.reset([[browserFrameClass alloc] initWithFrame:frame]);
clickhold_button_cell_unittest.mm 19 scoped_nsobject<NSButton> view([[NSButton alloc] initWithFrame:frame]);
hover_close_button.h 30 // via initWithFrame or awakeFromNib.
base_view.mm 13 - (id)initWithFrame:(NSRect)frame {
14 self = [super initWithFrame:frame];
bubble_view.mm 22 - (id)initWithFrame:(NSRect)frame themeProvider:(NSWindow*)provider {
23 if ((self = [super initWithFrame:frame])) {
hover_close_button.mm 27 - (id)initWithFrame:(NSRect)frameRect {
28 if ((self = [super initWithFrame:frameRect])) {
profile_menu_button_unittest.mm 16 initWithFrame:NSMakeRect(50, 50, 100, 100)
53 initWithFrame:NSZeroRect
tab_view_picker_table_unittest.mm 37 [[TabViewPickerTable alloc] initWithFrame:frame]);
48 [[NSTabView alloc] initWithFrame:frame]);
base_view_unittest.mm 19 scoped_nsobject<BaseView> view([[BaseView alloc] initWithFrame:frame]);
hover_image_button_unittest.mm 23 [[HoverImageButton alloc] initWithFrame:content_frame]);
hyperlink_button_cell_unittest.mm 19 scoped_nsobject<NSButton> view([[NSButton alloc] initWithFrame:frame]);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_unittest.mm 69 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
78 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
113 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
138 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
bookmark_bar_folder_hover_state_unittest.mm 30 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0, 0, 20, 20)]);
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view_unittest.mm 21 initWithFrame:NSMakeRect(0, 0, 0, kContainerHeight)]);
chevron_menu_button_unittest.mm 18 [[ChevronMenuButton alloc] initWithFrame:frame]);
browser_actions_container_view.mm 44 - (id)initWithFrame:(NSRect)frameRect {
45 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm 19 scoped_nsobject<TabView> view([[TabView alloc] initWithFrame:frame]);
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell_unittest.mm 28 button_.reset([[TestWrenchMenuButton alloc] initWithFrame:frame]);
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.mm 41 [[NSImageView alloc] initWithFrame:NSMakeRect(10, 10, 25, 25)]);
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
setup_gl.m 23 NSView *glView = [[NSView alloc] initWithFrame:contentRect];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 66 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]];
69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.mm 65 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]];
68 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];

Completed in 533 milliseconds

12 3 4 5 6 7