Searched refs:setHeight (Results 1 - 25 of 164) sorted by relevance

1234567

/external/webkit/Source/WebCore/rendering/
H A DRenderMeter.cpp56 setHeight(theme()->meterSizeForBounds(this, frameRect()).height());
H A DRenderFullScreen.cpp61 fullscreenStyle->setHeight(Length(100.0, Percent));
H A DRenderScrollbarPart.cpp67 setHeight(m_scrollbar->height());
75 setHeight(m_scrollbar->height());
112 setHeight(max(minHeight, min(maxHeight, h)));
167 setHeight(rect.height());
H A DRenderFrame.cpp81 setHeight(max(view->contentsHeight() + borderAndPaddingHeight(), height()));
H A DRenderFrameBase.cpp80 setHeight(max(height(), childFrameView->contentsHeight() + vBorder));
H A DRenderMedia.cpp78 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
H A DRenderFlexibleBox.cpp239 setHeight(0);
354 setHeight(yPos);
397 setHeight(max(yPos + maxAscent + maxDescent, height()));
400 setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom()));
406 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
408 setHeight(height() + toAdd);
637 setHeight(oldHeight);
673 setHeight(borderTop() + paddingTop());
699 setHeight(height() + child->marginTop());
730 setHeight(heigh
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h44 m_bounds.setHeight(240);
72 m_bounds.setHeight(h);
78 m_visibleBounds.setHeight(h);
/external/chromium/chrome/browser/ui/cocoa/
H A Danimatable_view.h43 - (void)setHeight:(CGFloat)newHeight;
/external/webkit/Source/WebCore/platform/
H A DLengthSize.h48 void setHeight(Length height) { m_height = height; } function in struct:WebCore::LengthSize
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFloatRectQt.cpp57 normalizedRect.setHeight(-height());
/external/webkit/Source/WebCore/platform/graphics/
H A DIntRect.cpp75 m_size.setHeight(b - t);
96 m_size.setHeight(b - t);
117 m_size.setHeight(bottom - top);
125 m_size.setHeight((int)(height() * s));
H A DRoundedIntRect.cpp66 m_topLeft.setHeight(max(0, m_topLeft.height() + topWidth));
69 m_topRight.setHeight(max(0, m_topRight.height() + topWidth));
72 m_bottomLeft.setHeight(max(0, m_bottomLeft.height() + bottomWidth));
75 m_bottomRight.setHeight(max(0, m_bottomRight.height() + bottomWidth));
H A DIntRect.h102 void setHeight(int height) { m_size.setHeight(height); } function in class:WebCore::IntRect
128 setHeight(std::max(0, height() - delta));
133 setHeight(std::max(0, height() + delta));
162 m_size.setHeight(m_size.height() + dy + dy);
H A DFloatSize.h62 void setHeight(float height) { m_height = height; } function in class:WebCore::FloatSize
110 a.setHeight(a.height() + b.height());
117 a.setHeight(a.height() - b.height());
H A DIntSize.h71 void setHeight(int height) { m_height = height; } function in class:WebCore::IntSize
154 a.setHeight(a.height() + b.height());
161 a.setHeight(a.height() - b.height());
H A DFloatRect.h101 void setHeight(float height) { m_size.setHeight(height); } function in class:WebCore::FloatRect
129 m_size.setHeight(m_size.height() + dy + dy);
189 m_size.setHeight(bottom - top);
/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.cpp84 rect.setHeight(rect.height() - shadowTop + shadowBottom);
97 rect.setHeight(rect.height() - shadowTop + shadowBottom);
/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.mm223 result.setHeight(Length(controlSize.height(), Fixed));
318 result.setHeight(result.height() - heightDelta);
386 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
391 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
467 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
472 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
571 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
577 inflatedRect.setHeight(zoomedSize.height());
585 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
642 rect.setHeight(rec
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DThemeMac.mm110 result.setHeight(Length(controlSize.height(), Fixed));
200 result.setHeight(result.height() - heightDelta);
268 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
273 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
346 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
351 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
457 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
463 inflatedRect.setHeight(zoomedSize.height());
471 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
538 rect.setHeight(rec
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h79 void setHeight(int);
87 setHeight(newSize.height());
H A DHTMLImageElement.h63 void setHeight(int);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp100 subregion.setHeight(subregionBoundingBox.height() * targetBoundingBox.height());
112 subregion.setHeight(uniteRect.height());
/external/skia/src/views/
H A DSkProgressBarView.cpp52 this->setHeight(height);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp216 subimageRect.setHeight(ceilf(subimageRect.height() + topPadding));
217 adjustedDestRect.setHeight(subimageRect.height() / yScale);
222 adjustedDestRect.setHeight(CGImageGetHeight(image.get()) / yScale);
234 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height());

Completed in 674 milliseconds

1234567