OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proposedbottom
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp
98
float
proposedBottom
= min(docHeight, printedPagesHeight + pageHeight);
99
frame->view()->adjustPageHeightDeprecated(&
proposedBottom
, printedPagesHeight,
proposedBottom
, printedPagesHeight);
100
currPageHeight = max(1.0f,
proposedBottom
- printedPagesHeight);
Completed in 113 milliseconds