Home
last modified time | relevance | path

Searched refs:Gecko_GetXMLLangValue (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.h140 nsAtom* Gecko_GetXMLLangValue(const mozilla::dom::Element*);
H A DGeckoBindings.cpp754 nsAtom* Gecko_GetXMLLangValue(const Element* aElement) { in Gecko_GetXMLLangValue() function
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.h137 nsAtom* Gecko_GetXMLLangValue(const mozilla::dom::Element*);
H A DGeckoBindings.cpp760 nsAtom* Gecko_GetXMLLangValue(const Element* aElement) { in Gecko_GetXMLLangValue() function
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGeckoBindings.h140 nsAtom* Gecko_GetXMLLangValue(const mozilla::dom::Element*);
H A DGeckoBindings.cpp754 nsAtom* Gecko_GetXMLLangValue(const Element* aElement) { in Gecko_GetXMLLangValue() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGeckoBindings.h140 nsAtom* Gecko_GetXMLLangValue(const mozilla::dom::Element*);
H A DGeckoBindings.cpp740 nsAtom* Gecko_GetXMLLangValue(const Element* aElement) { in Gecko_GetXMLLangValue() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h208 nsAtom* Gecko_GetXMLLangValue(RawGeckoElementBorrowed element);
H A DServoBindings.cpp753 nsAtom* Gecko_GetXMLLangValue(RawGeckoElementBorrowed aElement) { in Gecko_GetXMLLangValue() function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs1826 let ptr = unsafe { bindings::Gecko_GetXMLLangValue(self.0) }; in synthesize_presentational_hints_for_legacy_attributes()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dwrapper.rs1861 let ptr = unsafe { bindings::Gecko_GetXMLLangValue(self.0) }; in synthesize_presentational_hints_for_legacy_attributes()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dwrapper.rs1786 bindings::Gecko_GetXMLLangValue(self.0) in synthesize_presentational_hints_for_legacy_attributes()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs1826 let ptr = unsafe { bindings::Gecko_GetXMLLangValue(self.0) }; in synthesize_presentational_hints_for_legacy_attributes()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dwrapper.rs1788 let ptr = unsafe { bindings::Gecko_GetXMLLangValue(self.0) }; in synthesize_presentational_hints_for_legacy_attributes()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs696 pub fn Gecko_GetXMLLangValue(element: RawGeckoElementBorrowed) -> *mut nsAtom; in Gecko_GetXMLLangValue() function