Home
last modified time | relevance | path

Searched refs:NaturalHeight (Results 1 – 15 of 15) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/widget/
H A Dsizer.go17 NaturalHeight unit.Value member
26 NaturalHeight: naturalHeight,
37 w.MeasuredSize.Y = t.Pixels(w.NaturalHeight).Round()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/widget/
H A Dsizer.go17 NaturalHeight unit.Value member
26 NaturalHeight: naturalHeight,
37 w.MeasuredSize.Y = t.Pixels(w.NaturalHeight).Round()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsImageLoadingContent.h235 uint32_t NaturalHeight();
H A DnsImageLoadingContent.cpp1244 uint32_t nsImageLoadingContent::NaturalHeight() { in NaturalHeight() function in nsImageLoadingContent
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLImageElement.h127 uint32_t NaturalHeight();
H A DHTMLImageElement.cpp760 HTMLImageElement::NaturalHeight() in NaturalHeight() function in mozilla::dom::HTMLImageElement
783 *aNaturalHeight = NaturalHeight(); in GetNaturalHeight()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLImageElement.h110 uint32_t NaturalHeight();
H A DHTMLImageElement.cpp668 *aNaturalHeight = NaturalHeight(); in GetNaturalHeight()
672 uint32_t HTMLImageElement::NaturalHeight() { in NaturalHeight() function in mozilla::dom::HTMLImageElement
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLImageElement.cpp713 uint32_t HTMLImageElement::NaturalHeight() { in NaturalHeight() function in mozilla::dom::HTMLImageElement
714 uint32_t height = nsImageLoadingContent::NaturalHeight(); in NaturalHeight()
H A DHTMLImageElement.h101 uint32_t NaturalHeight();
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLImageElement.h102 uint32_t NaturalHeight() { return NaturalSize().height; } in NaturalHeight() function
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLImageElement.h102 uint32_t NaturalHeight() { return NaturalSize().height; } in NaturalHeight() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLImageElement.h102 uint32_t NaturalHeight() { return NaturalSize().height; } in NaturalHeight() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlimageelement.rs866 None => self.NaturalHeight(), in Height()
886 fn NaturalHeight(&self) -> u32 { in NaturalHeight() method
/dports/misc/perkeep/perkeep-0.11/vendor/honnef.co/go/js/dom/
H A Ddom.go2409 NaturalHeight int `js:"naturalHeight"` member