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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntRectExtent.h58 void setTop(int top) { m_top = top; } function in class:WebCore::IntRectExtent
102 a.setTop(a.top() + b.top());
H A DLayoutBoxExtent.h51 inline void setTop(LayoutUnit value) { m_top = value; } function in class:WebCore::LayoutBoxExtent
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.h79 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::CSSBasicShapeInset
86 setTop(top);
H A DRect.h37 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::RectBase
H A DBasicShapeFunctions.cpp110 insetValue->setTop(pool.createValue(inset->top(), style));
247 rect->setTop(convertToLength(conversionData, rectValue->top()));
H A DCSSComputedStyleDeclaration.cpp497 quad->setTop(top.release());
548 quad->setTop(top);
2491 region->setTop(zoomAdjustedPixelValue(offset.top().value(), style.get()));
2695 rect->setTop(zoomAdjustedPixelValue(style->clip().top().value(), style.get()));
H A DCSSParser.cpp5396 region->setTop(amount);
5416 region->setTop(amount);
5598 rect->setTop(length);
7534 quad->setTop(m_top);
7631 void setTop(PassRefPtr<CSSPrimitiveValue> val) { m_top = val; } function in class:WebCore::BorderImageQuadParseContext
7651 quad->setTop(m_top);
H A DDeprecatedStyleBuilder.cpp2441 setPropertyHandler(CSSPropertyTop, ApplyPropertyLength<&RenderStyle::top, &RenderStyle::setTop, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFullScreen.cpp100 fullscreenStyle.get().setTop(Length(0, WebCore::Fixed));
H A DRenderScrollbarPart.cpp119 m_marginBox.setTop(minimumValueForLength(style().marginTop(), visibleSize));
H A DRenderBox.h260 void setMarginTop(LayoutUnit margin) { m_marginBox.setTop(margin); }
H A DRenderFlowThread.cpp78 newStyle.get().setTop(Length(0, Fixed));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBasicShapes.h240 void setTop(Length top) { m_top = WTF::move(top); } function in class:WebCore::BasicShapeInset
H A DBasicShapes.cpp255 result->setTop(m_top.blend(o->top(), progress));
H A DRenderStyle.h1153 void setTop(Length v) { SET_VAR(surround, offset.m_top, WTF::move(v)); }
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMCSS.h275 - (void)setTop:(NSString *)top WEBKIT_AVAILABLE_MAC(10_4);
H A DDOMCSS.mm1274 - (void)setTop:(NSString *)top
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp1131 new LengthPropertyWrapper<Length>(CSSPropertyTop, &RenderStyle::top, &RenderStyle::setTop),

Completed in 325 milliseconds