Home | History | Annotate | Download | only in WebView

Lines Matching full:bounds

768         // their bounds automatically. See <rdar://problem/6835573> for details.
1713 - (void)_addControlRect:(NSRect)bounds clip:(NSRect)clip fromView:(NSView *)view toDashboardRegions:(NSMutableDictionary *)regions
1715 NSRect adjustedBounds = bounds;
1716 adjustedBounds.origin = [self convertPoint:bounds.origin fromView:view];
1717 adjustedBounds.origin.y = [self bounds].size.height - adjustedBounds.origin.y;
1718 adjustedBounds.size = bounds.size;
1722 adjustedClip.origin.y = [self bounds].size.height - adjustedClip.origin.y;
1755 NSRect bounds = widget->frameRect();
1756 [self _addControlRect:bounds clip:bounds fromView:documentView toDashboardRegions:regions];
1776 [self _addControlRect:[view bounds] clip:[view visibleRect] fromView:view toDashboardRegions:regions];