Searched refs:oldBottom (Results 1 – 4 of 4) sorted by relevance
249 …void adjustPageHeightDeprecated(float* newBottom, float oldTop, float oldBottom, float bottomLimit…
2573 void FrameView::adjustPageHeightDeprecated(float *newBottom, float oldTop, float oldBottom, float /… in adjustPageHeightDeprecated() argument2579 root->setTruncatedAt((int)floorf(oldBottom)); in adjustPageHeightDeprecated()2580 …IntRect dirtyRect(0, (int)floorf(oldTop), root->maxXLayoutOverflow(), (int)ceilf(oldBottom - oldTo… in adjustPageHeightDeprecated()2585 *newBottom = oldBottom; in adjustPageHeightDeprecated()2588 *newBottom = oldBottom; in adjustPageHeightDeprecated()
3960 - (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)oldTop bottom:(CGFloat)oldBottom limi…3968 *newBottom = [self _adjustedBottomOfPageWithTop:oldTop bottom:oldBottom limit:bottomLimit];
16920 newBottom to be larger than oldBottom which is illegal.