Searched refs:availableHeight (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
D | destination_search.js | 314 var availableHeight = this.getAvailableListsHeight_(); 315 this.getChildElement('.lists').style.maxHeight = availableHeight + 'px'; 325 if (listsHeight > availableHeight) {
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_view.mm | 93 CGFloat availableHeight = 95 DCHECK(availableHeight >= 5); 99 CGFloat arrowTipHeight = kArrowTipProportion * availableHeight; 101 CGFloat arrowStemHeight = availableHeight - arrowTipHeight;
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_view.mm | 120 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/ |
D | list.js | 717 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/ |
D | RenderBox.cpp | 2854 LayoutUnit availableHeight = -1; in computePercentageLogicalHeight() local 2878 availableHeight = containingBlockChild->containingBlockLogicalWidthForContent(); in computePercentageLogicalHeight() 2880 availableHeight = overrideContainingBlockContentLogicalHeight(); in computePercentageLogicalHeight() 2899 availableHeight = cb->overrideLogicalContentHeight(); in computePercentageLogicalHeight() 2904 …availableHeight = max<LayoutUnit>(0, cb->constrainContentBoxLogicalHeightByMinMax(contentBoxHeight… in computePercentageLogicalHeight() 2915 availableHeight = max<LayoutUnit>(0, contentBoxHeight); in computePercentageLogicalHeight() 2926 availableHeight = max<LayoutUnit>(0, contentBoxHeight); in computePercentageLogicalHeight() 2933 …availableHeight = computedValues.m_extent - cb->borderAndPaddingLogicalHeight() - cb->scrollbarLog… in computePercentageLogicalHeight() 2935 availableHeight = viewLogicalHeightForPercentages(); in computePercentageLogicalHeight() 2937 if (availableHeight == -1) in computePercentageLogicalHeight() [all …]
|
D | RenderBoxModelObject.cpp | 260 … 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()
|
D | RenderBox.h | 449 …LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalH… in availableHeight() function
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 156 …ortAsText(Document*, float devicePixelRatio, int availableWidth, int availableHeight, ExceptionSta…
|
D | Internals.idl | 112 long availableHeight);
|
D | Internals.cpp | 940 String Internals::viewportAsText(Document* document, float, int availableWidth, int availableHeight… in viewportAsText() argument 952 IntSize initialViewportSize(availableWidth, availableHeight); in viewportAsText()
|