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

1234567

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRectTearOff.cpp79 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState) function in class:WebCore::SVGRectTearOff
86 target()->setHeight(f);
H A DSVGRectTearOff.h50 void setHeight(float, ExceptionState&);
H A DSVGRect.h64 void setHeight(float f) { m_value.setHeight(f); } function in class:WebCore::SVGRect
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoCodecInst.java38 public native void setHeight(int height); method in class:VideoCodecInst
/external/chromium_org/chrome/browser/ui/cocoa/
H A Danimatable_view.h41 - (void)setHeight:(CGFloat)newHeight;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthSize.h48 void setHeight(const Length& height) { m_height = height; } function in class:WebCore::LengthSize
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXSpinButton.cpp104 parentRect.setHeight(parentRect.height() / 2);
107 parentRect.setHeight(parentRect.height() / 2);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.h82 void setHeight(float height) { m_size.setHeight(height); } function in class:WebCore::FloatRect
114 setHeight(std::max(0.0f, height() - delta));
119 setHeight(std::max(0.0f, height() + delta));
152 m_size.setHeight(m_size.height() + dy + dy);
184 m_size.setHeight(bottom - top);
208 a.setHeight(a.height() + b.height());
H A DFloatRoundedRect.cpp84 m_topLeft.setHeight(std::max<float>(0, m_topLeft.height() + topWidth));
88 m_topRight.setHeight(std::max<float>(0, m_topRight.height() + topWidth));
92 m_bottomLeft.setHeight(std::max<float>(0, m_bottomLeft.height() + bottomWidth));
96 m_bottomRight.setHeight(std::max<float>(0, m_bottomRight.height() + bottomWidth));
H A DIntRect.cpp81 m_size.setHeight(bottom - top);
102 m_size.setHeight(bottom - top);
123 m_size.setHeight(bottom - top);
131 m_size.setHeight((int)(height() * s));
H A DIntRect.h78 void setHeight(int height) { m_size.setHeight(height); } function in class:WebCore::IntRect
110 setHeight(std::max(0, height() - delta));
115 setHeight(std::max(0, height() + delta));
144 m_size.setHeight(m_size.height() + dy + dy);
H A DIntSize.h52 void setHeight(int height) { m_height = height; } function in class:WebCore::IntSize
134 a.setHeight(a.height() + b.height());
141 a.setHeight(a.height() - b.height());
H A DLayoutRect.h82 void setHeight(LayoutUnit height) { m_size.setHeight(height); } function in class:WebCore::LayoutRect
124 setHeight(std::max<LayoutUnit>(0, height() - delta));
129 setHeight(std::max<LayoutUnit>(0, height() + delta));
158 m_size.setHeight(m_size.height() + dy + dy);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp68 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
H A DRenderOverflow.h88 m_layoutOverflow.setHeight(maxY - minY);
100 m_visualOverflow.setHeight(maxY - m_visualOverflow.y());
H A DRenderMeter.cpp68 frame.setHeight(computedValues.m_extent);
H A DRenderScrollbarPart.cpp75 setHeight(m_scrollbar->height());
83 setHeight(m_scrollbar->height());
124 setHeight(max(minHeight, min(maxHeight, h)));
179 setHeight(rect.height());
H A DRenderDeprecatedFlexibleBox.cpp281 setHeight(0);
365 setHeight(yPos);
405 setHeight(max(yPos + maxAscent + maxDescent, height()));
408 setHeight(max(height(), yPos + child->height() + child->marginHeight()));
412 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
414 setHeight(height() + toAdd);
629 setHeight(oldHeight);
660 setHeight(borderTop() + paddingTop());
691 setHeight(height() + child->marginTop());
722 setHeight(heigh
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DDropdownDividerDrawable.java34 public void setHeight(int height) { method in class:DropdownDividerDrawable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java44 shadowBitmap.setHeight(height);
66 shadowBitmap.setHeight(dstHeight);
144 public void setHeight(int height) { method in class:ShadowBitmap
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingConstraints.cpp41 offset.setHeight(viewportRect.y() - m_viewportRectAtLastLayout.y());
43 offset.setHeight(viewportRect.maxY() - m_viewportRectAtLastLayout.maxY());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.cpp114 norm.setHeight(-norm.height());
138 intrinsicTileSize.setHeight(scaledTileSize.height());
155 visibleSrcRect.setHeight(destRect.height() / scale.height());
192 tileScaleFactor.setHeight(dstRect.height() / (srcRect.height() * vRepetitions));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java95 public void setHeight(double height) { method in class:TrackMetaData
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDisplayTest.java24 shadow.setHeight(600);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DThemeMac.mm128 result.setHeight(Length(controlSize.height(), Fixed));
220 result.setHeight(result.height() - heightDelta);
286 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
291 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
366 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
371 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
449 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
455 inflatedRect.setHeight(zoomedSize.height());
463 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
524 rect.setHeight(rec
[all...]

Completed in 648 milliseconds

1234567