|
virtual | ~CSSStyleDeclaration () |
|
virtual void | ref ()=0 |
|
virtual void | deref ()=0 |
|
virtual StyledElement * | parentElement () const |
|
virtual CSSRule * | parentRule () const =0 |
|
virtual String | cssText () const =0 |
|
virtual ExceptionOr< void > | setCssText (const String &)=0 |
|
virtual unsigned | length () const =0 |
|
virtual String | item (unsigned index) const =0 |
|
virtual RefPtr< DeprecatedCSSOMValue > | getPropertyCSSValue (const String &propertyName)=0 |
|
virtual String | getPropertyValue (const String &propertyName)=0 |
|
virtual String | getPropertyPriority (const String &propertyName)=0 |
|
virtual String | getPropertyShorthand (const String &propertyName)=0 |
|
virtual bool | isPropertyImplicit (const String &propertyName)=0 |
|
virtual ExceptionOr< void > | setProperty (const String &propertyName, const String &value, const String &priority)=0 |
|
virtual ExceptionOr< String > | removeProperty (const String &propertyName)=0 |
|
virtual RefPtr< CSSValue > | getPropertyCSSValueInternal (CSSPropertyID)=0 |
|
virtual String | getPropertyValueInternal (CSSPropertyID)=0 |
|
virtual ExceptionOr< bool > | setPropertyInternal (CSSPropertyID, const String &value, bool important)=0 |
|
virtual Ref< MutableStyleProperties > | copyProperties () const =0 |
|
virtual CSSStyleSheet * | parentStyleSheet () const |
|
virtual | ~CSSStyleDeclaration () |
|
virtual void | ref ()=0 |
|
virtual void | deref ()=0 |
|
virtual StyledElement * | parentElement () const |
|
virtual CSSRule * | parentRule () const =0 |
|
virtual String | cssText () const =0 |
|
virtual ExceptionOr< void > | setCssText (const String &)=0 |
|
virtual unsigned | length () const =0 |
|
virtual String | item (unsigned index) const =0 |
|
virtual RefPtr< DeprecatedCSSOMValue > | getPropertyCSSValue (const String &propertyName)=0 |
|
virtual String | getPropertyValue (const String &propertyName)=0 |
|
virtual String | getPropertyPriority (const String &propertyName)=0 |
|
virtual String | getPropertyShorthand (const String &propertyName)=0 |
|
virtual bool | isPropertyImplicit (const String &propertyName)=0 |
|
virtual ExceptionOr< void > | setProperty (const String &propertyName, const String &value, const String &priority)=0 |
|
virtual ExceptionOr< String > | removeProperty (const String &propertyName)=0 |
|
virtual RefPtr< CSSValue > | getPropertyCSSValueInternal (CSSPropertyID)=0 |
|
virtual String | getPropertyValueInternal (CSSPropertyID)=0 |
|
virtual ExceptionOr< bool > | setPropertyInternal (CSSPropertyID, const String &value, bool important)=0 |
|
virtual Ref< MutableStyleProperties > | copyProperties () const =0 |
|
virtual CSSStyleSheet * | parentStyleSheet () const |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|