Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcontent_data.cc57 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
60 image->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
77 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
81 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
87 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
97 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
100 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
106 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
109 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
115 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
H A Dcomputed_style.cc512 for (const auto& pseudo_style : *cached_pseudo_element_styles_) { in GetCachedPseudoElementStyle()
513 if (pseudo_style->StyleType() == pid) in GetCachedPseudoElementStyle()
514 return pseudo_style.get(); in GetCachedPseudoElementStyle()
526 for (const auto& pseudo_style : *cached_pseudo_element_styles_) { in CachedPseudoElementStylesDependOnFontMetrics()
527 if (pseudo_style->DependsOnFontMetrics()) in CachedPseudoElementStylesDependOnFontMetrics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcontent_data.cc57 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
60 image->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
77 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
81 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
87 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
97 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
100 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
106 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
109 layout_object->SetPseudoElementStyle(&pseudo_style); in CreateLayoutObject()
115 const ComputedStyle& pseudo_style, in CreateLayoutObject() argument
H A Dcomputed_style.cc495 for (const auto& pseudo_style : *cached_pseudo_element_styles_) { in GetCachedPseudoElementStyle()
496 if (pseudo_style->StyleType() == pid) in GetCachedPseudoElementStyle()
497 return pseudo_style.get(); in GetCachedPseudoElementStyle()
509 for (const auto& pseudo_style : *cached_pseudo_element_styles_) { in CachedPseudoElementStylesDependOnFontMetrics()
510 if (pseudo_style->DependsOnFontMetrics()) in CachedPseudoElementStylesDependOnFontMetrics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dhighlight_painting_utils.cc180 scoped_refptr<const ComputedStyle> pseudo_style = in HighlightColor() local
184 if (pseudo_style) { in HighlightColor()
187 return pseudo_style->VisitedDependentColor(color_property); in HighlightColor()
189 color_scheme = pseudo_style->UsedColorScheme(); in HighlightColor()
210 if (scoped_refptr<const ComputedStyle> pseudo_style = in HighlightBackgroundColor() local
223 color_scheme = pseudo_style->UsedColorScheme(); in HighlightBackgroundColor()
234 const ComputedStyle& pseudo_style) { in HighlightTextDecoration() argument
238 pseudo_style.AppliedTextDecorations(); in HighlightTextDecoration()
298 if (scoped_refptr<const ComputedStyle> pseudo_style = in HighlightPaintingStyle() local
302 : pseudo_style->VisitedDependentColor( in HighlightPaintingStyle()
[all …]
H A Dhighlight_painting_utils.h29 const ComputedStyle& pseudo_style);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dselection_painting_utils.cc79 if (scoped_refptr<ComputedStyle> pseudo_style = in SelectionColor() local
82 pseudo_style->ForcedColorAdjust() != EForcedColorAdjust::kNone) { in SelectionColor()
86 return pseudo_style->VisitedDependentColor(color_property); in SelectionColor()
122 if (scoped_refptr<ComputedStyle> pseudo_style = in SelectionBackgroundColor() local
125 pseudo_style->ForcedColorAdjust() != EForcedColorAdjust::kNone) { in SelectionBackgroundColor()
129 return pseudo_style->VisitedDependentColor(GetCSSPropertyBackgroundColor()) in SelectionBackgroundColor()
185 if (const ComputedStyle* pseudo_style = SelectionPseudoStyle(node)) { in SelectionPaintingStyle() local
188 : pseudo_style->VisitedDependentColor( in SelectionPaintingStyle()
190 selection_style.stroke_width = pseudo_style->TextStrokeWidth(); in SelectionPaintingStyle()
192 uses_text_as_clip ? nullptr : pseudo_style->TextShadow(); in SelectionPaintingStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dpseudo_element.cc254 bool PseudoElementLayoutObjectIsNeeded(const ComputedStyle* pseudo_style, in PseudoElementLayoutObjectIsNeeded() argument
256 if (!pseudo_style) in PseudoElementLayoutObjectIsNeeded()
258 if (pseudo_style->Display() == EDisplay::kNone) in PseudoElementLayoutObjectIsNeeded()
260 switch (pseudo_style->StyleType()) { in PseudoElementLayoutObjectIsNeeded()
266 return !pseudo_style->ContentPreventsBoxGeneration(); in PseudoElementLayoutObjectIsNeeded()
268 if (!pseudo_style->ContentBehavesAsNormal()) in PseudoElementLayoutObjectIsNeeded()
269 return !pseudo_style->ContentPreventsBoxGeneration(); in PseudoElementLayoutObjectIsNeeded()
H A Dpseudo_element.h81 bool PseudoElementLayoutObjectIsNeeded(const ComputedStyle* pseudo_style,
H A Delement.cc5199 scoped_refptr<ComputedStyle> pseudo_style = element->StyleForLayoutObject(); in UpdateFirstLetterPseudoElement() local
5200 if (PseudoElementLayoutObjectIsNeeded(pseudo_style.get(), this)) in UpdateFirstLetterPseudoElement()
5201 element->SetComputedStyle(std::move(pseudo_style)); in UpdateFirstLetterPseudoElement()
5260 scoped_refptr<ComputedStyle> pseudo_style = in CreatePseudoElementIfNeeded() local
5262 if (!PseudoElementLayoutObjectIsNeeded(pseudo_style.get(), this)) { in CreatePseudoElementIfNeeded()
5270 pseudo_element->SetComputedStyle(pseudo_style); in CreatePseudoElementIfNeeded()
5277 pseudo_element->UpdateForceLegacyLayout(*pseudo_style, nullptr); in CreatePseudoElementIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dpseudo_element.cc260 bool PseudoElementLayoutObjectIsNeeded(const ComputedStyle* pseudo_style, in PseudoElementLayoutObjectIsNeeded() argument
262 if (!pseudo_style) in PseudoElementLayoutObjectIsNeeded()
264 if (pseudo_style->Display() == EDisplay::kNone) in PseudoElementLayoutObjectIsNeeded()
266 switch (pseudo_style->StyleType()) { in PseudoElementLayoutObjectIsNeeded()
272 return !pseudo_style->ContentPreventsBoxGeneration(); in PseudoElementLayoutObjectIsNeeded()
274 if (!pseudo_style->ContentBehavesAsNormal()) in PseudoElementLayoutObjectIsNeeded()
275 return !pseudo_style->ContentPreventsBoxGeneration(); in PseudoElementLayoutObjectIsNeeded()
H A Dpseudo_element.h82 bool PseudoElementLayoutObjectIsNeeded(const ComputedStyle* pseudo_style,
H A Delement.cc5069 scoped_refptr<ComputedStyle> pseudo_style = element->StyleForLayoutObject(); in UpdateFirstLetterPseudoElement() local
5070 if (PseudoElementLayoutObjectIsNeeded(pseudo_style.get(), this)) in UpdateFirstLetterPseudoElement()
5071 element->SetComputedStyle(std::move(pseudo_style)); in UpdateFirstLetterPseudoElement()
5130 scoped_refptr<ComputedStyle> pseudo_style = in CreatePseudoElementIfNeeded() local
5132 if (!PseudoElementLayoutObjectIsNeeded(pseudo_style.get(), this)) { in CreatePseudoElementIfNeeded()
5140 pseudo_element->SetComputedStyle(pseudo_style); in CreatePseudoElementIfNeeded()
5147 pseudo_element->UpdateForceLegacyLayout(*pseudo_style, nullptr); in CreatePseudoElementIfNeeded()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Ddata.rs186 for pseudo_style in self.pseudos.as_array() { in psppire_scanf_set_property()
187 if let Some(ref pseudo_style) = pseudo_style { in psppire_scanf_set_property()
188 if pseudo_style.flags.intersects(ComputedValueFlags::USES_VIEWPORT_UNITS) { in psppire_scanf_set_property()
H A Dstyle_resolver.rs267 let pseudo_style = self.resolve_pseudo_style( in resolve_style() localVariable
273 if let Some(style) = pseudo_style { in resolve_style()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Ddata.rs190 for pseudo_style in self.pseudos.as_array() { in uses_viewport_units()
191 if let Some(ref pseudo_style) = pseudo_style { in uses_viewport_units()
192 if pseudo_style in uses_viewport_units()
H A Dstyle_resolver.rs267 let pseudo_style = self.resolve_pseudo_style( in resolve_style() localVariable
273 if let Some(style) = pseudo_style { in resolve_style()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Ddata.rs186 for pseudo_style in self.pseudos.as_array() { in uses_viewport_units()
187 if let Some(ref pseudo_style) = pseudo_style { in uses_viewport_units()
188 if pseudo_style.flags.intersects(ComputedValueFlags::USES_VIEWPORT_UNITS) { in uses_viewport_units()
H A Dstyle_resolver.rs267 let pseudo_style = self.resolve_pseudo_style( in resolve_style() localVariable
273 if let Some(style) = pseudo_style { in resolve_style()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dstyle_resolver.rs242 let pseudo_style = self.resolve_pseudo_style( in resolve_style() localVariable
248 if let Some(style) = pseudo_style { in resolve_style()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dstyle_resolver.rs243 let pseudo_style = self.resolve_pseudo_style( in resolve_style() localVariable
249 if let Some(style) = pseudo_style { in resolve_style()
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/css/
H A D__init__.py175 pseudo_style = cascaded_styles.get((element, pseudo), {})
176 if 'display' in pseudo_style:
177 if pseudo_style['display'][0] == 'list-item':
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_test.cc636 for (const auto* pseudo_style : in TEST_F()
640 pseudo_style->VisitedDependentColor(GetCSSPropertyColor())); in TEST_F()
644 GetCSSPropertyBackgroundImage(), *pseudo_style); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_object.cc1999 scoped_refptr<const ComputedStyle> pseudo_style) { in SetPseudoElementStyle() argument
2000 DCHECK(pseudo_style->StyleType() == kPseudoIdBefore || in SetPseudoElementStyle()
2001 pseudo_style->StyleType() == kPseudoIdAfter || in SetPseudoElementStyle()
2002 pseudo_style->StyleType() == kPseudoIdMarker || in SetPseudoElementStyle()
2003 pseudo_style->StyleType() == kPseudoIdFirstLetter); in SetPseudoElementStyle()
2017 style->InheritFrom(*pseudo_style); in SetPseudoElementStyle()
2022 SetStyle(std::move(pseudo_style)); in SetPseudoElementStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object.cc2172 scoped_refptr<const ComputedStyle> pseudo_style) { in SetPseudoElementStyle() argument
2174 DCHECK(pseudo_style->StyleType() == kPseudoIdBefore || in SetPseudoElementStyle()
2175 pseudo_style->StyleType() == kPseudoIdAfter || in SetPseudoElementStyle()
2176 pseudo_style->StyleType() == kPseudoIdMarker || in SetPseudoElementStyle()
2177 pseudo_style->StyleType() == kPseudoIdFirstLetter); in SetPseudoElementStyle()
2191 style->InheritFrom(*pseudo_style); in SetPseudoElementStyle()
2196 SetStyle(std::move(pseudo_style)); in SetPseudoElementStyle()