Home
last modified time | relevance | path

Searched refs:NS_STYLE_COUNTER_SPEAKAS_OTHER (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DCounterStyleManager.cpp1282 if (GetSpeakAs() != NS_STYLE_COUNTER_SPEAKAS_OTHER) { in GetSpokenCounterText()
1558 aSpeakAs = NS_STYLE_COUNTER_SPEAKAS_OTHER; in ComputeRawSpeakAs()
1599 if (mSpeakAs == NS_STYLE_COUNTER_SPEAKAS_OTHER) { in ComputeSpeakAs()
1615 if (mSpeakAs != NS_STYLE_COUNTER_SPEAKAS_OTHER) { in ComputeSpeakAs()
1964 case NS_STYLE_COUNTER_SPEAKAS_OTHER: in GetSpokenCounterText()
H A DnsStyleConsts.h1258 #define NS_STYLE_COUNTER_SPEAKAS_OTHER 255 // refer to another style
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DCounterStyleManager.cpp1149 if (GetSpeakAs() != NS_STYLE_COUNTER_SPEAKAS_OTHER) { in GetSpokenCounterText()
1396 aSpeakAs = NS_STYLE_COUNTER_SPEAKAS_OTHER; in ComputeRawSpeakAs()
1434 if (mSpeakAs == NS_STYLE_COUNTER_SPEAKAS_OTHER) { in ComputeSpeakAs()
1450 if (mSpeakAs != NS_STYLE_COUNTER_SPEAKAS_OTHER) { in ComputeSpeakAs()
1769 case NS_STYLE_COUNTER_SPEAKAS_OTHER: in GetSpokenCounterText()
H A DnsStyleConsts.h1178 #define NS_STYLE_COUNTER_SPEAKAS_OTHER 255 // refer to another style macro
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs824 pub const NS_STYLE_COUNTER_SPEAKAS_OTHER: u32 = 255; const