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

/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/transforms/
H A DTransformOperation.h65 bool isSameType(const TransformOperation& other) const { return other.type() == type(); } function in class:blink::TransformOperation
/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/WebKit/Source/core/animation/animatable/
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/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))
/external/chromium_org/third_party/icu/source/test/intltest/
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.cpp46 if(!isSameType(other)) {
153 UBool FieldsSet::isSameType(const FieldsSet& other) const { function in class:FieldsSet
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h59 bool isSameType(const BasicShape& other) const { return type() == other.type(); } function in class:blink::BasicShape
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp130 struct isSameType { enum { V = 0 }; }; struct in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal
132 struct isSameType<T, T> { enum { V = 1 }; }; struct in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal
258 DE_STATIC_ASSERT((isSameType<deFloat16, deUint16>::V));
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp37 struct isSameType { enum { V = 0 }; }; struct in namespace:tcu
39 struct isSameType<T, T> { enum { V = 1 }; }; struct in namespace:tcu
2470 DE_STATIC_ASSERT((isSameType<deFloat16, deUint16>::V));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 5185 milliseconds