HomeSort by relevance Sort by last modified time
    Searched refs:boxReflect (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 96 switch (box().style()->boxReflect()->direction()) {
101 box().style()->boxReflect()->offset(), TransformOperation::Translate));
110 box().style()->boxReflect()->offset(), TransformOperation::Translate));
117 box().style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
126 box().style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
132 newStyle->setMaskBoxImage(box().style()->boxReflect()->mask());
RenderBox.cpp 294 setHasReflection(styleToUse->boxReflect());
596 if (!style()->boxReflect())
598 if (style()->boxReflect()->direction() == ReflectionLeft || style()->boxReflect()->direction() == ReflectionRight)
599 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
600 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
605 if (!style()->boxReflect())
610 switch (style()->boxReflect()->direction()) {
    [all...]
RenderBlock.cpp 210 if (blockStyle.boxReflect())
211 appendImageIfNotNull(images, blockStyle.boxReflect()->mask().image());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 170 if (StyleReflection* reflection = style->boxReflect()) {
StyleAdjuster.cpp 186 || style->boxReflect()
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 56 milliseconds