Searched refs:oldTop (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h249 void adjustPageHeightDeprecated(float* newBottom, float oldTop, float oldBottom, float bottomLimit);
H A DFrameView.cpp2573 void FrameView::adjustPageHeightDeprecated(float *newBottom, float oldTop, float oldBottom, float /*bottomLimit*/) argument
2580 IntRect dirtyRect(0, (int)floorf(oldTop), root->maxXLayoutOverflow(), (int)ceilf(oldBottom - oldTop));
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2039 int oldTop = logicalTopAfterClear; local
2058 if (atBeforeSideOfBlock && oldTop == logicalTopBeforeClear && !isPositioned() && !isTableCell()) {
2070 setLogicalHeight(logicalHeight() + (logicalTopAfterClear - oldTop));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm3960 - (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)oldTop bottom:(CGFloat)oldBottom limit:(CGFloat)bottomLimit
3968 *newBottom = [self _adjustedBottomOfPageWithTop:oldTop bottom:oldBottom limit:bottomLimit];

Completed in 448 milliseconds