|
nsresult | GetAccept (nsAString *aAccept) |
|
nsresult | SetAccept (const nsAString *aAccept) |
|
nsresult | GetAlt (nsAString *aAlt) |
|
nsresult | SetAlt (const nsAString *aAlt) |
|
nsresult | GetAutocomplete (nsAString *aAutocomplete) |
|
nsresult | SetAutocomplete (const nsAString *aAutocomplete) |
|
nsresult | GetAutofocus (bool *aAutofocus) |
|
nsresult | SetAutofocus (bool aAutofocus) |
|
nsresult | GetDefaultChecked (bool *aDefaultChecked) |
|
nsresult | SetDefaultChecked (bool aDefaultChecked) |
|
nsresult | GetChecked (bool *aChecked) |
|
nsresult | SetChecked (bool aChecked) |
|
nsresult | GetDisabled (bool *aDisabled) |
|
nsresult | SetDisabled (bool aDisabled) |
|
nsresult | GetForm (nsIDOMHTMLFormElement **aForm) |
|
nsresult | GetFormAction (nsAString *aFormAction) |
|
nsresult | SetFormAction (const nsAString *aFormAction) |
|
nsresult | GetFormEnctype (nsAString *aFormEnctype) |
|
nsresult | SetFormEnctype (const nsAString *aFormEnctype) |
|
nsresult | GetFormMethod (nsAString *aFormMethod) |
|
nsresult | SetFormMethod (const nsAString *aFormMethod) |
|
nsresult | GetFormNoValidate (bool *aFormNoValidate) |
|
nsresult | SetFormNoValidate (bool aFormNoValidate) |
|
nsresult | GetFormTarget (nsAString *aFormTarget) |
|
nsresult | SetFormTarget (const nsAString *aFormTarget) |
|
nsresult | GetFiles (nsIDOMFileList **aFiles) |
|
nsresult | GetHeight (uint32_t *aHeight) |
|
nsresult | SetHeight (uint32_t aHeight) |
|
nsresult | GetIndeterminate (bool *aIndeterminate) |
|
nsresult | SetIndeterminate (bool aIndeterminate) |
|
nsresult | GetInputMode (nsAString *aInputMode) |
|
nsresult | SetInputMode (const nsAString *aInputMode) |
|
nsresult | GetList (nsIDOMHTMLElement **aList) |
|
nsresult | GetMax (nsAString *aMax) |
|
nsresult | SetMax (const nsAString *aMax) |
|
nsresult | GetMaxLength (int32_t *aMaxLength) |
|
nsresult | SetMaxLength (int32_t aMaxLength) |
|
nsresult | GetMin (nsAString *aMin) |
|
nsresult | SetMin (const nsAString *aMin) |
|
nsresult | GetMultiple (bool *aMultiple) |
|
nsresult | SetMultiple (bool aMultiple) |
|
nsresult | GetName (nsAString *aName) |
|
nsresult | SetName (const nsAString *aName) |
|
nsresult | GetPattern (nsAString *aPattern) |
|
nsresult | SetPattern (const nsAString *aPattern) |
|
nsresult | GetPlaceholder (nsAString *aPlaceholder) |
|
nsresult | SetPlaceholder (const nsAString *aPlaceholder) |
|
nsresult | GetReadOnly (bool *aReadOnly) |
|
nsresult | SetReadOnly (bool aReadOnly) |
|
nsresult | GetRequired (bool *aRequired) |
|
nsresult | SetRequired (bool aRequired) |
|
nsresult | GetStep (nsAString *aStep) |
|
nsresult | SetStep (const nsAString *aStep) |
|
nsresult | GetAlign (nsAString *aAlign) |
|
nsresult | SetAlign (const nsAString *aAlign) |
|
nsresult | GetSize (uint32_t *aSize) |
|
nsresult | SetSize (uint32_t aSize) |
|
nsresult | GetWidth (uint32_t *aWidth) |
|
nsresult | SetWidth (uint32_t aWidth) |
|
nsresult | GetSrc (nsAString *aSrc) |
|
nsresult | SetSrc (const nsAString *aSrc) |
|
nsresult | GetType (nsAString *aType) |
|
nsresult | SetType (const nsAString *aType) |
|
nsresult | GetDefaultValue (nsAString *aDefaultValue) |
|
nsresult | SetDefaultValue (const nsAString *aDefaultValue) |
|
nsresult | GetValue (nsAString *aValue) |
|
nsresult | SetValue (const nsAString *aValue) |
|
nsresult | GetValueAsNumber (double *aValueAsNumber) |
|
nsresult | SetValueAsNumber (double aValueAsNumber) |
|
nsresult | StepDown (int32_t n, uint8_t _argc) |
|
nsresult | StepUp (int32_t n, uint8_t _argc) |
|
nsresult | GetWillValidate (bool *aWillValidate) |
|
nsresult | GetValidity (nsIDOMValidityState **aValidity) |
|
nsresult | GetValidationMessage (nsAString *aValidationMessage) |
|
nsresult | CheckValidity (bool *_retval) |
|
nsresult | SetCustomValidity (const nsAString *error) |
|
nsresult | Select () |
|
nsresult | GetSelectionStart (int32_t *aSelectionStart) |
|
nsresult | SetSelectionStart (int32_t aSelectionStart) |
|
nsresult | GetSelectionEnd (int32_t *aSelectionEnd) |
|
nsresult | SetSelectionEnd (int32_t aSelectionEnd) |
|
nsresult | SetSelectionRange (int32_t selectionStart, int32_t selectionEnd, const nsAString *direction) |
|
nsresult | GetSelectionDirection (nsAString *aSelectionDirection) |
|
nsresult | SetSelectionDirection (const nsAString *aSelectionDirection) |
|
nsresult | GetUseMap (nsAString *aUseMap) |
|
nsresult | SetUseMap (const nsAString *aUseMap) |
|
nsresult | GetControllers (nsIControllers **aControllers) |
|
nsresult | GetTextLength (int32_t *aTextLength) |
|
nsresult | MozGetFileNameArray (uint32_t *aLength, PRUnichar ***aFileNames) |
|
nsresult | MozSetFileNameArray (const PRUnichar **aFileNames, uint32_t aLength) |
|
nsresult | MozIsTextField (bool aExcludePassword, bool *_retval) |
|
nsresult | QueryInterface (nsIIDRef riid, void **result) |
|
nsrefcnt | AddRef () |
|
nsrefcnt | Release () |
|