Searched defs:isSameType (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DIdentityTransformOperation.h42 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Identity; } function in class:WebCore::IdentityTransformOperation
46 return isSameType(o);
H A DInterpolatedTransformOperation.h51 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Interpolated; } function in class:WebCore::InterpolatedTransformOperation
H A DMatrix3DTransformOperation.h46 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Matrix3D; } function in class:WebCore::Matrix3DTransformOperation
50 if (!isSameType(o))
H A DPerspectiveTransformOperation.h47 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Perspective; } function in class:WebCore::PerspectiveTransformOperation
51 if (!isSameType(o))
H A DSkewTransformOperation.h45 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::SkewTransformOperation
49 if (!isSameType(o))
H A DMatrixTransformOperation.h51 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == Matrix; } function in class:WebCore::MatrixTransformOperation
55 if (!isSameType(o))
H A DRotateTransformOperation.h53 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::RotateTransformOperation
57 if (!isSameType(o))
H A DScaleTransformOperation.h52 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::ScaleTransformOperation
56 if (!isSameType(o))
H A DTranslateTransformOperation.h58 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::TranslateTransformOperation
62 if (!isSameType(o))
H A DTransformOperation.h68 virtual bool isSameType(const TransformOperation&) const { return false; } function in class:WebCore::TransformOperation
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DCustomFilterParameter.h57 bool isSameType(const CustomFilterParameter& other) const { return parameterType() == other.parameterType(); } function in class:WebCore::CustomFilterParameter
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableValue.h64 bool isSameType(const AnimatableValue* value) const function in class:WebCore::AnimatableValue
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h55 virtual bool isSameType(const ClipPathOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::ClipPathOperation
79 if (!isSameType(o))
117 if (!isSameType(o))
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java188 public boolean isSameType(DNSEntry entry) { method in class:DNSQuestion.AllRecords
263 return this.isSameRecordClass(rec) && this.isSameType(rec) && this.getName().equals(rec.getName());
H A DDNSEntry.java214 public boolean isSameType(DNSEntry entry) { method in class:DNSEntry
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.cpp46 if(!isSameType(other)) {
149 UBool FieldsSet::isSameType(const FieldsSet& other) const { function in class:FieldsSet
/external/icu4c/test/intltest/
H A Dfldset.cpp46 if(!isSameType(other)) {
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { function in class:FieldsSet
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFilterOperation.h79 virtual bool isSameType(const FilterOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::FilterOperation
108 return isSameType(o);
130 return isSameType(o);
162 if (!isSameType(o))
197 if (!isSameType(o))
231 if (!isSameType(o))
264 if (!isSameType(o))
300 if (!isSameType(o))
337 if (!isSameType(o))

Completed in 349 milliseconds