Lines Matching refs:rList
4442 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in ~Window()
4444 p = ::std::find( rList.begin(), rList.end(), this ); in ~Window()
4445 if( p != rList.end() ) in ~Window()
4446 rList.erase( p ); in ~Window()
6338 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in SetParent()
6340 p = ::std::find( rList.begin(), rList.end(), this ); in SetParent()
6341 if( p != rList.end() ) in SetParent()
6342 rList.erase( p ); in SetParent()
6956 ::std::vector< Window* >& rList = mpWindowImpl->mpFrameData->maOwnerDrawList; in EnableInput()
6957 ::std::vector< Window* >::iterator p = rList.begin(); in EnableInput()
6958 while( p != rList.end() ) in EnableInput()