Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115384 struct FramePropertyDescriptor : public FramePropertyDescriptorUntyped struct
115386 typedef void Destructor(T* aPropertyValue);
115387 typedef void DestructorWithFrame(const nsIFrame* aaFrame,
115391 static constexpr const FramePropertyDescriptor<T> NewWithDestructor() in NewWithDestructor()
115398 const FramePropertyDescriptor<T> NewWithDestructorWithFrame() in NewWithDestructorWithFrame()
115403 static constexpr const FramePropertyDescriptor<T> NewWithoutDestructor() in NewWithoutDestructor()
115409 constexpr FramePropertyDescriptor( in FramePropertyDescriptor() function
115415 static void Destruct(void* aPropertyValue) in Destruct()
115421 static void DestructWithFrame(const nsIFrame* aFrame, void* aPropertyValue) in DestructWithFrame()