Searched defs:contentWidth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAppletElement.cpp107 LayoutUnit contentWidth = renderer->style()->width().isFixed() ? LayoutUnit(renderer->style()->width().value()) : local
169 widget = frame->loader()->client()->createJavaAppletWidget(roundedIntSize(LayoutSize(contentWidth, contentHeight)), this, baseURL, paramNames, paramValues);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp125 LayoutUnit contentWidth = ltr ? maxPreferredLogicalWidth() : minPreferredLogicalWidth(); local
127 contentWidth += (paddingRight() - borderLeft());
129 contentWidth = width() - contentWidth;
130 contentWidth += (paddingLeft() - borderRight());
134 return max<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
136 return ltr ? contentWidth : clientWidth;
140 return min<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
[all...]
H A DTextAutosizer.cpp347 float contentWidth = renderer->contentLogicalWidth(); local
349 float widthDifference = clusterTextWidth - contentWidth;
364 float contentWidth = renderer->contentLogicalWidth(); local
366 return contentWidth > clusterTextWidth;
H A DRenderBox.h150 LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop() + paddingBottom()); }
155 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
206 LayoutUnit contentWidth() const { return clientWidth() - paddingLeft() - paddingRight(); } function in class:WebCore::RenderBox
208 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
209 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
313 // Right now, these are different than contentHeight/contentWidth because they still
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp891 int contentWidth; local
894 contentWidth = m_baseWidth - scrollbarWidth;
903 contentWidth = windowWidth - scrollbarWidth;
907 contentWidth = m_baseWidth - scrollbarWidth;
913 setContentsSize(IntSize(contentWidth, getRowBounds(numItems() - 1).maxY()));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2307 float contentWidth, float contentHeight,
2312 // Adjust contentWidth/Height to be always at least as big as
2314 contentWidth = Math.max(contentWidth,
2322 contentWidth != mRenderCoordinates.getContentWidthCss()
2344 contentWidth, contentHeight,
2304 updateFrameInfo( float scrollOffsetX, float scrollOffsetY, float pageScaleFactor, float minPageScaleFactor, float maxPageScaleFactor, float contentWidth, float contentHeight, float viewportWidth, float viewportHeight, float controlsOffsetYCss, float contentOffsetYCss, float overdrawBottomHeightCss) 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/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 186 milliseconds