Home
last modified time | relevance | path

Searched refs:NS_STYLE_BORDER_STYLE_NONE (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRenderingBorders.cpp199 Margin(mBorderStyles[0] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[0] : 0,
200 mBorderStyles[1] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[1] : 0,
201 mBorderStyles[2] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[2] : 0,
202 mBorderStyles[3] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[3] : 0));
1330 uint8_t borderRenderStyle = NS_STYLE_BORDER_STYLE_NONE;
1347 if (borderRenderStyle == NS_STYLE_BORDER_STYLE_NONE ||
2679 mBorderStyles[i] == NS_STYLE_BORDER_STYLE_NONE ||
2692 if (aStyle != NS_STYLE_BORDER_STYLE_NONE &&
3193 (mBorderStyles[0] == NS_STYLE_BORDER_STYLE_NONE ||
3502 mBorderStyles[side] == NS_STYLE_BORDER_STYLE_NONE)
H A DnsCSSRendering.cpp864 MOZ_ASSERT(ourOutline != NS_STYLE_BORDER_STYLE_NONE, in PaintOutline()
4269 case NS_STYLE_BORDER_STYLE_NONE: in DrawTableBorderSegment()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp173 mBorderStyles[0] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[0] : 0, in nsCSSBorderRenderer()
174 mBorderStyles[1] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[1] : 0, in nsCSSBorderRenderer()
175 mBorderStyles[2] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[2] : 0, in nsCSSBorderRenderer()
176 mBorderStyles[3] != NS_STYLE_BORDER_STYLE_NONE ? mBorderWidths[3] : 0)); in nsCSSBorderRenderer()
1231 uint8_t borderRenderStyle = NS_STYLE_BORDER_STYLE_NONE; in DrawBorderSides()
1245 if (borderRenderStyle == NS_STYLE_BORDER_STYLE_NONE || in DrawBorderSides()
2538 mBorderStyles[i] == NS_STYLE_BORDER_STYLE_NONE || in AllBordersSolid()
2549 if (aStyle != NS_STYLE_BORDER_STYLE_NONE && in IsVisible()
2956 (mBorderStyles[0] == NS_STYLE_BORDER_STYLE_NONE || in DrawBorders()
3273 mBorderStyles[side] == NS_STYLE_BORDER_STYLE_NONE) in DrawBorders()
H A DnsCSSRendering.cpp3283 case NS_STYLE_BORDER_STYLE_NONE: in DrawTableBorderSegment()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h318 #define NS_STYLE_BORDER_STYLE_NONE 0 macro
H A DnsStyleStruct.cpp327 mBorderStyle[side] = NS_STYLE_BORDER_STYLE_NONE; in nsStyleBorder()
481 mOutlineStyle(NS_STYLE_BORDER_STYLE_NONE), in nsStyleOutline()
502 if (NS_STYLE_BORDER_STYLE_NONE == mOutlineStyle) { in RecalcData()
714 mColumnRuleStyle(NS_STYLE_BORDER_STYLE_NONE), in nsStyleColumn()
H A DnsCSSProps.cpp953 {eCSSKeyword_none, NS_STYLE_BORDER_STYLE_NONE},
1706 {eCSSKeyword_none, NS_STYLE_BORDER_STYLE_NONE},
H A DnsStyleStruct.h1068 return (aStyle != NS_STYLE_BORDER_STYLE_NONE && in IsVisibleBorderStyle()
1279 mOutlineStyle != NS_STYLE_BORDER_STYLE_NONE); in ShouldPaintOutline()
H A DnsRuleNode.cpp6868 border->SetBorderStyle(side, NS_STYLE_BORDER_STYLE_NONE); in ComputeBorderData()
7081 outline->mOutlineStyle = NS_STYLE_BORDER_STYLE_NONE; in ComputeOutlineData()
8265 column->mColumnRuleStyle = NS_STYLE_BORDER_STYLE_NONE; in ComputeColumnData()
H A DnsCSSParser.cpp12631 values[1].SetIntValue(NS_STYLE_BORDER_STYLE_NONE, eCSSUnit_Enumerated); in ParseBorderSide()
14345 values[1].SetIntValue(NS_STYLE_BORDER_STYLE_NONE, eCSSUnit_Enumerated); in ParseOutline()
H A DnsComputedDOMStyle.cpp3552 if (outline->mOutlineStyle == NS_STYLE_BORDER_STYLE_NONE) { in DoGetOutlineWidth()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h416 #define NS_STYLE_BORDER_STYLE_NONE 0
H A DnsStyleStruct.cpp382 mBorderStyle[side] = NS_STYLE_BORDER_STYLE_NONE; in nsStyleBorder()
580 , mOutlineStyle(NS_STYLE_BORDER_STYLE_NONE) in nsStyleOutline()
607 if (NS_STYLE_BORDER_STYLE_NONE == mOutlineStyle) { in RecalcData()
830 , mColumnRuleStyle(NS_STYLE_BORDER_STYLE_NONE) in nsStyleColumn()
H A DnsCSSProps.cpp1054 { eCSSKeyword_none, NS_STYLE_BORDER_STYLE_NONE },
1842 { eCSSKeyword_none, NS_STYLE_BORDER_STYLE_NONE },
H A DnsStyleStruct.h1216 return (aStyle != NS_STYLE_BORDER_STYLE_NONE && in IsVisibleBorderStyle()
H A DnsRuleNode.cpp7597 border->SetBorderStyle(side, NS_STYLE_BORDER_STYLE_NONE); in ComputeBorderData()
7905 outline->mOutlineStyle = NS_STYLE_BORDER_STYLE_NONE; in ComputeOutlineData()
9217 column->mColumnRuleStyle = NS_STYLE_BORDER_STYLE_NONE; in ComputeColumnData()
H A DnsComputedDOMStyle.cpp3313 if (outline->mOutlineStyle == NS_STYLE_BORDER_STYLE_NONE) { in DoGetOutlineWidth()
H A DnsCSSParser.cpp13631 values[1].SetIntValue(NS_STYLE_BORDER_STYLE_NONE, eCSSUnit_Enumerated);
15432 values[1].SetIntValue(NS_STYLE_BORDER_STYLE_NONE, eCSSUnit_Enumerated);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A DWebRenderTypes.h388 case NS_STYLE_BORDER_STYLE_NONE: in ToBorderStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp59 return NS_STYLE_BORDER_STYLE_NONE; in ParseStyleValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmtableFrame.cpp59 return NS_STYLE_BORDER_STYLE_NONE;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableFrame.cpp4188 style = NS_STYLE_BORDER_STYLE_NONE; in Reset()
4729 if ((NS_STYLE_BORDER_STYLE_NONE == *aStyle) || in GetColorAndStyle()
7020 NS_STYLE_BORDER_STYLE_NONE); in CreateWebRenderCommands()
7292 NS_STYLE_BORDER_STYLE_NONE); in CreateWebRenderCommands()
7532 uint8_t borderStyle = NS_STYLE_BORDER_STYLE_NONE; in CreateWebRenderCommandsForBCBorders()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFrame.cpp1806 if (StyleOutline()->mOutlineStyle == NS_STYLE_BORDER_STYLE_NONE) {
5342 if (StyleOutline()->mOutlineStyle != NS_STYLE_BORDER_STYLE_NONE ||
8535 if (outlineStyle == NS_STYLE_BORDER_STYLE_NONE) {
H A DnsTextFrame.cpp3823 if (selectionStyle->mUnderlineStyle == NS_STYLE_BORDER_STYLE_NONE || in GetSelectionUnderlineForPaint()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableFrame.cpp4188 style = NS_STYLE_BORDER_STYLE_NONE;
4785 if ((NS_STYLE_BORDER_STYLE_NONE == *aStyle) ||

12