Searched refs:ACE_PASSWORD (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | ace_auto_fill_type.h | 24 ACE_PASSWORD, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_update_test.cpp | 839 pattern_->NotifyFillRequestSuccess(nullptr, nullptr, AceAutoFillType::ACE_PASSWORD); 884 AceAutoFillType::ACE_PASSWORD);
|
H A D | text_field_pattern_test.cpp | 319 pattern->GetAutoFillTriggeredStateByType(AceAutoFillType::ACE_PASSWORD); 341 pattern->SetAutoFillTriggeredStateByType(AceAutoFillType::ACE_PASSWORD); 2555 autoFillType = AceAutoFillType::ACE_PASSWORD; 2596 autoFillType = AceAutoFillType::ACE_PASSWORD;
|
H A D | text_field_pattern_func_test.cpp | 699 EXPECT_TRUE(state == AceAutoFillType::ACE_PASSWORD); 713 EXPECT_TRUE(state == AceAutoFillType::ACE_PASSWORD);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage.cpp | 1878 frameNode->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_PASSWORD); 1881 frameNode->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_PASSWORD);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 182 { AceAutoFillType::ACE_PASSWORD, TextInputType::VISIBLE_PASSWORD}, 211 std::make_pair(AceAutoFillType::ACE_PASSWORD, "TextContentType.VISIBLE_PASSWORD")}, 2436 …(autoFillType == AceAutoFillType::ACE_USER_NAME || autoFillType == AceAutoFillType::ACE_PASSWORD || in IsAutoFillPasswordType() 2481 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in GetAutoFillTriggeredStateByType() 2498 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in SetAutoFillTriggeredStateByType() 3053 …if (aceContentType >= AceAutoFillType::ACE_PASSWORD && aceContentType <= AceAutoFillType::ACE_FORM… in AutoFillValueChanged() 4006 { TextInputType::VISIBLE_PASSWORD, AceAutoFillType::ACE_PASSWORD }, in ConvertToAceAutoFillType() 4009 { TextInputType::NUMBER_PASSWORD, AceAutoFillType::ACE_PASSWORD } }; in ConvertToAceAutoFillType() 8715 if (aceContentType == AceAutoFillType::ACE_PASSWORD || in OnBackPressed() 8725 …if (aceInputType == AceAutoFillType::ACE_PASSWORD || aceInputType == AceAutoFillType::ACE_NEW_PASS… in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 208 {OHOS::NWeb::NWEB_AUTOFILL_PASSWORD, AceAutoFillType::ACE_PASSWORD}, 231 {AceAutoFillType::ACE_PASSWORD, OHOS::NWeb::NWEB_AUTOFILL_PASSWORD}, 4330 if (type == AceAutoFillType::ACE_USER_NAME || type == AceAutoFillType::ACE_PASSWORD || in GetHintTypeAndMetadata()
|