Searched refs:m_bottom (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.h40 , m_bottom(type)
48 , m_bottom(Length(v, Fixed))
56 , m_bottom(WTF::move(bottom))
64 , m_bottom(Length(bottom, Fixed))
71 const Length& bottom() const { return m_bottom; }
83 return m_left == other.m_left && m_right == other.m_right && m_top == other.m_top && m_bottom == other.m_bottom;
93 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero());
99 Length m_bottom; member in struct:WebCore::LengthBox
H A DLengthBox.cpp43 return isHorizontalWritingMode(writingMode) ? m_right : m_bottom;
52 return m_bottom;
66 return m_bottom;
75 return m_bottom;
82 return isLeftToRightDirection(direction) ? m_top : m_bottom;
89 return isLeftToRightDirection(direction) ? m_bottom : m_top;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.cpp43 return isHorizontalWritingMode(writingMode) ? m_bottom : m_right;
53 return isHorizontalWritingMode(writingMode) ? m_right : m_bottom;
62 return m_bottom;
76 return m_bottom;
85 return m_bottom;
92 return isLeftToRightDirection(direction) ? m_top : m_bottom;
99 return isLeftToRightDirection(direction) ? m_bottom : m_top;
109 m_bottom = value;
127 m_bottom = value;
140 m_bottom
[all...]
H A DLayoutBoxExtent.h42 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { }
44 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
48 inline LayoutUnit bottom() const { return m_bottom; }
53 inline void setBottom(LayoutUnit value) { m_bottom = value; }
80 LayoutUnit m_bottom; member in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h44 , m_bottom(0)
52 , m_bottom(bottom)
63 int bottom() const { return m_bottom; }
64 void setBottom(int bottom) { m_bottom = bottom; }
83 int m_bottom; member in class:WebCore::IntRectExtent
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBorderData.h47 return m_left.nonZero(!haveImage) || m_right.nonZero(!haveImage) || m_top.nonZero(!haveImage) || m_bottom.nonZero(!haveImage);
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
88 return m_bottom.width();
93 return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom && m_image == o.m_image
105 const BorderValue& bottom() const { return m_bottom; }
118 BorderValue m_bottom; member in class:WebCore::BorderData
H A DBasicShapes.h232 const Length& bottom() const { return m_bottom; }
242 void setBottom(Length bottom) { m_bottom = WTF::move(bottom); }
259 Length m_bottom; member in class:WebCore::BasicShapeInset
H A DBasicShapes.cpp239 std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), 0)
257 result->setBottom(m_bottom.blend(o->bottom(), progress));
H A DRenderStyle.h1154 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, WTF::move(v)); }
1192 region.offset.m_bottom = WTF::move(b);
1204 void resetBorderBottom() { SET_VAR(surround, border.m_bottom, BorderValue()); }
1258 void setBorderBottomWidth(float v) { SET_VAR(surround, border.m_bottom.m_width, v); }
1259 void setBorderBottomStyle(EBorderStyle v) { SET_VAR(surround, border.m_bottom.m_style, v); }
1260 void setBorderBottomColor(const Color& v) { SET_BORDERVALUE_COLOR(surround, border.m_bottom, v); }
1277 void setClipBottom(Length length) { SET_VAR(visual, clip.m_bottom, WTF::move(length)); }
1388 void setMarginBottom(Length length) { SET_VAR(surround, margin.m_bottom, WTF::move(length)); }
1397 void setPaddingBottom(Length length) { SET_VAR(surround, padding.m_bottom, WTF::move(length)); }
H A DRenderStyle.cpp831 data->clip.m_bottom = bottom;
1218 region.offset.m_bottom = Length();
/macosx-10.10/WebCore-7600.1.25/css/
H A DRect.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); }
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
47 && compareCSSValuePtr(m_bottom, other.m_bottom);
55 , m_bottom(cloneFrom.m_bottom ? cloneFrom.m_bottom->cloneForCSSOM() : 0)
65 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::RectBase
H A DCSSBasicShapes.h71 CSSPrimitiveValue* bottom() const { return m_bottom.get(); }
81 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
121 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::CSSBasicShapeInset
H A DCSSBasicShapes.cpp392 m_bottom ? m_bottom->cssText() : String(),
413 && compareCSSValuePtr(m_bottom, other.m_bottom)
H A DCSSToStyleMap.cpp609 box.m_bottom = Length(slices->bottom()->getDoubleValue(), Percent);
611 box.m_bottom = Length((int)slices->bottom()->getFloatValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
655 box.m_bottom = Length(slices->bottom()->getIntValue(), Relative);
657 box.m_bottom = Length(slices->bottom()->getDoubleValue(CSSPrimitiveValue::CSS_PERCENTAGE), Percent);
659 box.m_bottom = slices->bottom()->computeLength<Length>(conversionData);
H A DCSSParser.cpp7503 else if (!m_bottom)
7504 m_bottom = val;
7522 m_bottom = m_top;
7525 if (!m_bottom) {
7526 m_bottom = m_top;
7536 quad->setBottom(m_bottom);
7552 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::BorderImageSliceParseContext
7619 else if (!m_bottom)
7620 m_bottom = val;
7639 m_bottom
7668 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::BorderImageQuadParseContext
[all...]

Completed in 214 milliseconds