Searched defs:pageHeight (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLinkHighlightTest.cpp66 int pageHeight = 480; local
67 webViewImpl->resize(WebSize(pageWidth, pageHeight));
154 int pageHeight = 480; local
155 webViewImpl->resize(WebSize(pageWidth, pageHeight));
191 int pageHeight = 480; local
192 webViewImpl->resize(WebSize(pageWidth, pageHeight));
H A DWebInputEventConversionTest.cpp105 int pageHeight = 480; local
106 webViewImpl->resize(WebSize(pageWidth, pageHeight));
313 int pageHeight = 480; local
314 webViewImpl->resize(WebSize(pageWidth, pageHeight));
459 int pageHeight = 480; local
460 webViewImpl->resize(WebSize(pageWidth, pageHeight));
512 int pageHeight = 480; local
513 webViewImpl->resize(WebSize(pageWidth, pageHeight));
H A DWebViewTest.cpp204 const std::string& pageWidth, const std::string& pageHeight,
372 const std::string& pageWidth, const std::string& pageHeight,
377 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
408 std::string pageHeight = "56px"; local
411 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
420 std::string pageHeight = "200px"; local
423 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
432 std::string pageHeight = "80px"; local
435 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
446 std::string pageHeight local
371 testAutoResize(const WebSize& minAutoResize, const WebSize& maxAutoResize, const std::string& pageWidth, const std::string& pageHeight, int expectedWidth, int expectedHeight, HorizontalScrollbarState expectedHorizontalState, VerticalScrollbarState expectedVerticalState) argument
458 std::string pageHeight = "400px"; local
470 std::string pageHeight = "300px"; local
1210 int pageHeight = 480; local
[all...]
H A DWebFrameTest.cpp2773 const int pageHeight = 480; local
2781 webViewHelper.webViewImpl()->resize(WebSize(pageWidth, pageHeight));
2782 webViewHelper.webViewImpl()->mainFrame()->setScrollOffset(WebSize(pageWidth / 4, pageHeight / 4));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp74 float pageHeight = pageSize.height(); local
76 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
77 pageHeight -= headerHeight + footerHeight;
79 if (pageHeight <= 0) {
80 WTF_LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
84 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
103 int pageHeight = pageSizeInPixels.height(); local
108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
109 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
344 float pageHeight; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp350 float pageHeight; local
351 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
1328 float pageHeight; local
1330 // browser. pageHeight is actually an output parameter.
1331 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1850 int Internals::pageNumber(Element* element, float pageWidth, float pageHeight) argument
1855 return PrintContext::pageNumberForElement(element, FloatSize(pageWidth, pageHeight));
1880 int Internals::numberOfPages(float pageWidth, float pageHeight) argument
1885 return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, 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 324 milliseconds