Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp31 const std::string AUTO_FILL_PARAMS_NEWPASSWORD = "com.autofill.params.newPassword"; variable
373 } else if (privateCommand.find(AUTO_FILL_PARAMS_NEWPASSWORD) != privateCommand.end()) { in AutoFillReceivePrivateCommand()
374 auto newPassword = privateCommand.find(AUTO_FILL_PARAMS_NEWPASSWORD); in AutoFillReceivePrivateCommand()
H A Dtext_field_pattern.cpp167 const std::string AUTO_FILL_PARAMS_NEWPASSWORD = "com.autofill.params.newPassword"; variable