#include "third_party/blink/renderer/core/css/css_repeat_style_value.h"
#include "base/memory/values_equivalent.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
namespace blink {
CSSRepeatStyleValue::CSSRepeatStyleValue(const CSSIdentifierValue* id)
: … { … }
CSSRepeatStyleValue::CSSRepeatStyleValue(const CSSIdentifierValue* x,
const CSSIdentifierValue* y)
: … { … }
CSSRepeatStyleValue::~CSSRepeatStyleValue() = default;
String CSSRepeatStyleValue::CustomCSSText() const { … }
bool CSSRepeatStyleValue::Equals(const CSSRepeatStyleValue& other) const { … }
bool CSSRepeatStyleValue::IsRepeat() const { … }
void CSSRepeatStyleValue::TraceAfterDispatch(blink::Visitor* visitor) const { … }
}