webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <StyleInheritedData.h>
Public Member Functions | |
Ref< StyleInheritedData > | copy () const |
bool | operator== (const StyleInheritedData &) const |
bool | operator!= (const StyleInheritedData &other) const |
Ref< StyleInheritedData > | copy () const |
bool | operator== (const StyleInheritedData &) const |
bool | operator!= (const StyleInheritedData &other) const |
Public Member Functions inherited from WTF::RefCounted< StyleInheritedData > | |
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< StyleInheritedData > | create () |
static Ref< StyleInheritedData > | create () |
Public Attributes | |
float | horizontalBorderSpacing |
float | verticalBorderSpacing |
Length | lineHeight |
FontCascade | fontCascade |
Color | color |
Color | visitedLinkColor |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< StyleInheritedData > | |
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 |
Ref< StyleInheritedData > WebCore::StyleInheritedData::copy | ( | ) | const |
Ref<StyleInheritedData> WebCore::StyleInheritedData::copy | ( | ) | const |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
bool WebCore::StyleInheritedData::operator== | ( | const StyleInheritedData & | o | ) | const |
bool WebCore::StyleInheritedData::operator== | ( | const StyleInheritedData & | ) | const |
Color WebCore::StyleInheritedData::color |
FontCascade WebCore::StyleInheritedData::fontCascade |
float WebCore::StyleInheritedData::horizontalBorderSpacing |
Length WebCore::StyleInheritedData::lineHeight |
float WebCore::StyleInheritedData::verticalBorderSpacing |
Color WebCore::StyleInheritedData::visitedLinkColor |