|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <StyleMultiColData.h>
Public Member Functions | |
| Ref< StyleMultiColData > | copy () const |
| bool | operator== (const StyleMultiColData &) const |
| bool | operator!= (const StyleMultiColData &other) const |
| unsigned short | ruleWidth () const |
| Ref< StyleMultiColData > | copy () const |
| bool | operator== (const StyleMultiColData &) const |
| bool | operator!= (const StyleMultiColData &other) const |
| unsigned short | ruleWidth () const |
Public Member Functions inherited from WTF::RefCounted< StyleMultiColData > | |
| 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< StyleMultiColData > | create () |
| static Ref< StyleMultiColData > | create () |
Public Attributes | |
| float | width { 0 } |
| unsigned short | count |
| float | gap { 0 } |
| BorderValue | rule |
| Color | visitedLinkColumnRuleColor |
| bool | autoWidth: 1 |
| bool | autoCount: 1 |
| bool | normalGap: 1 |
| unsigned | fill: 1 |
| unsigned | columnSpan: 1 |
| unsigned | axis: 2 |
| unsigned | progression: 2 |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< StyleMultiColData > | |
| 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< StyleMultiColData > WebCore::StyleMultiColData::copy | ( | ) | const |
| Ref<StyleMultiColData> WebCore::StyleMultiColData::copy | ( | ) | const |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
| bool WebCore::StyleMultiColData::operator== | ( | const StyleMultiColData & | other | ) | const |
| bool WebCore::StyleMultiColData::operator== | ( | const StyleMultiColData & | ) | const |
|
inline |
|
inline |
| bool WebCore::StyleMultiColData::autoCount |
| bool WebCore::StyleMultiColData::autoWidth |
| unsigned WebCore::StyleMultiColData::axis |
| unsigned WebCore::StyleMultiColData::columnSpan |
| unsigned short WebCore::StyleMultiColData::count |
| unsigned WebCore::StyleMultiColData::fill |
| float WebCore::StyleMultiColData::gap { 0 } |
| bool WebCore::StyleMultiColData::normalGap |
| unsigned WebCore::StyleMultiColData::progression |
| BorderValue WebCore::StyleMultiColData::rule |
| Color WebCore::StyleMultiColData::visitedLinkColumnRuleColor |
| float WebCore::StyleMultiColData::width { 0 } |
1.8.13