31 #include "../CSSDocument/css_property_value.h"
46 std::unique_ptr<CSSPropertyValue>
clone()
const;
std::string to_string() const
std::unique_ptr< CSSPropertyValue > clone() const
Definition: css_value_background_repeat.h:59
Type type
Definition: css_value_background_repeat.h:53
Definition: css_value_background_repeat.h:51
Definition: css_computed_values_updater.h:52
Definition: css_value_background_repeat.h:60
CSSValueBackgroundRepeat()
Definition: css_value_background_repeat.h:58
RepeatStyle
Definition: css_value_background_repeat.h:55
std::vector< RepeatStyle > repeat_x
Definition: css_value_background_repeat.h:62
void compute(const CSSValueBackgroundRepeat *parent, CSSResourceCache *layout, float em_size, float ex_size)
Definition: css_value_background_repeat.h:38
Definition: css_property_value.h:41
std::vector< RepeatStyle > repeat_y
Definition: css_value_background_repeat.h:63
void apply(CSSComputedValuesUpdater *updater)
std::string get_name() const
Definition: css_value_background_repeat.h:50
Definition: css_value_background_repeat.h:57
Type
Definition: css_value_background_repeat.h:48