Home
last modified time | relevance | path

Searched refs:oldBottom (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.h249 …void adjustPageHeightDeprecated(float* newBottom, float oldTop, float oldBottom, float bottomLimit…
DFrameView.cpp2573 void FrameView::adjustPageHeightDeprecated(float *newBottom, float oldTop, float oldBottom, float /… in adjustPageHeightDeprecated() argument
2579 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()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm3960 - (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)oldTop bottom:(CGFloat)oldBottom limi…
3968 *newBottom = [self _adjustedBottomOfPageWithTop:oldTop bottom:oldBottom limit:bottomLimit];
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2916920 newBottom to be larger than oldBottom which is illegal.