Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DCounterStyleManager.h139 CounterStylePtr() : mRaw(0) {} in CounterStylePtr() function
140 CounterStylePtr(const CounterStylePtr& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
155 CounterStylePtr(CounterStylePtr&& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DCounterStyleManager.h144 CounterStylePtr() : mRaw(0) {} in CounterStylePtr() function
145 CounterStylePtr(const CounterStylePtr& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
161 CounterStylePtr(CounterStylePtr&& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
/dports/www/firefox/firefox-99.0/layout/style/
H A DCounterStyleManager.h144 CounterStylePtr() : mRaw(0) {} in CounterStylePtr() function
145 CounterStylePtr(const CounterStylePtr& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
161 CounterStylePtr(CounterStylePtr&& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DCounterStyleManager.h144 CounterStylePtr() : mRaw(0) {} in CounterStylePtr() function
145 CounterStylePtr(const CounterStylePtr& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
161 CounterStylePtr(CounterStylePtr&& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DCounterStyleManager.h144 CounterStylePtr() : mRaw(0) {} in CounterStylePtr() function
145 CounterStylePtr(const CounterStylePtr& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
161 CounterStylePtr(CounterStylePtr&& aOther) : mRaw(aOther.mRaw) { in CounterStylePtr() function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dvalues.rs55 pub fn to_gecko_value(&self, gecko_value: &mut CounterStylePtr) { in to_gecko_value()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dvalues.rs55 pub fn to_gecko_value(&self, gecko_value: &mut CounterStylePtr) { in to_gecko_value()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dvalues.rs55 pub fn to_gecko_value(&self, gecko_value: &mut CounterStylePtr) { in to_gecko_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dvalues.rs55 pub fn to_gecko_value(&self, gecko_value: &mut CounterStylePtr) { in to_gecko_value()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dvalues.rs477 pub fn to_gecko_value(self, gecko_value: &mut CounterStylePtr, device: &Device) { in to_gecko_value()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs1103 ptr: *mut CounterStylePtr, in Gecko_SetCounterStyleToName()
1110 ptr: *mut CounterStylePtr, in Gecko_SetCounterStyleToSymbols()
1117 pub fn Gecko_SetCounterStyleToString(ptr: *mut CounterStylePtr, symbol: *const nsACString); in Gecko_SetCounterStyleToString()
1120 pub fn Gecko_CopyCounterStyle(dst: *mut CounterStylePtr, src: *const CounterStylePtr); in Gecko_CopyCounterStyle()
1127 ptr: *const CounterStylePtr, in Gecko_CounterStyle_GetAnonymous()
H A Dstructs.rs8356 pub struct CounterStylePtr { struct
8359 pub const CounterStylePtr_Type_eCounterStyle: root::mozilla::CounterStylePtr_Type = 0;