Home
last modified time | relevance | path

Searched refs:NS_STYLE_WORDBREAK_NORMAL (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h884 #define NS_STYLE_WORDBREAK_NORMAL 0 macro
H A DnsCSSProps.cpp2091 {eCSSKeyword_normal, NS_STYLE_WORDBREAK_NORMAL},
H A DnsStyleStruct.cpp3957 mWordBreak(NS_STYLE_WORDBREAK_NORMAL), in nsStyleText()
H A DnsRuleNode.cpp4387 NS_STYLE_WORDBREAK_NORMAL); in ComputeTextData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h979 #define NS_STYLE_WORDBREAK_NORMAL 0
H A DnsCSSProps.cpp2252 { eCSSKeyword_normal, NS_STYLE_WORDBREAK_NORMAL },
H A DnsStyleStruct.cpp3802 , mWordBreak(NS_STYLE_WORDBREAK_NORMAL) in nsStyleText()
H A DnsRuleNode.cpp4801 NS_STYLE_WORDBREAK_NORMAL); in ComputeTextData()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs636 pub const NS_STYLE_WORDBREAK_NORMAL: u32 = 0; const