/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLRow.cpp | 46 int maxHeight = 0; in nonOperatorHeight() local 52 if (blockHeight > maxHeight) in nonOperatorHeight() 53 maxHeight = blockHeight; in nonOperatorHeight() 57 if (box->offsetHeight() > maxHeight) in nonOperatorHeight() 58 maxHeight = box->offsetHeight(); in nonOperatorHeight() 62 return maxHeight; in nonOperatorHeight() 69 int maxHeight = 0; in layout() local 80 … if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight) in layout() 81 maxHeight = block->offsetHeight(); in layout() 82 if (block->hasBase() && block->nonOperatorHeight() > maxHeight) in layout() [all …]
|
D | RenderMathMLSquareRoot.cpp | 79 int maxHeight = 0; in paint() local 88 if (box->offsetHeight() > maxHeight) in paint() 89 maxHeight = box->offsetHeight(); in paint() 95 if (!maxHeight) in paint() 96 maxHeight = style()->fontSize(); in paint() 103 if (maxHeight > thresholdHeight && thresholdHeight) { in paint() 104 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight); in paint() 113 …FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad… in paint() 114 …nt topLeft(tx + frontWidth * gRadicalTopLeftPointXPos , ty + gRadicalTopLeftPointYPos * maxHeight); in paint() 168 int maxHeight = 0; in layout() local [all …]
|
D | RenderMathMLRoot.cpp | 112 int maxHeight = indexBox->offsetHeight(); in paint() local 114 if (!maxHeight) in paint() 115 maxHeight = style()->fontSize(); in paint() 133 if (maxHeight > thresholdHeight && thresholdHeight) { in paint() 134 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight); in paint() 147 …FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBase… in paint() 148 …topLeft(start - gRadicalTopLeftPointXPos * frontWidth , ty + gRadicalTopLeftPointYPos * maxHeight); in paint() 208 int maxHeight = toRenderBoxModelObject(lastChild())->offsetHeight(); in layout() local 214 if (!maxHeight) in layout() 215 maxHeight = style()->fontSize(); in layout() [all …]
|
D | RenderMathMLSubSup.cpp | 156 int maxHeight = 0; in layout() local 160 if (height > maxHeight) in layout() 161 maxHeight = height; in layout() 164 int heightDiff = m_scripts ? (m_scripts->offsetHeight() - maxHeight) / 2 : 0; in layout()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderScrollbarPart.cpp | 111 …int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(style()->maxH… in computeScrollbarHeight() local 112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
|
D | RootInlineBox.cpp | 249 int maxHeight = maxAscent + maxDescent; in alignBoxesInBlockDirection() local 257 …placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom,… in alignBoxesInBlockDirection() 271 maxHeight = max(0, maxHeight); in alignBoxesInBlockDirection() 273 return heightOfBlock + maxHeight; in alignBoxesInBlockDirection()
|
D | RenderFlexibleBox.cpp | 1051 if (!child->style()->maxHeight().isUndefined() && in allowedChildFlex() 1052 child->style()->maxHeight().isFixed()) in allowedChildFlex() 1053 maxH = child->style()->maxHeight().value(); in allowedChildFlex()
|
D | InlineFlowBox.h | 170 …void placeBoxesInBlockDirection(int logicalTop, int maxHeight, int maxAscent, bool strictMode, int…
|
D | RenderReplaced.cpp | 260 || style()->maxWidth().isPercent() || style()->maxHeight().isPercent() in computePreferredLogicalWidths()
|
D | InlineFlowBox.cpp | 575 void InlineFlowBox::placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMo… in placeBoxesInBlockDirection() argument 605 curr->setLogicalTop(top + maxHeight - curr->lineHeight()); in placeBoxesInBlockDirection() 683 …inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBott… in placeBoxesInBlockDirection()
|
/external/skia/src/core/ |
D | SkRegion_path.cpp | 29 bool init(int maxHeight, int maxTransitions); 100 bool SkRgnBuilder::init(int maxHeight, int maxTransitions) { in init() argument 101 if ((maxHeight | maxTransitions) < 0) { in init() 108 count.setMul(maxHeight + 1, 3 + maxTransitions); in init()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleBoxData.h | 53 Length maxHeight() const { return m_maxHeight; } in maxHeight() function
|
D | RenderStyle.cpp | 324 || m_box->maxHeight() != other->m_box->maxHeight()) in diff() 1211 return maxHeight(); in logicalMaxWidth() 1224 return maxHeight(); in logicalMaxHeight()
|
D | RenderStyle.h | 401 Length maxHeight() const { return m_box->maxHeight(); } in maxHeight() function
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview.cpp | 1013 QRect QDeclarativeWebView::elementAreaAt(int x, int y, int maxWidth, int maxHeight) const in elementAreaAt() 1020 if (maxHeight <= 0) in elementAreaAt() 1021 maxHeight = INT_MAX; in elementAreaAt() 1022 …).isNull() && element.geometry().width() <= maxWidth && element.geometry().height() <= maxHeight) { in elementAreaAt()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | ImageDiff.cpp | 171 int maxHeight = max(baseline.height(), actual.height()); in percentageDifferent() local 177 pixelsDifferent += (maxHeight - h) * maxWidth; in percentageDifferent()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 192 - (NSString *)maxHeight; 193 - (void)setMaxHeight:(NSString *)maxHeight;
|
D | DOMCSS.mm | 827 - (NSString *)maxHeight 832 - (void)setMaxHeight:(NSString *)maxHeight 834 [self setProperty:@"max-height" value:maxHeight priority:@""];
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Toolbar.js | 184 this._contentElement.style.maxHeight = window.innerHeight - top - 20 + "px";
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property 236 resizePackagesNav.css({maxHeight:swapperHeight + "px"}); property
|
D | jquery-resizable.min.js | 40 …maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.… property
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1257 const Length& maxHeight = style->maxHeight(); in getPropertyCSSValue() local 1258 if (maxHeight.isFixed() && maxHeight.value() == undefinedLength) in getPropertyCSSValue() 1260 return primitiveValueCache->createValue(maxHeight); in getPropertyCSSValue()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 146 void setMaxHeight(int maxHeight) { m_maxHeight = maxHeight; } in setMaxHeight() argument
|
/external/webkit/Source/WebCore/platform/efl/ |
D | RenderThemeEfl.cpp | 73 if (desc->max.height().value() > 0 && style->maxHeight().isIntrinsicOrAuto()) in adjustSizeConstraints()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 622 …>append(new PropertyWrapper<Length>(CSSPropertyMaxHeight, &RenderStyle::maxHeight, &RenderStyle::s… in ensurePropertyMap()
|