Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSValue.h1257 struct nsCSSValuePair { struct
1258 nsCSSValuePair() { MOZ_COUNT_CTOR(nsCSSValuePair); } in nsCSSValuePair() function
1259 explicit nsCSSValuePair(nsCSSUnit aUnit) : mXValue(aUnit), mYValue(aUnit) { in nsCSSValuePair() argument
1262 nsCSSValuePair(const nsCSSValue& aXValue, const nsCSSValue& aYValue) in nsCSSValuePair() function
1266 nsCSSValuePair(const nsCSSValuePair& aCopy) in nsCSSValuePair() argument
1270 ~nsCSSValuePair() { MOZ_COUNT_DTOR(nsCSSValuePair); } in ~nsCSSValuePair() argument
1286 bool BothValuesEqualTo(const nsCSSValue& aValue) const { in BothValuesEqualTo()
1313 // nsCSSValuePair_heap differs from nsCSSValuePair only in being argument
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSValue.h1340 struct nsCSSValuePair { struct
1341 nsCSSValuePair() in nsCSSValuePair() function
1345 explicit nsCSSValuePair(nsCSSUnit aUnit) in nsCSSValuePair() argument
1350 nsCSSValuePair(const nsCSSValue& aXValue, const nsCSSValue& aYValue) in nsCSSValuePair() argument
1355 nsCSSValuePair(const nsCSSValuePair& aCopy) in nsCSSValuePair() function
1360 ~nsCSSValuePair() in ~nsCSSValuePair() argument
1381 bool BothValuesEqualTo(const nsCSSValue& aValue) const { in BothValuesEqualTo()
1386 void SetBothValuesTo(const nsCSSValue& aValue) { in SetBothValuesTo()
1410 // nsCSSValuePair_heap differs from nsCSSValuePair only in being argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs29927 pub struct nsCSSValuePair { struct
29928 pub mXValue: root::nsCSSValue,
29929 pub mYValue: root::nsCSSValue,