Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h309 #define NS_STYLE_BORDER_SEPARATE 1 macro
H A DnsCSSProps.cpp938 {eCSSKeyword_separate, NS_STYLE_BORDER_SEPARATE},
H A DnsStyleStruct.cpp1718 mBorderCollapse(NS_STYLE_BORDER_SEPARATE), in nsStyleTableBorder()
H A DnsRuleNode.cpp7904 parentTable->mBorderCollapse, NS_STYLE_BORDER_SEPARATE); in ComputeTableBorderData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h407 #define NS_STYLE_BORDER_SEPARATE 1
H A DnsCSSProps.cpp1036 { eCSSKeyword_separate, NS_STYLE_BORDER_SEPARATE },
H A DnsStyleStruct.cpp1769 , mBorderCollapse(NS_STYLE_BORDER_SEPARATE) in nsStyleTableBorder()
H A DnsRuleNode.cpp8801 NS_STYLE_BORDER_SEPARATE); in ComputeTableBorderData()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs280 pub const NS_STYLE_BORDER_SEPARATE: u32 = 1; const