WelcomeDelegate   822 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc   scoped_refptr<WelcomeDelegate> delegate(
WelcomeDelegate   823 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc       new WelcomeDelegate(welcome_notification_id, profile_, notifier_id));
WelcomeDelegate    32 chrome/browser/notifications/sync_notifier/welcome_delegate.cc WelcomeDelegate::WelcomeDelegate(const std::string& notification_id,
WelcomeDelegate    42 chrome/browser/notifications/sync_notifier/welcome_delegate.cc WelcomeDelegate::~WelcomeDelegate() {}
WelcomeDelegate    44 chrome/browser/notifications/sync_notifier/welcome_delegate.cc void WelcomeDelegate::Display() {}
WelcomeDelegate    46 chrome/browser/notifications/sync_notifier/welcome_delegate.cc void WelcomeDelegate::Error() {}
WelcomeDelegate    48 chrome/browser/notifications/sync_notifier/welcome_delegate.cc void WelcomeDelegate::Close(bool by_user) {}
WelcomeDelegate    50 chrome/browser/notifications/sync_notifier/welcome_delegate.cc void WelcomeDelegate::Click() {
WelcomeDelegate    59 chrome/browser/notifications/sync_notifier/welcome_delegate.cc void WelcomeDelegate::ButtonClick(int button_index) {
WelcomeDelegate    64 chrome/browser/notifications/sync_notifier/welcome_delegate.cc   scoped_refptr<WelcomeDelegate> this_ptr(this);
WelcomeDelegate    88 chrome/browser/notifications/sync_notifier/welcome_delegate.cc std::string WelcomeDelegate::id() const { return notification_id_; }
WelcomeDelegate    90 chrome/browser/notifications/sync_notifier/welcome_delegate.cc content::RenderViewHost* WelcomeDelegate::GetRenderViewHost() const {
WelcomeDelegate    21 chrome/browser/notifications/sync_notifier/welcome_delegate.h class WelcomeDelegate : public NotificationDelegate {
WelcomeDelegate    23 chrome/browser/notifications/sync_notifier/welcome_delegate.h   explicit WelcomeDelegate(const std::string& notification_id,
WelcomeDelegate    37 chrome/browser/notifications/sync_notifier/welcome_delegate.h   virtual ~WelcomeDelegate();
WelcomeDelegate    43 chrome/browser/notifications/sync_notifier/welcome_delegate.h   DISALLOW_COPY_AND_ASSIGN(WelcomeDelegate);
WelcomeDelegate    45 chrome/browser/notifications/sync_notifier/welcome_delegate_unittest.cc   scoped_refptr<notifier::WelcomeDelegate> delegate(
WelcomeDelegate    46 chrome/browser/notifications/sync_notifier/welcome_delegate_unittest.cc       new notifier::WelcomeDelegate(id, &test_profile, notifier_id));
WelcomeDelegate    77 chrome/browser/notifications/sync_notifier/welcome_delegate_unittest.cc   scoped_refptr<notifier::WelcomeDelegate> delegate(
WelcomeDelegate    78 chrome/browser/notifications/sync_notifier/welcome_delegate_unittest.cc       new notifier::WelcomeDelegate(id, &test_profile, notifier_id));