Lines Matching full:width
32 enum WidthType { Width, MinWidth, MaxWidth };
45 int width() const { return m_frameRect.width(); }
50 void setWidth(int width) { m_frameRect.setWidth(width); }
65 IntRect borderBoxRect() const { return IntRect(0, 0, width(), height()); }
94 int rightLayoutOverflow() const { return m_overflow ? m_overflow->rightLayoutOverflow() : width(); }
100 int rightVisualOverflow() const { return m_overflow ? m_overflow->rightVisualOverflow() : width(); }
114 // to return the remaining width on a given line (and the height of a single line).
115 virtual int offsetWidth() const { return width(); }
178 int calcBorderBoxWidth(int width) const;
180 int calcContentBoxWidth(int width) const;
224 // Whether or not the element shrinks to its intrinsic width (rather than filling the width
231 int calcReplacedWidthUsing(Length width) const;
239 // Block flows subclass availableWidth to handle multi column layout (shrinking the width available to children when laying out.)
278 int oldWidth = width();
280 // If we shrink to fit our width may have changed, so we still need full layout.
281 if (oldWidth != width())
308 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator op, RenderObject* backgroundObject);
309 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
311 void paintMaskImages(const PaintInfo&, int tx, int ty, int width, int height);
336 void calcAbsoluteHorizontalValues(Length width, const RenderBoxModelObject* cb, TextDirection containerDirection,
354 // The width/height of the contents + borders + padding. The x/y location is relative to our container (which is not always our parent).
368 // The preferred width of the element if it were to break its lines at every possible opportunity.
371 // The preferred width of the element if it never breaks any lines at all.