Searched refs:contentTypeMap_ (Results 1 – 1 of 1) sorted by relevance
209 static std::unordered_map<TextContentType, std::pair<AceAutoFillType, std::string>> contentTypeMap_… variable4019 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()