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

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowPrivate.h 40 void closeEvent(QCloseEvent*);
PlatformVideoWindowQt.cpp 52 void FullScreenVideoWindow::closeEvent(QCloseEvent*)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.h 51 virtual void closeEvent(QCloseEvent*);
FullScreenVideoWidget.cpp 74 void FullScreenVideoWidget::closeEvent(QCloseEvent* event)
NotificationPresenterClientQt.cpp 251 sendEvent(notification, eventNames().closeEvent);
407 sendEvent(oldNotification, eventNames().closeEvent);
  /external/webkit/Source/WebKit/qt/Api/
qwebinspector.h 46 void closeEvent(QCloseEvent* event);
qwebinspector.cpp 178 void QWebInspector::closeEvent(QCloseEvent* event)
  /external/oprofile/gui/
oprof_start.h 75 void closeEvent(QCloseEvent * e);
oprof_start.cpp 396 void oprof_start::closeEvent(QCloseEvent *)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 57 virtual void closeEvent(QCloseEvent *event);
wpagui.h 89 virtual void closeEvent(QCloseEvent *event);
peers.cpp     [all...]
wpagui.cpp 1346 * custom closeEvent handler take care of children */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 88 void closeEvent(QCloseEvent *e);
SDL_QWin.cc 77 void SDL_QWin::closeEvent(QCloseEvent *e) {
  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 132 RefPtr<Event> event = Event::create(eventNames().closeEvent, false, true);
  /external/webkit/Source/WebCore/websockets/
WebSocket.cpp 285 dispatchEvent(Event::create(eventNames().closeEvent, false, false));

Completed in 989 milliseconds