Home
last modified time | relevance | path

Searched refs:SHOW_PASSWORD_SVG (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dinternal_resource.h62 SHOW_PASSWORD_SVG, member in OHOS::Ace::final::ResourceId
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp367 const std::string SHOW_PASSWORD_SVG = "SYS_SHOW_PASSWORD_SVG"; in HWTEST_F() local
378 ASSERT_EQ(ret, SHOW_PASSWORD_SVG); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dicon_theme.cpp65 { InternalResource::ResourceId::SHOW_PASSWORD_SVG, "show_password" },
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp392 if (showIcon_->GetResourceId() == InternalResource::ResourceId::SHOW_PASSWORD_SVG) { in LoadImageSourceInfo()
437 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in GetDefaultSourceInfo()
H A Dtext_field_model_ng.cpp591 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in SetPasswordIcon()
1019 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in SetPasswordIcon()
H A Dtext_field_pattern.cpp129 const std::string SHOW_PASSWORD_SVG = "SYS_SHOW_PASSWORD_SVG"; member
6371 return SHOW_PASSWORD_SVG; in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2088 showImage = AceType::MakeRefPtr<ImageComponent>(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in UpdatePasswordIcon()

Completed in 25 milliseconds