Searched refs:iAction (Results 1 – 1 of 1) sorted by relevance
590 EndActions::const_iterator iAction; in ShowPane() local591 for (iAction=maShowEndActions.begin(); iAction!=maShowEndActions.end(); ++iAction) in ShowPane()592 pMultiAnimation->AddEndCallback(*iAction); in ShowPane()667 EndActions::const_iterator iAction; in HidePane() local668 for (iAction=maHideEndActions.begin(); iAction!=maHideEndActions.end(); ++iAction) in HidePane()669 pMultiAnimation->AddEndCallback(*iAction); in HidePane()867 EndActions::const_iterator iAction; in HidePane() local868 for (iAction=maHideEndActions.begin(); iAction!=maHideEndActions.end(); ++iAction) in HidePane()869 pMultiAnimation->AddEndCallback(*iAction); in HidePane()908 EndActions::const_iterator iAction; in CreateShowAnimation() local[all …]