Searched defs:notificationClicked (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp135 void NotificationWrapper::notificationClicked() function in class:WebCore::NotificationWrapper
138 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(this);
228 wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClicked()), wrapper, SLOT(notificationClicked()));
234 wrapper->connect(wrapper->m_notificationIcon.get(), SIGNAL(messageClicked()), wrapper, SLOT(notificationClicked()));
263 void NotificationPresenterClientQt::notificationClicked(NotificationWrapper* wrapper) function in class:WebCore::NotificationPresenterClientQt
273 void NotificationPresenterClientQt::notificationClicked(const QString& title) function in class:WebCore::NotificationPresenterClientQt

Completed in 73 milliseconds