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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 66 int pageHeight = 480;
67 webViewImpl->resize(WebSize(pageWidth, pageHeight));
154 int pageHeight = 480;
155 webViewImpl->resize(WebSize(pageWidth, pageHeight));
191 int pageHeight = 480;
192 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebInputEventConversionTest.cpp 105 int pageHeight = 480;
106 webViewImpl->resize(WebSize(pageWidth, pageHeight));
313 int pageHeight = 480;
314 webViewImpl->resize(WebSize(pageWidth, pageHeight));
459 int pageHeight = 480;
460 webViewImpl->resize(WebSize(pageWidth, pageHeight));
512 int pageHeight = 480;
513 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebViewTest.cpp 204 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";
411 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
420 std::string pageHeight = "200px";
423 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
432 std::string pageHeight = "80px";
435 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
446 std::string pageHeight = "200px"
    [all...]
WebFrameTest.cpp     [all...]
  /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/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 74 float pageHeight = pageSize.height();
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();
108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
109 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 350 float pageHeight;
351 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
    [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 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 461 milliseconds