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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRectExtent.h64 void setBottom(int bottom) { m_bottom = bottom; } function in class:WebCore::IntRectExtent
104 a.setBottom(a.bottom() + b.bottom());
H A DLayoutBoxExtent.h53 inline void setBottom(LayoutUnit value) { m_bottom = value; } function in class:WebCore::LayoutBoxExtent
/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 DBasicShapeFunctions.cpp100 rectangleValue->setBottom(cssValuePool().createValue(rectangle->bottom()));
187 rect->setBottom(convertToLength(style, rootStyle, rectValue->bottom()));
H A DCSSBasicShapes.h118 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } function in class:WebCore::CSSBasicShapeInsetRectangle
H A DCSSComputedStyleDeclaration.cpp494 quad->setBottom(bottom);
546 quad->setBottom(bottom);
2376 region->setBottom(zoomAdjustedPixelValue(offset.bottom().value(), style.get()));
2571 rect->setBottom(zoomAdjustedPixelValue(style->clip().bottom().value(), style.get()));
H A DCSSParser.cpp4943 region->setBottom(amount);
4965 region->setBottom(amount);
5064 rect->setBottom(length);
5171 shape->setBottom(length);
6888 quad->setBottom(m_bottom);
7005 quad->setBottom(m_bottom);
H A DDeprecatedStyleBuilder.cpp2122 setPropertyHandler(CSSPropertyBottom, ApplyPropertyLength<&RenderStyle::bottom, &RenderStyle::setBottom, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbarPart.cpp131 m_marginBox.setBottom(minimumValueForLength(style()->marginBottom(), visibleSize, renderView));
H A DRenderBox.h241 void setMarginBottom(LayoutUnit margin) { m_marginBox.setBottom(margin); }
/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 DBasicShapes.cpp209 result->setBottom(m_bottom.blend(o->bottom(), progress));
H A DRenderStyle.h995 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v); } function in class:WebCore::RenderStyle
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.h113 - (void)setBottom:(NSString *)bottom;
H A DDOMCSS.mm460 - (void)setBottom:(NSString *)bottom
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp1061 gPropertyWrappers->append(new PropertyWrapper<Length>(CSSPropertyBottom, &RenderStyle::bottom, &RenderStyle::setBottom));
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp791 style->setBottom(volOffset);

Completed in 199 milliseconds