Home | History | Annotate | Download | only in style

Lines Matching refs:EFillSizeType

575     EFillSizeType backgroundSizeType() const { return m_background->background().sizeType(); }
589 EFillSizeType maskSizeType() const { return rareNonInheritedData->m_mask.sizeType(); }
849 void setBackgroundSize(EFillSizeType b) { SET_VAR(m_background, m_background.m_sizeType, b) }