Lines Matching defs:aFrame
90059 void SetPrimaryFrame(nsIFrame* aFrame) { in SetPrimaryFrame()
115473 void Set(nsIFrame* aFrame, Descriptor<T> aProperty, in Set()
115481 bool Has(const nsIFrame* aFrame, Descriptor<T> aProperty) in Has()
115489 bool HasSkippingBitCheck(const nsIFrame* aFrame, Descriptor<T> aProperty) in HasSkippingBitCheck()
115497 PropertyType<T> Get(const nsIFrame* aFrame, Descriptor<T> aProperty, in Get()
115505 PropertyType<T> Remove(nsIFrame* aFrame, Descriptor<T> aProperty, in Remove()
115513 void Delete(nsIFrame* aFrame, Descriptor<T> aProperty) in Delete()
115519 void DeleteSkippingBitCheck(nsIFrame* aFrame, Descriptor<T> aProperty) in DeleteSkippingBitCheck()
115690 FramePropertiesBase(FramePropertyTable* aTable, CVnsIFrame* aFrame) in FramePropertiesBase()
115699 ConstFrameProperties(FramePropertyTable* aTable, const nsIFrame* aFrame) in ConstFrameProperties()
115707 FrameProperties(FramePropertyTable* aTable, nsIFrame* aFrame) in FrameProperties()
158705 void NotifyDestroyingFrame(nsIFrame* aFrame) in NotifyDestroyingFrame()