Searched defs:m_bottom (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/css/
H A DRect.h33 CSSPrimitiveValue* bottom() const { return m_bottom.get(); }
38 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
48 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::RectBase
H A DCSSParser.cpp3964 else if (!m_bottom)
3965 m_bottom = val;
4004 m_bottom = CSSPrimitiveValue::create(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTypes)m_top->primitiveType());
4007 if (!m_bottom) {
4008 m_bottom = CSSPrimitiveValue::create(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTypes)m_top->primitiveType());
4018 rect->setBottom(m_bottom);
4060 RefPtr<CSSPrimitiveValue> m_bottom; member in struct:WebCore::BorderImageParseContext
/external/webkit/WebCore/platform/
H A DLengthBox.h37 , m_bottom(t)
45 , m_bottom(Length(v, Fixed))
53 , m_bottom(Length(b, Fixed))
60 Length bottom() const { return m_bottom; }
64 return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom;
74 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero());
80 Length m_bottom; member in struct:WebCore::LengthBox
/external/webkit/WebCore/rendering/
H A DRenderBlock.h402 , m_bottom(0)
415 int m_bottom; member in struct:WebCore::RenderBlock::FloatingObject

Completed in 87 milliseconds