Lines Matching full:bounds
1169 NSPoint origin = [[self superview] bounds].origin;
1350 NSRect boundsBeforeLayout = [self bounds];
1354 // If layout changes the view's bounds, then we need to recompute the visRect.
1355 // That's because the visRect passed to us was based on the bounds at the time
1358 if (!NSEqualRects(boundsBeforeLayout, [self bounds]))
2867 // In addition to registering for frame/bounds change notifications, call -_frameOrBoundsChanged.
2870 // window, resized, and inserted into another window. Our frame/bounds changed notifications
2942 _private->lastScrollPosition = [[self superview] bounds].origin;
3786 float viewWidth = NSWidth([self bounds]);
5436 NSView* hostingView = [[NSView alloc] initWithFrame:[self bounds]];
5454 nullValue, @"bounds",
5498 NSRect layerViewFrame = [self bounds];