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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DLayoutBoxExtent.h51 inline void setTop(LayoutUnit value) { m_top = value; } function in class:WebCore::LayoutBoxExtent
H A DIntRectExtent.h58 void setTop(int top) { m_top = top; } function in class:WebCore::IntRectExtent
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DRect.h37 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::RectBase
H A DCSSBasicShapes.h116 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::CSSBasicShapeInsetRectangle
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBasicShapes.h196 void setTop(Length top) { m_top = top; } function in class:WebCore::BasicShapeInsetRectangle
H A DRenderStyle.h994 void setTop(Length v) { SET_VAR(surround, offset.m_top, v); } function in class:WebCore::RenderStyle

Completed in 119 milliseconds