Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.h90 virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } in isSameType() function
137 if (!isSameType(o))
173 if (!isSameType(o))
213 if (!isSameType(o))
253 if (!isSameType(o))
291 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/platform/transforms/
DIdentityTransformOperation.h41 return isSameType(other); in canBlendWith()
49 return isSameType(o);
DPerspectiveTransformOperation.h44 return isSameType(other); in canBlendWith()
52 if (!isSameType(o))
DInterpolatedTransformOperation.cpp40 if (!isSameType(o)) in operator ==()
59 if (from && !from->isSameType(*this)) in blend()
DRotateTransformOperation.cpp85 if (from && !from->isSameType(*this)) in blend()
154 return other.isSameType(*this); in canBlendWith()
DMatrix3DTransformOperation.cpp35 if (from && !from->isSameType(*this)) in blend()
DPerspectiveTransformOperation.cpp36 if (from && !from->isSameType(*this)) in blend()
DMatrixTransformOperation.cpp31 if (from && !from->isSameType(*this)) in blend()
DMatrix3DTransformOperation.h52 if (!isSameType(o))
DInterpolatedTransformOperation.h49 return isSameType(other); in canBlendWith()
DSkewTransformOperation.h48 if (!isSameType(o))
DTransformOperation.h65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
DScaleTransformOperation.h55 if (!isSameType(o))
DRotateTransformOperation.h58 if (!isSameType(o))
DMatrixTransformOperation.h57 if (!isSameType(o))
DTranslateTransformOperation.h60 if (!isSameType(o))
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp44 if (!other || !isSameType(*other)) in canBlend()
69 if (!isSameType(o)) in operator ==()
116 if (!isSameType(o)) in operator ==()
190 ASSERT(other && isSameType(*other)); in blend()
213 if (!isSameType(o)) in operator ==()
253 if (!isSameType(o)) in operator ==()
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableValue.h50 return !from->isSameType(to) || from->usesDefaultInterpolationWith(to); in usesDefaultInterpolation()
55 return isSameType(value) && equalTo(value); in equals()
84 bool isSameType(const AnimatableValue* value) const in isSameType() function
DAnimatableValue.cpp59 if (fraction && fraction != 1 && left->isSameType(right)) in interpolate()
70 if (left->isSameType(right)) in distance()
/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;
131 if (!isSameType(o))
/external/chromium_org/third_party/icu/source/test/intltest/
Dfldset.cpp46 if(!isSameType(other)) { in diffFrom()
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp46 if(!isSameType(other)) { in diffFrom()
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
Dfldset.h203 UBool isSameType(const FieldsSet& other) const;
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java188 public boolean isSameType(DNSEntry entry) { in isSameType() method in DNSQuestion.AllRecords
263 …return this.isSameRecordClass(rec) && this.isSameType(rec) && this.getName().equals(rec.getName()); in answeredBy()

12