Searched refs:secondaryId (Results 1 – 4 of 4) sorted by relevance
159 … properties.primaryId.IsEmpty() ? properties.secondaryId : properties.primaryId, context); in BuildActions()164 auto func = AceAsyncEvent<void()>::Create(properties.secondaryId, context); in BuildActions()
111 … properties.primaryId.IsEmpty() ? properties.secondaryId : properties.primaryId, context); in BuildActions()116 auto func = AceAsyncEvent<void()>::Create(properties.secondaryId, context); in BuildActions()
255 EventMarker secondaryId; // second button's callback. member
28 arg.secondaryId = actionId; in SetParseButtonObj()