Home
last modified time | relevance | path

Searched refs:boxReflect (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp396 setHasReflection(style()->boxReflect()); in updateBoxModelInfoFromStyle()
533 if (!style()->boxReflect()) in reflectionBox()
537 switch (style()->boxReflect()->direction()) { in reflectionBox()
556 if (!style()->boxReflect()) in reflectionOffset()
558 …if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == … in reflectionOffset()
559 return style()->boxReflect()->offset().calcValue(borderBoxRect().width()); in reflectionOffset()
560 return style()->boxReflect()->offset().calcValue(borderBoxRect().height()); in reflectionOffset()
565 if (!style()->boxReflect()) in reflectedRect()
570 switch (style()->boxReflect()->direction()) { in reflectedRect()
DRenderLayer.cpp4196 switch (renderer()->style()->boxReflect()->direction()) { in scrollTo()
4199 …slateTransformOperation::create(Length(0, Fixed), renderer()->style()->boxReflect()->offset(), Tra… in scrollTo()
4205 …slateTransformOperation::create(Length(0, Fixed), renderer()->style()->boxReflect()->offset(), Tra… in scrollTo()
4209 …ions().append(TranslateTransformOperation::create(renderer()->style()->boxReflect()->offset(), Len… in scrollTo()
4215 …ions().append(TranslateTransformOperation::create(renderer()->style()->boxReflect()->offset(), Len… in scrollTo()
4221 newStyle->setMaskBoxImage(renderer()->style()->boxReflect()->mask()); in scrollTo()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1040 return valueForReflection(style->boxReflect(), style.get(), primitiveValueCache); in getPropertyCSSValue()
DCSSStyleSelector.cpp1893 style->hasTransformRelatedProperty() || style->hasMask() || style->boxReflect())) in adjustRenderStyle()
5177 HANDLE_INHERIT_AND_INITIAL(boxReflect, BoxReflect) in applyProperty()
7430 if (StyleReflection* reflection = m_style->boxReflect()) { in loadPendingImages()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h681 StyleReflection* boxReflect() const { return rareNonInheritedData->m_boxReflect.get(); } in boxReflect() function
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1025055 (WebCore::RenderStyle::boxReflect):
DChangeLog-2010-12-064621 Null-check style->boxReflect() when loading pending style images.