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

  /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_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);

Completed in 48 milliseconds