Searched refs:Gecko_UnsetDirtyStyleAttr (Results 1 – 16 of 16) sorted by relevance
184 void Gecko_UnsetDirtyStyleAttr(const mozilla::dom::Element* element);
352 void Gecko_UnsetDirtyStyleAttr(const Element* aElement) { in Gecko_UnsetDirtyStyleAttr() function
178 void Gecko_UnsetDirtyStyleAttr(const mozilla::dom::Element* element);
347 void Gecko_UnsetDirtyStyleAttr(const Element* aElement) { in Gecko_UnsetDirtyStyleAttr() function
183 void Gecko_UnsetDirtyStyleAttr(const mozilla::dom::Element* element);
355 void Gecko_UnsetDirtyStyleAttr(const Element* aElement) { in Gecko_UnsetDirtyStyleAttr() function
41 use crate::gecko_bindings::bindings::Gecko_UnsetDirtyStyleAttr;1253 unsafe { Gecko_UnsetDirtyStyleAttr(self.0) }; in unset_dirty_style_attribute()
42 use crate::gecko_bindings::bindings::Gecko_UnsetDirtyStyleAttr;1264 unsafe { Gecko_UnsetDirtyStyleAttr(self.0) }; in unset_dirty_style_attribute()
50 use gecko_bindings::bindings::Gecko_UnsetDirtyStyleAttr;1176 unsafe { Gecko_UnsetDirtyStyleAttr(self.0) }; in unset_dirty_style_attribute()
41 use crate::gecko_bindings::bindings::Gecko_UnsetDirtyStyleAttr;1213 unsafe { Gecko_UnsetDirtyStyleAttr(self.0) }; in unset_dirty_style_attribute()
243 void Gecko_UnsetDirtyStyleAttr(RawGeckoElementBorrowed element);
380 void Gecko_UnsetDirtyStyleAttr(RawGeckoElementBorrowed aElement) { in Gecko_UnsetDirtyStyleAttr() function
875 pub fn Gecko_UnsetDirtyStyleAttr(element: RawGeckoElementBorrowed); in Gecko_UnsetDirtyStyleAttr() function