#include <CSSProperty.h>
|
| CSSProperty (CSSPropertyID propertyID, RefPtr< CSSValue > &&value, bool important=false, bool isSetFromShorthand=false, int indexInShorthandsVector=0, bool implicit=false) |
|
CSSPropertyID | id () const |
|
bool | isSetFromShorthand () const |
|
CSSPropertyID | shorthandID () const |
|
bool | isImportant () const |
|
CSSValue * | value () const |
|
void | wrapValueInCommaSeparatedList () |
|
const StylePropertyMetadata & | metadata () const |
|
bool | operator== (const CSSProperty &other) const |
|
| CSSProperty (CSSPropertyID propertyID, RefPtr< CSSValue > &&value, bool important=false, bool isSetFromShorthand=false, int indexInShorthandsVector=0, bool implicit=false) |
|
CSSPropertyID | id () const |
|
bool | isSetFromShorthand () const |
|
CSSPropertyID | shorthandID () const |
|
bool | isImportant () const |
|
CSSValue * | value () const |
|
void | wrapValueInCommaSeparatedList () |
|
const StylePropertyMetadata & | metadata () const |
|
bool | operator== (const CSSProperty &other) const |
|
◆ CSSProperty() [1/2]
◆ CSSProperty() [2/2]
◆ id() [1/2]
◆ id() [2/2]
◆ isDescriptorOnly() [1/2]
bool WebCore::CSSProperty::isDescriptorOnly |
( |
CSSPropertyID |
propertyID | ) |
|
|
static |
◆ isDescriptorOnly() [2/2]
static bool WebCore::CSSProperty::isDescriptorOnly |
( |
CSSPropertyID |
| ) |
|
|
static |
◆ isDirectionAwareProperty() [1/2]
static bool WebCore::CSSProperty::isDirectionAwareProperty |
( |
CSSPropertyID |
| ) |
|
|
static |
◆ isDirectionAwareProperty() [2/2]
bool WebCore::CSSProperty::isDirectionAwareProperty |
( |
CSSPropertyID |
propertyID | ) |
|
|
static |
◆ isImportant() [1/2]
bool WebCore::CSSProperty::isImportant |
( |
| ) |
const |
|
inline |
◆ isImportant() [2/2]
bool WebCore::CSSProperty::isImportant |
( |
| ) |
const |
|
inline |
◆ isInheritedProperty() [1/2]
bool WebCore::CSSProperty::isInheritedProperty |
( |
CSSPropertyID |
id | ) |
|
|
static |
◆ isInheritedProperty() [2/2]
static bool WebCore::CSSProperty::isInheritedProperty |
( |
CSSPropertyID |
| ) |
|
|
static |
◆ isSetFromShorthand() [1/2]
bool WebCore::CSSProperty::isSetFromShorthand |
( |
| ) |
const |
|
inline |
◆ isSetFromShorthand() [2/2]
bool WebCore::CSSProperty::isSetFromShorthand |
( |
| ) |
const |
|
inline |
◆ metadata() [1/2]
◆ metadata() [2/2]
◆ operator==() [1/2]
bool WebCore::CSSProperty::operator== |
( |
const CSSProperty & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
bool WebCore::CSSProperty::operator== |
( |
const CSSProperty & |
other | ) |
const |
|
inline |
◆ resolveDirectionAwareProperty() [1/2]
◆ resolveDirectionAwareProperty() [2/2]
◆ shorthandID() [1/2]
◆ shorthandID() [2/2]
◆ value() [1/2]
CSSValue* WebCore::CSSProperty::value |
( |
| ) |
const |
|
inline |
◆ value() [2/2]
CSSValue* WebCore::CSSProperty::value |
( |
| ) |
const |
|
inline |
◆ wrapValueInCommaSeparatedList() [1/2]
void WebCore::CSSProperty::wrapValueInCommaSeparatedList |
( |
| ) |
|
◆ wrapValueInCommaSeparatedList() [2/2]
void WebCore::CSSProperty::wrapValueInCommaSeparatedList |
( |
| ) |
|
The documentation for this class was generated from the following files: