Searched refs:g_aWindowList (Results 1 – 1 of 1) sorted by relevance
522 static std::set< Window * > g_aWindowList; variable573 if( g_aWindowList.find(pWindow) == g_aWindowList.end() ) in handle_get_focus()575 g_aWindowList.insert(pWindow); in handle_get_focus()686 g_aWindowList.erase( static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow() ); in WindowEventHandler()
Completed in 20 milliseconds