Searched defs:contentHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp142 int contentHeight = layoutOverflowRect().maxY() - borderTop() + paddingBottom(); local
146 return std::min(contentHeight - clientHeight, 0);
152 return std::max(contentHeight - clientHeight, 0);
154 return contentHeight;
H A DRenderBox.h182 LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop() + paddingBottom()); }
187 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
239 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } function in class:blink::RenderBox
240 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
241 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
346 // Right now, these are different than contentHeight/contentWidth because they still
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2099 float contentWidth, float contentHeight,
2108 contentHeight = Math.max(contentHeight,
2114 || contentHeight != mRenderCoordinates.getContentHeightCss();
2142 contentWidth, contentHeight,
2096 updateFrameInfo( float scrollOffsetX, float scrollOffsetY, float pageScaleFactor, float minPageScaleFactor, float maxPageScaleFactor, float contentWidth, float contentHeight, float viewportWidth, float viewportHeight, float controlsOffsetYCss, float contentOffsetYCss) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.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 896 milliseconds