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

#include <WillChangeData.h>

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

Public Types

enum  Feature {
  ScrollPosition, Contents, Property, Invalid,
  ScrollPosition, Contents, Property, Invalid
}
 
enum  Feature {
  ScrollPosition, Contents, Property, Invalid,
  ScrollPosition, Contents, Property, Invalid
}
 
typedef std::pair< Feature, CSSPropertyIDFeaturePropertyPair
 
typedef std::pair< Feature, CSSPropertyIDFeaturePropertyPair
 

Public Member Functions

bool operator== (const WillChangeData &) const
 
bool operator!= (const WillChangeData &o) const
 
bool isAuto () const
 
size_t numFeatures () const
 
bool containsScrollPosition () const
 
bool containsContents () const
 
bool containsProperty (CSSPropertyID) const
 
bool canCreateStackingContext () const
 
bool canTriggerCompositing () const
 
bool canTriggerCompositingOnInline () const
 
void addFeature (Feature, CSSPropertyID=CSSPropertyInvalid)
 
FeaturePropertyPair featureAt (size_t) const
 
bool operator== (const WillChangeData &) const
 
bool operator!= (const WillChangeData &o) const
 
bool isAuto () const
 
size_t numFeatures () const
 
bool containsScrollPosition () const
 
bool containsContents () const
 
bool containsProperty (CSSPropertyID) const
 
bool canCreateStackingContext () const
 
bool canTriggerCompositing () const
 
bool canTriggerCompositingOnInline () const
 
void addFeature (Feature, CSSPropertyID=CSSPropertyInvalid)
 
FeaturePropertyPair featureAt (size_t) const
 
- Public Member Functions inherited from WTF::RefCounted< WillChangeData >
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< WillChangeDatacreate ()
 
static bool propertyCreatesStackingContext (CSSPropertyID)
 
static Ref< WillChangeDatacreate ()
 
static bool propertyCreatesStackingContext (CSSPropertyID)
 

Additional Inherited Members

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

◆ FeaturePropertyPair [1/2]

◆ FeaturePropertyPair [2/2]

Member Enumeration Documentation

◆ Feature [1/2]

Enumerator
ScrollPosition 
Contents 
Property 
Invalid 
ScrollPosition 
Contents 
Property 
Invalid 

◆ Feature [2/2]

Enumerator
ScrollPosition 
Contents 
Property 
Invalid 
ScrollPosition 
Contents 
Property 
Invalid 

Member Function Documentation

◆ addFeature() [1/2]

void WebCore::WillChangeData::addFeature ( Feature  feature,
CSSPropertyID  propertyID = CSSPropertyInvalid 
)

◆ addFeature() [2/2]

void WebCore::WillChangeData::addFeature ( Feature  ,
CSSPropertyID  = CSSPropertyInvalid 
)

◆ canCreateStackingContext() [1/2]

bool WebCore::WillChangeData::canCreateStackingContext ( ) const
inline

◆ canCreateStackingContext() [2/2]

bool WebCore::WillChangeData::canCreateStackingContext ( ) const
inline

◆ canTriggerCompositing() [1/2]

bool WebCore::WillChangeData::canTriggerCompositing ( ) const
inline

◆ canTriggerCompositing() [2/2]

bool WebCore::WillChangeData::canTriggerCompositing ( ) const
inline

◆ canTriggerCompositingOnInline() [1/2]

bool WebCore::WillChangeData::canTriggerCompositingOnInline ( ) const
inline

◆ canTriggerCompositingOnInline() [2/2]

bool WebCore::WillChangeData::canTriggerCompositingOnInline ( ) const
inline

◆ containsContents() [1/2]

bool WebCore::WillChangeData::containsContents ( ) const

◆ containsContents() [2/2]

bool WebCore::WillChangeData::containsContents ( ) const

◆ containsProperty() [1/2]

bool WebCore::WillChangeData::containsProperty ( CSSPropertyID  property) const

◆ containsProperty() [2/2]

bool WebCore::WillChangeData::containsProperty ( CSSPropertyID  ) const

◆ containsScrollPosition() [1/2]

bool WebCore::WillChangeData::containsScrollPosition ( ) const

◆ containsScrollPosition() [2/2]

bool WebCore::WillChangeData::containsScrollPosition ( ) const

◆ create() [1/2]

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

◆ create() [2/2]

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

◆ featureAt() [1/2]

FeaturePropertyPair WebCore::WillChangeData::featureAt ( size_t  ) const

◆ featureAt() [2/2]

WillChangeData::FeaturePropertyPair WebCore::WillChangeData::featureAt ( size_t  index) const

◆ isAuto() [1/2]

bool WebCore::WillChangeData::isAuto ( ) const
inline

◆ isAuto() [2/2]

bool WebCore::WillChangeData::isAuto ( ) const
inline

◆ numFeatures() [1/2]

size_t WebCore::WillChangeData::numFeatures ( ) const
inline

◆ numFeatures() [2/2]

size_t WebCore::WillChangeData::numFeatures ( ) const
inline

◆ operator!=() [1/2]

bool WebCore::WillChangeData::operator!= ( const WillChangeData o) const
inline

◆ operator!=() [2/2]

bool WebCore::WillChangeData::operator!= ( const WillChangeData o) const
inline

◆ operator==() [1/2]

bool WebCore::WillChangeData::operator== ( const WillChangeData other) const

◆ operator==() [2/2]

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

◆ propertyCreatesStackingContext() [1/2]

bool WebCore::WillChangeData::propertyCreatesStackingContext ( CSSPropertyID  property)
static

◆ propertyCreatesStackingContext() [2/2]

static bool WebCore::WillChangeData::propertyCreatesStackingContext ( CSSPropertyID  )
static

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