Home
last modified time | relevance | path

Searched defs:nsCSSValuePair (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp168628 struct nsCSSValuePair { struct
168629 nsCSSValuePair() in nsCSSValuePair() function
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()
[all …]