Searched refs:pageHeight (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLinkHighlightTest.cpp72 int pageHeight = 480; local
73 webViewImpl->resize(WebSize(pageWidth, pageHeight));
138 int pageHeight = 480; local
139 webViewImpl->resize(WebSize(pageWidth, pageHeight));
175 int pageHeight = 480; local
176 webViewImpl->resize(WebSize(pageWidth, pageHeight));
H A DWebInputEventConversionTest.cpp104 int pageHeight = 480; local
105 webViewImpl->resize(WebSize(pageWidth, pageHeight));
226 int pageHeight = 480; local
227 webViewImpl->resize(WebSize(pageWidth, pageHeight));
434 int pageHeight = 480; local
435 webViewImpl->resize(WebSize(pageWidth, pageHeight));
580 int pageHeight = 480; local
581 webViewImpl->resize(WebSize(pageWidth, pageHeight));
633 int pageHeight = 480; local
634 webViewImpl->resize(WebSize(pageWidth, pageHeight));
[all...]
H A DWebViewTest.cpp223 const std::string& pageWidth, const std::string& pageHeight,
430 const std::string& pageWidth, const std::string& pageHeight,
435 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
466 std::string pageHeight = "56px"; local
469 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
478 std::string pageHeight = "200px"; local
481 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
490 std::string pageHeight = "80px"; local
493 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
504 std::string pageHeight local
429 testAutoResize(const WebSize& minAutoResize, const WebSize& maxAutoResize, const std::string& pageWidth, const std::string& pageHeight, int expectedWidth, int expectedHeight, HorizontalScrollbarState expectedHorizontalState, VerticalScrollbarState expectedVerticalState) argument
516 std::string pageHeight = "400px"; local
528 std::string pageHeight = "300px"; local
1267 int pageHeight = 480; local
[all...]
H A DWebFrameTest.cpp2699 const int pageHeight = 480; local
2707 webViewHelper.webViewImpl()->resize(WebSize(pageWidth, pageHeight));
2708 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), false);
103 int pageHeight = pageSizeInPixels.height(); local
108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
109 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py170 pageHeight=(len(ipList)+1) * typesize
174 pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight) # landscape
228 c.addLineToPoint((time-minTime)*scale,pageHeight)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dselection_util.js278 var pageHeight = window.innerHeight ||
288 if ((scrolledVertically + pageHeight) < top) {
290 var diff = top - pageHeight;
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.js632 var pageHeight = window.innerHeight;
635 if (yscroll + pageHeight < caretY + caretHeight) {
636 window.scroll(0, (caretY + caretHeight - pageHeight + 100));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h237 int pageNumber(Element*, float pageWidth = 800, float pageHeight = 600);
H A DInternals.idl186 long pageNumber(Element element, optional float pageWidth, optional float pageHeight);
H A DInternals.cpp1654 int Internals::pageNumber(Element* element, float pageWidth, float pageHeight) argument
1659 return PrintContext::pageNumberForElement(element, FloatSize(pageWidth, pageHeight));
1684 int Internals::numberOfPages(float pageWidth, float pageHeight) argument
1689 return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp339 float pageHeight; local
340 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
1270 float pageHeight; local
1272 // browser. pageHeight is actually an output parameter.
1273 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1184 milliseconds