Searched refs:Gecko_IsRootElement (Results 1 – 18 of 18) sorted by relevance
105 bool Gecko_IsRootElement(RawGeckoElementBorrowed element);
194 Gecko_IsRootElement(RawGeckoElementBorrowed aElement) in Gecko_IsRootElement() function
135 bool Gecko_IsRootElement(const mozilla::dom::Element*);
265 bool Gecko_IsRootElement(const Element* aElement) { in Gecko_IsRootElement() function
132 bool Gecko_IsRootElement(const mozilla::dom::Element*);
260 bool Gecko_IsRootElement(const Element* aElement) { in Gecko_IsRootElement() function
268 bool Gecko_IsRootElement(const Element* aElement) { in Gecko_IsRootElement() function
35 use gecko_bindings::bindings::{Gecko_IsRootElement, Gecko_MatchesElement};1982 Gecko_IsRootElement(self.0) in is_root()
203 bool Gecko_IsRootElement(RawGeckoElementBorrowed element);
277 bool Gecko_IsRootElement(RawGeckoElementBorrowed aElement) { in Gecko_IsRootElement() function
2021 unsafe { bindings::Gecko_IsRootElement(self.0) } in is_root()
2057 unsafe { bindings::Gecko_IsRootElement(self.0) } in is_root()
1983 unsafe { bindings::Gecko_IsRootElement(self.0) } in is_root()
679 pub fn Gecko_IsRootElement(element: RawGeckoElementBorrowed) -> bool; in Gecko_IsRootElement() function