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 111 TestDelegate* new_delegate = new TestDelegate(id); local
113 *delegate = new_delegate;
114 new_delegate->AddRef();
124 new_delegate);
129 TestDelegate* new_delegate = new TestDelegate(id); local
131 *delegate = new_delegate;
132 new_delegate->AddRef();
146 new_delegate);

Completed in 642 milliseconds