HomeSort by relevance Sort by last modified time
    Searched refs:WebNotificationWidget (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.h 27 class WebNotificationWidget : public QWidget
31 WebNotificationWidget();
32 virtual ~WebNotificationWidget();
49 m_widget = new WebNotificationWidget();
58 WebNotificationWidget* m_widget;
WebNotificationPresenter.cpp 23 WebNotificationWidget::WebNotificationWidget()
28 WebNotificationWidget::~WebNotificationWidget()
32 void WebNotificationWidget::showNotification(const QWebNotificationData* data)
58 bool WebNotificationWidget::event(QEvent* ev)

Completed in 270 milliseconds