Searched refs:TranslationDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.h22 class TranslationDelegate { class in namespace:installer
24 virtual ~TranslationDelegate();
29 // the localized pak files. A TranslationDelegate must be provided so we can
31 void SetTranslationDelegate(TranslationDelegate* delegate);
35 // desktop. The string is retrieved from the TranslationDelegate if one has
H A Dl10n_string_util.cc27 installer::TranslationDelegate* g_translation_delegate = NULL;
33 TranslationDelegate::~TranslationDelegate() {
36 void SetTranslationDelegate(TranslationDelegate* delegate) {
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc94 class TranslationDelegate : public installer::TranslationDelegate { class in namespace:__anon2993
421 base::string16 TranslationDelegate::GetLocalizedString(
443 CR_DEFINE_STATIC_LOCAL(TranslationDelegate, delegate, ());

Completed in 130 milliseconds