Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp90375 mozilla::dom::Element* aElement, in AttributeSetToCurrentValue()
90455 void ReplaceElementAt(uint32_t aIndex, nsISupports* aElement) in ReplaceElementAt()
90465 void AppendElement(nsISupports* aElement) in AppendElement()
90469 void AppendElement(already_AddRefed<nsISupports> aElement) in AppendElement()
90670 void InsertElementAt(uint32_t aIndex, T* aElement) in InsertElementAt()
90699 void ReplaceElementAt(uint32_t aIndex, T* aElement) in ReplaceElementAt()
90718 void AppendElement(T* aElement) in AppendElement()
90722 void AppendElement(already_AddRefed<T> aElement) in AppendElement()
90750 bool RemoveElement(T* aElement) in RemoveElement()
151962 void insert(T* aElement) in insert()
[all …]