chromium/third_party/blink/renderer/core/css/css_identifier_value.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/css/css_identifier_value.h"

#include "third_party/blink/renderer/core/css/css_markup.h"
#include "third_party/blink/renderer/core/css/css_value_pool.h"
#include "third_party/blink/renderer/platform/geometry/length.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

CSSIdentifierValue* CSSIdentifierValue::Create(CSSValueID value_id) {}

String CSSIdentifierValue::CustomCSSText() const {}

CSSIdentifierValue::CSSIdentifierValue(CSSValueID value_id)
    :{}

CSSIdentifierValue::CSSIdentifierValue(CSSValueID value_id, bool was_quirky)
    :{}

CSSIdentifierValue::CSSIdentifierValue(const Length& length)
    :{}

void CSSIdentifierValue::TraceAfterDispatch(blink::Visitor* visitor) const {}

}  // namespace blink