Home
last modified time | relevance | path

Searched refs:NS_STYLE_BORDER_WIDTH_THICK (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DStaticPresData.cpp44 mBorderWidthTable[NS_STYLE_BORDER_WIDTH_THICK] = nsPresContext::CSSPixelsToAppUnits(5); in StaticPresData()
H A DnsPresContext.cpp887 mBorderWidthTable[NS_STYLE_BORDER_WIDTH_THICK] = CSSPixelsToAppUnits(5); in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DStaticPresData.cpp39 mBorderWidthTable[NS_STYLE_BORDER_WIDTH_THICK] = in StaticPresData()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h314 #define NS_STYLE_BORDER_WIDTH_THICK 2 macro
H A DnsCSSProps.cpp968 {eCSSKeyword_thick, NS_STYLE_BORDER_WIDTH_THICK},
H A DnsRuleNode.cpp1057 aValue.GetIntValue() == NS_STYLE_BORDER_WIDTH_THICK, in ComputeLineWidthValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h412 #define NS_STYLE_BORDER_WIDTH_THICK 2
H A DnsCSSProps.cpp1070 { eCSSKeyword_thick, NS_STYLE_BORDER_WIDTH_THICK },
H A DnsRuleNode.cpp4947 webkitTextStrokeWidthValue->GetIntValue() == NS_STYLE_BORDER_WIDTH_THICK, in ComputeTextData()
7553 value.GetIntValue() == NS_STYLE_BORDER_WIDTH_THICK, in ComputeBorderData()
9185 widthValue.GetIntValue() == NS_STYLE_BORDER_WIDTH_THICK, in ComputeColumnData()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs283 pub const NS_STYLE_BORDER_WIDTH_THICK: u32 = 2; const