Searched defs:setMarginBottom (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ | ||
H A D | RenderBox.h | 203 void setMarginBottom(int margin) { m_marginBottom = margin; } function in class:WebCore::RenderBox |
/external/webkit/Source/WebCore/rendering/style/ | ||
H A D | RenderStyle.h | 989 void setMarginBottom(Length v) { SET_VAR(surround, margin.m_bottom, v) } function in class:WebCore::RenderStyle |
Completed in 265 milliseconds