Searched refs:TranslationDelegate (Results 1 – 5 of 5) sorted by relevance
22 class TranslationDelegate {24 virtual ~TranslationDelegate();31 void SetTranslationDelegate(TranslationDelegate* delegate);
53 installer::TranslationDelegate* g_translation_delegate = nullptr;59 TranslationDelegate::~TranslationDelegate() {} in ~TranslationDelegate()61 void SetTranslationDelegate(TranslationDelegate* delegate) { in SetTranslationDelegate()
27 # TranslationDelegate which overrides the strings retrieved from the resources
148 class TranslationDelegate : public installer::TranslationDelegate { class875 base::string16 TranslationDelegate::GetLocalizedString( in GetLocalizedString()897 static base::NoDestructor<TranslationDelegate> delegate; in SetupInstallerUtilStrings()