Searched refs:setRight (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRectExtent.h61 void setRight(int right) { m_right = right; } function in class:WebCore::IntRectExtent
103 a.setRight(a.right() + b.right());
H A DLayoutBoxExtent.h52 inline void setRight(LayoutUnit value) { m_right = value; } function in class:WebCore::LayoutBoxExtent
/macosx-10.9.5/securityd-55199.3/src/
H A Dccaudit_extensions.h154 void setRight(const string &rightName);
155 void setRight(const char *rightName);
H A Dccaudit_extensions.cpp267 RightLogger::setRight(const string &rightName) function in class:Security::CommonCriteria::Securityd::RightLogger
274 RightLogger::setRight(const char *rightName) function in class:Security::CommonCriteria::Securityd::RightLogger
278 string tmpStr(rightName); // setRight() takes a string&
279 setRight(tmpStr);
H A DAuthorizationMechEval.cpp58 logger.setRight(tmpstr);
H A DAuthorizationEngine.cpp190 logger.setRight((*it)->name());
H A DAuthorizationRule.cpp490 rightAuthLogger.setRight(rightName);
988 logger.setRight(rightName);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODRedBlackTree.h287 void setRight(Node* node) { m_right = node; } function in class:WebCore::PODRedBlackTree::Node
382 y->setRight(z);
431 x->setRight(y->left());
443 x->parent()->setRight(y);
476 y->parent()->setRight(x);
480 x->setRight(y);
686 y->parent()->setRight(x);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DRect.h38 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } function in class:WebCore::RectBase
H A DBasicShapeFunctions.cpp99 rectangleValue->setRight(cssValuePool().createValue(rectangle->right()));
186 rect->setRight(convertToLength(style, rootStyle, rectValue->right()));
H A DCSSBasicShapes.h117 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } function in class:WebCore::CSSBasicShapeInsetRectangle
H A DCSSComputedStyleDeclaration.cpp493 quad->setRight(right);
545 quad->setRight(right);
2375 region->setRight(zoomAdjustedPixelValue(offset.right().value(), style.get()));
2570 rect->setRight(zoomAdjustedPixelValue(style->clip().right().value(), style.get()));
H A DCSSParser.cpp4942 region->setRight(amount);
4963 region->setRight(amount);
5062 rect->setRight(length);
5168 shape->setRight(length);
6887 quad->setRight(m_right);
7004 quad->setRight(m_right);
H A DDeprecatedStyleBuilder.cpp2181 setPropertyHandler(CSSPropertyRight, ApplyPropertyLength<&RenderStyle::right, &RenderStyle::setRight, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbarPart.cpp113 m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize, renderView));
H A DRenderBox.h243 void setMarginRight(LayoutUnit margin) { m_marginBox.setRight(margin); }
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBasicShapes.h197 void setRight(Length right) { m_right = right; } function in class:WebCore::BasicShapeInsetRectangle
H A DBasicShapes.cpp208 result->setRight(m_right.blend(o->right(), progress));
H A DRenderStyle.h993 void setRight(Length v) { SET_VAR(surround, offset.m_right, v); } function in class:WebCore::RenderStyle
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.h249 - (void)setRight:(NSString *)right;
H A DDOMCSS.mm1150 - (void)setRight:(NSString *)right
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp1059 gPropertyWrappers->append(new PropertyWrapper<Length>(CSSPropertyRight, &RenderStyle::right, &RenderStyle::setRight));

Completed in 284 milliseconds