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

/external/webkit/Source/WebCore/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 DMatrix3DTransformOperation.h46 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == MATRIX_3D; } function in class:WebCore::Matrix3DTransformOperation
50 if (!isSameType(o))
H A DPerspectiveTransformOperation.h46 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == PERSPECTIVE; } function in class:WebCore::PerspectiveTransformOperation
50 if (!isSameType(o))
H A DMatrix3DTransformOperation.cpp37 if (from && !from->isSameType(*this))
H A DScaleTransformOperation.cpp29 if (from && !from->isSameType(*this))
H A DSkewTransformOperation.cpp29 if (from && !from->isSameType(*this))
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 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.cpp33 if (from && !from->isSameType(*this))
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 DTranslateTransformOperation.h57 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == m_type; } function in class:WebCore::TranslateTransformOperation
61 if (!isSameType(o))
H A DPerspectiveTransformOperation.cpp37 if (from && !from->isSameType(*this))
H A DTransformOperation.h67 virtual bool isSameType(const TransformOperation&) const { return false; } function in class:WebCore::TransformOperation
H A DTranslateTransformOperation.cpp30 if (from && !from->isSameType(*this))
H A DRotateTransformOperation.cpp34 if (from && !from->isSameType(*this))
/external/icu4c/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/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/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.cpp276 if (!val->operations()[j]->isSameType(*toVal->operations()[j]))
H A DKeyframeAnimation.cpp425 if (!firstVal->operations()[j]->isSameType(*val->operations()[j]))
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp306 if (!fromValue->value()->operations()[j]->isSameType(
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp356 if (!firstVal->operations().at(j)->isSameType(*val->operations().at(j)))
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1545 if (!sourceOperations.operations()[j]->isSameType(*targetOperations.operations()[j]))

Completed in 649 milliseconds