|
static RefPtr< StyleRuleBase > | parseRule (const CSSParserContext &, StyleSheetContents *, const String &) |
|
static std::unique_ptr< Vector< double > > | parseKeyframeKeyList (const String &) |
|
static void | parseSheetForInspector (const CSSParserContext &, StyleSheetContents *, const String &, CSSParserObserver &) |
|
static void | parseDeclarationForInspector (const CSSParserContext &, const String &, CSSParserObserver &) |
|
static ParseResult | parseValue (MutableStyleProperties &, CSSPropertyID, const String &, bool important, const CSSParserContext &) |
|
static ParseResult | parseCustomPropertyValue (MutableStyleProperties &, const AtomicString &propertyName, const String &, bool important, const CSSParserContext &) |
|
static RefPtr< CSSValue > | parseFontFaceDescriptor (CSSPropertyID, const String &, const CSSParserContext &) |
|
static RefPtr< CSSValue > | parseSingleValue (CSSPropertyID, const String &, const CSSParserContext &=strictCSSParserContext()) |
|
static Ref< ImmutableStyleProperties > | parseInlineStyleDeclaration (const String &, Element *) |
|
static Color | parseColor (const String &, bool strict=false) |
|
static Color | parseSystemColor (const String &, Document *) |
|
static RefPtr< StyleRuleBase > | parseRule (const CSSParserContext &, StyleSheetContents *, const String &) |
|
static std::unique_ptr< Vector< double > > | parseKeyframeKeyList (const String &) |
|
static void | parseSheetForInspector (const CSSParserContext &, StyleSheetContents *, const String &, CSSParserObserver &) |
|
static void | parseDeclarationForInspector (const CSSParserContext &, const String &, CSSParserObserver &) |
|
static ParseResult | parseValue (MutableStyleProperties &, CSSPropertyID, const String &, bool important, const CSSParserContext &) |
|
static ParseResult | parseCustomPropertyValue (MutableStyleProperties &, const AtomicString &propertyName, const String &, bool important, const CSSParserContext &) |
|
static RefPtr< CSSValue > | parseFontFaceDescriptor (CSSPropertyID, const String &, const CSSParserContext &) |
|
static RefPtr< CSSValue > | parseSingleValue (CSSPropertyID, const String &, const CSSParserContext &=strictCSSParserContext()) |
|
static Ref< ImmutableStyleProperties > | parseInlineStyleDeclaration (const String &, Element *) |
|
static Color | parseColor (const String &, bool strict=false) |
|
static Color | parseSystemColor (const String &, Document *) |
|