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

1234567

/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/core/svg/
H A DSVGRectTearOff.cpp78 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState) function in class:blink::SVGRectTearOff
85 target()->setHeight(f);
H A DSVGRectTearOff.h51 void setHeight(float, ExceptionState&);
H A DSVGRect.h63 void setHeight(float f) { m_value.setHeight(f); } function in class:blink::SVGRect
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRect.h20 void setHeight(double height) { m_height = height; } function in class:blink::FINAL
/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:blink::LengthSize
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXSpinButton.cpp101 parentRect.setHeight(parentRect.height() / 2);
104 parentRect.setHeight(parentRect.height() / 2);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.h81 void setHeight(float height) { m_size.setHeight(height); } function in class:blink::FloatRect
113 setHeight(std::max(0.0f, height() - delta));
118 setHeight(std::max(0.0f, height() + delta));
151 m_size.setHeight(m_size.height() + dy + dy);
183 m_size.setHeight(bottom - top);
207 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:blink::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:blink::IntSize
134 a.setHeight(a.height() + b.height());
141 a.setHeight(a.height() - b.height());
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.cpp20 m_destRect.setHeight(m_tileSize.height() + std::min(yOffset, 0));
H A DBoxDecorationData.cpp47 contextScaling.setHeight(1);
/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/rendering/
H A DRenderOverflow.h88 m_layoutOverflow.setHeight(maxY - minY);
100 m_visualOverflow.setHeight(maxY - m_visualOverflow.y());
H A DRenderMedia.cpp74 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
H A DRenderMeter.cpp66 frame.setHeight(computedValues.m_extent);
H A DRenderScrollbarPart.cpp73 setHeight(m_scrollbar->height());
81 setHeight(m_scrollbar->height());
122 setHeight(std::max(minHeight, std::min(maxHeight, h)));
177 setHeight(rect.height());
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DThemeMac.mm119 result.setHeight(Length(controlSize.height(), Fixed));
212 result.setHeight(result.height() - heightDelta);
234 result.setHeight(rect.height() + 2 * margin);
302 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
307 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
384 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
389 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
467 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
473 inflatedRect.setHeight(zoomedSize.height());
481 inflatedRect.setHeight(inflatedRec
[all...]
/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

Completed in 389 milliseconds

1234567