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

#include <StyleRareNonInheritedData.h>

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

Public Member Functions

Ref< StyleRareNonInheritedDatacopy () const
 
 ~StyleRareNonInheritedData ()
 
bool operator== (const StyleRareNonInheritedData &) const
 
bool operator!= (const StyleRareNonInheritedData &other) const
 
bool contentDataEquivalent (const StyleRareNonInheritedData &) const
 
bool hasFilters () const
 
bool hasOpacity () const
 
bool hasAnimationsOrTransitions () const
 
Ref< StyleRareNonInheritedDatacopy () const
 
 ~StyleRareNonInheritedData ()
 
bool operator== (const StyleRareNonInheritedData &) const
 
bool operator!= (const StyleRareNonInheritedData &other) const
 
bool contentDataEquivalent (const StyleRareNonInheritedData &) const
 
bool hasFilters () const
 
bool hasOpacity () const
 
bool hasAnimationsOrTransitions () const
 
- Public Member Functions inherited from WTF::RefCounted< StyleRareNonInheritedData >
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< StyleRareNonInheritedDatacreate ()
 
static Ref< StyleRareNonInheritedDatacreate ()
 

Public Attributes

float opacity
 
float aspectRatioDenominator
 
float aspectRatioNumerator
 
float perspective
 
Length perspectiveOriginX
 
Length perspectiveOriginY
 
LineClampValue lineClamp
 
IntSize initialLetter
 
DataRef< StyleDeprecatedFlexibleBoxDatadeprecatedFlexibleBox
 
DataRef< StyleFlexibleBoxDataflexibleBox
 
DataRef< StyleMarqueeDatamarquee
 
DataRef< StyleMultiColDatamultiCol
 
DataRef< StyleTransformDatatransform
 
DataRef< StyleFilterDatafilter
 
DataRef< StyleGridDatagrid
 
DataRef< StyleGridItemDatagridItem
 
std::unique_ptr< ContentDatacontent
 
std::unique_ptr< CounterDirectiveMapcounterDirectives
 
String altText
 
std::unique_ptr< ShadowDataboxShadow
 
RefPtr< WillChangeDatawillChange
 
RefPtr< StyleReflectionboxReflect
 
std::unique_ptr< AnimationListanimations
 
std::unique_ptr< AnimationListtransitions
 
FillLayer mask
 
NinePieceImage maskBoxImage
 
LengthSize pageSize
 
LengthPoint objectPosition
 
RefPtr< ShapeValueshapeOutside
 
Length shapeMargin
 
float shapeImageThreshold
 
RefPtr< ClipPathOperationclipPath
 
Color textDecorationColor
 
Color visitedLinkTextDecorationColor
 
Color visitedLinkBackgroundColor
 
Color visitedLinkOutlineColor
 
Color visitedLinkBorderLeftColor
 
Color visitedLinkBorderRightColor
 
Color visitedLinkBorderTopColor
 
Color visitedLinkBorderBottomColor
 
int order
 
AtomicString flowThread
 
AtomicString regionThread
 
StyleContentAlignmentData alignContent
 
StyleSelfAlignmentData alignItems
 
StyleSelfAlignmentData alignSelf
 
StyleContentAlignmentData justifyContent
 
StyleSelfAlignmentData justifyItems
 
StyleSelfAlignmentData justifySelf
 
unsigned regionFragment: 1
 
unsigned pageSizeType: 2
 
unsigned transformStyle3D: 1
 
unsigned backfaceVisibility: 1
 
unsigned userDrag: 2
 
unsigned textOverflow: 1
 
unsigned marginBeforeCollapse: 2
 
unsigned marginAfterCollapse: 2
 
unsigned appearance: 6
 
unsigned borderFit: 1
 
unsigned textCombine: 1
 
unsigned textDecorationStyle: 3
 
unsigned aspectRatioType: 2
 
unsigned objectFit: 3
 
unsigned breakBefore: 4
 
unsigned breakAfter: 4
 
unsigned breakInside: 3
 
unsigned resize: 2
 
unsigned hasAttrContent: 1
 
unsigned isPlaceholderStyle: 1
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ~StyleRareNonInheritedData() [1/2]

WebCore::StyleRareNonInheritedData::~StyleRareNonInheritedData ( )

◆ ~StyleRareNonInheritedData() [2/2]

WebCore::StyleRareNonInheritedData::~StyleRareNonInheritedData ( )

Member Function Documentation

◆ contentDataEquivalent() [1/2]

bool WebCore::StyleRareNonInheritedData::contentDataEquivalent ( const StyleRareNonInheritedData other) const

◆ contentDataEquivalent() [2/2]

bool WebCore::StyleRareNonInheritedData::contentDataEquivalent ( const StyleRareNonInheritedData ) const

◆ copy() [1/2]

Ref< StyleRareNonInheritedData > WebCore::StyleRareNonInheritedData::copy ( ) const

◆ copy() [2/2]

Ref<StyleRareNonInheritedData> WebCore::StyleRareNonInheritedData::copy ( ) const

◆ create() [1/2]

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

◆ create() [2/2]

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

◆ hasAnimationsOrTransitions() [1/2]

bool WebCore::StyleRareNonInheritedData::hasAnimationsOrTransitions ( ) const
inline

◆ hasAnimationsOrTransitions() [2/2]

bool WebCore::StyleRareNonInheritedData::hasAnimationsOrTransitions ( ) const
inline

◆ hasFilters() [1/2]

bool WebCore::StyleRareNonInheritedData::hasFilters ( ) const

◆ hasFilters() [2/2]

bool WebCore::StyleRareNonInheritedData::hasFilters ( ) const

◆ hasOpacity() [1/2]

bool WebCore::StyleRareNonInheritedData::hasOpacity ( ) const
inline

◆ hasOpacity() [2/2]

bool WebCore::StyleRareNonInheritedData::hasOpacity ( ) const
inline

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

bool WebCore::StyleRareNonInheritedData::operator== ( const StyleRareNonInheritedData ) const

◆ operator==() [2/2]

bool WebCore::StyleRareNonInheritedData::operator== ( const StyleRareNonInheritedData o) const

Member Data Documentation

◆ alignContent

StyleContentAlignmentData WebCore::StyleRareNonInheritedData::alignContent

◆ alignItems

StyleSelfAlignmentData WebCore::StyleRareNonInheritedData::alignItems

◆ alignSelf

StyleSelfAlignmentData WebCore::StyleRareNonInheritedData::alignSelf

◆ altText

String WebCore::StyleRareNonInheritedData::altText

◆ animations

std::unique_ptr< AnimationList > WebCore::StyleRareNonInheritedData::animations

◆ appearance

unsigned WebCore::StyleRareNonInheritedData::appearance

◆ aspectRatioDenominator

float WebCore::StyleRareNonInheritedData::aspectRatioDenominator

◆ aspectRatioNumerator

float WebCore::StyleRareNonInheritedData::aspectRatioNumerator

◆ aspectRatioType

unsigned WebCore::StyleRareNonInheritedData::aspectRatioType

◆ backfaceVisibility

unsigned WebCore::StyleRareNonInheritedData::backfaceVisibility

◆ borderFit

unsigned WebCore::StyleRareNonInheritedData::borderFit

◆ boxReflect

RefPtr< StyleReflection > WebCore::StyleRareNonInheritedData::boxReflect

◆ boxShadow

std::unique_ptr< ShadowData > WebCore::StyleRareNonInheritedData::boxShadow

◆ breakAfter

unsigned WebCore::StyleRareNonInheritedData::breakAfter

◆ breakBefore

unsigned WebCore::StyleRareNonInheritedData::breakBefore

◆ breakInside

unsigned WebCore::StyleRareNonInheritedData::breakInside

◆ clipPath

RefPtr< ClipPathOperation > WebCore::StyleRareNonInheritedData::clipPath

◆ content

std::unique_ptr< ContentData > WebCore::StyleRareNonInheritedData::content

◆ counterDirectives

std::unique_ptr< CounterDirectiveMap > WebCore::StyleRareNonInheritedData::counterDirectives

◆ deprecatedFlexibleBox

DataRef< StyleDeprecatedFlexibleBoxData > WebCore::StyleRareNonInheritedData::deprecatedFlexibleBox

◆ filter

DataRef< StyleFilterData > WebCore::StyleRareNonInheritedData::filter

◆ flexibleBox

DataRef< StyleFlexibleBoxData > WebCore::StyleRareNonInheritedData::flexibleBox

◆ flowThread

AtomicString WebCore::StyleRareNonInheritedData::flowThread

◆ grid

DataRef< StyleGridData > WebCore::StyleRareNonInheritedData::grid

◆ gridItem

DataRef< StyleGridItemData > WebCore::StyleRareNonInheritedData::gridItem

◆ hasAttrContent

unsigned WebCore::StyleRareNonInheritedData::hasAttrContent

◆ initialLetter

IntSize WebCore::StyleRareNonInheritedData::initialLetter

◆ isPlaceholderStyle

unsigned WebCore::StyleRareNonInheritedData::isPlaceholderStyle

◆ justifyContent

StyleContentAlignmentData WebCore::StyleRareNonInheritedData::justifyContent

◆ justifyItems

StyleSelfAlignmentData WebCore::StyleRareNonInheritedData::justifyItems

◆ justifySelf

StyleSelfAlignmentData WebCore::StyleRareNonInheritedData::justifySelf

◆ lineClamp

LineClampValue WebCore::StyleRareNonInheritedData::lineClamp

◆ marginAfterCollapse

unsigned WebCore::StyleRareNonInheritedData::marginAfterCollapse

◆ marginBeforeCollapse

unsigned WebCore::StyleRareNonInheritedData::marginBeforeCollapse

◆ marquee

DataRef< StyleMarqueeData > WebCore::StyleRareNonInheritedData::marquee

◆ mask

FillLayer WebCore::StyleRareNonInheritedData::mask

◆ maskBoxImage

NinePieceImage WebCore::StyleRareNonInheritedData::maskBoxImage

◆ multiCol

DataRef< StyleMultiColData > WebCore::StyleRareNonInheritedData::multiCol

◆ objectFit

unsigned WebCore::StyleRareNonInheritedData::objectFit

◆ objectPosition

LengthPoint WebCore::StyleRareNonInheritedData::objectPosition

◆ opacity

float WebCore::StyleRareNonInheritedData::opacity

◆ order

int WebCore::StyleRareNonInheritedData::order

◆ pageSize

LengthSize WebCore::StyleRareNonInheritedData::pageSize

◆ pageSizeType

unsigned WebCore::StyleRareNonInheritedData::pageSizeType

◆ perspective

float WebCore::StyleRareNonInheritedData::perspective

◆ perspectiveOriginX

Length WebCore::StyleRareNonInheritedData::perspectiveOriginX

◆ perspectiveOriginY

Length WebCore::StyleRareNonInheritedData::perspectiveOriginY

◆ regionFragment

unsigned WebCore::StyleRareNonInheritedData::regionFragment

◆ regionThread

AtomicString WebCore::StyleRareNonInheritedData::regionThread

◆ resize

unsigned WebCore::StyleRareNonInheritedData::resize

◆ shapeImageThreshold

float WebCore::StyleRareNonInheritedData::shapeImageThreshold

◆ shapeMargin

Length WebCore::StyleRareNonInheritedData::shapeMargin

◆ shapeOutside

RefPtr< ShapeValue > WebCore::StyleRareNonInheritedData::shapeOutside

◆ textCombine

unsigned WebCore::StyleRareNonInheritedData::textCombine

◆ textDecorationColor

Color WebCore::StyleRareNonInheritedData::textDecorationColor

◆ textDecorationStyle

unsigned WebCore::StyleRareNonInheritedData::textDecorationStyle

◆ textOverflow

unsigned WebCore::StyleRareNonInheritedData::textOverflow

◆ transform

DataRef< StyleTransformData > WebCore::StyleRareNonInheritedData::transform

◆ transformStyle3D

unsigned WebCore::StyleRareNonInheritedData::transformStyle3D

◆ transitions

std::unique_ptr< AnimationList > WebCore::StyleRareNonInheritedData::transitions

◆ userDrag

unsigned WebCore::StyleRareNonInheritedData::userDrag

◆ visitedLinkBackgroundColor

Color WebCore::StyleRareNonInheritedData::visitedLinkBackgroundColor

◆ visitedLinkBorderBottomColor

Color WebCore::StyleRareNonInheritedData::visitedLinkBorderBottomColor

◆ visitedLinkBorderLeftColor

Color WebCore::StyleRareNonInheritedData::visitedLinkBorderLeftColor

◆ visitedLinkBorderRightColor

Color WebCore::StyleRareNonInheritedData::visitedLinkBorderRightColor

◆ visitedLinkBorderTopColor

Color WebCore::StyleRareNonInheritedData::visitedLinkBorderTopColor

◆ visitedLinkOutlineColor

Color WebCore::StyleRareNonInheritedData::visitedLinkOutlineColor

◆ visitedLinkTextDecorationColor

Color WebCore::StyleRareNonInheritedData::visitedLinkTextDecorationColor

◆ willChange

RefPtr< WillChangeData > WebCore::StyleRareNonInheritedData::willChange

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