Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp32 switchChild_->SetTextOff(Localization::GetInstance()->GetEntryLetters("switch.off")); in DOMSwitch()
47 switchChild_->SetTextOff(Localization::GetInstance()->GetEntryLetters("switch.off")); in ResetInitializedStyle()
62 textSwitch.SetTextOff(val); in SetSpecializedAttr()
174 switchChild_->SetTextOff(textOff_); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h559 void SetTextOff(const std::string& textOff) in SetTextOff() function