Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.h137 bool Gecko_MatchLang(const mozilla::dom::Element*, nsAtom* override_lang,
H A DGeckoBindings.cpp717 bool Gecko_MatchLang(const Element* aElement, nsAtom* aOverrideLang, in Gecko_MatchLang() function
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.h134 bool Gecko_MatchLang(const mozilla::dom::Element*, nsAtom* override_lang,
H A DGeckoBindings.cpp723 bool Gecko_MatchLang(const Element* aElement, nsAtom* aOverrideLang, in Gecko_MatchLang() function
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGeckoBindings.h137 bool Gecko_MatchLang(const mozilla::dom::Element*, nsAtom* override_lang,
H A DGeckoBindings.cpp717 bool Gecko_MatchLang(const Element* aElement, nsAtom* aOverrideLang, in Gecko_MatchLang() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGeckoBindings.h137 bool Gecko_MatchLang(const mozilla::dom::Element*, nsAtom* override_lang,
H A DGeckoBindings.cpp703 bool Gecko_MatchLang(const Element* aElement, nsAtom* aOverrideLang, in Gecko_MatchLang() function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs40 use crate::gecko_bindings::bindings::Gecko_MatchLang;
1670 Gecko_MatchLang( in match_element_lang()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dwrapper.rs41 use crate::gecko_bindings::bindings::Gecko_MatchLang;
1684 Gecko_MatchLang( in match_element_lang()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dwrapper.rs49 use gecko_bindings::bindings::Gecko_MatchLang;
1644 Gecko_MatchLang(self.0, override_lang_ptr, override_lang.is_some(), value.as_ptr()) in match_element_lang()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs40 use crate::gecko_bindings::bindings::Gecko_MatchLang;
1670 Gecko_MatchLang( in match_element_lang()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dwrapper.rs40 use crate::gecko_bindings::bindings::Gecko_MatchLang;
1632 Gecko_MatchLang( in match_element_lang()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h206 bool Gecko_MatchLang(RawGeckoElementBorrowed element, nsAtom* override_lang,
H A DServoBindings.cpp743 bool Gecko_MatchLang(RawGeckoElementBorrowed aElement, nsAtom* aOverrideLang, in Gecko_MatchLang() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs688 pub fn Gecko_MatchLang( in Gecko_MatchLang() function