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

#include <StyleCustomPropertyData.h>

Inheritance diagram for WebCore::StyleCustomPropertyData:
WTF::RefCounted< StyleCustomPropertyData > WTF::RefCounted< StyleCustomPropertyData > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

Ref< StyleCustomPropertyDatacopy () const
 
bool operator== (const StyleCustomPropertyData &other) const
 
bool operator!= (const StyleCustomPropertyData &other) const
 
void setCustomPropertyValue (const AtomicString &name, Ref< CSSCustomPropertyValue > &&value)
 
Ref< StyleCustomPropertyDatacopy () const
 
bool operator== (const StyleCustomPropertyData &other) const
 
bool operator!= (const StyleCustomPropertyData &other) const
 
void setCustomPropertyValue (const AtomicString &name, Ref< CSSCustomPropertyValue > &&value)
 
- Public Member Functions inherited from WTF::RefCounted< StyleCustomPropertyData >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< StyleCustomPropertyDatacreate ()
 
static Ref< StyleCustomPropertyDatacreate ()
 

Public Attributes

CustomPropertyValueMap values
 
bool containsVariables { false }
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< StyleCustomPropertyData >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ copy() [1/2]

Ref<StyleCustomPropertyData> WebCore::StyleCustomPropertyData::copy ( ) const
inline

◆ copy() [2/2]

Ref<StyleCustomPropertyData> WebCore::StyleCustomPropertyData::copy ( ) const
inline

◆ create() [1/2]

static Ref<StyleCustomPropertyData> WebCore::StyleCustomPropertyData::create ( )
inlinestatic

◆ create() [2/2]

static Ref<StyleCustomPropertyData> WebCore::StyleCustomPropertyData::create ( )
inlinestatic

◆ operator!=() [1/2]

bool WebCore::StyleCustomPropertyData::operator!= ( const StyleCustomPropertyData other) const
inline

◆ operator!=() [2/2]

bool WebCore::StyleCustomPropertyData::operator!= ( const StyleCustomPropertyData other) const
inline

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ setCustomPropertyValue() [1/2]

void WebCore::StyleCustomPropertyData::setCustomPropertyValue ( const AtomicString name,
Ref< CSSCustomPropertyValue > &&  value 
)
inline

◆ setCustomPropertyValue() [2/2]

void WebCore::StyleCustomPropertyData::setCustomPropertyValue ( const AtomicString name,
Ref< CSSCustomPropertyValue > &&  value 
)
inline

Member Data Documentation

◆ containsVariables

bool WebCore::StyleCustomPropertyData::containsVariables { false }

◆ values

CustomPropertyValueMap WebCore::StyleCustomPropertyData::values

The documentation for this class was generated from the following file: