Home
last modified time | relevance | path

Searched refs:legendContent (Results 1 – 13 of 13) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dlegend.go53 legendContent := Box{
70 legendContent.Bottom += tb.Height()
72 legendContent.Right = util.Math.MaxInt(legendContent.Right, right)
77 legend = legend.Grow(legendContent)
85 ycursor := legendContent.Top
86 tx := legendContent.Left
265 legendContent := Box{
284 legendContent.Right = util.Math.MaxInt(legendContent.Right, right)
289 legend = legend.Grow(legendContent)
297 ycursor := legendContent.Top
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/html/
H A DHTMLFormControlAccessible.cpp560 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
561 legendContent = legendContent->GetNextSibling()) { in GetLegend()
562 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
565 return legendContent; in GetLegend()
576 nsIContent* legendContent = GetLegend(); in NativeName() local
577 if (legendContent) in NativeName()
578 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/html/
H A DHTMLFormControlAccessible.cpp707 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
708 legendContent = legendContent->GetNextSibling()) { in GetLegend()
709 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
712 return legendContent; in GetLegend()
726 nsIContent* legendContent = GetLegend(); in NativeName() local
727 if (legendContent) in NativeName()
728 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/html/
H A DHTMLFormControlAccessible.cpp593 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
594 legendContent = legendContent->GetNextSibling()) { in GetLegend()
595 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
598 return legendContent; in GetLegend()
609 nsIContent* legendContent = GetLegend(); in NativeName() local
610 if (legendContent) in NativeName()
611 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/www/firefox-esr/firefox-91.8.0/accessible/html/
H A DHTMLFormControlAccessible.cpp598 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
599 legendContent = legendContent->GetNextSibling()) { in GetLegend()
600 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
603 return legendContent; in GetLegend()
614 nsIContent* legendContent = GetLegend(); in NativeName() local
615 if (legendContent) { in NativeName()
616 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/html/
H A DHTMLFormControlAccessible.cpp598 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
599 legendContent = legendContent->GetNextSibling()) { in GetLegend()
600 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
603 return legendContent; in GetLegend()
614 nsIContent* legendContent = GetLegend(); in NativeName() local
615 if (legendContent) { in NativeName()
616 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/www/firefox/firefox-99.0/accessible/html/
H A DHTMLFormControlAccessible.cpp614 for (nsIContent* legendContent = mContent->GetFirstChild(); legendContent; in GetLegend() local
615 legendContent = legendContent->GetNextSibling()) { in GetLegend()
616 if (legendContent->NodeInfo()->Equals(nsGkAtoms::legend, in GetLegend()
619 return legendContent; in GetLegend()
630 nsIContent* legendContent = GetLegend(); in NativeName() local
631 if (legendContent) { in NativeName()
632 nsTextEquivUtils::AppendTextEquivFromContent(this, legendContent, &aName); in NativeName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/system-analyzer/timeline/
H A Dtimeline-track.mjs164 return this.$('#legendContent');
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSFrameConstructor.cpp6650 bool legendContent = aContent->IsHTMLElement(nsGkAtoms::legend); in IsValidSibling() local
6652 if ((legendContent && (nsGkAtoms::legendFrame != sibType)) || in IsValidSibling()
6653 (!legendContent && (nsGkAtoms::legendFrame == sibType))) in IsValidSibling()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCSSFrameConstructor.cpp6490 bool legendContent = aContent->IsHTMLElement(nsGkAtoms::legend); in IsValidSibling() local
6492 if ((legendContent && (LayoutFrameType::Legend != sibType)) || in IsValidSibling()
6493 (!legendContent && (LayoutFrameType::Legend == sibType))) in IsValidSibling()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsCSSFrameConstructor.cpp6001 bool legendContent = aContent->IsHTMLElement(nsGkAtoms::legend); in IsValidSibling() local
6003 if ((legendContent && (LayoutFrameType::Legend != sibType)) || in IsValidSibling()
6004 (!legendContent && (LayoutFrameType::Legend == sibType))) in IsValidSibling()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/dashboard/
H A Dassets.go990 …ef.formatedGraphicalItems, legendWidth = _ref.legendWidth, legendContent = _ref.legendContent, leg…
993 …yload ? legendItem.props && legendItem.props.payload : "children" === legendContent ? (formatedGra…
2212 …s" : _ref$eventType, axisComponents = _ref.axisComponents, legendContent = _ref.legendContent, for…
2712 legendContent: legendContent
39531 legendContent: "children",
40405 legendContent: "children",
/dports/net-p2p/bazarr/bazarr-1.0.2/frontend/build/static/js/
H A D2.4541a288.chunk.js.map1legendContent","legendItem","findChildByType","Legend","sectors","iconType","legendType","_item$pr…