Home
last modified time | relevance | path

Searched refs:property_rule_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_rule.cc20 : CSSRule(sheet), property_rule_(property_rule) {} in CSSPropertyRule()
28 SerializeIdentifier(property_rule_->GetName(), builder); in cssText()
30 if (const CSSValue* syntax = property_rule_->GetSyntax()) { in cssText()
36 if (const CSSValue* inherits = property_rule_->Inherits()) { in cssText()
43 if (const CSSValue* initial = property_rule_->GetInitialValue()) { in cssText()
54 property_rule_ = To<StyleRuleProperty>(rule); in Reattach()
58 return property_rule_->GetName(); in name()
62 if (const CSSValue* syntax = property_rule_->GetSyntax()) in syntax()
68 if (const CSSValue* inherits = property_rule_->Inherits()) { in inherits()
83 if (const CSSValue* initial = property_rule_->GetInitialValue()) in initialValue()
[all …]
H A Dcss_property_rule.h36 Member<StyleRuleProperty> property_rule_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_rule.cc16 : CSSRule(sheet), property_rule_(property_rule) {} in CSSPropertyRule()
24 property_rule_->MutableProperties(), in style()
38 property_rule_ = To<StyleRuleProperty>(rule); in Reattach()
40 properties_cssom_wrapper_->Reattach(property_rule_->MutableProperties()); in Reattach()
44 visitor->Trace(property_rule_); in Trace()
H A Dcss_property_rule.h35 Member<StyleRuleProperty> property_rule_; variable