OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportLanguageDetectionError
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/translate/
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 16 milliseconds