Home
last modified time | relevance | path

Searched refs:GetOverflow (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dstack_composed_element.cpp38 DumpLog::GetInstance().AddDesc(std::string("overflow: ").append(GetOverflow())); in Dump()
63 std::string StackComposedElement::GetOverflow() const in GetOverflow() function in OHOS::Ace::V2::StackComposedElement
66 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow()
H A Dstack_composed_element.h38 std::string GetOverflow() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.h66 Overflow GetOverflow() const in GetOverflow() function
H A Dstack_component.h70 Overflow GetOverflow() const in GetOverflow() function
H A Drender_stack.cpp31 overflow_ = stack->GetOverflow(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h139 Overflow GetOverflow() const in GetOverflow() function
H A Drender_flex.cpp72 overflow_ = flex->GetOverflow(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h255 Overflow GetOverflow() const in GetOverflow() function
H A Drender_box_base.cpp732 overflow_ = box->GetOverflow(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h91 void GetOverflow(const JSCallbackInfo& info);
H A Djs_span_object.cpp1207 "overflow", &JSParagraphStyleSpan::GetOverflow, &JSParagraphStyleSpan::SetOverflow); in JSBind()
1457 void JSParagraphStyleSpan::GetOverflow(const JSCallbackInfo& info) in GetOverflow() function in OHOS::Ace::Framework::JSParagraphStyleSpan