Searched defs:referenceBox (Results 1 – 2 of 2) sorted by relevance
55 CSSPrimitiveValue* referenceBox() const { return m_referenceBox.get(); } in referenceBox() function56 …void setReferenceBox(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> referenceBox) { m_referenceBox = re… in setReferenceBox()
41 CSSBoxType referenceBox(const ShapeValue& shapeValue) in referenceBox() function