/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FilterOperation.h | 90 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))
|
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/platform/transforms/ |
D | IdentityTransformOperation.h | 41 return isSameType(other); in canBlendWith() 49 return isSameType(o);
|
D | PerspectiveTransformOperation.h | 44 return isSameType(other); in canBlendWith() 52 if (!isSameType(o))
|
D | InterpolatedTransformOperation.cpp | 40 if (!isSameType(o)) in operator ==() 59 if (from && !from->isSameType(*this)) in blend()
|
D | RotateTransformOperation.cpp | 85 if (from && !from->isSameType(*this)) in blend() 154 return other.isSameType(*this); in canBlendWith()
|
D | Matrix3DTransformOperation.cpp | 35 if (from && !from->isSameType(*this)) in blend()
|
D | PerspectiveTransformOperation.cpp | 36 if (from && !from->isSameType(*this)) in blend()
|
D | MatrixTransformOperation.cpp | 31 if (from && !from->isSameType(*this)) in blend()
|
D | Matrix3DTransformOperation.h | 52 if (!isSameType(o))
|
D | InterpolatedTransformOperation.h | 49 return isSameType(other); in canBlendWith()
|
D | SkewTransformOperation.h | 48 if (!isSameType(o))
|
D | TransformOperation.h | 65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
|
D | ScaleTransformOperation.h | 55 if (!isSameType(o))
|
D | RotateTransformOperation.h | 58 if (!isSameType(o))
|
D | MatrixTransformOperation.h | 57 if (!isSameType(o))
|
D | TranslateTransformOperation.h | 60 if (!isSameType(o))
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BasicShapes.cpp | 44 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/ |
D | AnimatableValue.h | 50 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
|
D | AnimatableValue.cpp | 59 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/ |
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; 131 if (!isSameType(o))
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | fldset.cpp | 46 if(!isSameType(other)) { in diffFrom() 153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
|
/external/icu/icu4c/source/test/intltest/ |
D | fldset.cpp | 46 if(!isSameType(other)) { in diffFrom() 153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
|
D | fldset.h | 203 UBool isSameType(const FieldsSet& other) const;
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSQuestion.java | 188 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()
|