Searched defs:equals (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSAspectRatioValue.cpp41 bool CSSAspectRatioValue::equals(const CSSAspectRatioValue& other) const function in class:WebCore::CSSAspectRatioValue
H A DCSSTimingFunctionValue.cpp48 bool CSSCubicBezierTimingFunctionValue::equals(const CSSCubicBezierTimingFunctionValue& other) const function in class:WebCore::CSSCubicBezierTimingFunctionValue
59 bool CSSStepsTimingFunctionValue::equals(const CSSStepsTimingFunctionValue& other) const function in class:WebCore::CSSStepsTimingFunctionValue
H A DCSSUnicodeRangeValue.cpp40 bool CSSUnicodeRangeValue::equals(const CSSUnicodeRangeValue& other) const function in class:WebCore::CSSUnicodeRangeValue
H A DFontValue.cpp67 bool FontValue::equals(const FontValue& other) const function in class:WebCore::FontValue
H A DCSSInheritedValue.h38 bool equals(const CSSInheritedValue&) const { return true; } function in class:WebCore::CSSInheritedValue
H A DWebKitCSSArrayFunctionValue.cpp57 bool WebKitCSSArrayFunctionValue::equals(const WebKitCSSArrayFunctionValue& other) const function in class:WebCore::WebKitCSSArrayFunctionValue
H A DWebKitCSSMixFunctionValue.cpp58 bool WebKitCSSMixFunctionValue::equals(const WebKitCSSMixFunctionValue& other) const function in class:WebCore::WebKitCSSMixFunctionValue
H A DCSSBorderImageSliceValue.cpp52 bool CSSBorderImageSliceValue::equals(const CSSBorderImageSliceValue& other) const function in class:WebCore::CSSBorderImageSliceValue
H A DCSSFunctionValue.cpp61 bool CSSFunctionValue::equals(const CSSFunctionValue& other) const function in class:WebCore::CSSFunctionValue
H A DCSSInitialValue.h44 bool equals(const CSSInitialValue&) const { return true; } function in class:WebCore::CSSInitialValue
H A DCSSReflectValue.cpp58 bool CSSReflectValue::equals(const CSSReflectValue& other) const function in class:WebCore::CSSReflectValue
H A DCSSVariableValue.h50 bool equals(const CSSVariableValue& other) const { return m_name == other.m_name && m_value == other.m_value; } function in class:WebCore::CSSVariableValue
H A DDashboardRegion.h33 bool equals(const DashboardRegion& other) const function in class:WebCore::DashboardRegion
H A DFontFeatureValue.cpp52 bool FontFeatureValue::equals(const FontFeatureValue& other) const function in class:WebCore::FontFeatureValue
H A DWebKitCSSFilterValue.cpp114 bool WebKitCSSFilterValue::equals(const WebKitCSSFilterValue& other) const function in class:WebCore::WebKitCSSFilterValue
H A DWebKitCSSMatFunctionValue.cpp74 bool WebKitCSSMatFunctionValue::equals(const WebKitCSSMatFunctionValue& other) const function in class:WebCore::WebKitCSSMatFunctionValue
H A DWebKitCSSSVGDocumentValue.cpp70 bool WebKitCSSSVGDocumentValue::equals(const WebKitCSSSVGDocumentValue& other) const function in class:WebCore::WebKitCSSSVGDocumentValue
/macosx-10.9.5/CPANInternal-140/Crypt-OpenSSL-Bignum/
H A DBignum.pm28 sub equals subroutine
/macosx-10.9.5/CPANInternal-140/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.pm28 sub equals subroutine
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java62 public boolean equals(Object o){ method in class:ReplicationHostAddress
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DMapEntryParameter.java65 public boolean equals(Object other) { method in class:MapEntryParameter
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DConversion.java437 boolean equals(Object other); method in interface:Conversion
[all...]
H A DEntityConverter.java68 public boolean equals(Object other) { method in class:EntityConverter
H A DMutation.java60 public boolean equals(Object other) { method in class:Mutation
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DEntityMetadata.java70 public boolean equals(Object other) { method in class:EntityMetadata

Completed in 232 milliseconds

12345