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

  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.cc 170 if (delayed_notification_) {
171 delayed_notification_.reset();
179 DCHECK(delayed_notification_);
185 delayed_notification_.release());
192 if ((notification.notifier_id() == notifier_id_) && !delayed_notification_) {
216 delayed_notification_.reset(new Notification(notification));
extension_welcome_notification.h 150 scoped_ptr<Notification> delayed_notification_; member in class:ExtensionWelcomeNotification

Completed in 534 milliseconds