HomeSort by relevance Sort by last modified time
    Searched defs:GetDelegate (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 60 BrowserChildProcessHostIterator::GetDelegate() {
  /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_org/chrome/browser/ui/gtk/infobars/
alternate_nav_infobar_gtk.cc 33 string16 display_text = GetDelegate()->GetMessageTextWithOffset(&link_offset);
34 string16 link_text = GetDelegate()->GetLinkText();
39 AlternateNavInfoBarDelegate* AlternateNavInfoBarGtk::GetDelegate() {
44 if (GetDelegate()->LinkClicked(
confirm_infobar_gtk.cc 54 std::string label_text = UTF16ToUTF8(GetDelegate()->GetMessageText());
63 std::string link_text = UTF16ToUTF8(GetDelegate()->GetLinkText());
77 ConfirmInfoBarDelegate* ConfirmInfoBarGtk::GetDelegate() {
extension_infobar_gtk.cc 50 GetDelegate()->set_observer(this);
52 int height = GetDelegate()->height();
57 if (GetDelegate())
58 GetDelegate()->set_observer(NULL);
91 extensions::ExtensionHost* extension_host = GetDelegate()->extension_host();
189 ExtensionInfoBarDelegate* ExtensionInfoBarGtk::GetDelegate() {
203 const extensions::Extension* extension = GetDelegate()->extension();
218 GetDelegate()->extension_host()->view()->render_view_host()->GetView()->
translate_infobar_base_gtk.cc 152 TranslateInfoBarDelegate* delegate = GetDelegate();
195 TranslateInfoBarDelegate* TranslateInfoBarBase::GetDelegate() {
200 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_org/chrome/browser/ui/views/infobars/
alternate_nav_infobar_view.cc 59 AlternateNavInfoBarDelegate* delegate = GetDelegate();
84 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
88 AlternateNavInfoBarDelegate* AlternateNavInfoBarView::GetDelegate() {
translate_infobar_base.cc 62 GetDelegate()->background_animation_type();
77 TranslateInfoBarDelegate* TranslateInfoBarBase::GetDelegate() {
108 return GetDelegate()->is_error() ? error_background_ : *background();
confirm_infobar.cc 70 ConfirmInfoBarDelegate* delegate = GetDelegate();
104 ConfirmInfoBarDelegate* delegate = GetDelegate();
132 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
136 ConfirmInfoBarDelegate* ConfirmInfoBar::GetDelegate() {
extension_infobar.cc 91 GetDelegate()->set_observer(this);
93 int height = GetDelegate()->height();
98 if (GetDelegate())
99 GetDelegate()->set_observer(NULL);
109 GetDelegate()->extension_host()->view()->SetBounds(
123 extensions::ExtensionHost* extension_host = GetDelegate()->extension_host();
177 GetDelegate()->extension_host()->extension();
189 if (!GetDelegate())
216 ExtensionInfoBarDelegate* ExtensionInfoBar::GetDelegate() {
  /external/chromium_org/net/quic/
quic_reliable_client_stream.h 73 Delegate* GetDelegate() { return delegate_; }
  /external/chromium_org/ui/web_dialogs/
web_dialog_ui.cc 69 WebDialogDelegate* WebDialogUI::GetDelegate(
88 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents());
106 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents());
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 120 // Cannot call out to GetDelegate() here as the output surface is not
129 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
153 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
170 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
182 SynchronousCompositorOutputSurfaceDelegate* delegate = GetDelegate();
308 SynchronousCompositorOutputSurface::GetDelegate() {
  /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_; }
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.cc 173 NaClBrowserDelegate* NaClBrowser::GetDelegate() {
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 324 DownloadManagerDelegate* DownloadManagerImpl::GetDelegate() const {
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 335 VisitedLinkDelegate* VisitedLinkMaster::GetDelegate() {
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 142 const MenuDelegate* delegate = GetDelegate();
172 state->state |= GetDelegate()->IsItemChecked(GetCommand()) ?
243 if (label.empty() && GetDelegate())
244 item->SetTitle(GetDelegate()->GetLabel(item_id));
464 MenuDelegate* MenuItemView::GetDelegate() {
468 const MenuDelegate* MenuItemView::GetDelegate() const {
684 MenuDelegate* root_delegate = GetDelegate();
730 const MenuDelegate* delegate = GetDelegate();
789 MenuDelegate *delegate = GetDelegate();
994 const MenuDelegate* delegate = GetDelegate();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 202 GetDelegate()->RenderViewDeleted(this);
214 RenderViewHostDelegate* RenderViewHostImpl::GetDelegate() const {
    [all...]

Completed in 507 milliseconds

1 2