OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDelegate
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/gtk/infobars/
link_infobar_gtk.cc
31
if (
GetDelegate
()->LinkClicked(
37
LinkInfoBarDelegate* LinkInfoBarGtk::
GetDelegate
() {
translate_infobar_base_gtk.cc
144
TranslateInfoBarDelegate* delegate =
GetDelegate
();
187
TranslateInfoBarDelegate* TranslateInfoBarBase::
GetDelegate
() const {
214
options_menu_model_.reset(new OptionsMenuModel(
GetDelegate
()));
/external/chromium/chrome/browser/ui/views/infobars/
link_infobar.cc
51
LinkInfoBarDelegate* delegate =
GetDelegate
();
74
if (
GetDelegate
()->LinkClicked(
79
LinkInfoBarDelegate* LinkInfoBar::
GetDelegate
() {
translate_infobar_base.cc
63
GetDelegate
()->background_animation_type();
81
TranslateInfoBarDelegate* delegate =
GetDelegate
();
91
TranslateInfoBarDelegate* TranslateInfoBarBase::
GetDelegate
() {
122
return
GetDelegate
()->IsError() ? error_background_ : *background();
confirm_infobar.cc
66
ConfirmInfoBarDelegate* delegate =
GetDelegate
();
98
ConfirmInfoBarDelegate* delegate =
GetDelegate
();
124
if (
GetDelegate
()->LinkClicked(
129
ConfirmInfoBarDelegate* ConfirmInfoBar::
GetDelegate
() {
extension_infobar.cc
53
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
() {
[
all
...]
/external/chromium/chrome/browser/speech/
speech_input_manager.cc
143
SpeechInputManagerDelegate*
GetDelegate
(int caller_id) const;
196
SpeechInputManagerDelegate* SpeechInputManagerImpl::
GetDelegate
(
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/
spdy_stream.h
102
Delegate*
GetDelegate
() { return delegate_; }
Completed in 588 milliseconds