ReactOS 0.4.16-dev-321-g63bb46a
|
Public Member Functions | |
nsresult | GetCssText (nsAString *aCssText) |
nsresult | SetCssText (const nsAString *aCssText) |
nsresult | GetPropertyValue (const nsAString *propertyName, nsAString *_retval) |
nsresult | GetPropertyCSSValue (const nsAString *propertyName, nsIDOMCSSValue **_retval) |
nsresult | RemoveProperty (const nsAString *propertyName, nsAString *_retval) |
nsresult | GetPropertyPriority (const nsAString *propertyName, nsAString *_retval) |
nsresult | SetProperty (const nsAString *propertyName, const nsAString *value, const nsAString *priority) |
nsresult | GetLength (uint32_t *aLength) |
nsresult | Item (uint32_t index, nsAString *_retval) |
nsresult | GetParentRule (nsIDOMCSSRule **aParentRule) |
Public Member Functions inherited from nsISupports | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Definition at line 779 of file nsiface.idl.
nsresult nsIDOMCSSStyleDeclaration::GetParentRule | ( | nsIDOMCSSRule ** | aParentRule | ) |
nsresult nsIDOMCSSStyleDeclaration::GetPropertyCSSValue | ( | const nsAString * | propertyName, |
nsIDOMCSSValue ** | _retval | ||
) |
nsresult nsIDOMCSSStyleDeclaration::GetPropertyPriority | ( | const nsAString * | propertyName, |
nsAString * | _retval | ||
) |
nsresult nsIDOMCSSStyleDeclaration::GetPropertyValue | ( | const nsAString * | propertyName, |
nsAString * | _retval | ||
) |
nsresult nsIDOMCSSStyleDeclaration::RemoveProperty | ( | const nsAString * | propertyName, |
nsAString * | _retval | ||
) |
nsresult nsIDOMCSSStyleDeclaration::SetProperty | ( | const nsAString * | propertyName, |
const nsAString * | value, | ||
const nsAString * | priority | ||
) |