Home
last modified time | relevance | path

Searched refs:computed_style (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.cc.tmpl8 #include "third_party/blink/renderer/core/style/computed_style.h"
15 {% if computed_style.subgroups is defined %}
16 void* data_refs[{{computed_style.subgroups|length}}];
18 {% for field in computed_style.fields|rejectattr("is_bit_field") %}
21 unsigned bit_fields[{{computed_style.num_32_bit_words_for_bit_fields}}];
33 {% for field in computed_style.fields %}
37 {% for subgroup in computed_style.subgroups %}
44 {{fieldwise_copy(computed_style, computed_style.all_fields
53 {{fieldwise_copy(computed_style, computed_style.all_fields
62 {% for field in computed_style.all_fields if field.is_property and field.is_independent %}
[all …]
H A Dcomputed_style_base.h.tmpl85 {{fieldwise_compare(computed_style, computed_style.all_fields
96 {{fieldwise_compare(computed_style, computed_style.all_fields
111 {{fieldwise_compare(computed_style, computed_style.all_fields
121 {{fieldwise_pointer_compare_inherited(computed_style)|indent(8)}}
149 {% for field in computed_style.all_fields|sort(attribute='name') %}
155 {% for subgroup in computed_style.subgroups %}
165 {% for field in computed_style.all_fields|sort(attribute='name') %}
177 {% for subgroup in computed_style.subgroups %}
181 {% for field in computed_style.fields %}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.cc.tmpl8 #include "third_party/blink/renderer/core/style/computed_style.h"
15 {% if computed_style.subgroups is defined %}
16 void* data_refs[{{computed_style.subgroups|length}}];
18 {% for field in computed_style.fields|rejectattr("is_bit_field") %}
21 unsigned bit_fields[{{computed_style.num_32_bit_words_for_bit_fields}}];
33 {% for field in computed_style.fields %}
37 {% for subgroup in computed_style.subgroups %}
44 {{fieldwise_copy(computed_style, computed_style.all_fields
53 {{fieldwise_copy(computed_style, computed_style.all_fields
62 {% for field in computed_style.all_fields if field.is_property and field.is_independent %}
[all …]
H A Dcomputed_style_base.h.tmpl85 {{fieldwise_compare(computed_style, computed_style.all_fields
97 {{fieldwise_compare(computed_style, computed_style.all_fields
109 {{fieldwise_compare(computed_style, computed_style.all_fields
125 {{fieldwise_compare(computed_style, computed_style.all_fields
135 {{fieldwise_pointer_compare_inherited(computed_style)|indent(8)}}
166 {% for field in computed_style.all_fields|sort(attribute='name') %}
172 {% for subgroup in computed_style.subgroups %}
182 {% for field in computed_style.all_fields|sort(attribute='name') %}
194 {% for subgroup in computed_style.subgroups %}
198 {% for field in computed_style.fields %}
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Ddevtools.rs131 let computed_style = window.GetComputedStyle(elem, None); in handle_get_layout() localVariable
134 display: String::from(computed_style.Display()), in handle_get_layout()
135 position: String::from(computed_style.Position()), in handle_get_layout()
136 zIndex: String::from(computed_style.ZIndex()), in handle_get_layout()
137 boxSizing: String::from(computed_style.BoxSizing()), in handle_get_layout()
139 marginTop: String::from(computed_style.MarginTop()), in handle_get_layout()
140 marginRight: String::from(computed_style.MarginRight()), in handle_get_layout()
141 marginBottom: String::from(computed_style.MarginBottom()), in handle_get_layout()
142 marginLeft: String::from(computed_style.MarginLeft()), in handle_get_layout()
147 paddingTop: String::from(computed_style.PaddingTop()), in handle_get_layout()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/web/acceptance/lib/
H A Dcolors.rb23 by_rgb(computed_style(element, 'fill'))
27 by_rgb(computed_style(element, 'color'))
35 by_rgb(computed_style(element, 'backgroundColor'))
42 def computed_style(node, attribute) method
/dports/misc/concourse/concourse-6.7.2/web/acceptance/lib/
H A Dcolors.rb23 by_rgb(computed_style(element, 'fill'))
27 by_rgb(computed_style(element, 'color'))
35 by_rgb(computed_style(element, 'backgroundColor'))
42 def computed_style(node, attribute) method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dnode_rare_data.cc93 scoped_refptr<const ComputedStyle> computed_style) in NodeRenderingData() argument
96 computed_style_(computed_style) {} in NodeRenderingData()
99 scoped_refptr<const ComputedStyle> computed_style) { in SetComputedStyle() argument
101 computed_style_ = computed_style; in SetComputedStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dnode_rare_data.cc94 scoped_refptr<const ComputedStyle> computed_style) in NodeRenderingData() argument
97 computed_style_(computed_style) {} in NodeRenderingData()
100 scoped_refptr<const ComputedStyle> computed_style) { in SetComputedStyle() argument
102 computed_style_ = computed_style; in SetComputedStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dkeyframe_effect_model.cc164 const ComputedStyle& computed_style, in SnapshotCompositableProperties() argument
173 PropertyHandle(*compositable_properties[i]), element, computed_style, in SnapshotCompositableProperties()
188 if (auto* inherited_variables = computed_style.InheritedVariables()) { in SnapshotCompositableProperties()
197 PropertyHandle(name), element, computed_style, parent_style, in SnapshotCompositableProperties()
201 if (auto* non_inherited_variables = computed_style.NonInheritedVariables()) { in SnapshotCompositableProperties()
210 PropertyHandle(name), element, computed_style, parent_style, in SnapshotCompositableProperties()
220 const ComputedStyle& computed_style, in SnapshotCompositorKeyFrames() argument
238 property, element, computed_style, parent_style); in SnapshotCompositorKeyFrames()
H A Delement_animations.cc133 const ComputedStyle* computed_style) { in UpdateBaseComputedStyle() argument
134 DCHECK(computed_style); in UpdateBaseComputedStyle()
139 base_computed_style_ = ComputedStyle::Clone(*computed_style); in UpdateBaseComputedStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Delement_style_resources.cc124 ComputedStyle* computed_style) { in LoadPendingSVGResources() argument
125 if (!computed_style->HasFilter()) in LoadPendingSVGResources()
128 computed_style->MutableFilter().Operations(); in LoadPendingSVGResources()
337 ComputedStyle* computed_style) { in LoadPendingResources() argument
338 LoadPendingImages(computed_style); in LoadPendingResources()
339 LoadPendingSVGResources(computed_style); in LoadPendingResources()
H A Dmatched_properties_cache.cc50 this->computed_style = ComputedStyle::Clone(style); in Set()
56 computed_style = nullptr; in Clear()
76 if (cache_item->computed_style->InsideLink() != in Find()
140 if (cache_item && cache_item->computed_style->HasViewportUnits()) in ClearViewportDependent()
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A Dstyle.py116 computed_style = {}
119 computed_style.update(style)
120 return computed_style
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dmatched_properties_cache.cc61 this->computed_style = ComputedStyle::Clone(style); in Set()
86 computed_style = nullptr; in Clear()
96 computed_style->IsEnsuredOutsideFlatTree()) && in DependenciesEqual()
142 if (cache_item->computed_style->InsideLink() != in Find()
209 if (cache_item && cache_item->computed_style->HasViewportUnits()) in ClearViewportDependent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Delement_animations.cc127 const ComputedStyle* computed_style, in UpdateBaseComputedStyle() argument
129 DCHECK(computed_style); in UpdateBaseComputedStyle()
130 base_computed_style_ = ComputedStyle::Clone(*computed_style); in UpdateBaseComputedStyle()
H A Dkeyframe_effect_model.cc164 const ComputedStyle& computed_style, in SnapshotCompositableProperties() argument
173 PropertyHandle(*compositable_properties[i]), element, computed_style, in SnapshotCompositableProperties()
186 for (const AtomicString& name : computed_style.GetVariableNames()) { in SnapshotCompositableProperties()
198 PropertyHandle(name), element, computed_style, parent_style, in SnapshotCompositableProperties()
207 const ComputedStyle& computed_style, in SnapshotCompositorKeyFrames() argument
225 property, element, computed_style, parent_style); in SnapshotCompositorKeyFrames()
H A Dscroll_timeline_offset.cc118 const ComputedStyle& computed_style = root_box->StyleRef(); in ResolveOffset() local
125 &computed_style, root_style, document.GetLayoutView(), in ResolveOffset()
126 computed_style.EffectiveZoom()); in ResolveOffset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dediting_style.cc540 if (computed_style->ComputedFontSize() != in Init()
541 computed_style->SpecifiedFontSize()) { in Init()
551 RemoveInheritedColorsIfNeeded(computed_style); in Init()
562 const ComputedStyle* computed_style) { in RemoveInheritedColorsIfNeeded() argument
571 if (computed_style->CaretColor().IsAutoColor() || in RemoveInheritedColorsIfNeeded()
572 computed_style->CaretColor().IsCurrentColor()) in RemoveInheritedColorsIfNeeded()
590 const ComputedStyle* computed_style, in ReplaceFontSizeByKeywordIfPossible() argument
593 DCHECK(computed_style); in ReplaceFontSizeByKeywordIfPossible()
1531 EditingStyle* computed_style = in RemoveStyleFromRulesAndContext() local
1533 if (computed_style->mutable_style_) { in RemoveStyleFromRulesAndContext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dediting_style.cc544 if (computed_style->ComputedFontSize() != in Init()
545 computed_style->SpecifiedFontSize()) { in Init()
556 RemoveInheritedColorsIfNeeded(computed_style); in Init()
567 const ComputedStyle* computed_style) { in RemoveInheritedColorsIfNeeded() argument
576 if (computed_style->CaretColor().IsAutoColor() || in RemoveInheritedColorsIfNeeded()
595 const ComputedStyle* computed_style, in ReplaceFontSizeByKeywordIfPossible() argument
598 DCHECK(computed_style); in ReplaceFontSizeByKeywordIfPossible()
1539 EditingStyle* computed_style = in RemoveStyleFromRulesAndContext() local
1541 if (computed_style->mutable_style_) { in RemoveStyleFromRulesAndContext()
1544 computed_style->mutable_style_->SetProperty( in RemoveStyleFromRulesAndContext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/
H A Dcss_property.cc29 const ComputedStyle& computed_style, in CrossThreadStyleValueFromComputedStyle() argument
33 computed_style, layout_object, allow_visited_style); in CrossThreadStyleValueFromComputedStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcss_property.cc29 const ComputedStyle& computed_style, in CrossThreadStyleValueFromComputedStyle() argument
33 computed_style, layout_object, allow_visited_style); in CrossThreadStyleValueFromComputedStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d.cc518 const ComputedStyle* computed_style = canvas()->EnsureComputedStyle(); in setFont() local
519 if (computed_style) { in setFont()
532 computed_style->GetFontDescription()); in setFont()
726 const ComputedStyle** computed_style = nullptr) { in ToTextDirection() argument
728 (computed_style || in ToTextDirection()
732 if (computed_style) in ToTextDirection()
733 *computed_style = style; in ToTextDirection()
858 const ComputedStyle* computed_style = nullptr; in DrawTextInternal() local
860 ToTextDirection(GetState().GetDirection(), canvas(), &computed_style); in DrawTextInternal()
863 computed_style ? IsOverride(computed_style->GetUnicodeBidi()) : false; in DrawTextInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d.cc541 const ComputedStyle* computed_style = canvas()->EnsureComputedStyle(); in setFont() local
542 if (computed_style) { in setFont()
555 computed_style->GetFontDescription()); in setFont()
763 const ComputedStyle** computed_style = nullptr) { in ToTextDirection() argument
765 (computed_style || in ToTextDirection()
769 if (computed_style) in ToTextDirection()
770 *computed_style = style; in ToTextDirection()
997 const ComputedStyle* computed_style = nullptr; in DrawTextInternal() local
999 ToTextDirection(GetState().GetDirection(), canvas(), &computed_style); in DrawTextInternal()
1002 computed_style ? IsOverride(computed_style->GetUnicodeBidi()) : false; in DrawTextInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A DBUILD.gn25 "computed_style.cc",
26 "computed_style.h",

123