Home
last modified time | relevance | path

Searched refs:length_or_percentage_value (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/mathml/
H A Dmathml_padded_element.cc18 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathBaselineIfNeeded() local
20 style.SetMathBaseline(std::move(*length_or_percentage_value)); in AddMathBaselineIfNeeded()
26 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathPaddedDepthIfNeeded() local
28 style.SetMathPaddedDepth(std::move(*length_or_percentage_value)); in AddMathPaddedDepthIfNeeded()
34 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathPaddedLSpaceIfNeeded() local
36 style.SetMathLSpace(std::move(*length_or_percentage_value)); in AddMathPaddedLSpaceIfNeeded()
42 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathPaddedVOffsetIfNeeded() local
44 style.SetMathPaddedVOffset(std::move(*length_or_percentage_value)); in AddMathPaddedVOffsetIfNeeded()
H A Dmathml_operator_element.cc283 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathLSpaceIfNeeded() local
285 style.SetMathLSpace(std::move(*length_or_percentage_value)); in AddMathLSpaceIfNeeded()
292 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathRSpaceIfNeeded() local
294 style.SetMathRSpace(std::move(*length_or_percentage_value)); in AddMathRSpaceIfNeeded()
301 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathMinSizeIfNeeded() local
303 style.SetMathMinSize(std::move(*length_or_percentage_value)); in AddMathMinSizeIfNeeded()
310 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathMaxSizeIfNeeded() local
312 style.SetMathMaxSize(std::move(*length_or_percentage_value)); in AddMathMaxSizeIfNeeded()
H A Dmathml_fraction_element.cc17 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathFractionBarThicknessIfNeeded() local
19 style.SetMathFractionBarThickness(std::move(*length_or_percentage_value)); in AddMathFractionBarThicknessIfNeeded()
H A Dmathml_space_element.cc17 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathBaselineIfNeeded() local
19 style.SetMathBaseline(std::move(*length_or_percentage_value)); in AddMathBaselineIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/mathml/
H A Dmathml_fraction_element.cc18 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathFractionBarThicknessIfNeeded() local
20 style.SetMathFractionBarThickness(std::move(*length_or_percentage_value)); in AddMathFractionBarThicknessIfNeeded()
H A Dmathml_space_element.cc18 if (auto length_or_percentage_value = AddMathLengthToComputedStyle( in AddMathBaselineIfNeeded() local
20 style.SetMathBaseline(std::move(*length_or_percentage_value)); in AddMathBaselineIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc6189 Length length_or_percentage_value; in ApplyValue() local
6198 length_or_percentage_value = list_primitive_value->ConvertToLength( in ApplyValue()
6211 state.Style()->SetTextIndent(length_or_percentage_value); in ApplyValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc6459 Length length_or_percentage_value; in ApplyValue() local
6468 length_or_percentage_value = list_primitive_value->ConvertToLength( in ApplyValue()
6481 state.Style()->SetTextIndent(length_or_percentage_value); in ApplyValue()