Home
last modified time | relevance | path

Searched refs:ShowContainerTitle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp833 context_->ShowContainerTitle(true);
842 context_->ShowContainerTitle(true);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp232 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) {} in ShowContainerTitle() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h346 void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
H A Dpipeline_base.h254 virtual void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) = 0;
H A Dpipeline_context.cpp315 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowContainerTitle() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp727 …pipelineContext->ShowContainerTitle(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco… in OnModeChange()
H A Dui_content_impl.cpp2724 pipelineContext->ShowContainerTitle(visible, hasDeco); in UpdateDecorVisible()
2763 pipelineContext->ShowContainerTitle(true, true, true); in UpdateMaximizeMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h245 void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
H A Dpipeline_context.cpp3557 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowContainerTitle() function in OHOS::Ace::NG::PipelineContext