Searched refs:maWinVec (Results 1 – 1 of 1) sorted by relevance
47 WindowVec maWinVec; member71 maWinVec.push_back( WindowPair( &mrCtrlDial, STATE_CHECK ) ); in OrientationHelper_Impl()72 maWinVec.push_back( WindowPair( &mrCbStacked, STATE_DONTKNOW ) ); in OrientationHelper_Impl()78 maWinVec.push_back( std::make_pair( &rWindow, eDisableIfStacked ) ); in AddDependentWindow()84 for( WindowVec::iterator aIt = maWinVec.begin(), aEnd = maWinVec.end(); aIt != aEnd; ++aIt ) in EnableDependentWindows()104 for( WindowVec::iterator aIt = maWinVec.begin(), aEnd = maWinVec.end(); aIt != aEnd; ++aIt ) in ShowDependentWindows()
Completed in 11 milliseconds