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

1 2 3 4 5

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.mm 13 superview:(NSView*)superview {
19 [superview addSubview:view];
20 [view setFrame:[superview bounds]];
sad_tab_controller.h 21 superview:(NSView*)superview;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.mm 49 center = [[self superview] convertPoint:center toView:nil];
56 top = [[self superview] convertPoint:top toView:nil];
63 bottom = [[self superview] convertPoint:bottom toView:nil];
70 left = [[self superview] convertPoint:left toView:nil];
77 right = [[self superview] convertPoint:right toView:nil];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.mm 49 center = [[self superview] convertPoint:center toView:nil];
56 top = [[self superview] convertPoint:top toView:nil];
63 bottom = [[self superview] convertPoint:bottom toView:nil];
70 left = [[self superview] convertPoint:left toView:nil];
77 right = [[self superview] convertPoint:right toView:nil];
  /external/chromium_org/chrome/browser/ui/cocoa/
nsview_additions.mm 29 mouseLoc = [[self superview] convertPoint:mouseLoc fromView:nil];
34 NSArray* subviews = [[self superview] subviews];
54 if ([[subview superview] isEqual:self] &&
view_resizer_pong.mm 18 NSWidth([[view superview] frame]) - 50, height)];
new_tab_button.h 18 // superview's coordinate system.
new_tab_button.mm 34 NSPoint localPoint = [self convertPoint:point fromView:[self superview]];
51 // the entire bounding box. |aPoint| is in the superview's coordinate system.
themed_window.h 41 // ([[self contentView] superview]) that the top left of a theme image with
  /external/chromium/chrome/browser/ui/cocoa/
view_resizer_pong.mm 18 NSWidth([[view superview] frame]) - 50, height)];
new_tab_button.mm 29 NSPoint localPoint = [self convertPoint:point fromView:[self superview]];
35 // the entire bounding box. |aPoint| is in the superview's coordinate system.
new_tab_button.h 24 // superview's coordinate system.
framed_browser_window_unittest.mm 48 while ([frameView superview]) {
49 frameView = [frameView superview];
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.mm 44 NSRect superViewFrame = [[toMove superview] frame];
46 // If the superview is the infobar view, then subtract out the anti-spoof
50 if ([[toMove superview] isKindOfClass:[InfoBarGradientView class]])
translate_infobar_unittest.mm 249 EXPECT_TRUE([[controller alwaysTranslateButton] superview] != nil);
250 EXPECT_TRUE([[controller neverTranslateButton] superview] == nil);
264 EXPECT_TRUE([[controller alwaysTranslateButton] superview] == nil);
265 EXPECT_TRUE([[controller neverTranslateButton] superview] != nil);
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller_unittest.mm 104 NSView* superview = [view superview];
106 [superview addSubview:view];
125 NSView* superview = [view superview];
127 [superview addSubview:view];
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller_unittest.mm 115 NSView* superview = [view superview];
117 [superview addSubview:view];
136 NSView* superview = [view superview];
138 [superview addSubview:view];
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_unittest.mm 236 EXPECT_TRUE([[controller alwaysTranslateButton] superview] != nil);
237 EXPECT_TRUE([[controller neverTranslateButton] superview] == nil);
251 EXPECT_TRUE([[controller alwaysTranslateButton] superview] == nil);
252 EXPECT_TRUE([[controller neverTranslateButton] superview] != nil);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac.mm 22 NSView* view = [[window contentView] superview];
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.mm 305 return ([[self window] firstResponder] != [self superview] &&
306 [[self superview] acceptsFirstResponder]);
311 [[self window] makeFirstResponder:[self superview]];
316 if (![self superview])
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 75 NSView* contentParent = [[[self window] contentView] superview];
158 [[[overlayWindow_ contentView] superview] addSubview:[self tabStripView]];
169 [[[[self window] contentView] superview] addSubview:[self tabStripView]];
170 [[[[self window] contentView] superview] updateTrackingAreas];
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 89 NSView* contentParent = [[[self window] contentView] superview];
144 [[[overlayWindow_ contentView] superview] addSubview:[self tabStripView]];
156 [[[window contentView] superview] addSubview:[self tabStripView]];
157 [[[window contentView] superview] updateTrackingAreas];
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.mm 203 // Also resize the superview of the buttons, which is an NSView used to slide
205 NSRect parentFrame = [[editCut_ superview] frame];
208 [[editCut_ superview] setFrame:parentFrame];
  /external/chromium_org/ui/app_list/cocoa/
apps_collection_view_drag_manager.mm 152 [[[gridController_ view] superview] addSubview:[itemDragController_ view]];
210 [[item view] superview]);
212 NSPoint targetOrigin = [[[itemDragController_ view] superview]
  /external/chromium_org/ui/base/cocoa/
underlay_opengl_hosting_window.mm 59 NSView* rootView = [self superview];
60 DCHECK_EQ((NSView*)nil, [rootView superview]);
115 NSView* rootView = [[self contentView] superview];

Completed in 5125 milliseconds

1 2 3 4 5