Home
last modified time | relevance | path

Searched refs:hasOverflowStyle_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h306 return hasOverflowStyle_; in HasOverflowStyle()
310 hasOverflowStyle_ = hasOverflowStyle; in SetHasOverflowStyle()
613 bool hasOverflowStyle_ = false; variable
H A Ddeclaration.cpp1309 declaration.hasOverflowStyle_ = true; in SetCurrentStyle()