Searched defs:setHeight (Results 1 - 25 of 43) sorted by relevance

12

/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 DSVGRect.h64 void setHeight(float f) { m_value.setHeight(f); } function in class:WebCore::SVGRect
H A DPatternAttributes.h84 void setHeight(PassRefPtr<SVGLength> value) function in struct:WebCore::PatternAttributes
/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/ui/android/java/src/org/chromium/ui/
H A DDropdownDividerDrawable.java34 public void setHeight(int height) { method in class:DropdownDividerDrawable
/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/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.h60 void setHeight(float height) { m_height = height; } function in class:WebCore::FloatSize
131 a.setHeight(a.height() + b.height());
138 a.setHeight(a.height() - b.height());
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 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 DLayoutSize.h59 void setHeight(LayoutUnit height) { m_height = height; } function in class:WebCore::LayoutSize
141 a.setHeight(a.height() + b.height());
148 a.setHeight(a.height() - b.height());
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 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/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java114 public void setHeight(int height) { method in class:VisualSampleEntry
/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/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java117 public void setHeight(int height) { method in class:ShadowDisplay
H A DShadowBitmap.java44 shadowBitmap.setHeight(height);
66 shadowBitmap.setHeight(dstHeight);
144 public void setHeight(int height) { method in class:ShadowBitmap
H A DShadowPopupWindow.java67 public void setHeight(int height) { method in class:ShadowPopupWindow
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionPanel.js200 this.setHeight("150px");
206 setHeight: function(height)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTrackHeaderBox.java229 public void setHeight(double height) { method in class:TrackHeaderBox
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java179 public void setHeight(int height) { method in class:DrawableBitmap
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp115 void VTTRegion::setHeight(long value, ExceptionState& exceptionState) function in class:WebCore::VTTRegion
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h74 void setHeight(LayoutUnit height) { ASSERT(!isInPlacedTree()); m_frameRect.setHeight(height); } function in class:WebCore::FloatingObject
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js1448 ScrollView.prototype.setHeight = function(height) {
1686 this.scrollView.setHeight(0);
1866 ListView.prototype.setHeight = function(height) {
1867 this.scrollView.setHeight(height);
1951 this.setHeight(0);
2030 ScrubbyScrollBar.prototype.setHeight = function(height) {
2214 YearListCell.prototype.setHeight = function(height) {
2339 YearListView.prototype.setHeight = function(height) {
2340 ListView.prototype.setHeight.call(this, height);
2341 this.scrubbyScrollBar.setHeight(heigh
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java377 public void setHeight(int height) { method in class:AccessibilityTabModelListItem
396 setHeight(mDefaultHeight);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp136 void HTMLCanvasElement::setHeight(int value) function in class:WebCore::HTMLCanvasElement

Completed in 566 milliseconds

12