Home
last modified time | relevance | path

Searched refs:unresolved_property (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_style_declaration.cc141 CSSPropertyID unresolved_property = in CssPropertyInfo() local
143 if (unresolved_property == CSSPropertyID::kVariable) in CssPropertyInfo()
144 unresolved_property = CSSPropertyID::kInvalid; in CssPropertyInfo()
145 map.insert(name, unresolved_property); in CssPropertyInfo()
146 DCHECK(!isValidCSSPropertyID(unresolved_property) || in CssPropertyInfo()
149 return unresolved_property; in CssPropertyInfo()
161 CSSPropertyID unresolved_property = in AnonymousNamedGetter() local
165 if (!isValidCSSPropertyID(unresolved_property)) in AnonymousNamedGetter()
180 if (!isValidCSSPropertyID(unresolved_property)) in AnonymousNamedSetter()
189 CSSProperty::Get(resolveCSSPropertyID(unresolved_property)) in AnonymousNamedSetter()
[all …]
H A Ddom_window_css.cc46 CSSPropertyID unresolved_property = in supports() local
48 if (unresolved_property == CSSPropertyID::kInvalid) in supports()
50 if (unresolved_property == CSSPropertyID::kVariable) { in supports()
62 DCHECK(CSSProperty::Get(resolveCSSPropertyID(unresolved_property)) in supports()
69 return CSSParser::ParseValue(dummy_style, unresolved_property, value, false, in supports()
H A Dabstract_property_set_css_style_declaration.cc191 CSSPropertyID unresolved_property, in SetPropertyInternal() argument
201 if (unresolved_property == CSSPropertyID::kVariable) { in SetPropertyInternal()
212 .SetProperty(unresolved_property, value, important, in SetPropertyInternal()
H A Dcss_property_value_set.cc358 CSSPropertyID unresolved_property, in SetProperty() argument
363 DCHECK_GE(unresolved_property, firstCSSProperty); in SetProperty()
370 bool did_change = RemoveProperty(resolveCSSPropertyID(unresolved_property)); in SetProperty()
377 return CSSParser::ParseValue(this, unresolved_property, value, important, in SetProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_style_declaration.cc141 CSSPropertyID unresolved_property = in CssPropertyInfo() local
143 if (unresolved_property == CSSPropertyID::kVariable) in CssPropertyInfo()
144 unresolved_property = CSSPropertyID::kInvalid; in CssPropertyInfo()
145 map.insert(name, unresolved_property); in CssPropertyInfo()
146 DCHECK(!isValidCSSPropertyID(unresolved_property) || in CssPropertyInfo()
149 return unresolved_property; in CssPropertyInfo()
161 CSSPropertyID unresolved_property = in AnonymousNamedGetter() local
165 if (!isValidCSSPropertyID(unresolved_property)) in AnonymousNamedGetter()
180 if (!isValidCSSPropertyID(unresolved_property)) in AnonymousNamedSetter()
189 CSSProperty::Get(resolveCSSPropertyID(unresolved_property)) in AnonymousNamedSetter()
[all …]
H A Ddom_window_css.cc46 CSSPropertyID unresolved_property = in supports() local
48 if (unresolved_property == CSSPropertyID::kInvalid) in supports()
50 if (unresolved_property == CSSPropertyID::kVariable) { in supports()
62 DCHECK(CSSProperty::Get(resolveCSSPropertyID(unresolved_property)) in supports()
69 return CSSParser::ParseValue(dummy_style, unresolved_property, value, false, in supports()
H A Dabstract_property_set_css_style_declaration.cc190 CSSPropertyID unresolved_property, in SetPropertyInternal() argument
200 if (unresolved_property == CSSPropertyID::kVariable) { in SetPropertyInternal()
211 .SetProperty(unresolved_property, value, important, in SetPropertyInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_transition_data.h29 : property_type(kTransitionKnownProperty), unresolved_property(id) { in TransitionProperty()
35 unresolved_property(CSSPropertyID::kInvalid), in TransitionProperty()
39 : property_type(type), unresolved_property(CSSPropertyID::kInvalid) { in TransitionProperty()
45 unresolved_property == other.unresolved_property &&
50 CSSPropertyID unresolved_property; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_transition_data.h29 : property_type(kTransitionKnownProperty), unresolved_property(id) { in TransitionProperty()
35 unresolved_property(CSSPropertyID::kInvalid), in TransitionProperty()
39 : property_type(type), unresolved_property(CSSPropertyID::kInvalid) { in TransitionProperty()
45 unresolved_property == other.unresolved_property &&
50 CSSPropertyID unresolved_property; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Ddeprecation.h32 CSSPropertyID unresolved_property);
53 bool IsSuppressed(CSSPropertyID unresolved_property);
56 void Suppress(CSSPropertyID unresolved_property);
60 static String DeprecationMessage(CSSPropertyID unresolved_property);
H A Ddeprecation.cc621 void Deprecation::Suppress(CSSPropertyID unresolved_property) { in Suppress() argument
622 DCHECK(isCSSPropertyIDWithName(unresolved_property)); in Suppress()
623 css_property_deprecation_bits_.set(static_cast<size_t>(unresolved_property)); in Suppress()
626 bool Deprecation::IsSuppressed(CSSPropertyID unresolved_property) { in IsSuppressed() argument
627 DCHECK(isCSSPropertyIDWithName(unresolved_property)); in IsSuppressed()
629 unresolved_property)]; in IsSuppressed()
642 CSSPropertyID unresolved_property) { in WarnOnDeprecatedProperties() argument
645 page->GetDeprecation().IsSuppressed(unresolved_property)) in WarnOnDeprecatedProperties()
648 String message = DeprecationMessage(unresolved_property); in WarnOnDeprecatedProperties()
650 page->GetDeprecation().Suppress(unresolved_property); in WarnOnDeprecatedProperties()
[all …]
H A Duse_counter_helper.cc157 bool UseCounterHelper::IsCounted(CSSPropertyID unresolved_property, in IsCounted() argument
159 if (unresolved_property == CSSPropertyID::kInvalid) { in IsCounted()
162 int sample_id = static_cast<int>(GetCSSSampleId(unresolved_property)); in IsCounted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Ddeprecation.cc556 void Deprecation::Suppress(CSSPropertyID unresolved_property) { in Suppress() argument
557 DCHECK(isCSSPropertyIDWithName(unresolved_property)); in Suppress()
558 css_property_deprecation_bits_.set(static_cast<size_t>(unresolved_property)); in Suppress()
561 bool Deprecation::IsSuppressed(CSSPropertyID unresolved_property) { in IsSuppressed() argument
562 DCHECK(isCSSPropertyIDWithName(unresolved_property)); in IsSuppressed()
564 unresolved_property)]; in IsSuppressed()
577 CSSPropertyID unresolved_property) { in WarnOnDeprecatedProperties() argument
580 page->GetDeprecation().IsSuppressed(unresolved_property)) in WarnOnDeprecatedProperties()
583 String message = DeprecationMessage(unresolved_property); in WarnOnDeprecatedProperties()
585 page->GetDeprecation().Suppress(unresolved_property); in WarnOnDeprecatedProperties()
[all …]
H A Ddeprecation.h32 CSSPropertyID unresolved_property);
60 bool IsSuppressed(CSSPropertyID unresolved_property);
63 void Suppress(CSSPropertyID unresolved_property);
67 static String DeprecationMessage(CSSPropertyID unresolved_property);
H A Duse_counter_helper.cc157 bool UseCounterHelper::IsCounted(CSSPropertyID unresolved_property, in IsCounted() argument
159 if (unresolved_property == CSSPropertyID::kInvalid) { in IsCounted()
162 int sample_id = static_cast<int>(GetCSSSampleId(unresolved_property)); in IsCounted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser.cc66 CSSPropertyID unresolved_property, in ParseValue() argument
75 CSSPropertyID resolved_property = resolveCSSPropertyID(unresolved_property); in ParseValue()
85 parse_success = parser.ParseValueStart(unresolved_property, important); in ParseValue()
90 context->Count(context->Mode(), unresolved_property); in ParseValue()
115 bool CSSPropertyParser::ParseValueStart(CSSPropertyID unresolved_property, in ParseValueStart() argument
117 if (ConsumeCSSWideKeyword(unresolved_property, important)) in ParseValueStart()
121 CSSPropertyID property_id = resolveCSSPropertyID(unresolved_property); in ParseValueStart()
132 .WithAliasParsing(isPropertyAlias(unresolved_property)) in ParseValueStart()
141 unresolved_property, CSSPropertyID::kInvalid, *context_, range_)) { in ParseValueStart()
266 bool CSSPropertyParser::ConsumeCSSWideKeyword(CSSPropertyID unresolved_property, in ConsumeCSSWideKeyword() argument
[all …]
H A Dcss_parser.cc89 CSSPropertyID unresolved_property, in ParseValue() argument
93 return ParseValue(declaration, unresolved_property, string, important, in ParseValue()
100 CSSPropertyID unresolved_property, in ParseValue() argument
111 CSSPropertyID resolved_property = resolveCSSPropertyID(unresolved_property); in ParseValue()
130 return ParseValue(declaration, unresolved_property, string, important, in ParseValue()
165 CSSPropertyID unresolved_property, in ParseValue() argument
169 return CSSParserImpl::ParseValue(declaration, unresolved_property, string, in ParseValue()
H A Dcss_parser.h59 CSSPropertyID unresolved_property,
65 CSSPropertyID unresolved_property,
122 CSSPropertyID unresolved_property,
H A Dcss_property_parser.h66 bool ParseValueStart(CSSPropertyID unresolved_property, bool important);
67 bool ConsumeCSSWideKeyword(CSSPropertyID unresolved_property, bool important);
H A Dcss_parser_impl.cc75 CSSPropertyID unresolved_property, in ParseValue() argument
88 unresolved_property, important, rule_type); in ParseValue()
1003 CSSPropertyID unresolved_property = CSSPropertyID::kInvalid; in ConsumeDeclaration() local
1012 unresolved_property = lhs.ParseAsUnresolvedCSSPropertyID( in ConsumeDeclaration()
1020 if (unresolved_property == CSSPropertyID::kVariable) { in ConsumeDeclaration()
1028 } else if (unresolved_property != CSSPropertyID::kInvalid) { in ConsumeDeclaration()
1031 style_sheet_->SingleOwnerDocument()->GetFrame(), unresolved_property); in ConsumeDeclaration()
1034 unresolved_property, important, rule_type); in ConsumeDeclaration()
1058 CSSPropertyID unresolved_property, in ConsumeDeclarationValue() argument
1061 CSSPropertyParser::ParseValue(unresolved_property, important, range, context_, in ConsumeDeclarationValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser.cc69 CSSPropertyID unresolved_property, in ParseValue() argument
78 CSSPropertyID resolved_property = resolveCSSPropertyID(unresolved_property); in ParseValue()
87 parse_success = parser.ParseValueStart(unresolved_property, important); in ParseValue()
92 context->Count(context->Mode(), unresolved_property); in ParseValue()
117 bool CSSPropertyParser::ParseValueStart(CSSPropertyID unresolved_property, in ParseValueStart() argument
119 if (ConsumeCSSWideKeyword(unresolved_property, important)) in ParseValueStart()
123 CSSPropertyID property_id = resolveCSSPropertyID(unresolved_property); in ParseValueStart()
134 .WithAliasParsing(isPropertyAlias(unresolved_property)) in ParseValueStart()
143 unresolved_property, CSSPropertyID::kInvalid, *context_, range_)) { in ParseValueStart()
263 bool CSSPropertyParser::ConsumeCSSWideKeyword(CSSPropertyID unresolved_property, in ConsumeCSSWideKeyword() argument
[all …]
H A Dcss_parser.cc91 CSSPropertyID unresolved_property, in ParseValue() argument
96 declaration, unresolved_property, string, important, in ParseValue()
104 CSSPropertyID unresolved_property, in ParseValue() argument
116 CSSPropertyID resolved_property = resolveCSSPropertyID(unresolved_property); in ParseValue()
141 return ParseValue(declaration, unresolved_property, string, important, in ParseValue()
176 CSSPropertyID unresolved_property, in ParseValue() argument
180 return CSSParserImpl::ParseValue(declaration, unresolved_property, string, in ParseValue()
H A Dcss_parser.h60 CSSPropertyID unresolved_property,
66 CSSPropertyID unresolved_property,
129 CSSPropertyID unresolved_property,
H A Dcss_property_parser.h68 bool ParseValueStart(CSSPropertyID unresolved_property, bool important);
69 bool ConsumeCSSWideKeyword(CSSPropertyID unresolved_property, bool important);
H A Dcss_parser_impl.cc75 CSSPropertyID unresolved_property, in ParseValue() argument
88 parser.ConsumeDeclarationValue(tokenized_value, unresolved_property, in ParseValue()
1135 CSSPropertyID unresolved_property = CSSPropertyID::kInvalid; in ConsumeDeclaration() local
1146 unresolved_property = lhs.ParseAsUnresolvedCSSPropertyID( in ConsumeDeclaration()
1154 if (unresolved_property == CSSPropertyID::kVariable) { in ConsumeDeclaration()
1161 } else if (unresolved_property != CSSPropertyID::kInvalid) { in ConsumeDeclaration()
1164 style_sheet_->SingleOwnerDocument()->GetFrame(), unresolved_property); in ConsumeDeclaration()
1165 ConsumeDeclarationValue(tokenized_value, unresolved_property, important, in ConsumeDeclaration()
1196 CSSPropertyID unresolved_property, in ConsumeDeclarationValue() argument
1199 CSSPropertyParser::ParseValue(unresolved_property, important, in ConsumeDeclarationValue()

12