#include <CSSProperty.h>
|
| | StylePropertyMetadata (CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) |
| |
| CSSPropertyID | shorthandID () const |
| |
| bool | operator== (const StylePropertyMetadata &other) const |
| |
| | StylePropertyMetadata (CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) |
| |
| CSSPropertyID | shorthandID () const |
| |
| bool | operator== (const StylePropertyMetadata &other) const |
| |
◆ StylePropertyMetadata() [1/2]
| WebCore::StylePropertyMetadata::StylePropertyMetadata |
( |
CSSPropertyID |
propertyID, |
|
|
bool |
isSetFromShorthand, |
|
|
int |
indexInShorthandsVector, |
|
|
bool |
important, |
|
|
bool |
implicit, |
|
|
bool |
inherited |
|
) |
| |
|
inline |
◆ StylePropertyMetadata() [2/2]
| WebCore::StylePropertyMetadata::StylePropertyMetadata |
( |
CSSPropertyID |
propertyID, |
|
|
bool |
isSetFromShorthand, |
|
|
int |
indexInShorthandsVector, |
|
|
bool |
important, |
|
|
bool |
implicit, |
|
|
bool |
inherited |
|
) |
| |
|
inline |
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ shorthandID() [1/2]
| CSSPropertyID WebCore::StylePropertyMetadata::shorthandID |
( |
| ) |
const |
◆ shorthandID() [2/2]
| CSSPropertyID WebCore::StylePropertyMetadata::shorthandID |
( |
| ) |
const |
◆ m_implicit
| uint16_t WebCore::StylePropertyMetadata::m_implicit |
◆ m_important
| uint16_t WebCore::StylePropertyMetadata::m_important |
◆ m_indexInShorthandsVector
| uint16_t WebCore::StylePropertyMetadata::m_indexInShorthandsVector |
◆ m_inherited
| uint16_t WebCore::StylePropertyMetadata::m_inherited |
◆ m_isSetFromShorthand
| uint16_t WebCore::StylePropertyMetadata::m_isSetFromShorthand |
◆ m_propertyID
| uint16_t WebCore::StylePropertyMetadata::m_propertyID |
The documentation for this struct was generated from the following files: