Home
last modified time | relevance | path

Searched refs:ParseCSSValue (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dfont_face.cc76 const CSSValue* ParseCSSValue(const ExecutionContext* context, in ParseCSSValue() function
127 const CSSValue* src = ParseCSSValue(context, source, AtRuleDescriptorID::Src); in Create()
307 const CSSValue* value = ParseCSSValue(context, s, descriptor_id); in SetPropertyFromString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dfont_face.cc77 const CSSValue* ParseCSSValue(const ExecutionContext* context, in ParseCSSValue() function
138 const CSSValue* src = ParseCSSValue(context, source, AtRuleDescriptorID::Src); in Create()
369 const CSSValue* value = ParseCSSValue(context, s, descriptor_id); in SetPropertyFromString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser_test.cc747 bool ParseCSSValue(CSSPropertyID property_id, in ParseCSSValue() function
782 !!ParseCSSValue(CSSPropertyID::kBackground, test.value, ua_context), in TEST()