Home
last modified time | relevance | path

Searched refs:ImplPostEventPair (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/app/
H A Dsvapp.cxx207 typedef ::std::pair< Window*, ImplPostEventData* > ImplPostEventPair; typedef
209 static ::std::list< ImplPostEventPair > aPostedEventList;
940 aPostedEventList.push_back( ImplPostEventPair( pWin, pPostEventData ) ); in PostKeyEvent()
975 aPostedEventList.push_back( ImplPostEventPair( pWin, pPostEventData ) ); in PostMouseEvent()
1031 ::std::list< ImplPostEventPair >::iterator aIter( aPostedEventList.begin() ); in IMPL_STATIC_LINK_NOINSTANCE()
1054 ::std::list< ImplPostEventPair >::iterator aIter( aPostedEventList.begin() ); in RemoveMouseAndKeyEvents()
1078 ::std::list< ImplPostEventPair >::iterator aIter( aPostedEventList.begin() ); in IsProcessedMouseOrKeyEvent()

Completed in 19 milliseconds