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

/external/webkit/WebCore/html/
H A DTextMetrics.h38 void setWidth(float w) { m_width = w; } function in class:WebCore::TextMetrics
H A DHTMLPreElement.cpp68 void HTMLPreElement::setWidth(int width) function in class:WebCore::HTMLPreElement
H A DHTMLHRElement.cpp138 void HTMLHRElement::setWidth(const String &value) function in class:WebCore::HTMLHRElement
H A DHTMLPlugInElement.cpp106 void HTMLPlugInElement::setWidth(const String& value) function in class:WebCore::HTMLPlugInElement
H A DHTMLTableColElement.cpp158 void HTMLTableColElement::setWidth(const String &value) function in class:WebCore::HTMLTableColElement
H A DHTMLCanvasElement.cpp131 void HTMLCanvasElement::setWidth(int value) function in class:WebCore::HTMLCanvasElement
H A DHTMLImageElement.cpp386 void HTMLImageElement::setWidth(int value) function in class:WebCore::HTMLImageElement
H A DHTMLTableCellElement.cpp267 void HTMLTableCellElement::setWidth(const String &value) function in class:WebCore::HTMLTableCellElement
H A DHTMLVideoElement.cpp153 void HTMLVideoElement::setWidth(unsigned value) function in class:WebCore::HTMLVideoElement
H A DHTMLTableElement.cpp747 void HTMLTableElement::setWidth(const String &value) function in class:WebCore::HTMLTableElement
/external/webkit/WebCore/platform/
H A DLengthSize.h45 void setWidth(Length width) { m_width = width; } function in struct:WebCore::LengthSize
/external/webkit/WebCore/platform/graphics/
H A DPen.cpp55 void Pen::setWidth(unsigned width) function in class:WebCore::Pen
H A DFloatSize.h62 void setWidth(float width) { m_width = width; } function in class:WebCore::FloatSize
96 a.setWidth(a.width() + b.width());
103 a.setWidth(a.width() - b.width());
H A DIntSize.h72 void setWidth(int width) { m_width = width; } function in class:WebCore::IntSize
148 a.setWidth(a.width() + b.width());
155 a.setWidth(a.width() - b.width());
H A DFloatRect.h94 void setWidth(float width) { m_size.setWidth(width); } function in class:WebCore::FloatRect
120 m_size.setWidth(m_size.width() + dx + dx);
H A DIntRect.h93 void setWidth(int width) { m_size.setWidth(width); } function in class:WebCore::IntRect
126 m_size.setWidth(m_size.width() + dx + dx);
/external/webkit/WebCore/svg/
H A DPatternAttributes.h57 void setWidth(const SVGLength& value) { m_width = value; m_widthSet = true; } function in struct:WebCore::PatternAttributes
/external/webkit/WebCore/rendering/
H A DInlineBox.h195 void setWidth(int w) { m_width = w; } function in class:WebCore::InlineBox
H A DRenderBox.h50 void setWidth(int width) { m_frameRect.setWidth(width); } function in class:WebCore::RenderBox
H A DRenderLayer.h230 void setWidth(int w) { m_width = w; } function in class:WebCore::RenderLayer
/external/skia/include/views/
H A DSkView.h81 void setWidth(SkScalar width) { this->setSize(width, fHeight); } function in class:SkView
/external/skia/src/core/
H A DSkStroke.cpp514 void SkStroke::setWidth(SkScalar width) { function in class:SkStroke
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h726 void setWidth(Length v) { SET_VAR(box, width, v) } function in class:WebCore::RenderStyle
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 386 milliseconds