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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExportAttributes.java 15 public int pageHeight;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 64 int pageHeight = 480;
65 webViewImpl->resize(WebSize(pageWidth, pageHeight));
170 int pageHeight = 480;
171 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebInputEventConversionTest.cpp 103 int pageHeight = 480;
104 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebViewTest.cpp 219 const std::string& pageWidth, const std::string& pageHeight,
333 const std::string& pageWidth, const std::string& pageHeight,
338 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
369 std::string pageHeight = "56px";
372 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
381 std::string pageHeight = "200px";
384 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
393 std::string pageHeight = "80px";
396 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
407 std::string pageHeight = "200px"
    [all...]
WebFrameTest.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 95 final int pageHeight = getKeyboard().mBaseHeight;
96 final int lastPageNo = currentTop / pageHeight;
97 final int lastPageTop = lastPageNo * pageHeight;
99 final int nextPageTop = Math.min(nextPageNo * pageHeight, getHeight() - pageHeight);
  /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 75 float pageHeight = pageSize.height();
77 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
78 pageHeight -= headerHeight + footerHeight;
80 if (pageHeight <= 0) {
81 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
85 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
104 int pageHeight = pageSizeInPixels.height();
109 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
110 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 357 float pageHeight;
358 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
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/current/
android.jar 

Completed in 3048 milliseconds