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

#include <StyleRule.h>

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

Public Member Functions

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 ()
 

Protected Member Functions

 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
 

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
}
 

Constructor & Destructor Documentation

◆ StyleRuleGroup() [1/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( Type  type,
Vector< RefPtr< StyleRuleBase >> &  adoptRule 
)
protected

◆ StyleRuleGroup() [2/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( Type  type,
std::unique_ptr< DeferredStyleGroupRuleList > &&  deferredRules 
)
protected

◆ StyleRuleGroup() [3/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( const StyleRuleGroup o)
protected

◆ StyleRuleGroup() [4/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( Type  ,
Vector< RefPtr< StyleRuleBase >> &   
)
protected

◆ StyleRuleGroup() [5/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( Type  ,
std::unique_ptr< DeferredStyleGroupRuleList > &&   
)
protected

◆ StyleRuleGroup() [6/6]

WebCore::StyleRuleGroup::StyleRuleGroup ( const StyleRuleGroup )
protected

Member Function Documentation

◆ childRules() [1/2]

const Vector< RefPtr< StyleRuleBase > > & WebCore::StyleRuleGroup::childRules ( ) const

◆ childRules() [2/2]

const Vector<RefPtr<StyleRuleBase> >& WebCore::StyleRuleGroup::childRules ( ) const

◆ childRulesWithoutDeferredParsing() [1/2]

const Vector< RefPtr< StyleRuleBase > > * WebCore::StyleRuleGroup::childRulesWithoutDeferredParsing ( ) const
inline

◆ childRulesWithoutDeferredParsing() [2/2]

const Vector<RefPtr<StyleRuleBase> >* WebCore::StyleRuleGroup::childRulesWithoutDeferredParsing ( ) const

◆ wrapperInsertRule() [1/2]

void WebCore::StyleRuleGroup::wrapperInsertRule ( unsigned  ,
Ref< StyleRuleBase > &&   
)

◆ wrapperInsertRule() [2/2]

void WebCore::StyleRuleGroup::wrapperInsertRule ( unsigned  index,
Ref< StyleRuleBase > &&  rule 
)

◆ wrapperRemoveRule() [1/2]

void WebCore::StyleRuleGroup::wrapperRemoveRule ( unsigned  index)

◆ wrapperRemoveRule() [2/2]

void WebCore::StyleRuleGroup::wrapperRemoveRule ( unsigned  )

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