Searched defs:nsCSSValuePair (Results 1 – 1 of 1) sorted by relevance
168628 struct nsCSSValuePair { struct168629 nsCSSValuePair() in nsCSSValuePair() function168633 explicit nsCSSValuePair(nsCSSUnit aUnit) in nsCSSValuePair() function168638 nsCSSValuePair(const nsCSSValue& aXValue, const nsCSSValue& aYValue) in nsCSSValuePair() function168643 nsCSSValuePair(const nsCSSValuePair& aCopy) in nsCSSValuePair() argument168648 ~nsCSSValuePair() in ~nsCSSValuePair() argument168653 nsCSSValuePair& operator=(const nsCSSValuePair& aOther) { in operator =() argument168659 bool operator==(const nsCSSValuePair& aOther) const { in operator ==() argument168664 bool operator!=(const nsCSSValuePair& aOther) const { in operator !=() argument168669 bool BothValuesEqualTo(const nsCSSValue& aValue) const { in BothValuesEqualTo()[all …]