HomeSort by relevance Sort by last modified time
    Searched defs:TranslationDeclined (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model_impl.cc 86 void TranslateBubbleModelImpl::TranslationDeclined(bool explicitly_closed) {
87 ui_delegate_->TranslationDeclined(explicitly_closed);
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 121 void TranslateInfoBarDelegate::TranslationDeclined() {
358 TranslationDeclined();
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 117 void TranslateInfoBarDelegate::TranslationDeclined() {
118 ui_delegate_.TranslationDeclined(false);
323 TranslationDeclined();
translate_ui_delegate.cc 172 void TranslateUIDelegate::TranslationDeclined(bool explicitly_closed) {

Completed in 63 milliseconds