Searched defs:GetDelegate (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dlink_infobar_gtk.cc31 if (GetDelegate()->LinkClicked(
37 LinkInfoBarDelegate* LinkInfoBarGtk::GetDelegate() { function in class:LinkInfoBarGtk
H A Dtranslate_infobar_base_gtk.cc144 TranslateInfoBarDelegate* delegate = GetDelegate();
187 TranslateInfoBarDelegate* TranslateInfoBarBase::GetDelegate() const { function in class:TranslateInfoBarBase
214 options_menu_model_.reset(new OptionsMenuModel(GetDelegate()));
/external/chromium/chrome/browser/ui/views/infobars/
H A Dlink_infobar.cc51 LinkInfoBarDelegate* delegate = GetDelegate();
74 if (GetDelegate()->LinkClicked(
79 LinkInfoBarDelegate* LinkInfoBar::GetDelegate() { function in class:LinkInfoBar
H A Dconfirm_infobar.cc66 ConfirmInfoBarDelegate* delegate = GetDelegate();
98 ConfirmInfoBarDelegate* delegate = GetDelegate();
124 if (GetDelegate()->LinkClicked(
129 ConfirmInfoBarDelegate* ConfirmInfoBar::GetDelegate() { function in class:ConfirmInfoBar
H A Dtranslate_infobar_base.cc63 GetDelegate()->background_animation_type();
81 TranslateInfoBarDelegate* delegate = GetDelegate();
91 TranslateInfoBarDelegate* TranslateInfoBarBase::GetDelegate() { function in class:TranslateInfoBarBase
122 return GetDelegate()->IsError() ? error_background_ : *background();
H A Dextension_infobar.cc53 if (GetDelegate()) {
54 GetDelegate()->extension_host()->view()->SetContainer(NULL);
55 GetDelegate()->set_observer(NULL);
66 GetDelegate()->extension_host()->view()->SetBounds(
83 ExtensionHost* extension_host = GetDelegate()->extension_host();
116 ExtensionInfoBarDelegate* delegate = GetDelegate();
141 if (!GetDelegate())
169 GetDelegate()->extension_host()->view()->SetContainer(NULL);
174 const Extension* extension = GetDelegate()->extension_host()->extension();
190 ExtensionInfoBarDelegate* ExtensionInfoBar::GetDelegate() { function in class:ExtensionInfoBar
[all...]
/external/chromium/chrome/browser/speech/
H A Dspeech_input_manager.cc143 SpeechInputManagerDelegate* GetDelegate(int caller_id) const;
196 SpeechInputManagerDelegate* SpeechInputManagerImpl::GetDelegate( function in class:speech_input::SpeechInputManagerImpl
287 GetDelegate(caller_id)->SetRecognitionResult(caller_id, result);
294 GetDelegate(caller_id)->DidCompleteRecording(caller_id);
299 GetDelegate(caller_id)->DidCompleteRecognition(caller_id);
358 SpeechInputManagerDelegate* cur_delegate = GetDelegate(caller_id);
/external/chromium/net/spdy/
H A Dspdy_stream.h102 Delegate* GetDelegate() { return delegate_; } function in class:net::SpdyStream

Completed in 355 milliseconds