Searched defs:FramePropertyDescriptor (Results 1 – 1 of 1) sorted by relevance
115384 struct FramePropertyDescriptor : public FramePropertyDescriptorUntyped struct115386 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() function115415 static void Destruct(void* aPropertyValue) in Destruct()115421 static void DestructWithFrame(const nsIFrame* aFrame, void* aPropertyValue) in DestructWithFrame()