#include "core/fxcrt/css/cfx_cssdata.h"
#include <algorithm>
#include <utility>
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/css/cfx_cssstyleselector.h"
#include "core/fxcrt/css/cfx_cssvaluelistparser.h"
#include "core/fxcrt/fx_codepage.h"
#include "core/fxcrt/fx_extension.h"
namespace {
#undef CSS_PROP____
#define CSS_PROP____ …
const CFX_CSSData::Property kPropertyTable[] = …;
#undef CSS_PROP____
#undef CSS_PROP_VALUE____
#define CSS_PROP_VALUE____ …
const CFX_CSSData::PropertyValue kPropertyValueTable[] = …;
#undef CSS_PROP_VALUE____
const CFX_CSSData::LengthUnit kLengthUnitTable[] = …;
const CFX_CSSData::Color kColorTable[] = …;
}
const CFX_CSSData::Property* CFX_CSSData::GetPropertyByName(
WideStringView name) { … }
const CFX_CSSData::Property* CFX_CSSData::GetPropertyByEnum(
CFX_CSSProperty property) { … }
const CFX_CSSData::PropertyValue* CFX_CSSData::GetPropertyValueByName(
WideStringView wsName) { … }
const CFX_CSSData::LengthUnit* CFX_CSSData::GetLengthUnitByName(
WideStringView wsName) { … }
const CFX_CSSData::Color* CFX_CSSData::GetColorByName(WideStringView wsName) { … }