|
| static Length | convertLength (StyleResolver &, const CSSValue &) |
| |
| static Length | convertLengthOrAuto (StyleResolver &, const CSSValue &) |
| |
| static Length | convertLengthSizing (StyleResolver &, const CSSValue &) |
| |
| static Length | convertLengthMaxSizing (StyleResolver &, const CSSValue &) |
| |
| template<typename T > |
| static T | convertComputedLength (StyleResolver &, const CSSValue &) |
| |
| template<typename T > |
| static T | convertLineWidth (StyleResolver &, const CSSValue &) |
| |
| static float | convertSpacing (StyleResolver &, const CSSValue &) |
| |
| static LengthSize | convertRadius (StyleResolver &, const CSSValue &) |
| |
| static LengthPoint | convertObjectPosition (StyleResolver &, const CSSValue &) |
| |
| static TextDecoration | convertTextDecoration (StyleResolver &, const CSSValue &) |
| |
| template<typename T > |
| static T | convertNumber (StyleResolver &, const CSSValue &) |
| |
| template<typename T > |
| static T | convertNumberOrAuto (StyleResolver &, const CSSValue &) |
| |
| static short | convertWebkitHyphenateLimitLines (StyleResolver &, const CSSValue &) |
| |
| template<CSSPropertyID > |
| static NinePieceImage | convertBorderImage (StyleResolver &, CSSValue &) |
| |
| template<CSSPropertyID > |
| static NinePieceImage | convertBorderMask (StyleResolver &, CSSValue &) |
| |
| template<CSSPropertyID > |
| static RefPtr< StyleImage > | convertStyleImage (StyleResolver &, CSSValue &) |
| |
| static TransformOperations | convertTransform (StyleResolver &, const CSSValue &) |
| |
| static String | convertString (StyleResolver &, const CSSValue &) |
| |
| static String | convertStringOrAuto (StyleResolver &, const CSSValue &) |
| |
| static String | convertStringOrNone (StyleResolver &, const CSSValue &) |
| |
| static TextEmphasisPosition | convertTextEmphasisPosition (StyleResolver &, const CSSValue &) |
| |
| static ETextAlign | convertTextAlign (StyleResolver &, const CSSValue &) |
| |
| static RefPtr< ClipPathOperation > | convertClipPath (StyleResolver &, const CSSValue &) |
| |
| static EResize | convertResize (StyleResolver &, const CSSValue &) |
| |
| static int | convertMarqueeRepetition (StyleResolver &, const CSSValue &) |
| |
| static int | convertMarqueeSpeed (StyleResolver &, const CSSValue &) |
| |
| static Ref< QuotesData > | convertQuotes (StyleResolver &, const CSSValue &) |
| |
| static TextUnderlinePosition | convertTextUnderlinePosition (StyleResolver &, const CSSValue &) |
| |
| static RefPtr< StyleReflection > | convertReflection (StyleResolver &, const CSSValue &) |
| |
| static IntSize | convertInitialLetter (StyleResolver &, const CSSValue &) |
| |
| static float | convertTextStrokeWidth (StyleResolver &, const CSSValue &) |
| |
| static LineBoxContain | convertLineBoxContain (StyleResolver &, const CSSValue &) |
| |
| static TextDecorationSkip | convertTextDecorationSkip (StyleResolver &, const CSSValue &) |
| |
| static RefPtr< ShapeValue > | convertShapeValue (StyleResolver &, CSSValue &) |
| |
| static GridTrackSize | convertGridTrackSize (StyleResolver &, const CSSValue &) |
| |
| static Vector< GridTrackSize > | convertGridTrackSizeList (StyleResolver &, const CSSValue &) |
| |
| static std::optional< GridPosition > | convertGridPosition (StyleResolver &, const CSSValue &) |
| |
| static GridAutoFlow | convertGridAutoFlow (StyleResolver &, const CSSValue &) |
| |
| static std::optional< Length > | convertWordSpacing (StyleResolver &, const CSSValue &) |
| |
| static std::optional< float > | convertPerspective (StyleResolver &, const CSSValue &) |
| |
| static std::optional< Length > | convertMarqueeIncrement (StyleResolver &, const CSSValue &) |
| |
| static std::optional< FilterOperations > | convertFilterOperations (StyleResolver &, const CSSValue &) |
| |
| static FontFeatureSettings | convertFontFeatureSettings (StyleResolver &, const CSSValue &) |
| |
| static FontSelectionValue | convertFontWeight (StyleResolver &, const CSSValue &) |
| |
| static FontSelectionValue | convertFontStretch (StyleResolver &, const CSSValue &) |
| |
| static FontSelectionValue | convertFontStyle (StyleResolver &, const CSSValue &) |
| |
| static SVGLengthValue | convertSVGLengthValue (StyleResolver &, const CSSValue &) |
| |
| static Vector< SVGLengthValue > | convertSVGLengthVector (StyleResolver &, const CSSValue &) |
| |
| static Vector< SVGLengthValue > | convertStrokeDashArray (StyleResolver &, const CSSValue &) |
| |
| static PaintOrder | convertPaintOrder (StyleResolver &, const CSSValue &) |
| |
| static float | convertOpacity (StyleResolver &, const CSSValue &) |
| |
| static String | convertSVGURIReference (StyleResolver &, const CSSValue &) |
| |
| static Color | convertSVGColor (StyleResolver &, const CSSValue &) |
| |
| static StyleSelfAlignmentData | convertSelfOrDefaultAlignmentData (StyleResolver &, const CSSValue &) |
| |
| static StyleContentAlignmentData | convertContentAlignmentData (StyleResolver &, const CSSValue &) |
| |
| static EGlyphOrientation | convertGlyphOrientation (StyleResolver &, const CSSValue &) |
| |
| static EGlyphOrientation | convertGlyphOrientationOrAuto (StyleResolver &, const CSSValue &) |
| |
| static std::optional< Length > | convertLineHeight (StyleResolver &, const CSSValue &, float multiplier=1.f) |
| |
| static FontSynthesis | convertFontSynthesis (StyleResolver &, const CSSValue &) |
| |
| static BreakBetween | convertPageBreakBetween (StyleResolver &, const CSSValue &) |
| |
| static BreakInside | convertPageBreakInside (StyleResolver &, const CSSValue &) |
| |
| static BreakBetween | convertColumnBreakBetween (StyleResolver &, const CSSValue &) |
| |
| static BreakInside | convertColumnBreakInside (StyleResolver &, const CSSValue &) |
| |
| static HangingPunctuation | convertHangingPunctuation (StyleResolver &, const CSSValue &) |
| |
| static Length | convertPositionComponentX (StyleResolver &, const CSSValue &) |
| |
| static Length | convertPositionComponentY (StyleResolver &, const CSSValue &) |
| |