#include <CSSParserImpl.h>
|
| static CSSParser::ParseResult | parseValue (MutableStyleProperties *, CSSPropertyID, const String &, bool important, const CSSParserContext &) |
| |
| static CSSParser::ParseResult | parseCustomPropertyValue (MutableStyleProperties *, const AtomicString &propertyName, const String &, bool important, const CSSParserContext &) |
| |
| static Ref< ImmutableStyleProperties > | parseInlineStyleDeclaration (const String &, Element *) |
| |
| static bool | parseDeclarationList (MutableStyleProperties *, const String &, const CSSParserContext &) |
| |
| static RefPtr< StyleRuleBase > | parseRule (const String &, const CSSParserContext &, StyleSheetContents *, AllowedRulesType) |
| |
| static void | parseStyleSheet (const String &, const CSSParserContext &, StyleSheetContents *, CSSParser::RuleParsing) |
| |
| static CSSSelectorList | parsePageSelector (CSSParserTokenRange, StyleSheetContents *) |
| |
| static std::unique_ptr< Vector< double > > | parseKeyframeKeyList (const String &) |
| |
| static void | parseDeclarationListForInspector (const String &, const CSSParserContext &, CSSParserObserver &) |
| |
| static void | parseStyleSheetForInspector (const String &, const CSSParserContext &, StyleSheetContents *, CSSParserObserver &) |
| |
| static Ref< ImmutableStyleProperties > | parseDeferredDeclaration (CSSParserTokenRange, const CSSParserContext &, StyleSheetContents *) |
| |
| static void | parseDeferredRuleList (CSSParserTokenRange, CSSDeferredParser &, Vector< RefPtr< StyleRuleBase >> &) |
| |
| static void | parseDeferredKeyframeList (CSSParserTokenRange, CSSDeferredParser &, StyleRuleKeyframes &) |
| |
◆ AllowedRulesType
| Enumerator |
|---|
| AllowCharsetRules | |
| AllowImportRules | |
| AllowNamespaceRules | |
| RegularRules | |
| KeyframeRules | |
| ApplyRules | |
| NoRules | |
◆ CSSParserImpl()
◆ deferredParser()
◆ parseCustomPropertyValue()
◆ parseDeclarationList()
◆ parseDeclarationListForInspector()
◆ parseDeferredDeclaration()
◆ parseDeferredKeyframeList()
◆ parseDeferredRuleList()
◆ parseInlineStyleDeclaration()
◆ parseKeyframeKeyList()
| std::unique_ptr< Vector< double > > WebCore::CSSParserImpl::parseKeyframeKeyList |
( |
const String & |
keyList | ) |
|
|
static |
◆ parsePageSelector()
◆ parseRule()
◆ parseStyleSheet()
◆ parseStyleSheetForInspector()
◆ parseValue()
◆ supportsDeclaration()
◆ tokenizer()
The documentation for this class was generated from the following files: