OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranslationDeclined
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model.h
92
virtual void
TranslationDeclined
(bool explicitly_closed) = 0;
translate_bubble_model_impl.cc
106
void TranslateBubbleModelImpl::
TranslationDeclined
(bool explicitly_closed) {
107
ui_delegate_->
TranslationDeclined
(explicitly_closed);
translate_bubble_model_impl.h
49
virtual void
TranslationDeclined
(bool explicitly_closed) OVERRIDE;
/external/chromium_org/components/translate/core/browser/
translate_ui_delegate.h
76
void
TranslationDeclined
(bool explicitly_closed);
translate_infobar_delegate.cc
136
void TranslateInfoBarDelegate::
TranslationDeclined
() {
137
ui_delegate_.
TranslationDeclined
(false);
344
TranslationDeclined
();
translate_infobar_delegate.h
128
virtual void
TranslationDeclined
();
translate_ui_delegate.cc
181
void TranslateUIDelegate::
TranslationDeclined
(bool explicitly_closed) {
/external/chromium_org/chrome/browser/ui/android/infobars/
translate_infobar.cc
64
delegate->
TranslationDeclined
();
/external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_unittest.cc
103
virtual void
TranslationDeclined
(bool explicitly_closed) OVERRIDE {
translate_bubble_view.cc
189
model_->
TranslationDeclined
(denial_button_clicked_);
/external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc
192
infobar->
TranslationDeclined
();
[
all
...]
Completed in 1409 milliseconds