Searched refs:m_notificationIcon (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp76 m_notificationIcon = 0;
214 wrapper->m_notificationIcon = new QSystemTrayIcon(icon);
216 wrapper->m_notificationIcon = new QSystemTrayIcon();
234 wrapper->connect(wrapper->m_notificationIcon.get(), SIGNAL(messageClicked()), wrapper, SLOT(notificationClicked()));
235 wrapper->m_notificationIcon->show();
236 wrapper->m_notificationIcon->showMessage(notification->contents().title(), notification->contents().body());
H A DNotificationPresenterClientQt.h73 OwnPtr<QSystemTrayIcon> m_notificationIcon; member in class:WebCore::NotificationWrapper

Completed in 60 milliseconds