Searched refs:CommonBackgroundStyle (Results 1 – 8 of 8) sorted by relevance
152 … auto& backgroundStyle = MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in Init()792 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()804 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()816 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()2107 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageWidthForFourEdges()2157 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageSliceForFourEdges()2207 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageOutSetForFourEdges()2257 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageRepeatForFourEdges()2356 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetBorderImageFindUrl()2840 …auto backgroundStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGRO… in SetGradientAngle()[all …]
125 struct CommonBackgroundStyle : Style { struct
66 const std::shared_ptr<CommonBackgroundStyle> DeclarationConstants::DEFAULT_BACKGROUND_STYLE =67 std::make_shared<CommonBackgroundStyle>();
96 static const std::shared_ptr<CommonBackgroundStyle> DEFAULT_BACKGROUND_STYLE;
115 declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in LoadGradient()
305 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in GetBackGroundColor()
283 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in ResetInitializedStyle()
1518 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in UpdateBoxComponent()