File: RenderStyleProperties%2BSettersInlines.h

package info (click to toggle)
webkit2gtk 2.51.90-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 484,192 kB
  • sloc: cpp: 3,930,945; javascript: 197,713; ansic: 167,619; python: 53,160; asm: 21,857; ruby: 18,114; perl: 17,149; xml: 4,631; sh: 2,462; yacc: 2,394; java: 2,032; lex: 1,358; pascal: 372; makefile: 215
file content (125 lines) | stat: -rw-r--r-- 4,525 bytes parent folder | download
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
// This file is automatically generated from CSSProperties.json by the process-css-properties.py script. Do not edit it.

#pragma once

#ifndef RENDER_STYLE_PROPERTIES_SETTERS_INLINES_INCLUDE_TRAP
#error "Please do not include this file anywhere except from RenderStyle+SettersInlines.h."
#endif

#include "RenderStyleBase+SettersInlines.h"
#include "StyleComputedStyle+SettersInlines.h"

namespace WebCore {

inline void RenderStyleProperties::setTestColor(Style::Color&& value)
{
    m_computedStyle.setTestColor(WTF::move(value));
}

inline void RenderStyleProperties::setTestColorAllowsTypesAbsolute(Style::Color&& value)
{
    m_computedStyle.setTestColorAllowsTypesAbsolute(WTF::move(value));
}

inline void RenderStyleProperties::setTestColorPropertyWithVisitedLinkSupport(Style::Color&& value)
{
    m_computedStyle.setTestColorPropertyWithVisitedLinkSupport(WTF::move(value));
}

inline void RenderStyleProperties::setVisitedLinkTestColorPropertyWithVisitedLinkSupport(Style::Color&& value)
{
    m_computedStyle.setVisitedLinkTestColorPropertyWithVisitedLinkSupport(WTF::move(value));
}

inline void RenderStyleProperties::setTestRenderStyleHasExplicitlySetPolicyAllAuthorOrigin(Style::Number<> value)
{
    m_computedStyle.setTestRenderStyleHasExplicitlySetPolicyAllAuthorOrigin(value);
}

inline void RenderStyleProperties::setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyAllAuthorOrigin(bool value)
{
    m_computedStyle.setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyAllAuthorOrigin(value);
}

inline void RenderStyleProperties::setTestRenderStyleHasExplicitlySetPolicyAllBorderRadius(Style::Number<> value)
{
    m_computedStyle.setTestRenderStyleHasExplicitlySetPolicyAllBorderRadius(value);
}

inline void RenderStyleProperties::setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyAllBorderRadius(bool value)
{
    m_computedStyle.setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyAllBorderRadius(value);
}

inline void RenderStyleProperties::setTestRenderStyleHasExplicitlySetPolicyValueOnly(Style::Number<> value)
{
    m_computedStyle.setTestRenderStyleHasExplicitlySetPolicyValueOnly(value);
}

inline void RenderStyleProperties::setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyValueOnly(bool value)
{
    m_computedStyle.setHasExplicitlySetTestRenderStyleHasExplicitlySetPolicyValueOnly(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageOneLevelEnum(Style::TestEnumeration value)
{
    m_computedStyle.setTestRenderStyleStorageOneLevelEnum(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageOneLevelRaw(Style::TestRaw value)
{
    m_computedStyle.setTestRenderStyleStorageOneLevelRaw(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageOneLevelReference(Style::Number<>&& value)
{
    m_computedStyle.setTestRenderStyleStorageOneLevelReference(WTF::move(value));
}

inline void RenderStyleProperties::setTestRenderStyleStorageOneLevelValue(Style::Number<> value)
{
    m_computedStyle.setTestRenderStyleStorageOneLevelValue(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageTwoLevelEnum(Style::TestEnumeration value)
{
    m_computedStyle.setTestRenderStyleStorageTwoLevelEnum(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageTwoLevelRaw(Style::TestRaw value)
{
    m_computedStyle.setTestRenderStyleStorageTwoLevelRaw(value);
}

inline void RenderStyleProperties::setTestRenderStyleStorageTwoLevelReference(Style::Number<>&& value)
{
    m_computedStyle.setTestRenderStyleStorageTwoLevelReference(WTF::move(value));
}

inline void RenderStyleProperties::setTestRenderStyleStorageTwoLevelValue(Style::Number<> value)
{
    m_computedStyle.setTestRenderStyleStorageTwoLevelValue(value);
}

inline void RenderStyleProperties::setTestLogicalPropertyGroupPhysicalHorizontal(Style::Number<> value)
{
    m_computedStyle.setTestLogicalPropertyGroupPhysicalHorizontal(value);
}

inline void RenderStyleProperties::setTestLogicalPropertyGroupPhysicalVertical(Style::Number<> value)
{
    m_computedStyle.setTestLogicalPropertyGroupPhysicalVertical(value);
}

inline void RenderStyleProperties::setLogicalTestLogicalPropertyGroupPhysicalHorizontal(Style::Number<> value)
{
    m_computedStyle.setLogicalTestLogicalPropertyGroupPhysicalHorizontal(value);
}

inline void RenderStyleProperties::setLogicalTestLogicalPropertyGroupPhysicalVertical(Style::Number<> value)
{
    m_computedStyle.setLogicalTestLogicalPropertyGroupPhysicalVertical(value);
}

} // namespace WebCore