Home
last modified time | relevance | path

Searched refs:NS_STYLE_WORDBREAK_KEEP_ALL (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h886 #define NS_STYLE_WORDBREAK_KEEP_ALL 2 macro
H A DnsCSSProps.cpp2093 {eCSSKeyword_keep_all, NS_STYLE_WORDBREAK_KEEP_ALL},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h981 #define NS_STYLE_WORDBREAK_KEEP_ALL 2
H A DnsCSSProps.cpp2254 { eCSSKeyword_keep_all, NS_STYLE_WORDBREAK_KEEP_ALL },
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsTextFrame.cpp2069 case NS_STYLE_WORDBREAK_KEEP_ALL: in BuildTextRunForFrames()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsTextFrame.cpp2532 case NS_STYLE_WORDBREAK_KEEP_ALL: in SetupBreakSinksForTextRun()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs638 pub const NS_STYLE_WORDBREAK_KEEP_ALL: u32 = 2; const