chromium/out/Default/gen/third_party/blink/renderer/core/cssom_types.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.

// Generated from template:
//   core/css/templates/cssom_types.cc.tmpl
// and input files:
//   ../../third_party/blink/renderer/core/css/computed_style_field_aliases.json5
//   ../../third_party/blink/renderer/core/css/css_properties.json5
//   ../../third_party/blink/renderer/platform/runtime_enabled_features.json5


#include "third_party/blink/renderer/core/css/cssom/cssom_types.h"

#include "third_party/blink/renderer/core/css/css_property_name.h"
#include "third_party/blink/renderer/core/css/cssom/css_keyword_value.h"
#include "third_party/blink/renderer/core/css/cssom/css_numeric_value.h"
#include "third_party/blink/renderer/core/css/cssom/css_style_value.h"
#include "third_party/blink/renderer/core/css/cssom/css_unsupported_style_value.h"
#include "third_party/blink/renderer/core/css/cssom/cssom_keywords.h"
#include "third_party/blink/renderer/core/css/properties/css_property.h"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"

namespace blink {

bool CSSOMTypes::IsCSSStyleValueLength(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueNumber(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueTime(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueAngle(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValuePercentage(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueResolution(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueFlex(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueImage(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValueTransform(const CSSStyleValue& value) {}

bool CSSOMTypes::IsCSSStyleValuePosition(const CSSStyleValue& value) {}

bool CSSOMTypes::IsPropertySupported(CSSPropertyID id) {}

bool CSSOMTypes::PropertyCanTake(CSSPropertyID id,
                                 const AtomicString& custom_property_name,
                                 const CSSStyleValue& value) {}

}  // namespace blink