/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_pattern_enhance_test_ng.cpp | 326 containerPattern->ShowTitle(true, true, true); 349 containerPattern->ShowTitle(true, false, false); 372 containerPattern->ShowTitle(true, true, false); 397 containerPattern->ShowTitle(true, true, false); 428 containerPattern->ShowTitle(true, true, false); 459 containerPattern->ShowTitle(true, true, false);
|
H A D | container_modal_test_ng.cpp | 290 pattern_->ShowTitle(true, true); 310 pattern_->ShowTitle(true, true); 356 pattern_->ShowTitle(true, false); 376 pattern_->ShowTitle(true, true, true); 380 pattern_->ShowTitle(true, true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.h | 34 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_element.cpp | 114 void ContainerModalElement::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() function in OHOS::Ace::ContainerModalElement 258 ShowTitle(windowMode_ == WindowMode::WINDOW_MODE_FLOATING, hasDeco_); in PerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.h | 32 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | container_modal_pattern_enhance.cpp | 52 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() function in OHOS::Ace::NG::ContainerModalPatternEnhance
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 67 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_pattern.cpp | 55 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() function in OHOS::Ace::NG::ContainerModalPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.h | 583 void ShowTitle(int32_t titleId);
|
H A D | datepicker_pattern.cpp | 125 ShowTitle(GetTitleId()); in OnModifyDone() 136 refPtr->ShowTitle(titleId); in OnModifyDone() 621 void DatePickerPattern::ShowTitle(int32_t titleId) in ShowTitle() function in OHOS::Ace::NG::DatePickerPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 327 containerModal->ShowTitle(isShow, hasDeco); in ShowContainerTitle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3567 containerPattern->ShowTitle(isShow, hasDeco, needUpdate); in ShowContainerTitle()
|