Home
last modified time | relevance | path

Searched defs:original_language (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/translate/
Dtranslate_prefs.cc29 const std::string& original_language) { in IsLanguageBlacklisted()
33 void TranslatePrefs::BlacklistLanguage(const std::string& original_language) { in BlacklistLanguage()
38 const std::string& original_language) { in RemoveLanguageFromBlacklist()
55 const std::string& original_language, in IsLanguagePairWhitelisted()
68 const std::string& original_language, in WhitelistLanguagePair()
81 const std::string& original_language, in RemoveLanguagePairFromWhitelist()
140 const std::string& original_language, const GURL& url) { in CanTranslate()
148 const std::string& original_language, std::string* target_language) { in ShouldAutoTranslate()
260 const std::string& original_language, std::string* target_language) { in IsLanguageWhitelisted()
Dtranslate_infobar_delegate.cc30 const std::string& original_language, in CreateDelegate()
52 const std::string& original_language, in CreateErrorDelegate()
310 const std::string& original_language, in TranslateInfoBarDelegate()
Doptions_menu_model.cc32 string16 original_language = translate_delegate->GetLanguageDisplayableNameAt( in OptionsMenuModel() local
/external/chromium/chrome/browser/tab_contents/
Dlanguage_state.h47 const std::string& original_language() const { return original_lang_; } in original_language() function