Home | History | Annotate | Download | only in WebView

Lines Matching refs:visibleRect

1357         // to just call visibleRect to compute the entire rectangle.
1359 visRect = [self visibleRect];
1600 NSRect visibleRect = [[[[lastHitView _frame] frameView] _scrollView] documentVisibleRect];
1601 float yScroll = visibleRect.origin.y;
1602 float xScroll = visibleRect.origin.x;
2779 && NSPointInRect([event locationInWindow], [self convertRect:[self visibleRect] toView:nil])) {
3246 // Turn off the additional clip while computing our visibleRect.
3247 - (NSRect)visibleRect
3250 return [super visibleRect];
3256 return [super visibleRect];
3261 NSRect visibleRect = [super visibleRect];
3263 return visibleRect;
5505 NSRect visibleRect = [[self enclosingScrollView] documentVisibleRect];
5507 // Place the top of the layer-hosting view at the top of the visibleRect.
5508 CGFloat topOffset = NSMinY(visibleRect);