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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformOperation.h67 virtual bool isSameType(const TransformOperation&) const { return false; } function in class:WebCore::TransformOperation
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DClipPathOperation.h55 virtual bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; } function in class:WebCore::ClipPathOperation
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dfldset.cpp153 UBool FieldsSet::isSameType(const FieldsSet& other) const { function in class:FieldsSet
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperation.h101 bool isSameType(const FilterOperation& o) const { return o.type() == m_type; } function in class:WebCore::FilterOperation

Completed in 203 milliseconds