Lines Matching defs:StyleShapeSource
175344 struct StyleShapeSource struct
175346 StyleShapeSource() in StyleShapeSource() function
175350 StyleShapeSource(const StyleShapeSource& aSource) in StyleShapeSource() function
175362 ~StyleShapeSource() in ~StyleShapeSource()
175367 StyleShapeSource& operator=(const StyleShapeSource& aOther) in operator =()
175387 bool operator==(const StyleShapeSource& aOther) const in operator ==()
175392 bool DefinitelyEquals(const StyleShapeSource& aOther) const in DefinitelyEquals()
175398 bool EqualsInternal(const StyleShapeSource& aOther) const in EqualsInternal()
175417 bool operator!=(const StyleShapeSource& aOther) const in operator !=()
175422 StyleShapeSourceType GetType() const in GetType()
175427 css::URLValue* GetURL() const in GetURL()
175433 bool SetURL(css::URLValue* aValue) in SetURL()
175443 StyleBasicShape* GetBasicShape() const in GetBasicShape()
175449 void SetBasicShape(StyleBasicShape* aBasicShape, in SetBasicShape()
175460 StyleGeometryBox GetReferenceBox() const in GetReferenceBox()
175468 void SetReferenceBox(StyleGeometryBox aReferenceBox) in SetReferenceBox()
175476 void ReleaseRef() in ReleaseRef()
175492 union {
175496 StyleShapeSourceType mType = StyleShapeSourceType::None;
175497 StyleGeometryBox mReferenceBox = StyleGeometryBox::NoBox;