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

  /external/webkit/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/WebCore/page/wince/
FrameWince.cpp 89 float pageHeight = pageWidth * ratio;
90 outPageHeight = (int) pageHeight; // this is the height of the page adjusted by margins
91 pageHeight -= (headerHeight + footerHeight);
93 if (pageHeight <= 0) {
94 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
98 float currPageHeight = pageHeight / userScaleFactor;
107 float proposedBottom = min(docHeight, printedPagesHeight + pageHeight);
  /external/webkit/WebCore/page/
PrintContext.cpp 71 float pageHeight = pageWidth * ratio;
72 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
73 pageHeight -= headerHeight + footerHeight;
75 if (pageHeight <= 0) {
76 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
80 computePageRectsWithPageSize(FloatSize(pageWidth, pageHeight), userScaleFactor);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 58 int webkit_web_frame_page_number_for_element_by_id(WebKitWebFrame* frame, const gchar* id, float pageWidth, float pageHeight);
144 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight)
147 int pageNumber = webkit_web_frame_page_number_for_element_by_id(mainFrame, idGChar, pageWidth, pageHeight);
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp 851 * @pageHeight: height of a page
855 int webkit_web_frame_page_number_for_element_by_id(WebKitWebFrame* frame, const gchar* id, float pageWidth, float pageHeight)
866 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
895 float pageHeight; // height of the page adjusted by margins
896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]
webkitprivate.h 302 webkit_web_frame_page_number_for_element_by_id(WebKitWebFrame* frame, const gchar* id, float pageWidth, float pageHeight);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 108 milliseconds