HomeSort by relevance Sort by last modified time
    Searched refs:old_delegate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.cc 89 TranslateInfoBarDelegate* old_delegate = NULL; local
92 old_delegate = old_infobar->delegate()->AsTranslateInfoBarDelegate();
93 if (old_delegate) {
103 translate_manager, is_off_the_record, step, old_delegate,
106 if (old_delegate)
317 TranslateInfoBarDelegate* old_delegate,
335 if (old_delegate && (old_delegate->is_error() != is_error()))
translate_infobar_delegate.h 184 TranslateInfoBarDelegate* old_delegate,
  /external/chromium_org/ui/compositor/
layer_owner.cc 35 LayerDelegate* old_delegate = old_layer->delegate();
71 new_layer->set_delegate(old_delegate);
  /external/chromium_org/content/browser/web_contents/
opened_by_dom_browsertest.cc 52 WebContentsDelegate* old_delegate = web_contents->GetDelegate(); local
66 web_contents->SetDelegate(old_delegate);
  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 434 WebContentsDelegate* old_delegate = shell()->web_contents()->GetDelegate(); local
460 shell()->web_contents()->SetDelegate(old_delegate);
plugin_browsertest.cc 558 ResourceDispatcherHostDelegate* old_delegate = local
564 ResourceDispatcherHostImpl::Get()->SetDelegate(old_delegate);

Completed in 332 milliseconds