Home
last modified time | relevance | path

Searched defs:isSameType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } in isSameType() function
/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
/external/jmdns/src/javax/jmdns/impl/
DDNSEntry.java214 public boolean isSameType(DNSEntry entry) { in isSameType() method in DNSEntry
DDNSQuestion.java188 public boolean isSameType(DNSEntry entry) { in isSameType() method in DNSQuestion.AllRecords
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableValue.h84 bool isSameType(const AnimatableValue* value) const in isSameType() function
/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
/external/chromium_org/third_party/icu/source/test/intltest/
Dfldset.cpp153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp153 UBool FieldsSet::isSameType(const FieldsSet& other) const { in isSameType() function in FieldsSet
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h59 bool isSameType(const BasicShape& other) const { return type() == other.type(); } in isSameType() function
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp130 struct isSameType { enum { V = 0 }; }; struct
132 struct isSameType<T, T> { enum { V = 1 }; }; argument
/external/deqp/framework/common/
DtcuCompressedTexture.cpp37 struct isSameType { enum { V = 0 }; }; struct
39 struct isSameType<T, T> { enum { V = 1 }; }; struct