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

  /external/chromium_org/chrome/browser/notifications/
welcome_notification.cc 93 if (delayed_notification_) {
94 delayed_notification_.reset();
100 DCHECK(delayed_notification_);
106 delayed_notification_.release());
114 if ((notifier_id.id == kChromeNowExtensionID) && !delayed_notification_) {
135 delayed_notification_.reset(new Notification(notification));
welcome_notification.h 84 scoped_ptr<Notification> delayed_notification_; member in class:WelcomeNotification

Completed in 99 milliseconds