/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FilterOperation.h | 94 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))
|
D | FilterOperation.cpp | 46 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/ |
D | ClipPathOperation.h | 55 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/ |
D | AnimatableValue.h | 51 return isSameType(value) && equalTo(value); in equals() 79 bool isSameType(const AnimatableValue* value) const in isSameType() function 87 return isSameType(value) && !isUnknown(); in usesNonDefaultInterpolationWith()
|
D | AnimatableValue.cpp | 52 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/ |
D | InterpolatedTransformOperation.cpp | 40 if (!isSameType(o)) in operator ==() 59 if (from && !from->isSameType(*this)) in blend()
|
D | Matrix3DTransformOperation.cpp | 37 if (from && !from->isSameType(*this)) in blend()
|
D | IdentityTransformOperation.h | 45 return isSameType(o);
|
D | SkewTransformOperation.cpp | 31 if (from && !from->isSameType(*this)) in blend()
|
D | ScaleTransformOperation.cpp | 31 if (from && !from->isSameType(*this)) in blend()
|
D | MatrixTransformOperation.cpp | 33 if (from && !from->isSameType(*this)) in blend()
|
D | Matrix3DTransformOperation.h | 49 if (!isSameType(o))
|
D | TranslateTransformOperation.cpp | 29 if (from && !from->isSameType(*this)) in blend()
|
D | PerspectiveTransformOperation.h | 50 if (!isSameType(o))
|
D | PerspectiveTransformOperation.cpp | 38 if (from && !from->isSameType(*this)) in blend()
|
D | SkewTransformOperation.h | 48 if (!isSameType(o))
|
D | TransformOperation.h | 68 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
D | CustomFilterTransformParameter.cpp | 39 if (!fromParameter || !isSameType(*fromParameter)) in blend() 58 if (!isSameType(o)) in operator ==()
|
D | CustomFilterArrayParameter.cpp | 39 if (!from || !isSameType(*from)) in blend()
|
D | CustomFilterNumberParameter.cpp | 39 if (!from || !isSameType(*from)) in blend()
|
D | CustomFilterParameter.h | 58 …bool isSameType(const CustomFilterParameter& other) const { return parameterType() == other.parame… in isSameType() function
|
D | CustomFilterArrayParameter.h | 55 if (!isSameType(o))
|
D | CustomFilterNumberParameter.h | 55 if (!isSameType(o))
|
D | CustomFilterOperation.cpp | 60 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this)); in blend()
|
D | ValidatedCustomFilterOperation.h | 67 if (!isSameType(o))
|