Home
last modified time | relevance | path

Searched defs:setHeight (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMRect.h20 void setHeight(double height) { m_height = height; } in setHeight() function
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthSize.h48 void setHeight(const Length& height) { m_height = height; } in setHeight() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRectTearOff.cpp78 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState) in setHeight() function in blink::SVGRectTearOff
DSVGRect.h63 void setHeight(float f) { m_value.setHeight(f); } in setHeight() function
/external/chromium_org/ui/android/java/src/org/chromium/ui/
DDropdownDividerDrawable.java34 public void setHeight(int height) { in setHeight() method in DropdownDividerDrawable
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DVideoCodecInst.java38 public native void setHeight(int height); in setHeight() method in VideoCodecInst
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntSize.h52 void setHeight(int height) { m_height = height; } in setHeight() function
DFloatSize.h60 void setHeight(float height) { m_height = height; } in setHeight() function
DLayoutSize.h57 void setHeight(LayoutUnit height) { m_height = height; } in setHeight() function
DIntRect.h78 void setHeight(int height) { m_size.setHeight(height); } in setHeight() function
DFloatRect.h81 void setHeight(float height) { m_size.setHeight(height); } in setHeight() function
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java114 public void setHeight(int height) { in setHeight() method in VisualSampleEntry
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
DTrackMetaData.java95 public void setHeight(double height) { in setHeight() method in TrackMetaData
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js1460 ScrollView.prototype.setHeight = function(height) { method in ScrollView
1879 ListView.prototype.setHeight = function(height) { method in ListView
2043 ScrubbyScrollBar.prototype.setHeight = function(height) { method in ScrubbyScrollBar
2229 YearListCell.prototype.setHeight = function(height) { method in YearListCell
2354 YearListView.prototype.setHeight = function(height) { method in YearListView
2355 ListView.prototype.setHeight.call(this, height); method in ListView
3485 CalendarTableView.prototype.setHeight = function(height) { method in CalendarTableView
4064 CalendarPicker.prototype.setHeight = function(height) { method in CalendarPicker
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java117 public void setHeight(int height) { in setHeight() method in ShadowDisplay
DShadowPopupWindow.java67 public void setHeight(int height) { in setHeight() method in ShadowPopupWindow
DShadowBitmap.java144 public void setHeight(int height) { in setHeight() method in ShadowBitmap
/external/chromium_org/third_party/angle/util/
DEGLWindow.h39 void setHeight(size_t height) { mHeight = height; } in setHeight() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionPanel.js206 setHeight: function(height) method in WebInspector.ExtensionSidebarPane
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTrackHeaderBox.java229 public void setHeight(double height) { in setHeight() method in TrackHeaderBox
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java179 public void setHeight(int height) { in setHeight() method in DrawableBitmap
/external/chromium_org/third_party/skia/include/views/
DSkView.h81 void setHeight(SkScalar height) { this->setSize(fWidth, height); } in setHeight() function
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp116 void VTTRegion::setHeight(long value, ExceptionState& exceptionState) in setHeight() function in blink::VTTRegion
/external/skia/include/views/
DSkView.h81 void setHeight(SkScalar height) { this->setSize(fWidth, height); } in setHeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.h74 void setHeight(LayoutUnit height) { ASSERT(!isInPlacedTree()); m_frameRect.setHeight(height); } in setHeight() function

12