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

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.h 38 void notificationClosed();
50 connect(m_widget, SIGNAL(notificationClosed()), this, SIGNAL(notificationClosed()));
WebNotificationPresenter.cpp 65 emit notificationClosed();
qwebkitplatformplugin.h 86 void notificationClosed();
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 91 void notificationClosed();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.h 68 void notificationClosed();
NotificationPresenterClientQt.cpp 142 void NotificationWrapper::notificationClosed()
227 wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClosed()), wrapper, SLOT(notificationClosed()), Qt::QueuedConnection);
  /external/webkit/Source/WebKit/qt/
ChangeLog-2011-02-16     [all...]

Completed in 61 milliseconds