Searched refs:postEvent (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DServerLifecycleModule.java175 private void postEvent(int eventType, Object data) method in class:ServerLifecycleModule
207 postEvent(LifecycleEvent.INIT_EVENT, props);
212 postEvent(LifecycleEvent.STARTUP_EVENT, props);
216 postEvent(LifecycleEvent.READY_EVENT, props);
220 postEvent(LifecycleEvent.SHUTDOWN_EVENT, props);
224 postEvent(LifecycleEvent.TERMINATION_EVENT, props);
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp720 QApplication::postEvent(pThis, new VBoxDbgConsoleEvent(VBoxDbgConsoleEvent::kUpdate));
733 QApplication::postEvent(pThis, new VBoxDbgConsoleEvent(VBoxDbgConsoleEvent::kInputEnable));
759 QApplication::postEvent(pThis, new VBoxDbgConsoleEvent(rc == VINF_SUCCESS
/vbox/src/VBox/Main/glue/
H A DEventQueue.cpp198 BOOL EventQueue::postEvent(Event *pEvent) function in class:com::EventQueue
H A DNativeEventQueue.cpp592 postEvent(NULL);
602 BOOL NativeEventQueue::postEvent(NativeEvent *pEvent) function in class:com::NativeEventQueue
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2308 && (m->pAsyncEventQ->postEvent(event))
4743 * Thread function that handles custom events posted using #postEvent().
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp5069 QApplication::postEvent (pNotifyObject, pCurrentEvent);
5127 QApplication::postEvent(pNotifyObject, pCurrentEvent);
5178 QApplication::postEvent(pNotifyObject, pCurrentEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp302 QApplication::postEvent (mTarget, new GetExistDirectoryEvent (result));
506 QApplication::postEvent (mTarget, new GetOpenFileNameEvent (result));
763 QApplication::postEvent (mTarget, new GetOpenFileNameEvent (result));
H A DQISplitter.cpp219 qApp->postEvent(pHandle, new QMouseEvent(newME));
232 qApp->postEvent(pHandle, new QMouseEvent(newME));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.cpp1007 QApplication::postEvent(this, new ActivateActionEvent(pAction));
H A DVBoxGlobal.cpp3713 QApplication::postEvent (&mClient, new ServiceEvent (QDesktopServices::openUrl (mURL)));
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin.cpp535 qApp->postEvent(pWin, new QContextMenuEvent(QContextMenuEvent::Mouse, local, global));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.cpp602 QApplication::postEvent(pHoveredWidget, pNewMouseEvent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp297 QApplication::postEvent(this, new QEvent(QEvent::UpdateRequest), Qt::LowEventPriority);
/vbox/include/VBox/com/
H A DEventQueue.h104 BOOL postEvent(Event *event);
H A DNativeEventQueue.h93 BOOL postEvent(NativeEvent *event);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIEventTarget.idl61 [noscript] void postEvent(in PLEventPtr aEvent);

Completed in 111 milliseconds