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));
172 int pageHeight = 480; local
173 webViewImpl->resize(WebSize(pageWidth, pageHeight));
209 int pageHeight = 480; local
210 webViewImpl->resize(WebSize(pageWidth, pageHeight));
H A DWebInputEventConversionTest.cpp103 int pageHeight = 480; local
104 webViewImpl->resize(WebSize(pageWidth, pageHeight));
303 int pageHeight = 480; local
304 webViewImpl->resize(WebSize(pageWidth, pageHeight));
450 int pageHeight = 480; local
451 webViewImpl->resize(WebSize(pageWidth, pageHeight));
H A DWebViewTest.cpp230 const std::string& pageWidth, const std::string& pageHeight,
376 const std::string& pageWidth, const std::string& pageHeight,
381 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
412 std::string pageHeight = "56px"; local
415 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
424 std::string pageHeight = "200px"; local
427 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
436 std::string pageHeight = "80px"; local
439 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
450 std::string pageHeight local
375 testAutoResize(const WebSize& minAutoResize, const WebSize& maxAutoResize, const std::string& pageWidth, const std::string& pageHeight, int expectedWidth, int expectedHeight, HorizontalScrollbarState expectedHorizontalState, VerticalScrollbarState expectedVerticalState) argument
462 std::string pageHeight = "400px"; local
474 std::string pageHeight = "300px"; local
[all...]
H A DWebFrameTest.cpp2599 const int pageHeight = 480; local
2607 webViewHelper.webViewImpl()->resize(WebSize(pageWidth, pageHeight));
2608 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;
372 float pageHeight; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1935 int Internals::pageNumber(Element* element, float pageWidth, float pageHeight) argument
1940 return PrintContext::pageNumberForElement(element, FloatSize(pageWidth, pageHeight));
1965 int Internals::numberOfPages(float pageWidth, float pageHeight) argument
1970 return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp349 float pageHeight; local
350 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
1398 float pageHeight; local
1400 // browser. pageHeight is actually an output parameter.
1401 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 400 milliseconds