Searched refs:availableHeight (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.js183 var availableHeight = this.getAvailableContentHeight_();
185 containerEl.style.maxHeight = availableHeight + 'px';
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.js395 var availableHeight = this.getAvailableListsHeight_();
397 listsEl.style.maxHeight = availableHeight + 'px';
403 if (getListsTotalHeight(lists, getCounts(lists, i)) > availableHeight) {
410 if (getListsTotalHeight(lists, counts) < availableHeight) {
413 if (getListsTotalHeight(lists, counts) > availableHeight) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppBannerView.java790 * @param availableHeight Available height for the view.
792 private void measureChildForSpace(View child, int availableWidth, int availableHeight) { argument
795 availableHeight -= getMarginHeight(child);
801 if (childHeight >= 0) availableHeight = Math.min(availableHeight, childHeight);
804 int heightSpec = MeasureSpec.makeMeasureSpec(availableHeight, MeasureSpec.AT_MOST);
812 * @param availableHeight Available height for the view.
814 private void measureChildForSpaceExactly(View child, int availableWidth, int availableHeight) { argument
816 int heightSpec = MeasureSpec.makeMeasureSpec(availableHeight, MeasureSpec.EXACTLY);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp299 LayoutUnit availableHeight = multiColumnFlowThread()->columnHeightAvailable(); local
300 LayoutUnit maxColumnHeight = availableHeight ? availableHeight : RenderFlowThread::maxLogicalHeight();
H A DRenderBox.cpp2380 LayoutUnit availableHeight = -1; local
2404 availableHeight = containingBlockChild->containingBlockLogicalWidthForContent();
2406 availableHeight = overrideContainingBlockContentLogicalHeight();
2425 availableHeight = cb->overrideLogicalContentHeight();
2430 availableHeight = std::max<LayoutUnit>(0, cb->constrainContentBoxLogicalHeightByMinMax(contentBoxHeight - cb->scrollbarLogicalHeight(), -1));
2441 availableHeight = std::max<LayoutUnit>(0, contentBoxHeight);
2448 availableHeight = computedValues.m_extent - cb->borderAndPaddingLogicalHeight() - cb->scrollbarLogicalHeight();
2450 availableHeight = view()->viewLogicalHeightForPercentages();
2452 if (availableHeight == -1)
2453 return availableHeight;
2595 LayoutUnit availableHeight; local
2650 LayoutUnit availableHeight = containingBlockLogicalHeightForPositioned(containingBlock()); local
2669 LayoutUnit availableHeight = containingBlockLogicalHeightForContent(heightType); local
[all...]
H A DRenderBoxModelObject.cpp224 offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight()));
230 offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight()));
H A DRenderBox.h466 LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight(IncludeMarginBorderPadding) : availableLogicalWidth(); } function in class:blink::RenderBox
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist.js726 var availableHeight = clientHeight - paddingY;
736 self.scrollTop = top + itemHeight - availableHeight;
741 if (itemHeight <= availableHeight) {
744 if (scrollTop + availableHeight < top + itemHeight)
749 if (top + itemHeight < scrollTop + availableHeight)
/external/chromium_org/ui/keyboard/resources/
H A Dmain.js63 availableHeight: 0,
166 this.availableHeight = this.height - offsetTop - offsetBottom;
546 keyset.style.fontSize = (params.availableHeight /
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h154 String viewportAsText(Document*, float devicePixelRatio, int availableWidth, int availableHeight, ExceptionState&);
H A DInternals.idl104 long availableHeight);
H A DInternals.cpp808 String Internals::viewportAsText(Document* document, float, int availableWidth, int availableHeight, ExceptionState& exceptionState) argument
821 IntSize initialViewportSize(availableWidth, availableHeight);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp698 int availableHeight = positioningAreaSize.height() - geometry.tileSize().height(); local
714 LayoutUnit computedYPosition = roundedMinimumValueForLength(fillLayer.yPosition(), availableHeight);
757 computedYPosition = roundedMinimumValueForLength(Length(), availableHeight);
765 int yOffset = fillLayer.backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition : computedYPosition;
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.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 421 milliseconds