Searched defs:setWidth (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb41 def setWidth(w, width) method
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb44 def setWidth(w, width) method
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dhscale.tcl39 proc setWidth {w width} { procedure
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dhscale.tcl39 proc setWidth {w width} { procedure
/macosx-10.10/WebCore-7600.1.25/html/
H A DTextMetrics.h39 void setWidth(float w) { m_width = w; } function in class:WebCore::TextMetrics
H A DHTMLImageElement.cpp388 void HTMLImageElement::setWidth(int value) function in class:WebCore::HTMLImageElement
H A DHTMLCanvasElement.cpp158 void HTMLCanvasElement::setWidth(int value) function in class:WebCore::HTMLCanvasElement
H A DHTMLInputElement.cpp1848 void HTMLInputElement::setWidth(unsigned width) function in class:WebCore::HTMLInputElement
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthSize.h45 void setWidth(Length width) { m_width = WTF::move(width); } function in struct:WebCore::LengthSize
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextMetrics.h45 void setWidth(float width) { m_width = width; } function in class:WebCore::SVGTextMetrics
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSize.h65 void setWidth(float width) { m_width = width; } function in class:WebCore::FloatSize
H A DIntSize.h70 void setWidth(int width) { m_width = width; } function in class:WebCore::IntSize
H A DGlyphBuffer.h68 void setWidth(CGFloat width) { this->CGSize::width = width; } function in struct:WebCore::GlyphBufferAdvance
H A DIntRect.h94 void setWidth(int width) { m_size.setWidth(width); } function in class:WebCore::IntRect
H A DLayoutSize.h58 void setWidth(LayoutUnit width) { m_width = width; } function in class:WebCore::LayoutSize
H A DFloatRect.h84 void setWidth(float width) { m_size.setWidth(width); } function in class:WebCore::FloatRect
H A DLayoutRect.h80 void setWidth(LayoutUnit width) { m_size.setWidth(width); } function in class:WebCore::LayoutRect
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamSourceStates.h66 void setWidth(unsigned long width) { m_width = width; } function in class:WebCore::MediaStreamSourceStates
/macosx-10.10/WebCore-7600.1.25/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h76 void setWidth(float width) { m_width = width; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun
/macosx-10.10/WebCore-7600.1.25/svg/
H A DPatternAttributes.h77 void setWidth(const SVGLength& value) function in struct:WebCore::PatternAttributes
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.cpp102 void VTTRegion::setWidth(double value, ExceptionCode& ec) function in class:WebCore::VTTRegion
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.h64 void setWidth(LayoutUnit width) { ASSERT(!isInPlacedTree()); m_frameRect.setWidth(width); } function in class:WebCore::FloatingObject
H A DRenderBox.h81 void setWidth(LayoutUnit width) { m_frameRect.setWidth(width); } function in class:WebCore::RenderBox

Completed in 141 milliseconds