Home
last modified time | relevance | path

Searched refs:new_delegate (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notifications_browsertest.cc112 TestDelegate* new_delegate = new TestDelegate(id); in CreateTestNotification() local
114 *delegate = new_delegate; in CreateTestNotification()
115 new_delegate->AddRef(); in CreateTestNotification()
125 new_delegate); in CreateTestNotification()
130 TestDelegate* new_delegate = new TestDelegate(id); in CreateRichTestNotification() local
132 *delegate = new_delegate; in CreateRichTestNotification()
133 new_delegate->AddRef(); in CreateRichTestNotification()
150 new_delegate); in CreateRichTestNotification()
/external/chromium_org/chrome/browser/download/
Ddownload_service.cc138 scoped_ptr<ChromeDownloadManagerDelegate> new_delegate) { in SetDownloadManagerDelegateForTesting() argument
139 manager_delegate_.swap(new_delegate); in SetDownloadManagerDelegateForTesting()
143 if (new_delegate) in SetDownloadManagerDelegateForTesting()
144 new_delegate->Shutdown(); in SetDownloadManagerDelegateForTesting()
/external/chromium/chrome/browser/
Dpdf_unsupported_feature.cc135 InfoBarDelegate* new_delegate) { in OpenUsingReader() argument
151 if (new_delegate) { in OpenUsingReader()
153 tab->ReplaceInfoBar(old_delegate, new_delegate); in OpenUsingReader()
155 tab->AddInfoBar(new_delegate); in OpenUsingReader()
/external/chromium_org/chrome_frame/infobars/internal/
Dsubclassing_window_with_delegate.h47 scoped_ptr<Delegate> new_delegate(delegate); in Initialize()
58 delegate_.swap(new_delegate); in Initialize()
/external/chromium/chrome/browser/extensions/
Dextension_install_ui.cc254 InfoBarDelegate* new_delegate = GetNewThemeInstalledInfoBarDelegate( in ShowThemeInfoBar() local
258 tab_contents->ReplaceInfoBar(old_delegate, new_delegate); in ShowThemeInfoBar()
260 tab_contents->AddInfoBar(new_delegate); in ShowThemeInfoBar()
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_container_controller.h123 with:(InfoBarDelegate*)new_delegate;
Dinfobar_container_controller.mm211 with:(InfoBarDelegate*)new_delegate {
213 [self addInfoBar:new_delegate animate:NO];
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h515 InfoBarDelegate* new_delegate);