Home | History | Annotate | Download | only in css

Lines Matching defs:m_bottom

3964         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;