Searched refs:action_flags (Results 1 – 1 of 1) sorted by relevance
1921 CString action_flags(_T("0")); in CheckWriteScreenFlow() local1932 action_flags = "GX_ACTION_FLAG_POP_TARGET"; in CheckWriteScreenFlow()1968 if (action_flags == "0") in CheckWriteScreenFlow()1970 action_flags = "GX_ACTION_FLAG_POP_PARENT"; in CheckWriteScreenFlow()1974 action_flags += "|GX_ACTION_FLAG_POP_PARENT"; in CheckWriteScreenFlow()2007 if (action_flags == "0") in CheckWriteScreenFlow()2009 action_flags = "GX_ACTION_FLAG_DYNAMIC_PARENT"; in CheckWriteScreenFlow()2013 action_flags += "|GX_ACTION_FLAG_DYNAMIC_PARENT"; in CheckWriteScreenFlow()2029 if (action_flags == "0") in CheckWriteScreenFlow()2031 action_flags = "GX_ACTION_FLAG_DYNAMIC_TARGET"; in CheckWriteScreenFlow()[all …]