Searched refs:isSameType (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DIdentityTransformOperation.h41 return isSameType(other);
49 return isSameType(o);
H A DInterpolatedTransformOperation.cpp40 if (!isSameType(o))
59 if (from && !from->isSameType(*this))
H A DPerspectiveTransformOperation.h44 return isSameType(other);
52 if (!isSameType(o))
H A DMatrix3DTransformOperation.cpp35 if (from && !from->isSameType(*this))
H A DInterpolatedTransformOperation.h49 return isSameType(other);
H A DMatrix3DTransformOperation.h52 if (!isSameType(o))
H A DMatrixTransformOperation.cpp31 if (from && !from->isSameType(*this))
H A DPerspectiveTransformOperation.cpp36 if (from && !from->isSameType(*this))
H A DScaleTransformOperation.h55 if (!isSameType(o))
H A DSkewTransformOperation.h48 if (!isSameType(o))
H A DTransformOperation.h65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } function in class:blink::TransformOperation
H A DRotateTransformOperation.cpp85 if (from && !from->isSameType(*this))
154 return other.isSameType(*this);
H A DMatrixTransformOperation.h57 if (!isSameType(o))
H A DRotateTransformOperation.h58 if (!isSameType(o))
H A DTranslateTransformOperation.h60 if (!isSameType(o))
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValue.cpp59 if (fraction && fraction != 1 && left->isSameType(right))
70 if (left->isSameType(right))
H A DAnimatableValue.h50 return !from->isSameType(to) || from->usesDefaultInterpolationWith(to);
55 return isSameType(value) && equalTo(value);
84 bool isSameType(const AnimatableValue* value) const function in class:blink::AnimatableValue
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h55 bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; } function in class:blink::ClipPathOperation
79 return isSameType(o) && m_url == static_cast<const ReferenceClipPathOperation&>(o).m_url;
131 if (!isSameType(o))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h90 virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } function in class:blink::FilterOperation
137 if (!isSameType(o))
173 if (!isSameType(o))
213 if (!isSameType(o))
253 if (!isSameType(o))
291 if (!isSameType(o))
H A DFilterOperation.cpp46 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this));
85 ASSERT_WITH_SECURITY_IMPLICATION(from->isSameType(*this));
H A DFilterOperations.cpp85 if (!operations()[i]->isSameType(*other.operations()[i]))
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.cpp44 if (!other || !isSameType(*other))
69 if (!isSameType(o))
116 if (!isSameType(o))
190 ASSERT(other && isSameType(*other));
213 if (!isSameType(o))
253 if (!isSameType(o))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.h203 UBool isSameType(const FieldsSet& other) const;
H A Dfldset.cpp46 if(!isSameType(other)) {
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { function in class:FieldsSet
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h203 UBool isSameType(const FieldsSet& other) const;

Completed in 157 milliseconds

12