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

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h86 #define SET_VAR(group, variable, value) \ macro
799 void setLeft(Length v) { SET_VAR(surround, offset.m_left, v) }
800 void setRight(Length v) { SET_VAR(surround, offset.m_right, v) }
801 void setTop(Length v) { SET_VAR(surround, offset.m_top, v) }
802 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v) }
804 void setWidth(Length v) { SET_VAR(m_box, m_width, v) }
805 void setHeight(Length v) { SET_VAR(m_box, m_height, v) }
807 void setMinWidth(Length v) { SET_VAR(m_box, m_minWidth, v) }
808 void setMaxWidth(Length v) { SET_VAR(m_box, m_maxWidth, v) }
809 void setMinHeight(Length v) { SET_VAR(m_bo
[all...]

Completed in 72 milliseconds