Home
last modified time | relevance | path

Searched refs:COMMON_OVERFLOW_STYLE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stack.cpp110 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in PrepareSpecializedComponent()
127 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in CompositeComponents()
H A Ddom_svg_g.cpp26 …verflowStyle = declaration_->MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in DOMSvgG()
H A Ddom_svg.cpp26 …verflowStyle = declaration_->MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in DOMSvg()
H A Ddom_div.cpp260 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in SetSpecializedOverflow()
312 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in OnMounted()
532 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in CompositeComponents()
H A Ddom_node.cpp1539 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in UpdateBoxComponent()
1579 …Style = static_cast<CommonOverflowStyle&>(declaration_->GetStyle(StyleTag::COMMON_OVERFLOW_STYLE)); in PrepareScrollComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h49 COMMON_OVERFLOW_STYLE, enumerator
H A Ddeclaration_constants.cpp29 StyleTag::COMMON_SHADOW_STYLE, StyleTag::COMMON_OVERFLOW_STYLE, StyleTag::COMMON_FILTER_STYLE,
H A Ddeclaration.cpp299 { StyleTag::COMMON_OVERFLOW_STYLE, in AddCommonStyle()
302 StyleTag::COMMON_OVERFLOW_STYLE, DeclarationConstants::DEFAULT_OVERFLOW_STYLE); in AddCommonStyle()
1306 … overflowStyle = declaration.MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in SetCurrentStyle()
1314 … overflowStyle = declaration.MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in SetCurrentStyle()
1405 … overflowStyle = declaration.MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in SetCurrentStyle()
1413 … overflowStyle = declaration.MaybeResetStyle<CommonOverflowStyle>(StyleTag::COMMON_OVERFLOW_STYLE); in SetCurrentStyle()