Home
last modified time | relevance | path

Searched refs:contentHeight (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwLayoutSizerTest.java70 final int contentHeight = 389; in testCanQueryContentSize() local
72 layoutSizer.onContentSizeChanged(contentWidth, contentHeight); in testCanQueryContentSize()
79 assertEquals(contentHeight, delegate.measuredHeight & View.MEASURED_SIZE_MASK); in testCanQueryContentSize()
372 int contentHeight = 6; in testViewportDipSizeOverrideRounding() local
375 layoutSizer.onContentSizeChanged(contentWidth, contentHeight); in testViewportDipSizeOverrideRounding()
384 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight); in testViewportDipSizeOverrideRounding()
401 int contentHeight = 400; in testViewportWithUnspecifiedMeasureSpec() local
403 int atMostHeight = contentHeight * dipAndPageScale; in testViewportWithUnspecifiedMeasureSpec()
406 layoutSizer.onContentSizeChanged(contentWidth, contentHeight); in testViewportWithUnspecifiedMeasureSpec()
450 int contentHeight = 400; in testViewportWithAtMostMeasureSpec() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMarquee.cpp143 int contentHeight = layoutOverflowRect().maxY() - borderTop() + paddingBottom(); in computePosition() local
147 return min(contentHeight - clientHeight, 0); in computePosition()
153 return max(contentHeight - clientHeight, 0); in computePosition()
155 return contentHeight; in computePosition()
DRenderButton.cpp127 return marginTop() + borderTop() + paddingTop() + contentHeight(); in baselinePosition()
DRenderBox.h155 …Left(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop… in paddingBoxRect()
160 …tRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } in contentBoxRect()
214 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight() function
215 …icalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); } in contentLogicalWidth()
216 …ntLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWid… in contentLogicalHeight()
DRenderRegion.cpp59 return m_flowThread->isHorizontalWritingMode() ? contentWidth() : contentHeight(); in pageLogicalWidth()
69 return m_flowThread->isHorizontalWritingMode() ? contentHeight() : contentWidth(); in pageLogicalHeight()
88 return m_flowThread->isHorizontalWritingMode() ? contentHeight() : contentWidth(); in logicalHeightOfAllFlowThreadContent()
DRenderDetailsMarker.cpp109 result.transform(AffineTransform().scale(contentWidth(), contentHeight())); in getPath()
DRenderMenuList.cpp269 contentHeight()); in controlClipRect()
274 m_innerBlock->contentHeight()); in controlClipRect()
DRenderDeprecatedFlexibleBox.cpp465 …childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->mar… in layoutHorizontalBox()
476 childY += contentHeight() - child->marginBottom() - child->height(); in layoutHorizontalBox()
743 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos; in layoutVerticalBox()
DRenderMultiColumnSet.cpp369 …LayoutUnit ruleBottom = isHorizontalWritingMode() ? ruleTop + contentHeight() : ruleTop + ruleThic… in paintColumnRules()
DRenderFlowThread.cpp649 …alWritingMode() ? firstValidRegionInFlow->contentWidth() : firstValidRegionInFlow->contentHeight(); in contentLogicalWidthOfFirstRegion()
657 …return isHorizontalWritingMode() ? firstValidRegionInFlow->contentHeight() : firstValidRegionInFlo… in contentLogicalHeightOfFirstRegion()
DRenderImage.cpp304 LayoutUnit cHeight = contentHeight(); in paintReplaced()
DRenderFlexibleBox.cpp134 …return direction == HorizontalLine ? box->borderTop() + box->paddingTop() + box->contentHeight() :… in synthesizedBaselineFromContentBox()
414 return isHorizontalFlow() ? contentHeight() : contentWidth(); in crossAxisContentExtent()
DRenderListBox.cpp248 return max<int>(1, (contentHeight() + rowSpacing) / itemHeight()); in numVisibleItems()
/external/chromium/chrome/browser/resources/net_internals/
Dtabswitcherview.js43 var contentHeight = height - this.tabHandleView_.getHeight();
48 tab.contentView.setGeometry(left, contentTop, width, contentHeight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSuggestBox.js120 var contentHeight = this.contentElement.offsetHeight;
143 …var maxHeight = this._maxItemsHeight ? contentHeight * this._maxItemsHeight / this._length : Math.…
144 var height = Math.min(contentHeight, maxHeight - suggestBoxPaddingY) + suggestBoxPaddingY;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java193 int contentHeight; in expandShellToShowFullPage_Height() local
196 contentHeight = getContentScrollHeight(browser); in expandShellToShowFullPage_Height()
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAppletElement.cpp122 …LayoutUnit contentHeight = renderer->style()->height().isFixed() ? LayoutUnit(renderer->style()->h… in updateWidgetInternal() local
189 …ent()->createJavaAppletWidget(roundedIntSize(LayoutSize(contentWidth, contentHeight)), this, baseU… in updateWidgetInternal()
DHTMLPlugInElement.cpp449 …Size contentSize = roundedIntSize(LayoutSize(renderer->contentWidth(), renderer->contentHeight())); in loadPlugin()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp174 LayoutUnit availableExtent = isVertical ? track->contentHeight() : track->contentWidth(); in layout()
179 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset); in layout()
275 trackSize = trackElement->renderBox()->contentHeight() - renderBox()->height(); in setPositionFromPoint()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DImageInputType.cpp211 return box ? adjustForAbsoluteZoom(box->contentHeight(), box) : 0; in height()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dmosaic_mode.js1568 var contentHeight = Math.min.apply(null,
1572 Math.round(contentHeight * this.getTotalContentAspectRatio_());
1585 var contentHeight =
1587 return contentHeight + Mosaic.Layout.SPACING;
1603 var contentHeight = height - Mosaic.Layout.SPACING;
/external/chromium_org/chrome/browser/resources/print_preview/
Dpreview_generator.js314 event.pageLayout.contentHeight +
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java2460 float contentWidth, float contentHeight,
2469 contentHeight = Math.max(contentHeight,
2476 || contentHeight != mRenderCoordinates.getContentHeightCss();
2505 contentWidth, contentHeight,
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp335 …m_localToBorderBoxTransform = svg->viewBoxToViewTransform(contentWidth() / scale, contentHeight() … in buildLocalToBorderBoxTransform()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.cpp384 if (r && r->isTableCell() && toRenderTableCell(r)->contentHeight() <= 0) { in removeNode()

12