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

#include <Counter.h>

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

Public Member Functions

String identifier () const
 
String listStyle () const
 
String separator () const
 
const CSSPrimitiveValueidentifierValue () const
 
const CSSPrimitiveValuelistStyleValue () const
 
const CSSPrimitiveValueseparatorValue () const
 
CSSValueID listStyleIdent () const
 
void setIdentifier (Ref< CSSPrimitiveValue > &&identifier)
 
void setListStyle (Ref< CSSPrimitiveValue > &&listStyle)
 
void setSeparator (Ref< CSSPrimitiveValue > &&separator)
 
bool equals (const Counter &other) const
 
String identifier () const
 
String listStyle () const
 
String separator () const
 
const CSSPrimitiveValueidentifierValue () const
 
const CSSPrimitiveValuelistStyleValue () const
 
const CSSPrimitiveValueseparatorValue () const
 
CSSValueID listStyleIdent () const
 
void setIdentifier (Ref< CSSPrimitiveValue > &&identifier)
 
void setListStyle (Ref< CSSPrimitiveValue > &&listStyle)
 
void setSeparator (Ref< CSSPrimitiveValue > &&separator)
 
bool equals (const Counter &other) const
 
- Public Member Functions inherited from WTF::RefCounted< Counter >
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< Countercreate (Ref< CSSPrimitiveValue > &&identifier, Ref< CSSPrimitiveValue > &&listStyle, Ref< CSSPrimitiveValue > &&separator)
 
static Ref< Countercreate (Ref< CSSPrimitiveValue > &&identifier, Ref< CSSPrimitiveValue > &&listStyle, Ref< CSSPrimitiveValue > &&separator)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< Counter >
 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

◆ create() [1/2]

static Ref<Counter> WebCore::Counter::create ( Ref< CSSPrimitiveValue > &&  identifier,
Ref< CSSPrimitiveValue > &&  listStyle,
Ref< CSSPrimitiveValue > &&  separator 
)
inlinestatic

◆ create() [2/2]

static Ref<Counter> WebCore::Counter::create ( Ref< CSSPrimitiveValue > &&  identifier,
Ref< CSSPrimitiveValue > &&  listStyle,
Ref< CSSPrimitiveValue > &&  separator 
)
inlinestatic

◆ equals() [1/2]

bool WebCore::Counter::equals ( const Counter other) const
inline

◆ equals() [2/2]

bool WebCore::Counter::equals ( const Counter other) const
inline

◆ identifier() [1/2]

String WebCore::Counter::identifier ( ) const
inline

◆ identifier() [2/2]

String WebCore::Counter::identifier ( ) const
inline

◆ identifierValue() [1/2]

const CSSPrimitiveValue& WebCore::Counter::identifierValue ( ) const
inline

◆ identifierValue() [2/2]

const CSSPrimitiveValue& WebCore::Counter::identifierValue ( ) const
inline

◆ listStyle() [1/2]

String WebCore::Counter::listStyle ( ) const
inline

◆ listStyle() [2/2]

String WebCore::Counter::listStyle ( ) const
inline

◆ listStyleIdent() [1/2]

CSSValueID WebCore::Counter::listStyleIdent ( ) const
inline

◆ listStyleIdent() [2/2]

CSSValueID WebCore::Counter::listStyleIdent ( ) const
inline

◆ listStyleValue() [1/2]

const CSSPrimitiveValue& WebCore::Counter::listStyleValue ( ) const
inline

◆ listStyleValue() [2/2]

const CSSPrimitiveValue& WebCore::Counter::listStyleValue ( ) const
inline

◆ separator() [1/2]

String WebCore::Counter::separator ( ) const
inline

◆ separator() [2/2]

String WebCore::Counter::separator ( ) const
inline

◆ separatorValue() [1/2]

const CSSPrimitiveValue& WebCore::Counter::separatorValue ( ) const
inline

◆ separatorValue() [2/2]

const CSSPrimitiveValue& WebCore::Counter::separatorValue ( ) const
inline

◆ setIdentifier() [1/2]

void WebCore::Counter::setIdentifier ( Ref< CSSPrimitiveValue > &&  identifier)
inline

◆ setIdentifier() [2/2]

void WebCore::Counter::setIdentifier ( Ref< CSSPrimitiveValue > &&  identifier)
inline

◆ setListStyle() [1/2]

void WebCore::Counter::setListStyle ( Ref< CSSPrimitiveValue > &&  listStyle)
inline

◆ setListStyle() [2/2]

void WebCore::Counter::setListStyle ( Ref< CSSPrimitiveValue > &&  listStyle)
inline

◆ setSeparator() [1/2]

void WebCore::Counter::setSeparator ( Ref< CSSPrimitiveValue > &&  separator)
inline

◆ setSeparator() [2/2]

void WebCore::Counter::setSeparator ( Ref< CSSPrimitiveValue > &&  separator)
inline

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