Home
last modified time | relevance | path

Searched refs:NS_STYLE_WRITING_MODE_SIDEWAYS_LR (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleConsts.h354 #define NS_STYLE_WRITING_MODE_SIDEWAYS_LR \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h402 #define NS_STYLE_WRITING_MODE_SIDEWAYS_LR \ macro
H A DnsCSSProps.cpp2105 {eCSSKeyword_sideways_lr, NS_STYLE_WRITING_MODE_SIDEWAYS_LR},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h502 #define NS_STYLE_WRITING_MODE_SIDEWAYS_LR \
H A DnsCSSProps.cpp2268 { eCSSKeyword_sideways_lr, NS_STYLE_WRITING_MODE_SIDEWAYS_LR },
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DWritingModes.h525 case NS_STYLE_WRITING_MODE_SIDEWAYS_LR:
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DWritingModes.h484 case NS_STYLE_WRITING_MODE_SIDEWAYS_LR: in InitFromStyleVisibility()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp6947 case NS_STYLE_WRITING_MODE_SIDEWAYS_LR: in GetTextRunOrientFlagsForStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp7074 case NS_STYLE_WRITING_MODE_SIDEWAYS_LR: in GetTextRunOrientFlagsForStyle()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutUtils.cpp7460 case NS_STYLE_WRITING_MODE_SIDEWAYS_LR: in GetTextRunOrientFlagsForStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs340 pub const NS_STYLE_WRITING_MODE_SIDEWAYS_LR: u32 = 7; const