Home
last modified time | relevance | path

Searched refs:availableHeight (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/search/
Ddestination_search.js314 var availableHeight = this.getAvailableListsHeight_();
315 this.getChildElement('.lists').style.maxHeight = availableHeight + 'px';
325 if (listsHeight > availableHeight) {
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_view.mm93 CGFloat availableHeight =
95 DCHECK(availableHeight >= 5);
99 CGFloat arrowTipHeight = kArrowTipProportion * availableHeight;
101 CGFloat arrowStemHeight = availableHeight - arrowTipHeight;
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_view.mm120 CGFloat availableHeight =
122 DCHECK(availableHeight >= 5);
126 CGFloat arrowTipHeight = kArrowTipProportion * availableHeight;
128 CGFloat arrowStemHeight = availableHeight - arrowTipHeight;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist.js717 var availableHeight = clientHeight - paddingY;
727 self.scrollTop = top + itemHeight - availableHeight;
732 if (itemHeight <= availableHeight) {
735 if (scrollTop + availableHeight < top + itemHeight)
740 if (top + itemHeight < scrollTop + availableHeight)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2854 LayoutUnit availableHeight = -1; in computePercentageLogicalHeight() local
2878 availableHeight = containingBlockChild->containingBlockLogicalWidthForContent(); in computePercentageLogicalHeight()
2880 availableHeight = overrideContainingBlockContentLogicalHeight(); in computePercentageLogicalHeight()
2899 availableHeight = cb->overrideLogicalContentHeight(); in computePercentageLogicalHeight()
2904availableHeight = max<LayoutUnit>(0, cb->constrainContentBoxLogicalHeightByMinMax(contentBoxHeight… in computePercentageLogicalHeight()
2915 availableHeight = max<LayoutUnit>(0, contentBoxHeight); in computePercentageLogicalHeight()
2926 availableHeight = max<LayoutUnit>(0, contentBoxHeight); in computePercentageLogicalHeight()
2933availableHeight = computedValues.m_extent - cb->borderAndPaddingLogicalHeight() - cb->scrollbarLog… in computePercentageLogicalHeight()
2935 availableHeight = viewLogicalHeightForPercentages(); in computePercentageLogicalHeight()
2937 if (availableHeight == -1) in computePercentageLogicalHeight()
[all …]
DRenderBoxModelObject.cpp260 … offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight(), view())); in relativePositionOffset()
266 … offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight(), view())); in relativePositionOffset()
1069 int availableHeight = positioningAreaSize.height() - geometry.tileSize().height(); in calculateBackgroundImageGeometry() local
1085 …LayoutUnit computedYPosition = minimumValueForLength(fillLayer->yPosition(), availableHeight, rend… in calculateBackgroundImageGeometry()
1128 computedYPosition = minimumValueForLength(Length(), availableHeight, renderView, true); in calculateBackgroundImageGeometry()
1136 …int yOffset = fillLayer->backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition :… in calculateBackgroundImageGeometry()
DRenderBox.h449 …LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalH… in availableHeight() function
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h156 …ortAsText(Document*, float devicePixelRatio, int availableWidth, int availableHeight, ExceptionSta…
DInternals.idl112 long availableHeight);
DInternals.cpp940 String Internals::viewportAsText(Document* document, float, int availableWidth, int availableHeight in viewportAsText() argument
952 IntSize initialViewportSize(availableWidth, availableHeight); in viewportAsText()