Home
last modified time | relevance | path

Searched refs:isSameType (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.h94 virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } in isSameType() function
141 if (!isSameType(o))
177 if (!isSameType(o))
217 if (!isSameType(o))
257 if (!isSameType(o))
295 if (!isSameType(o))
DFilterOperation.cpp46 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this)); in blend()
85 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this)); in blend()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipPathOperation.h55 bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; } in isSameType() function
79 return isSameType(o) && m_url == static_cast<const ReferenceClipPathOperation&>(o).m_url;
116 return isSameType(o) && m_shape == static_cast<const ShapeClipPathOperation&>(o).m_shape;
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValue.h51 return isSameType(value) && equalTo(value); in equals()
79 bool isSameType(const AnimatableValue* value) const in isSameType() function
87 return isSameType(value) && !isUnknown(); in usesNonDefaultInterpolationWith()
DAnimatableValue.cpp52 if (fraction && fraction != 1 && left->isSameType(right)) in interpolate()
68 if (left->isSameType(right)) in add()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DInterpolatedTransformOperation.cpp40 if (!isSameType(o)) in operator ==()
59 if (from && !from->isSameType(*this)) in blend()
DMatrix3DTransformOperation.cpp37 if (from && !from->isSameType(*this)) in blend()
DIdentityTransformOperation.h45 return isSameType(o);
DSkewTransformOperation.cpp31 if (from && !from->isSameType(*this)) in blend()
DScaleTransformOperation.cpp31 if (from && !from->isSameType(*this)) in blend()
DMatrixTransformOperation.cpp33 if (from && !from->isSameType(*this)) in blend()
DMatrix3DTransformOperation.h49 if (!isSameType(o))
DTranslateTransformOperation.cpp29 if (from && !from->isSameType(*this)) in blend()
DPerspectiveTransformOperation.h50 if (!isSameType(o))
DPerspectiveTransformOperation.cpp38 if (from && !from->isSameType(*this)) in blend()
DSkewTransformOperation.h48 if (!isSameType(o))
DTransformOperation.h68 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterTransformParameter.cpp39 if (!fromParameter || !isSameType(*fromParameter)) in blend()
58 if (!isSameType(o)) in operator ==()
DCustomFilterArrayParameter.cpp39 if (!from || !isSameType(*from)) in blend()
DCustomFilterNumberParameter.cpp39 if (!from || !isSameType(*from)) in blend()
DCustomFilterParameter.h58 …bool isSameType(const CustomFilterParameter& other) const { return parameterType() == other.parame… in isSameType() function
DCustomFilterArrayParameter.h55 if (!isSameType(o))
DCustomFilterNumberParameter.h55 if (!isSameType(o))
DCustomFilterOperation.cpp60 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this)); in blend()
DValidatedCustomFilterOperation.h67 if (!isSameType(o))

12