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

12

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb41 def setWidth(w, width) method
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb44 def setWidth(w, width) method
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dhscale.tcl39 proc setWidth {w width} { procedure
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dhscale.tcl39 proc setWidth {w width} { procedure
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTextMetrics.h39 void setWidth(float w) { m_width = w; } function in class:WebCore::TextMetrics
H A DHTMLImageElement.cpp323 void HTMLImageElement::setWidth(int value) function in class:WebCore::HTMLImageElement
H A DHTMLCanvasElement.cpp160 void HTMLCanvasElement::setWidth(int value) function in class:WebCore::HTMLCanvasElement
H A DHTMLInputElement.cpp1881 void HTMLInputElement::setWidth(unsigned width) function in class:WebCore::HTMLInputElement
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLengthSize.h45 void setWidth(Length width) { m_width = width; } function in struct:WebCore::LengthSize
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextMetrics.h48 void setWidth(float width) { m_width = width; } function in class:WebCore::SVGTextMetrics
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebViewportArguments.cpp73 void WebViewportArguments::setWidth(float width) function in class:BlackBerry::WebKit::WebViewportArguments
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackRegion.cpp83 void TextTrackRegion::setWidth(double value, ExceptionCode& ec) function in class:WebCore::TextTrackRegion
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatSize.h77 void setWidth(float width) { m_width = width; } function in class:WebCore::FloatSize
H A DIntSize.h66 void setWidth(int width) { m_width = width; } function in class:WebCore::IntSize
H A DLayoutSize.h61 void setWidth(LayoutUnit width) { m_width = width; } function in class:WebCore::LayoutSize
H A DGlyphBuffer.h72 void setWidth(CGFloat width) { this->CGSize::width = width; } function in struct:WebCore::GlyphBufferAdvance
85 void setWidth(qreal width) { QPointF::setX(width); } function in struct:WebCore::GlyphBufferAdvance
H A DIntRect.h100 void setWidth(int width) { m_size.setWidth(width); } function in class:WebCore::IntRect
H A DFloatRect.h101 void setWidth(float width) { m_size.setWidth(width); } function in class:WebCore::FloatRect
H A DLayoutRect.h89 void setWidth(LayoutUnit width) { m_size.setWidth(width); } function in class:WebCore::LayoutRect
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h77 void setWidth(float width) { m_width = width; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DPatternAttributes.h78 void setWidth(const SVGLength& value) function in struct:WebCore::PatternAttributes
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBasicShapes.h80 void setWidth(PassRefPtr<CSSPrimitiveValue> width) { m_width = width; } function in class:WebCore::CSSBasicShapeRectangle
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBasicShapes.h80 void setWidth(Length width) { m_width = width; } function in class:WebCore::BasicShapeRectangle
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBox.h75 void setWidth(LayoutUnit width) { m_frameRect.setWidth(width); } function in class:WebCore::RenderBox
H A DRenderBlock.h722 void setWidth(LayoutUnit width) { ASSERT(!isInPlacedTree()); m_frameRect.setWidth(width); } function in struct:WebCore::RenderBlock::FloatingObject

Completed in 154 milliseconds

12