Home
last modified time | relevance | path

Searched refs:adjustPageHeightDeprecated (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp99 …frame->view()->adjustPageHeightDeprecated(&proposedBottom, printedPagesHeight, proposedBottom, pri… in computePageRectsForFrame()
/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() function in WebCore::FrameView
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm2302 view->adjustPageHeightDeprecated(&newBottom, top, bottom, bottomLimit);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610278 (WebCore::FrameView::adjustPageHeightDeprecated):
DChangeLog-2010-12-0637137adjustPageHeightDeprecated() was not idempotent, since the truncation point imposed by line n,