Home | History | Annotate | Download | only in WebView

Lines Matching refs:visRect

211 - (void)_recursiveDisplayAllDirtyWithLockFocus:(BOOL)needsLockFocus visRect:(NSRect)visRect;
1327 - (void)_recursiveDisplayAllDirtyWithLockFocus:(BOOL)needsLockFocus visRect:(NSRect)visRect
1351 if (!NSIsEmptyRect(visRect))
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
1359 visRect = [self visibleRect];
1366 [super _recursiveDisplayAllDirtyWithLockFocus:needsLockFocus visRect:visRect];