Lines Matching defs:nsCSSValuePair
168628 struct nsCSSValuePair { struct
168629 nsCSSValuePair() in nsCSSValuePair() argument
168633 explicit nsCSSValuePair(nsCSSUnit aUnit) in nsCSSValuePair() function
168638 nsCSSValuePair(const nsCSSValue& aXValue, const nsCSSValue& aYValue) in nsCSSValuePair() function
168643 nsCSSValuePair(const nsCSSValuePair& aCopy) in nsCSSValuePair() argument
168648 ~nsCSSValuePair() in ~nsCSSValuePair() argument
168653 nsCSSValuePair& operator=(const nsCSSValuePair& aOther) { in operator =() argument
168659 bool operator==(const nsCSSValuePair& aOther) const { in operator ==() argument
168664 bool operator!=(const nsCSSValuePair& aOther) const { in operator !=() argument
168669 bool BothValuesEqualTo(const nsCSSValue& aValue) const { in BothValuesEqualTo()
168674 void SetBothValuesTo(const nsCSSValue& aValue) { in SetBothValuesTo()
168701 struct nsCSSValuePair_heap final : public nsCSSValuePair { argument