Home
last modified time | relevance | path

Searched refs:NS_STYLE_BORDER_STYLE_RIDGE (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRenderingBorders.cpp325 case NS_STYLE_BORDER_STYLE_RIDGE:
347 case NS_STYLE_BORDER_STYLE_RIDGE:
427 case NS_STYLE_BORDER_STYLE_RIDGE:
1404 (borderRenderStyle == NS_STYLE_BORDER_STYLE_RIDGE ||
1428 case NS_STYLE_BORDER_STYLE_RIDGE:
H A DnsCSSRendering.cpp477 (style == NS_STYLE_BORDER_STYLE_RIDGE)) { in MakeBevelColor()
1751 case NS_STYLE_BORDER_STYLE_RIDGE: in IsOpaqueBorderEdge()
4259 uint8_t ridgeGroove = NS_STYLE_BORDER_STYLE_RIDGE; in DrawTableBorderSegment()
4327 case NS_STYLE_BORDER_STYLE_RIDGE: in DrawTableBorderSegment()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h320 #define NS_STYLE_BORDER_STYLE_RIDGE 2 macro
H A DnsCSSProps.cpp960 {eCSSKeyword_ridge, NS_STYLE_BORDER_STYLE_RIDGE},
1713 {eCSSKeyword_ridge, NS_STYLE_BORDER_STYLE_RIDGE},
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp308 case NS_STYLE_BORDER_STYLE_RIDGE: in AreBorderSideFinalStylesSame()
328 case NS_STYLE_BORDER_STYLE_RIDGE: in IsSolidCornerStyle()
406 case NS_STYLE_BORDER_STYLE_RIDGE: in BorderColorStyleForSolidCorner()
1283 if (mOneUnitBorder && (borderRenderStyle == NS_STYLE_BORDER_STYLE_RIDGE || in DrawBorderSides()
1307 case NS_STYLE_BORDER_STYLE_RIDGE: in DrawBorderSides()
H A DnsCSSRendering.cpp444 (style == NS_STYLE_BORDER_STYLE_RIDGE)) { in MakeBevelColor()
1930 case NS_STYLE_BORDER_STYLE_RIDGE: in IsOpaqueBorderEdge()
3272 uint8_t ridgeGroove = NS_STYLE_BORDER_STYLE_RIDGE; in DrawTableBorderSegment()
3343 case NS_STYLE_BORDER_STYLE_RIDGE: in DrawTableBorderSegment()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h418 #define NS_STYLE_BORDER_STYLE_RIDGE 2
H A DnsCSSProps.cpp1061 { eCSSKeyword_ridge, NS_STYLE_BORDER_STYLE_RIDGE },
1849 { eCSSKeyword_ridge, NS_STYLE_BORDER_STYLE_RIDGE },
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A DWebRenderTypes.h402 case NS_STYLE_BORDER_STYLE_RIDGE: in ToBorderStyle()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsColumnSetFrame.cpp74 ruleStyle = NS_STYLE_BORDER_STYLE_RIDGE; in PaintColumnRule()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsColumnSetFrame.cpp212 ruleStyle = NS_STYLE_BORDER_STYLE_RIDGE; in CreateBorderRenderers()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableFrame.cpp4814 *aStyle = NS_STYLE_BORDER_STYLE_RIDGE;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableFrame.cpp4754 *aStyle = NS_STYLE_BORDER_STYLE_RIDGE; in GetPaintStyleInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs286 pub const NS_STYLE_BORDER_STYLE_RIDGE: u32 = 2; const