HomeSort by relevance Sort by last modified time
    Searched defs:pageHeight (Results 1 - 13 of 13) 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);
  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 152 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
154 final int nextPageStartY = currentLineTop + pageHeight;
181 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
183 final int previousPageEndY = currentLineTop - pageHeight;
  /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/webkit/
webkitwebframe.cpp 764 float pageHeight; // height of the page adjusted by margins
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 360 milliseconds