OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationClosed
(Results
1 - 6
of
6
) 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/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/Api/
qwebkitplatformplugin.h
91
void
notificationClosed
();
Completed in 74 milliseconds