Searched refs:pageHeight (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/page/win/
H A DFrameWin.cpp42 float pageHeight = 0; local
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
44 outPageHeight = static_cast<int>(pageHeight);
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp80 float pageHeight = pageWidth * ratio; local
81 outPageHeight = (int) pageHeight; // this is the height of the page adjusted by margins
82 pageHeight -= (headerHeight + footerHeight);
84 if (pageHeight <= 0) {
85 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
89 float currPageHeight = pageHeight / userScaleFactor;
98 float proposedBottom = min(docHeight, printedPagesHeight + pageHeight);
/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp76 float pageHeight; local
80 pageHeight = floorf(pageWidth * ratio);
83 pageHeight = view->docHeight();
84 pageWidth = floorf(pageHeight * ratio);
87 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
88 pageHeight -= headerHeight + footerHeight;
90 if (pageHeight <= 0) {
91 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
95 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFacto
114 int pageHeight = pageSizeInPixels.height(); local
338 float pageHeight; local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.h43 virtual void layoutBlock(bool relayoutChildren, int pageHeight);
H A DRenderView.h190 bool pushLayoutState(RenderBox* renderer, const IntSize& offset, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
194 m_layoutState = new (renderArena()) LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
274 LayoutStateMaintainer(RenderView* view, RenderBox* root, IntSize offset, bool disableState = false, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
281 push(root, offset, pageHeight, pageHeightChanged, colInfo);
299 void push(RenderBox* root, IntSize offset, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
303 m_didCreateLayoutState = m_view->pushLayoutState(root, offset, pageHeight, pageHeightChanged, colInfo);
H A DLayoutState.h55 LayoutState(LayoutState*, RenderBox*, const IntSize& offset, int pageHeight, bool pageHeightChanged, ColumnInfo*);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h70 static int pageNumberForElementById(WebKitWebFrame*, const char* id, float pageWidth, float pageHeight);
71 static int numberOfPagesForFrame(WebKitWebFrame*, float pageWidth, float pageHeight);
H A DDumpRenderTreeSupportGtk.cpp243 * @pageHeight: height of a page
247 int DumpRenderTreeSupportGtk::pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight) argument
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
265 * @pageHeight: height of a page
269 int DumpRenderTreeSupportGtk::numberOfPagesForFrame(WebKitWebFrame* frame, float pageWidth, float pageHeight) argument
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py170 pageHeight=(len(ipList)+1) * typesize
174 pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight) # landscape
228 c.addLineToPoint((time-minTime)*scale,pageHeight)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLViewPrivate.h132 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit;
H A DWebHTMLView.mm2226 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit
2235 float minLayoutLogicalWidth = isHorizontal ? pageWidth : pageHeight;
2236 float minLayoutLogicalHeight = isHorizontal ? pageHeight : pageWidth;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight) argument
142 int pageNumber = DumpRenderTreeSupportGtk::pageNumberForElementById(mainFrame, idGChar, pageWidth, pageHeight);
147 int LayoutTestController::numberOfPages(float pageWidth, float pageHeight) argument
149 return DumpRenderTreeSupportGtk::numberOfPagesForFrame(mainFrame, pageWidth, pageHeight);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp764 float pageHeight; // height of the page adjusted by margins local
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp1442 float pageHeight = 0; local
1452 printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1397 float pageHeight; local
1399 // browser. pageHeight is actually an output parameter.
1400 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 550 milliseconds