HomeSort by relevance Sort by last modified time
    Searched refs:pageHeight (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 42 float pageHeight = 0;
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
44 outPageHeight = static_cast<int>(pageHeight);
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 80 float pageHeight = pageWidth * ratio;
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/rendering/
RenderFlexibleBox.h 43 virtual void layoutBlock(bool relayoutChildren, int pageHeight);
LayoutState.h 55 LayoutState(LayoutState*, RenderBox*, const IntSize& offset, int pageHeight, bool pageHeightChanged, ColumnInfo*);
RenderView.h 190 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);
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 76 float pageHeight;
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 / userScaleFactor), allowHorizontalTiling)
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 70 static int pageNumberForElementById(WebKitWebFrame*, const char* id, float pageWidth, float pageHeight);
71 static int numberOfPagesForFrame(WebKitWebFrame*, float pageWidth, float pageHeight);
DumpRenderTreeSupportGtk.cpp 243 * @pageHeight: height of a page
247 int DumpRenderTreeSupportGtk::pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight)
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
265 * @pageHeight: height of a page
269 int DumpRenderTreeSupportGtk::numberOfPagesForFrame(WebKitWebFrame* frame, float pageWidth, float pageHeight)
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 132 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit;
WebHTMLView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight)
142 int pageNumber = DumpRenderTreeSupportGtk::pageNumberForElementById(mainFrame, idGChar, pageWidth, pageHeight);
147 int LayoutTestController::numberOfPages(float pageWidth, float pageHeight)
149 return DumpRenderTreeSupportGtk::numberOfPagesForFrame(mainFrame, pageWidth, pageHeight);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 764 float pageHeight; // height of the page adjusted by margins
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
Workspace.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 649 milliseconds