1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
// This file is automatically generated from CSSProperties.json by the process-css-properties.py script. Do not edit it.
#pragma once
#ifndef COMPUTED_STYLE_PROPERTIES_INITIAL_INLINES_INCLUDE_TRAP
#error "Please do not include this file anywhere except from StyleComputedStyle+InitialInlines.h."
#endif
#include <WebCore/StyleComputedStyleProperties+InitialCustomInlines.h>
namespace WebCore {
namespace Style {
inline Style::Color ComputedStyleProperties::initialTestColor()
{
return CSS::Keyword::CurrentColor { };
}
inline Style::Color ComputedStyleProperties::initialTestColorAllowsTypesAbsolute()
{
return CSS::Keyword::CurrentColor { };
}
inline Style::Color ComputedStyleProperties::initialTestColorPropertyWithVisitedLinkSupport()
{
return CSS::Keyword::CurrentColor { };
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleHasExplicitlySetPolicyAllAuthorOrigin()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleHasExplicitlySetPolicyAllBorderRadius()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleHasExplicitlySetPolicyValueOnly()
{
using namespace CSS::Literals;
return 0_css_number;
}
constexpr Style::TestEnumeration ComputedStyleProperties::initialTestRenderStyleStorageOneLevelEnum()
{
return Style::TestEnumeration::Foo;
}
constexpr Style::TestRaw ComputedStyleProperties::initialTestRenderStyleStorageOneLevelRaw()
{
return CSS::Keyword::Foo { };
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleStorageOneLevelReference()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleStorageOneLevelValue()
{
using namespace CSS::Literals;
return 0_css_number;
}
constexpr Style::TestEnumeration ComputedStyleProperties::initialTestRenderStyleStorageTwoLevelEnum()
{
return Style::TestEnumeration::Foo;
}
constexpr Style::TestRaw ComputedStyleProperties::initialTestRenderStyleStorageTwoLevelRaw()
{
return CSS::Keyword::Foo { };
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleStorageTwoLevelReference()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestRenderStyleStorageTwoLevelValue()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestLogicalPropertyGroupPhysicalHorizontal()
{
using namespace CSS::Literals;
return 0_css_number;
}
inline Style::Number<> ComputedStyleProperties::initialTestLogicalPropertyGroupPhysicalVertical()
{
using namespace CSS::Literals;
return 0_css_number;
}
} // namespace WebCore
} // namespace Style
|