Searched defs:setBottom (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DLayoutBoxExtent.h53 inline void setBottom(LayoutUnit value) { m_bottom = value; } function in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h64 void setBottom(int bottom) { m_bottom = bottom; } function in class:WebCore::IntRectExtent
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DRect.h39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } function in class:WebCore::RectBase
H A DCSSBasicShapes.h118 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } function in class:WebCore::CSSBasicShapeInsetRectangle
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBasicShapes.h198 void setBottom(Length bottom) { m_bottom = bottom; } function in class:WebCore::BasicShapeInsetRectangle
H A DRenderStyle.h995 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v); } function in class:WebCore::RenderStyle

Completed in 112 milliseconds