Searched refs:ShowContainerTitle (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 833 context_->ShowContainerTitle(true); 842 context_->ShowContainerTitle(true);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 232 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 D | pipeline_context.h | 346 void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | pipeline_base.h | 254 virtual void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) = 0;
|
H A D | pipeline_context.cpp | 315 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 D | ace_ability.cpp | 727 …pipelineContext->ShowContainerTitle(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco… in OnModeChange()
|
H A D | ui_content_impl.cpp | 2724 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 D | pipeline_context.h | 245 void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | pipeline_context.cpp | 3557 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowContainerTitle() function in OHOS::Ace::NG::PipelineContext
|