Lines Matching refs:Application

55     Application::RemoveMouseAndKeyEvents( reinterpret_cast< ::Window* >( mpNotifyWindow ) );  in cleanUp()
72 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in keyPressed()
82Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow… in keyPressed()
92 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in keyReleased()
101Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ),… in keyReleased()
111 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mousePressed()
122Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNot… in mousePressed()
132 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mouseReleased()
143Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONUP, reinterpret_cast< ::Window* >( mpNotif… in mouseReleased()
153 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mouseEntered()
166 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mouseExited()
179 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mouseDragged()
184Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseDragged()
194 const ::vos::OGuard aAppGuard( Application::GetSolarMutex() ); in mouseMoved()
199Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseMoved()