Searched refs:ACE_NEW_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 | 26 ACE_NEW_PASSWORD, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 1132 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_NEW_PASSWORD); 1138 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_NEW_PASSWORD); 1143 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_NEW_PASSWORD);
|
H A D | text_field_pattern_test.cpp | 318 pattern->GetAutoFillTriggeredStateByType(AceAutoFillType::ACE_NEW_PASSWORD); 342 pattern->SetAutoFillTriggeredStateByType(AceAutoFillType::ACE_NEW_PASSWORD); 2558 autoFillType = AceAutoFillType::ACE_NEW_PASSWORD; 2600 autoFillType = AceAutoFillType::ACE_NEW_PASSWORD;
|
H A D | text_input_update_test.cpp | 888 AceAutoFillType::ACE_NEW_PASSWORD);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 184 { AceAutoFillType::ACE_NEW_PASSWORD, TextInputType::NEW_PASSWORD }, 213 …{TextContentType::NEW_PASSWORD, std::make_pair(AceAutoFillType::ACE_NEW_PASSWORD, "TextContentType… 2437 autoFillType == AceAutoFillType::ACE_NEW_PASSWORD); in IsAutoFillPasswordType() 2484 if (autoFillType == AceAutoFillType::ACE_NEW_PASSWORD) { in GetAutoFillTriggeredStateByType() 2500 } else if (autoFillType == AceAutoFillType::ACE_NEW_PASSWORD) { in SetAutoFillTriggeredStateByType() 4008 { TextInputType::NEW_PASSWORD, AceAutoFillType::ACE_NEW_PASSWORD }, in ConvertToAceAutoFillType() 7231 if (!(type == AceAutoFillType::ACE_NEW_PASSWORD && type == autoFillType) && !formOtherAccount) { in OnBackPressed() 8716 aceContentType == AceAutoFillType::ACE_NEW_PASSWORD) { in OnBackPressed() 8725 …eInputType == AceAutoFillType::ACE_PASSWORD || aceInputType == AceAutoFillType::ACE_NEW_PASSWORD) { in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 209 {OHOS::NWeb::NWEB_AUTOFILL_NEW_PASSWORD, AceAutoFillType::ACE_NEW_PASSWORD}, 232 {AceAutoFillType::ACE_NEW_PASSWORD, OHOS::NWeb::NWEB_AUTOFILL_NEW_PASSWORD}, 4331 type == AceAutoFillType::ACE_NEW_PASSWORD) { in GetHintTypeAndMetadata()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1516 … if (nodeInfoWrap && nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_NEW_PASSWORD) { in FillAutoFillViewData()
|