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

  /external/chromium_org/chrome_frame/infobars/internal/
subclassing_window_with_delegate.h 47 scoped_ptr<Delegate> new_delegate(delegate);
58 delegate_.swap(new_delegate);
  /external/chromium_org/chrome/browser/download/
download_service.cc 138 scoped_ptr<ChromeDownloadManagerDelegate> new_delegate) {
139 manager_delegate_.swap(new_delegate);
143 if (new_delegate)
144 new_delegate->Shutdown();
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 112 TestDelegate* new_delegate = new TestDelegate(id); local
114 *delegate = new_delegate;
115 new_delegate->AddRef();
125 new_delegate);
130 TestDelegate* new_delegate = new TestDelegate(id); local
132 *delegate = new_delegate;
133 new_delegate->AddRef();
150 new_delegate);
  /external/chromium/chrome/browser/
pdf_unsupported_feature.cc 135 InfoBarDelegate* new_delegate) {
151 if (new_delegate) {
153 tab->ReplaceInfoBar(old_delegate, new_delegate);
155 tab->AddInfoBar(new_delegate);
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 123 with:(InfoBarDelegate*)new_delegate;
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 254 InfoBarDelegate* new_delegate = GetNewThemeInstalledInfoBarDelegate( local
258 tab_contents->ReplaceInfoBar(old_delegate, new_delegate);
260 tab_contents->AddInfoBar(new_delegate);
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 515 InfoBarDelegate* new_delegate);
    [all...]

Completed in 125 milliseconds