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

#include <StyleRule.h>

Inheritance diagram for WebCore::StyleRuleSupports:
WebCore::StyleRuleGroup WebCore::StyleRuleGroup WebCore::StyleRuleBase WebCore::StyleRuleBase WebCore::StyleRuleBase WebCore::StyleRuleBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

String conditionText () const
 
bool conditionIsSupported () const
 
Ref< StyleRuleSupportscopy () const
 
String conditionText () const
 
bool conditionIsSupported () const
 
Ref< StyleRuleSupportscopy () const
 
- Public Member Functions inherited from WebCore::StyleRuleGroup
const Vector< RefPtr< StyleRuleBase > > & childRules () const
 
const Vector< RefPtr< StyleRuleBase > > * childRulesWithoutDeferredParsing () const
 
void wrapperInsertRule (unsigned, Ref< StyleRuleBase > &&)
 
void wrapperRemoveRule (unsigned)
 
const Vector< RefPtr< StyleRuleBase > > & childRules () const
 
const Vector< RefPtr< StyleRuleBase > > * childRulesWithoutDeferredParsing () const
 
void wrapperInsertRule (unsigned, Ref< StyleRuleBase > &&)
 
void wrapperRemoveRule (unsigned)
 
- Public Member Functions inherited from WebCore::StyleRuleBase
Type type () const
 
bool isCharsetRule () const
 
bool isFontFaceRule () const
 
bool isKeyframesRule () const
 
bool isKeyframeRule () const
 
bool isNamespaceRule () const
 
bool isMediaRule () const
 
bool isPageRule () const
 
bool isStyleRule () const
 
bool isRegionRule () const
 
bool isSupportsRule () const
 
bool isImportRule () const
 
Ref< StyleRuleBasecopy () const
 
void deref ()
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSStyleSheet *parentSheet=nullptr) const
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSRule *parentRule) const
 
Type type () const
 
bool isCharsetRule () const
 
bool isFontFaceRule () const
 
bool isKeyframesRule () const
 
bool isKeyframeRule () const
 
bool isNamespaceRule () const
 
bool isMediaRule () const
 
bool isPageRule () const
 
bool isStyleRule () const
 
bool isRegionRule () const
 
bool isSupportsRule () const
 
bool isImportRule () const
 
Ref< StyleRuleBasecopy () const
 
void deref ()
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSStyleSheet *parentSheet=nullptr) const
 
RefPtr< CSSRulecreateCSSOMWrapper (CSSRule *parentRule) 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< StyleRuleSupportscreate (const String &conditionText, bool conditionIsSupported, Vector< RefPtr< StyleRuleBase >> &adoptRules)
 
static Ref< StyleRuleSupportscreate (const String &conditionText, bool conditionIsSupported, std::unique_ptr< DeferredStyleGroupRuleList > &&deferredChildRules)
 
static Ref< StyleRuleSupportscreate (const String &conditionText, bool conditionIsSupported, Vector< RefPtr< StyleRuleBase >> &adoptRules)
 
static Ref< StyleRuleSupportscreate (const String &conditionText, bool conditionIsSupported, std::unique_ptr< DeferredStyleGroupRuleList > &&deferredChildRules)
 

Additional Inherited Members

- Public Types inherited from WebCore::StyleRuleBase
enum  Type {
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16,
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16
}
 
enum  Type {
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16,
  Unknown, Style, Charset, Import,
  Media, FontFace, Page, Keyframes,
  Keyframe, Namespace, Supports = 12, Region = 16
}
 
- Protected Member Functions inherited from WebCore::StyleRuleGroup
 StyleRuleGroup (Type, Vector< RefPtr< StyleRuleBase >> &)
 
 StyleRuleGroup (Type, std::unique_ptr< DeferredStyleGroupRuleList > &&)
 
 StyleRuleGroup (const StyleRuleGroup &)
 
 StyleRuleGroup (Type, Vector< RefPtr< StyleRuleBase >> &)
 
 StyleRuleGroup (Type, std::unique_ptr< DeferredStyleGroupRuleList > &&)
 
 StyleRuleGroup (const StyleRuleGroup &)
 
- Protected Member Functions inherited from WebCore::StyleRuleBase
 StyleRuleBase (Type type)
 
 StyleRuleBase (const StyleRuleBase &o)
 
 ~StyleRuleBase ()
 
 StyleRuleBase (Type type)
 
 StyleRuleBase (const StyleRuleBase &o)
 
 ~StyleRuleBase ()
 
- 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

◆ conditionIsSupported() [1/2]

bool WebCore::StyleRuleSupports::conditionIsSupported ( ) const
inline

◆ conditionIsSupported() [2/2]

bool WebCore::StyleRuleSupports::conditionIsSupported ( ) const
inline

◆ conditionText() [1/2]

String WebCore::StyleRuleSupports::conditionText ( ) const
inline

◆ conditionText() [2/2]

String WebCore::StyleRuleSupports::conditionText ( ) const
inline

◆ copy() [1/2]

Ref<StyleRuleSupports> WebCore::StyleRuleSupports::copy ( ) const
inline

◆ copy() [2/2]

Ref<StyleRuleSupports> WebCore::StyleRuleSupports::copy ( ) const
inline

◆ create() [1/4]

static Ref<StyleRuleSupports> WebCore::StyleRuleSupports::create ( const String conditionText,
bool  conditionIsSupported,
Vector< RefPtr< StyleRuleBase >> &  adoptRules 
)
inlinestatic

◆ create() [2/4]

static Ref<StyleRuleSupports> WebCore::StyleRuleSupports::create ( const String conditionText,
bool  conditionIsSupported,
Vector< RefPtr< StyleRuleBase >> &  adoptRules 
)
inlinestatic

◆ create() [3/4]

static Ref<StyleRuleSupports> WebCore::StyleRuleSupports::create ( const String conditionText,
bool  conditionIsSupported,
std::unique_ptr< DeferredStyleGroupRuleList > &&  deferredChildRules 
)
inlinestatic

◆ create() [4/4]

static Ref<StyleRuleSupports> WebCore::StyleRuleSupports::create ( const String conditionText,
bool  conditionIsSupported,
std::unique_ptr< DeferredStyleGroupRuleList > &&  deferredChildRules 
)
inlinestatic

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