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

1 23 4 5

  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.mm 331 // Also resize the superview of the buttons, which is an NSView used to slide
333 NSRect parentFrame = [[[buttonViewController_ editCut] superview] frame];
336 [[[buttonViewController_ editCut] superview] setFrame:parentFrame];
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button.mm 157 NSPoint viewPoint = [self convertPoint:aPoint fromView:[self superview]];
345 NSPoint point = [[self superview]
menu_button.mm 116 fromView:[self superview]];
theme_install_bubble_view.mm 105 if (cocoa_view_ && [cocoa_view_ superview]) {
browser_window_controller.mm     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.mm 288 void SimpleGridLayout::Layout(NSView* superView) {
289 SizeRowsAndColumns(NSWidth([superView bounds]));
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 416 NSView* toolbarView = [[self superview] superview];
bookmark_bar_controller_unittest.mm 320 NSRect frame = [[[bar view] superview] frame];
322 [[[bar view] superview] setFrame:frame];
422 // returns rectangles in the superview's coordinates.
425 fromView:[[bar_ buttonView] superview]];
426 EXPECT_EQ([bar_ buttonView], [[bar_ offTheSideButton] superview]);
429 EXPECT_EQ([bar_ buttonView], [[bar_ otherBookmarksButton] superview]);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.mm 200 [[self superview] addSubview:self positioned:NSWindowAbove relativeTo:nil];
205 // Clamp the button to be within its superview along the X-axis.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 39 // Controller for the infobar container view, which is the superview
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 81 [[htmlContainer_ superview] addSubview:contents
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller_unittest.mm 209 NSView* parentView = [[test_window() contentView] superview];
  /external/chromium_org/chrome/browser/ui/cocoa/
hover_close_button.mm 208 NSRect parentRect = [[self superview] bounds];
browser_window_controller_private.mm 326 CGFloat badgeYOffset = 2 * [[avatarButton superview] cr_lineWidth];
438 if ([floatingBarBackingView_ superview])
537 // Retain the tab strip view while we remove it from its superview.
569 [[[destWindow contentView] superview] addSubview:
576 [[[destWindow contentView] superview] addSubview:tabStripView];
    [all...]
one_click_signin_view_controller.mm 237 [[informativePlaceholderTextField_ superview]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.mm 177 [[labelPlaceholder_ superview]
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 80 [[htmlContainer_ superview] addSubview:contents
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.mm 141 [[helpPlaceholder_ superview]
tab_contents_controller.mm 136 return [[self view] superview] ? YES : NO;
  /external/chromium_org/ui/app_list/cocoa/
item_drag_controller.mm 79 NSPoint pointInSuperview = [[[self view] superview]
apps_grid_controller_unittest.mm 188 EXPECT_TRUE([[apps_grid_controller_ view] superview]);
193 EXPECT_TRUE([GetPageAt(0) superview]); // The pages container.
194 EXPECT_TRUE([[GetPageAt(0) superview] superview]);
573 NSView* containerView = [button superview];
    [all...]
app_list_view_controller.mm 239 NSRect viewFrame = [[pagerControl_ superview] bounds];
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 137 NSPoint viewPoint = [self convertPoint:aPoint fromView:[self superview]];
253 NSPoint hitLocation = [[self superview] convertPoint:downLocation
352 [[self superview] convertPoint:[theEvent locationInWindow]
639 // |-hitTest:| takes a location in the superview's coordinates.
641 [[self superview] convertPoint:[theEvent locationInWindow]
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.mm 211 NSView* rootView = [contentView superview];
224 NSRect rootViewBounds = [[self superview] bounds];
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 288 NSRect frame = [[[bar view] superview] frame];
290 [[[bar view] superview] setFrame:frame];
417 // returns rectangles in the superview's coordinates.
420 fromView:[[bar_ buttonView] superview]];
421 EXPECT_EQ([bar_ buttonView], [[bar_ offTheSideButton] superview]);
424 EXPECT_EQ([bar_ buttonView], [[bar_ otherBookmarksButton] superview]);
    [all...]

Completed in 1159 milliseconds

1 23 4 5