Searched refs:showForm (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py714 (self._sPageTitle, self._sPageBody) = oForm.showForm();
747 (self._sPageTitle, self._sPageBody) = oContent.showForm();
773 (self._sPageTitle, self._sPageBody) = oContent.showForm();
798 (self._sPageTitle, self._sPageBody) = oContent.showForm()
836 (self._sPageTitle, self._sPageBody) = oContent.showForm()
867 (self._sPageTitle, self._sPageBody) = oForm.showForm(sErrorMsg = sErrorMsg);
877 (self._sPageTitle, self._sPageBody) = oForm.showForm(dErrors = dErrors);
H A Dwuicontentbase.py482 def showForm(self, dErrors = None, sErrorMsg = None): member in class:WuiFormContentBase

Completed in 1709 milliseconds