webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::StylePropertyMetadata Struct Reference

#include <CSSProperty.h>

Public Member Functions

 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
 

Public Attributes

uint16_t m_propertyID: 10
 
uint16_t m_isSetFromShorthand: 1
 
uint16_t m_indexInShorthandsVector: 2
 
uint16_t m_important: 1
 
uint16_t m_implicit: 1
 
uint16_t m_inherited: 1
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ operator==() [1/2]

bool WebCore::StylePropertyMetadata::operator== ( const StylePropertyMetadata other) const
inline

◆ operator==() [2/2]

bool WebCore::StylePropertyMetadata::operator== ( const StylePropertyMetadata other) const
inline

◆ shorthandID() [1/2]

CSSPropertyID WebCore::StylePropertyMetadata::shorthandID ( ) const

◆ shorthandID() [2/2]

CSSPropertyID WebCore::StylePropertyMetadata::shorthandID ( ) const

Member Data Documentation

◆ 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: