Home | History | Annotate | Download | only in FrameworkHiiOnUefiHiiThunk

Lines Matching defs:Form

86   FORM_BROWSER_FORM      *Form;

99 Form = FORM_BROWSER_FORM_FROM_LINK (FormList);
101 StatementList = GetFirstNode (&Form->StatementListHead);
103 while (!IsNull (&Form->StatementListHead, StatementList)) {
119 // One possible solution is to remove the one of the duplicated questions in this Form Set.
125 // Continue the search to check if the Form Set contains more than one questins that has the 3 attributes
132 StatementList = GetNextNode (&Form->StatementListHead, StatementList);