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

  /external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model_impl.cc 104 void TranslateBubbleModelImpl::TranslationDeclined(bool explicitly_closed) {
105 ui_delegate_->TranslationDeclined(explicitly_closed);
  /external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.cc 134 void TranslateInfoBarDelegate::TranslationDeclined() {
135 ui_delegate_.TranslationDeclined(false);
342 TranslationDeclined();
translate_ui_delegate.cc 179 void TranslateUIDelegate::TranslationDeclined(bool explicitly_closed) {

Completed in 720 milliseconds