Home
last modified time | relevance | path

Searched refs:Gecko_GetLastChild (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoBindings.h78 RawGeckoNodeBorrowedOrNull Gecko_GetLastChild(RawGeckoNodeBorrowed node);
H A DServoBindings.cpp78 Gecko_GetLastChild(RawGeckoNodeBorrowed aNode) in Gecko_GetLastChild() function
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.h78 const nsINode* Gecko_GetLastChild(const nsINode*);
H A DGeckoBindings.cpp129 const nsINode* Gecko_GetLastChild(const nsINode* aNode) { in Gecko_GetLastChild() function
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.h75 const nsINode* Gecko_GetLastChild(const nsINode*);
H A DGeckoBindings.cpp124 const nsINode* Gecko_GetLastChild(const nsINode* aNode) { in Gecko_GetLastChild() function
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGeckoBindings.h78 const nsINode* Gecko_GetLastChild(const nsINode*);
H A DGeckoBindings.cpp129 const nsINode* Gecko_GetLastChild(const nsINode* aNode) { in Gecko_GetLastChild() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGeckoBindings.h76 const nsINode* Gecko_GetLastChild(const nsINode*);
H A DGeckoBindings.cpp128 const nsINode* Gecko_GetLastChild(const nsINode* aNode) { in Gecko_GetLastChild() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dwrapper.rs34 use gecko_bindings::bindings::{Gecko_GetLastChild, Gecko_GetNextStyleChild};
355 unsafe { Gecko_GetLastChild(self.0).map(GeckoNode) } in last_child()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h166 RawGeckoNodeBorrowedOrNull Gecko_GetLastChild(RawGeckoNodeBorrowed node);
H A DServoBindings.cpp137 RawGeckoNodeBorrowedOrNull Gecko_GetLastChild(RawGeckoNodeBorrowed aNode) { in Gecko_GetLastChild() function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs411 unsafe { bindings::Gecko_GetLastChild(self.0).as_ref().map(GeckoNode) } in last_child()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dwrapper.rs410 unsafe { bindings::Gecko_GetLastChild(self.0).as_ref().map(GeckoNode) } in last_child()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs411 unsafe { bindings::Gecko_GetLastChild(self.0).as_ref().map(GeckoNode) } in last_child()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dwrapper.rs406 unsafe { bindings::Gecko_GetLastChild(self.0).as_ref().map(GeckoNode) } in last_child()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs615 pub fn Gecko_GetLastChild(node: RawGeckoNodeBorrowed) -> RawGeckoNodeBorrowedOrNull; in Gecko_GetLastChild() function