Home
last modified time | relevance | path

Searched refs:OnErrorShown (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/translate/
Dtranslate_ui_delegate.h39 void OnErrorShown(TranslateErrors::Type error_type);
Dtranslate_ui_delegate.cc91 void TranslateUIDelegate::OnErrorShown(TranslateErrors::Type error_type) { in OnErrorShown() function in TranslateUIDelegate
Dtranslate_infobar_delegate.cc183 ui_delegate_.OnErrorShown(error_type_); in GetMessageInfoBarText()
/external/chromium_org/chrome/browser/ui/translate/
Dtranslate_bubble_model_impl.cc31 ui_delegate_->OnErrorShown(error_type); in ShowError()