Lines Matching refs:iAction
590 EndActions::const_iterator iAction; in ShowPane() local
591 for (iAction=maShowEndActions.begin(); iAction!=maShowEndActions.end(); ++iAction) in ShowPane()
592 pMultiAnimation->AddEndCallback(*iAction); in ShowPane()
667 EndActions::const_iterator iAction; in HidePane() local
668 for (iAction=maHideEndActions.begin(); iAction!=maHideEndActions.end(); ++iAction) in HidePane()
669 pMultiAnimation->AddEndCallback(*iAction); in HidePane()
867 EndActions::const_iterator iAction; in HidePane() local
868 for (iAction=maHideEndActions.begin(); iAction!=maHideEndActions.end(); ++iAction) in HidePane()
869 pMultiAnimation->AddEndCallback(*iAction); in HidePane()
908 EndActions::const_iterator iAction; in CreateShowAnimation() local
909 for (iAction=rEndOperators.begin(); iAction!=rEndOperators.end(); ++iAction) in CreateShowAnimation()
910 pMultiAnimation->AddEndCallback(*iAction); in CreateShowAnimation()
952 EndActions::const_iterator iAction; in ShowPane() local
953 for (iAction=maShowEndActions.begin(); iAction!=maShowEndActions.end(); ++iAction) in ShowPane()
954 (*iAction)(); in ShowPane()
999 EndActions::const_iterator iAction; in HidePane() local
1000 for (iAction=maHideEndActions.begin(); iAction!=maHideEndActions.end(); ++iAction) in HidePane()
1001 (*iAction)(); in HidePane()