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

  /external/chromium/chrome/browser/translate/
options_menu_model.cc 119 translate_infobar_delegate_->ReportLanguageDetectionError();
translate_infobar_delegate.h 97 virtual void ReportLanguageDetectionError();
translate_manager.h 56 void ReportLanguageDetectionError(TabContents* tab_contents);
translate_infobar_delegate.cc 117 void TranslateInfoBarDelegate::ReportLanguageDetectionError() {
118 TranslateManager::GetInstance()->ReportLanguageDetectionError(tab_contents_);
translate_manager.cc 504 void TranslateManager::ReportLanguageDetectionError(TabContents* tab_contents) {
505 UMA_HISTOGRAM_COUNTS("Translate.ReportLanguageDetectionError", 1);

Completed in 154 milliseconds