Searched defs:setBottom (Results 1 – 9 of 9) sorted by relevance
54 inline void setBottom(LayoutUnit value) { m_bottom = value; } in setBottom() function
62 void setBottom(int bottom) { m_bottom = bottom; } in setBottom() function
62 void setBottom(float bottom) { m_bottom = bottom; } in setBottom() function
40 void setBottom(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
169 void setBottom(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
202 public void setBottom(int index, Value value) in setBottom() method in Stack
264 void setBottom(const Length& bottom) { m_bottom = bottom; } in setBottom() function
981 void setBottom(const Length& v) { SET_VAR(surround, offset.m_bottom, v); } in setBottom() function
704 public void setBottom(int bottom) { in setBottom() method in ShadowView