Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp209 static std::unordered_map<TextContentType, std::pair<AceAutoFillType, std::string>> contentTypeMap_ variable
4019 if (contentTypeMap_.find(type) != contentTypeMap_.end()) { in TextContentTypeToAceAutoFillType()
4020 return contentTypeMap_[type].first; in TextContentTypeToAceAutoFillType()
4022 return contentTypeMap_[TextContentType::UNSPECIFIED].first; in TextContentTypeToAceAutoFillType()
5854 if (contentTypeMap_.find(contentType) != contentTypeMap_.end()) { in OnBackPressed()
5855 return contentTypeMap_[contentType].second; in OnBackPressed()
5857 return contentTypeMap_[TextContentType::UNSPECIFIED].second; in OnBackPressed()