Home
last modified time | relevance | path

Searched refs:showResult (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp343 passwordIcon.showResult = "showResult";
353 ASSERT_EQ(ret, passwordIcon.showResult);
H A Dtext_input_area_model_test.cpp826 passwordIcon.showResult = HELLO_TEXT;
929 passwordIcon.showResult = HELLO_TEXT;
H A Dtext_field_controller_test.cpp129 .showResult = "1",
158 .showResult = "1",
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp183 if (value->showResult != nullptr && std::string(value->showResult) != "") { in SetTextInputPasswordIcon()
184 passwordIcon.showResult = value->showResult; in SetTextInputPasswordIcon()
211 passwordIcon.showResult = ""; in ResetTextInputPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model.h114 std::string showResult; member
H A Dtext_field_model_ng.cpp589 if (passwordIcon.showResult != "") { in SetPasswordIcon()
591 …ImageSourceInfo(passwordIcon.showResult, passwordIcon.showBundleName, passwordIcon.showModuleName)… in SetPasswordIcon()
963 if (passwordIcon.showResult != "") { in SetPasswordIcon()
965 ImageSourceInfo(passwordIcon.showResult, in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1122 passwordIcon.showResult = showVal->ToString(); in SetPasswordIcon()
1136 ParseJsMedia(JSRef<JSObject>::Cast(showVal), passwordIcon.showResult); in SetPasswordIcon()
1150 passwordIcon.showResult = ""; in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1341 result.showResult = ""; in GetJsPasswordIcon()
1354 result.showResult = jsOnIconSrc->ToString(vm)->ToString(vm); in GetJsPasswordIcon()
1367 ParseJsMedia(vm, jsOnIconSrc, result.showResult); in GetJsPasswordIcon()
H A Darkts_native_text_input_bridge.cpp277 value.showResult = passwordIcon.showResult.c_str(); in SetPasswordIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h368 ArkUI_CharPtr showResult; member