Home
last modified time | relevance | path

Searched defs:aNodeValue (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88813 void GetNodeValue(nsAString& aNodeValue) in GetNodeValue()
88817 void SetNodeValue(const nsAString& aNodeValue, in SetNodeValue()
88823 virtual void SetNodeValueInternal(const nsAString& aNodeValue, in SetNodeValueInternal()
93769 …e(nsAString& aNodeValue) final override { nsINode::GetNodeValue(aNodeValue); return NS_OK; } virtu… in RemoveChild()