Home | History | Annotate | Download | only in win

Lines Matching full:notification

72     /* [in] */ IWebDesktopNotification* notification)
77 if (!notification->isHTML(&html) && html) {
78 notification->contentsURL(&url);
79 printf("DESKTOP NOTIFICATION: contents at %S\n", url ? url : L"");
81 notification->iconURL(&url);
82 notification->title(&title);
83 notification->text(&text);
84 printf("DESKTOP NOTIFICATION: icon %S, title %S, text %S\n",
90 // In this stub implementation, the notification is displayed immediately;
92 notification->notifyDisplay();
98 /* [in] */ IWebDesktopNotification* notification)
102 notification->isHTML(&html);
104 notification->contentsURL(&identifier);
106 notification->title(&identifier);
108 printf("DESKTOP NOTIFICATION CLOSED: %S\n", identifier ? identifier : L"");
109 notification->notifyClose(false);
115 /* [in] */ IWebDesktopNotification* notification)
118 // Notification pointers. So there's no cleanup to do.
143 printf("DESKTOP NOTIFICATION PERMISSION REQUESTED: %S\n", origin ? origin : L"");