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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.cpp 40 if (m_operation->type() != ClipPathOperation::SHAPE || toOperation->m_operation->type() != ClipPathOperation::SHAPE)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 46 SHAPE
97 static PassRefPtr<ShapeClipPathOperation> create(PassRefPtr<BasicShape> shape)
99 return adoptRef(new ShapeClipPathOperation(shape));
119 ShapeClipPathOperation(PassRefPtr<BasicShape> shape)
120 : ClipPathOperation(SHAPE)
121 , m_shape(shape)
129 DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE);
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 136 if (clipPathOperation && clipPathOperation->type() == ClipPathOperation::SHAPE) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 118 if (!from || !to || from->type() != ClipPathOperation::SHAPE || to->type() != ClipPathOperation::SHAPE)
132 // FIXME Bug 102723: Shape-inside should be able to animate a value of 'outside-shape' when shape-outside is set to a BasicShape
133 if (!from || !to || from->type() != ShapeValue::Shape || to->type() != ShapeValue::Shape)
136 const BasicShape* fromShape = from->shape();
137 const BasicShape* toShape = to->shape();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 301 milliseconds