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

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button_unittest.mm 15 initWithFrame:NSMakeRect(0,0,500,500)]);
  /external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view_unittest.mm 15 [[FloatingBarBackingView alloc] initWithFrame:content_frame]);
focus_tracker_unittest.mm 19 scoped_nsobject<NSView> view([[NSView alloc] initWithFrame:NSZeroRect]);
23 view.reset([[NSView alloc] initWithFrame:NSZeroRect]);
48 scoped_nsobject<NSTextField> text([[NSTextField alloc] initWithFrame:frame]);
62 scoped_nsobject<NSView> viewC([[NSView alloc] initWithFrame:NSZeroRect]);
info_bubble_view_unittest.mm 16 [[InfoBubbleView alloc] initWithFrame:frame]);
vertical_gradient_view_unittest.mm 16 [[VerticalGradientView alloc] initWithFrame:frame]);
draggable_button_unittest.mm 22 - (id)initWithFrame:(NSRect)frame {
23 if ((self = [super initWithFrame:frame])) {
51 [[TestableDraggableButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
69 [[TestableDraggableButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
108 [[TestableDraggableButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
background_tile_view_unittest.mm 20 initWithFrame:frame]);
background_gradient_view.mm 18 - (id)initWithFrame:(NSRect)frameRect {
19 self = [super initWithFrame:frameRect];
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]);
20 scoped_nsobject<NSView> childView([[NSView alloc] initWithFrame:frame]);
info_bubble_view.mm 14 - (id)initWithFrame:(NSRect)frameRect {
15 if ((self = [super initWithFrame:frameRect])) {
image_utils_unittest.mm 33 - (id)initWithFrame:(NSRect)rect {
34 self = [super initWithFrame:rect];
91 [[ImageUtilsTestView alloc] initWithFrame: frame]);
hover_button.mm 9 - (id)initWithFrame:(NSRect)frameRect {
10 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_view_unittest.mm 15 [[InstantOptInView alloc] initWithFrame:content_frame]);
omnibox_popup_view_unittest.mm 16 [[OmniboxPopupView alloc] initWithFrame:content_frame]);
29 scoped_nsobject<NSView> subview1([[NSView alloc] initWithFrame:NSZeroRect]);
44 scoped_nsobject<NSView> subview1([[NSView alloc] initWithFrame:NSZeroRect]);
45 scoped_nsobject<NSView> subview2([[NSView alloc] initWithFrame:initial]);
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view_unittest.mm 15 initWithFrame:content_frame]);
sad_tab_view.h 29 // Designated initializer is -initWithFrame: .
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window_unittest.mm 29 initWithFrame:NSMakeRect(0, 0, 100, 100)]);
43 initWithFrame:NSMakeRect(0, 0, 100, 100)]);
bookmark_bar_bridge_unittest.mm 106 initWithFrame:NSMakeRect(0,0,100,100)]);
108 initWithFrame:NSMakeRect(0,0,100,100)]);
110 [[NSView alloc] initWithFrame:NSMakeRect(0,0,100,100)]);
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view_unittest.mm 35 [[FindBarView alloc] initWithFrame:frame]);
47 [[MouseDownViewPong alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)]);
72 [[MouseDownViewPong alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)]);
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm 16 [[InfoBarGradientView alloc] initWithFrame:frame]);
infobar_gradient_view.mm 22 - (id)initWithFrame:(NSRect)frameRect {
23 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view_unittest.mm 20 [[SideTabStripView alloc] initWithFrame:frame]);
tab_strip_view_unittest.mm 20 [[TabStripView alloc] initWithFrame:frame]);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.h 37 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef;
38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef;

Completed in 351 milliseconds

1 2 3 4 5 6 7