|
@@ -43,7 +43,6 @@ public:
|
|
RefPtr<StyleValue> maybe_null_property(CSS::PropertyID) const;
|
|
RefPtr<StyleValue> maybe_null_property(CSS::PropertyID) const;
|
|
|
|
|
|
CSS::Size size_value(CSS::PropertyID) const;
|
|
CSS::Size size_value(CSS::PropertyID) const;
|
|
- Length length_or_fallback(CSS::PropertyID, Length const& fallback) const;
|
|
|
|
LengthPercentage length_percentage_or_fallback(CSS::PropertyID, LengthPercentage const& fallback) const;
|
|
LengthPercentage length_percentage_or_fallback(CSS::PropertyID, LengthPercentage const& fallback) const;
|
|
Optional<LengthPercentage> length_percentage(CSS::PropertyID) const;
|
|
Optional<LengthPercentage> length_percentage(CSS::PropertyID) const;
|
|
LengthBox length_box(CSS::PropertyID left_id, CSS::PropertyID top_id, CSS::PropertyID right_id, CSS::PropertyID bottom_id, const CSS::Length& default_value) const;
|
|
LengthBox length_box(CSS::PropertyID left_id, CSS::PropertyID top_id, CSS::PropertyID right_id, CSS::PropertyID bottom_id, const CSS::Length& default_value) const;
|