31 #include "../CSSDocument/css_property_value.h"
std::string to_string() const
Definition: css_value_background_repeat.h:57
Type type
Definition: css_value_background_repeat.h:51
Definition: css_value_background_repeat.h:49
Definition: css_computed_values_updater.h:52
Definition: css_value_background_repeat.h:58
CSSValueBackgroundRepeat()
Definition: css_value_background_repeat.h:56
RepeatStyle
Definition: css_value_background_repeat.h:53
std::vector< RepeatStyle > repeat_x
Definition: css_value_background_repeat.h:60
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:61
void apply(CSSComputedValuesUpdater *updater)
Definition: css_value_background_repeat.h:48
Definition: css_value_background_repeat.h:55
Type
Definition: css_value_background_repeat.h:46