HomeSort by relevance Sort by last modified time
    Searched refs:TranslationDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/util/
l10n_string_util.h 22 class TranslationDelegate {
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
l10n_string_util.cc 27 installer::TranslationDelegate* g_translation_delegate = NULL;
33 TranslationDelegate::~TranslationDelegate() {
36 void SetTranslationDelegate(TranslationDelegate* delegate) {
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 81 class TranslationDelegate : public installer::TranslationDelegate {
363 string16 TranslationDelegate::GetLocalizedString(int installer_string_id) {
384 CR_DEFINE_STATIC_LOCAL(TranslationDelegate, delegate, ());

Completed in 54 milliseconds