#include <CSSStyleSheet.h>
|
| enum | RuleMutationType { OtherMutation,
RuleInsertion,
OtherMutation,
RuleInsertion
} |
| |
| enum | WhetherContentsWereClonedForMutation { ContentsWereNotClonedForMutation = 0,
ContentsWereClonedForMutation,
ContentsWereNotClonedForMutation = 0,
ContentsWereClonedForMutation
} |
| |
| enum | RuleMutationType { OtherMutation,
RuleInsertion,
OtherMutation,
RuleInsertion
} |
| |
| enum | WhetherContentsWereClonedForMutation { ContentsWereNotClonedForMutation = 0,
ContentsWereClonedForMutation,
ContentsWereNotClonedForMutation = 0,
ContentsWereClonedForMutation
} |
| |
|
| virtual | ~CSSStyleSheet () |
| |
| CSSStyleSheet * | parentStyleSheet () const final |
| |
| Node * | ownerNode () const final |
| |
| MediaList * | media () const final |
| |
| String | href () const final |
| |
| String | title () const final |
| |
| bool | disabled () const final |
| |
| void | setDisabled (bool) final |
| |
| WEBCORE_EXPORT RefPtr< CSSRuleList > | cssRules () |
| |
| WEBCORE_EXPORT ExceptionOr< unsigned > | insertRule (const String &rule, unsigned index) |
| |
| ExceptionOr< unsigned > | deprecatedInsertRule (const String &rule) |
| |
| WEBCORE_EXPORT ExceptionOr< void > | deleteRule (unsigned index) |
| |
| WEBCORE_EXPORT RefPtr< CSSRuleList > | rules () |
| |
| WEBCORE_EXPORT ExceptionOr< int > | addRule (const String &selector, const String &style, std::optional< unsigned > index) |
| |
| ExceptionOr< void > | removeRule (unsigned index) |
| |
| unsigned | length () const |
| |
| CSSRule * | item (unsigned index) |
| |
| void | clearOwnerNode () final |
| |
| CSSImportRule * | ownerRule () const final |
| |
| URL | baseURL () const final |
| |
| bool | isLoading () const final |
| |
| void | clearOwnerRule () |
| |
| Document * | ownerDocument () const |
| |
| CSSStyleSheet & | rootStyleSheet () |
| |
| const CSSStyleSheet & | rootStyleSheet () const |
| |
| Style::Scope * | styleScope () |
| |
| MediaQuerySet * | mediaQueries () const |
| |
| void | setMediaQueries (Ref< MediaQuerySet > &&) |
| |
| void | setTitle (const String &title) |
| |
| bool | hadRulesMutation () const |
| |
| void | clearHadRulesMutation () |
| |
| WhetherContentsWereClonedForMutation | willMutateRules () |
| |
| void | didMutateRules (RuleMutationType, WhetherContentsWereClonedForMutation, StyleRuleKeyframes *insertedKeyframesRule) |
| |
| void | didMutateRuleFromCSSStyleDeclaration () |
| |
| void | didMutate () |
| |
| void | clearChildRuleCSSOMWrappers () |
| |
| void | reattachChildRuleCSSOMWrappers () |
| |
| StyleSheetContents & | contents () |
| |
| bool | isInline () const |
| |
| TextPosition | startPosition () const |
| |
| void | detachFromDocument () |
| |
| virtual | ~CSSStyleSheet () |
| |
| CSSStyleSheet * | parentStyleSheet () const final |
| |
| Node * | ownerNode () const final |
| |
| MediaList * | media () const final |
| |
| String | href () const final |
| |
| String | title () const final |
| |
| bool | disabled () const final |
| |
| void | setDisabled (bool) final |
| |
| WEBCORE_EXPORT RefPtr< CSSRuleList > | cssRules () |
| |
| WEBCORE_EXPORT ExceptionOr< unsigned > | insertRule (const String &rule, unsigned index) |
| |
| ExceptionOr< unsigned > | deprecatedInsertRule (const String &rule) |
| |
| WEBCORE_EXPORT ExceptionOr< void > | deleteRule (unsigned index) |
| |
| WEBCORE_EXPORT RefPtr< CSSRuleList > | rules () |
| |
| WEBCORE_EXPORT ExceptionOr< int > | addRule (const String &selector, const String &style, std::optional< unsigned > index) |
| |
| ExceptionOr< void > | removeRule (unsigned index) |
| |
| unsigned | length () const |
| |
| CSSRule * | item (unsigned index) |
| |
| void | clearOwnerNode () final |
| |
| CSSImportRule * | ownerRule () const final |
| |
| URL | baseURL () const final |
| |
| bool | isLoading () const final |
| |
| void | clearOwnerRule () |
| |
| Document * | ownerDocument () const |
| |
| CSSStyleSheet & | rootStyleSheet () |
| |
| const CSSStyleSheet & | rootStyleSheet () const |
| |
| Style::Scope * | styleScope () |
| |
| MediaQuerySet * | mediaQueries () const |
| |
| void | setMediaQueries (Ref< MediaQuerySet > &&) |
| |
| void | setTitle (const String &title) |
| |
| bool | hadRulesMutation () const |
| |
| void | clearHadRulesMutation () |
| |
| WhetherContentsWereClonedForMutation | willMutateRules () |
| |
| void | didMutateRules (RuleMutationType, WhetherContentsWereClonedForMutation, StyleRuleKeyframes *insertedKeyframesRule) |
| |
| void | didMutateRuleFromCSSStyleDeclaration () |
| |
| void | didMutate () |
| |
| void | clearChildRuleCSSOMWrappers () |
| |
| void | reattachChildRuleCSSOMWrappers () |
| |
| StyleSheetContents & | contents () |
| |
| bool | isInline () const |
| |
| TextPosition | startPosition () const |
| |
| void | detachFromDocument () |
| |
| virtual | ~StyleSheet () |
| |
| virtual bool | isXSLStyleSheet () const |
| |
| virtual | ~StyleSheet () |
| |
| virtual bool | isXSLStyleSheet () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| 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 Ref< CSSStyleSheet > | create (Ref< StyleSheetContents > &&, CSSImportRule *ownerRule=0) |
| |
| static Ref< CSSStyleSheet > | create (Ref< StyleSheetContents > &&, Node &ownerNode, const std::optional< bool > &isOriginClean=std::nullopt) |
| |
| static Ref< CSSStyleSheet > | createInline (Ref< StyleSheetContents > &&, Element &owner, const TextPosition &startPosition) |
| |
| static Ref< CSSStyleSheet > | create (Ref< StyleSheetContents > &&, CSSImportRule *ownerRule=0) |
| |
| static Ref< CSSStyleSheet > | create (Ref< StyleSheetContents > &&, Node &ownerNode, const std::optional< bool > &isOriginClean=std::nullopt) |
| |
| static Ref< CSSStyleSheet > | createInline (Ref< StyleSheetContents > &&, Element &owner, const TextPosition &startPosition) |
| |
◆ RuleMutationType [1/2]
| Enumerator |
|---|
| OtherMutation | |
| RuleInsertion | |
| OtherMutation | |
| RuleInsertion | |
◆ RuleMutationType [2/2]
| Enumerator |
|---|
| OtherMutation | |
| RuleInsertion | |
| OtherMutation | |
| RuleInsertion | |
◆ WhetherContentsWereClonedForMutation [1/2]
| Enumerator |
|---|
| ContentsWereNotClonedForMutation | |
| ContentsWereClonedForMutation | |
| ContentsWereNotClonedForMutation | |
| ContentsWereClonedForMutation | |
◆ WhetherContentsWereClonedForMutation [2/2]
| Enumerator |
|---|
| ContentsWereNotClonedForMutation | |
| ContentsWereClonedForMutation | |
| ContentsWereNotClonedForMutation | |
| ContentsWereClonedForMutation | |
◆ ~CSSStyleSheet() [1/2]
| CSSStyleSheet::~CSSStyleSheet |
( |
| ) |
|
|
virtual |
◆ ~CSSStyleSheet() [2/2]
| virtual WebCore::CSSStyleSheet::~CSSStyleSheet |
( |
| ) |
|
|
virtual |
◆ addRule() [1/2]
◆ addRule() [2/2]
◆ baseURL() [1/2]
| URL CSSStyleSheet::baseURL |
( |
| ) |
const |
|
finalvirtual |
◆ baseURL() [2/2]
| URL WebCore::CSSStyleSheet::baseURL |
( |
| ) |
const |
|
finalvirtual |
◆ clearChildRuleCSSOMWrappers() [1/2]
| void CSSStyleSheet::clearChildRuleCSSOMWrappers |
( |
| ) |
|
◆ clearChildRuleCSSOMWrappers() [2/2]
| void WebCore::CSSStyleSheet::clearChildRuleCSSOMWrappers |
( |
| ) |
|
◆ clearHadRulesMutation() [1/2]
| void WebCore::CSSStyleSheet::clearHadRulesMutation |
( |
| ) |
|
|
inline |
◆ clearHadRulesMutation() [2/2]
| void WebCore::CSSStyleSheet::clearHadRulesMutation |
( |
| ) |
|
|
inline |
◆ clearOwnerNode() [1/2]
| void CSSStyleSheet::clearOwnerNode |
( |
| ) |
|
|
finalvirtual |
◆ clearOwnerNode() [2/2]
| void WebCore::CSSStyleSheet::clearOwnerNode |
( |
| ) |
|
|
finalvirtual |
◆ clearOwnerRule() [1/2]
| void WebCore::CSSStyleSheet::clearOwnerRule |
( |
| ) |
|
|
inline |
◆ clearOwnerRule() [2/2]
| void WebCore::CSSStyleSheet::clearOwnerRule |
( |
| ) |
|
|
inline |
◆ contents() [1/2]
◆ contents() [2/2]
◆ create() [1/4]
◆ create() [2/4]
◆ create() [3/4]
◆ create() [4/4]
◆ createInline() [1/2]
◆ createInline() [2/2]
◆ cssRules() [1/2]
◆ cssRules() [2/2]
◆ deleteRule() [1/2]
◆ deleteRule() [2/2]
◆ deprecatedInsertRule() [1/2]
◆ deprecatedInsertRule() [2/2]
| ExceptionOr<unsigned> WebCore::CSSStyleSheet::deprecatedInsertRule |
( |
const String & |
rule | ) |
|
◆ detachFromDocument() [1/2]
| void WebCore::CSSStyleSheet::detachFromDocument |
( |
| ) |
|
|
inline |
◆ detachFromDocument() [2/2]
| void WebCore::CSSStyleSheet::detachFromDocument |
( |
| ) |
|
|
inline |
◆ didMutate() [1/2]
| void WebCore::CSSStyleSheet::didMutate |
( |
| ) |
|
◆ didMutate() [2/2]
| void CSSStyleSheet::didMutate |
( |
| ) |
|
◆ didMutateRuleFromCSSStyleDeclaration() [1/2]
| void CSSStyleSheet::didMutateRuleFromCSSStyleDeclaration |
( |
| ) |
|
◆ didMutateRuleFromCSSStyleDeclaration() [2/2]
| void WebCore::CSSStyleSheet::didMutateRuleFromCSSStyleDeclaration |
( |
| ) |
|
◆ didMutateRules() [1/2]
◆ didMutateRules() [2/2]
◆ disabled() [1/2]
| bool WebCore::CSSStyleSheet::disabled |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ disabled() [2/2]
| bool WebCore::CSSStyleSheet::disabled |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ hadRulesMutation() [1/2]
| bool WebCore::CSSStyleSheet::hadRulesMutation |
( |
| ) |
const |
|
inline |
◆ hadRulesMutation() [2/2]
| bool WebCore::CSSStyleSheet::hadRulesMutation |
( |
| ) |
const |
|
inline |
◆ href() [1/2]
| String WebCore::CSSStyleSheet::href |
( |
| ) |
const |
|
finalvirtual |
◆ href() [2/2]
| String CSSStyleSheet::href |
( |
| ) |
const |
|
finalvirtual |
◆ insertRule() [1/2]
| ExceptionOr< unsigned > CSSStyleSheet::insertRule |
( |
const String & |
rule, |
|
|
unsigned |
index |
|
) |
| |
◆ insertRule() [2/2]
◆ isInline() [1/2]
| bool WebCore::CSSStyleSheet::isInline |
( |
| ) |
const |
|
inline |
◆ isInline() [2/2]
| bool WebCore::CSSStyleSheet::isInline |
( |
| ) |
const |
|
inline |
◆ isLoading() [1/2]
| bool CSSStyleSheet::isLoading |
( |
| ) |
const |
|
finalvirtual |
◆ isLoading() [2/2]
| bool WebCore::CSSStyleSheet::isLoading |
( |
| ) |
const |
|
finalvirtual |
◆ item() [1/2]
| CSSRule * CSSStyleSheet::item |
( |
unsigned |
index | ) |
|
◆ item() [2/2]
| CSSRule* WebCore::CSSStyleSheet::item |
( |
unsigned |
index | ) |
|
◆ length() [1/2]
| unsigned CSSStyleSheet::length |
( |
| ) |
const |
◆ length() [2/2]
| unsigned WebCore::CSSStyleSheet::length |
( |
| ) |
const |
◆ media() [1/2]
◆ media() [2/2]
| MediaList* WebCore::CSSStyleSheet::media |
( |
| ) |
const |
|
finalvirtual |
◆ mediaQueries() [1/2]
◆ mediaQueries() [2/2]
◆ ownerDocument() [1/2]
| Document* WebCore::CSSStyleSheet::ownerDocument |
( |
| ) |
const |
◆ ownerDocument() [2/2]
| Document * CSSStyleSheet::ownerDocument |
( |
| ) |
const |
◆ ownerNode() [1/2]
| Node* WebCore::CSSStyleSheet::ownerNode |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ ownerNode() [2/2]
| Node* WebCore::CSSStyleSheet::ownerNode |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ ownerRule() [1/2]
◆ ownerRule() [2/2]
◆ parentStyleSheet() [1/2]
◆ parentStyleSheet() [2/2]
| CSSStyleSheet* WebCore::CSSStyleSheet::parentStyleSheet |
( |
| ) |
const |
|
finalvirtual |
◆ reattachChildRuleCSSOMWrappers() [1/2]
| void WebCore::CSSStyleSheet::reattachChildRuleCSSOMWrappers |
( |
| ) |
|
◆ reattachChildRuleCSSOMWrappers() [2/2]
| void CSSStyleSheet::reattachChildRuleCSSOMWrappers |
( |
| ) |
|
◆ removeRule() [1/2]
◆ removeRule() [2/2]
◆ rootStyleSheet() [1/4]
◆ rootStyleSheet() [2/4]
◆ rootStyleSheet() [3/4]
| const CSSStyleSheet& WebCore::CSSStyleSheet::rootStyleSheet |
( |
| ) |
const |
◆ rootStyleSheet() [4/4]
◆ rules() [1/2]
◆ rules() [2/2]
◆ setDisabled() [1/2]
| void CSSStyleSheet::setDisabled |
( |
bool |
disabled | ) |
|
|
finalvirtual |
◆ setDisabled() [2/2]
| void WebCore::CSSStyleSheet::setDisabled |
( |
bool |
| ) |
|
|
finalvirtual |
◆ setMediaQueries() [1/2]
◆ setMediaQueries() [2/2]
◆ setTitle() [1/2]
| void WebCore::CSSStyleSheet::setTitle |
( |
const String & |
title | ) |
|
|
inline |
◆ setTitle() [2/2]
| void WebCore::CSSStyleSheet::setTitle |
( |
const String & |
title | ) |
|
|
inline |
◆ startPosition() [1/2]
| TextPosition WebCore::CSSStyleSheet::startPosition |
( |
| ) |
const |
|
inline |
◆ startPosition() [2/2]
| TextPosition WebCore::CSSStyleSheet::startPosition |
( |
| ) |
const |
|
inline |
◆ styleScope() [1/2]
◆ styleScope() [2/2]
◆ title() [1/2]
| String WebCore::CSSStyleSheet::title |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ title() [2/2]
| String WebCore::CSSStyleSheet::title |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ willMutateRules() [1/2]
◆ willMutateRules() [2/2]
The documentation for this class was generated from the following files: