Home
last modified time | relevance | path

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

12345678

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dstyle_resolver.rs13 use crate::properties::ComputedValues;
50 pub struct ResolvedStyle(pub Arc<ComputedValues>);
83 pub fn style(&self) -> &ComputedValues { in style() argument
100 F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R, in with_default_parent_styles() argument
123 layout_parent_style: Option<&'a ComputedValues>, in layout_parent_style_for_pseudo() argument
124 ) -> Option<&'a ComputedValues> { in layout_parent_style_for_pseudo() argument
134 style: &ComputedValues, in eager_pseudo_is_definitely_not_generated() argument
186 parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
216 parent_style: Option<&ComputedValues>, in cascade_primary_style() argument
256 parent_style: Option<&ComputedValues>, in resolve_style() argument
[all …]
H A Ddata.rs11 use crate::properties::ComputedValues;
61 type EagerPseudoArrayInner = [Option<Arc<ComputedValues>>; EAGER_PSEUDO_COUNT];
135 pub fn get(&self, pseudo: &PseudoElement) -> Option<&Arc<ComputedValues>> {
143 pub fn set(&mut self, pseudo: &PseudoElement, value: Arc<ComputedValues>) {
157 pub primary: Option<Arc<ComputedValues>>, in set_mnemonic()
164 pub fn get_primary(&self) -> Option<&Arc<ComputedValues>> {
169 pub fn primary(&self) -> &Arc<ComputedValues> {
H A Dmatching.rs19 use crate::properties::ComputedValues;
211 ) -> Option<Arc<ComputedValues>> { in after_change_style() argument
246 old_style: Option<&ComputedValues>, in needs_animations_update() argument
247 new_style: &ComputedValues, in needs_animations_update() argument
328 old_style: Option<&ComputedValues>, in might_need_transitions_update() argument
329 new_style: &ComputedValues, in might_need_transitions_update() argument
358 new_values: &ComputedValues, in handle_display_change_for_smil_if_needed() argument
721 old_values: &ComputedValues, in accumulate_damage_for() argument
722 new_values: &ComputedValues, in accumulate_damage_for() argument
1074 old_values: &ComputedValues, in compute_style_difference() argument
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dstyle_resolver.rs13 use crate::properties::ComputedValues;
50 pub struct ResolvedStyle(pub Arc<ComputedValues>);
83 pub fn style(&self) -> &ComputedValues { in style() argument
100 F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R, in with_default_parent_styles() argument
123 layout_parent_style: Option<&'a ComputedValues>, in layout_parent_style_for_pseudo() argument
124 ) -> Option<&'a ComputedValues> { in layout_parent_style_for_pseudo() argument
134 style: &ComputedValues, in eager_pseudo_is_definitely_not_generated() argument
186 parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
216 parent_style: Option<&ComputedValues>, in cascade_primary_style() argument
256 parent_style: Option<&ComputedValues>, in resolve_style() argument
[all …]
H A Ddata.rs11 use crate::properties::ComputedValues;
61 type EagerPseudoArrayInner = [Option<Arc<ComputedValues>>; EAGER_PSEUDO_COUNT];
135 pub fn get(&self, pseudo: &PseudoElement) -> Option<&Arc<ComputedValues>> { in get() argument
143 pub fn set(&mut self, pseudo: &PseudoElement, value: Arc<ComputedValues>) { in set() argument
157 pub primary: Option<Arc<ComputedValues>>,
164 pub fn get_primary(&self) -> Option<&Arc<ComputedValues>> { in get_primary() argument
169 pub fn primary(&self) -> &Arc<ComputedValues> { in primary() argument
H A Dmatching.rs19 use crate::properties::ComputedValues;
219 ) -> Option<Arc<ComputedValues>> { in after_change_style() argument
254 old_style: Option<&ComputedValues>, in needs_animations_update() argument
255 new_style: &ComputedValues, in needs_animations_update() argument
336 old_style: Option<&ComputedValues>, in might_need_transitions_update() argument
337 new_style: &ComputedValues, in might_need_transitions_update() argument
366 new_values: &ComputedValues, in handle_display_change_for_smil_if_needed() argument
731 old_values: &ComputedValues, in accumulate_damage_for() argument
732 new_values: &ComputedValues, in accumulate_damage_for() argument
1084 old_values: &ComputedValues, in compute_style_difference() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dstyle_resolver.rs13 use crate::properties::ComputedValues;
50 pub struct ResolvedStyle(pub Arc<ComputedValues>);
83 pub fn style(&self) -> &ComputedValues { in style() argument
100 F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R, in with_default_parent_styles() argument
123 layout_parent_style: Option<&'a ComputedValues>, in layout_parent_style_for_pseudo() argument
124 ) -> Option<&'a ComputedValues> { in layout_parent_style_for_pseudo() argument
134 style: &ComputedValues, in eager_pseudo_is_definitely_not_generated() argument
186 parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
216 parent_style: Option<&ComputedValues>, in cascade_primary_style() argument
256 parent_style: Option<&ComputedValues>, in resolve_style() argument
[all …]
H A Ddata.rs11 use crate::properties::ComputedValues;
61 type EagerPseudoArrayInner = [Option<Arc<ComputedValues>>; EAGER_PSEUDO_COUNT];
135 pub fn get(&self, pseudo: &PseudoElement) -> Option<&Arc<ComputedValues>> { in get() argument
143 pub fn set(&mut self, pseudo: &PseudoElement, value: Arc<ComputedValues>) { in set() argument
157 pub primary: Option<Arc<ComputedValues>>,
164 pub fn get_primary(&self) -> Option<&Arc<ComputedValues>> { in get_primary() argument
169 pub fn primary(&self) -> &Arc<ComputedValues> { in primary() argument
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Darc_types.rs33 use crate::properties::{ComputedValues, PropertyDeclarationBlock};
123 pub unsafe extern "C" fn Servo_ComputedStyle_AddRef(obj: &ComputedValues) { in Servo_ComputedStyle_AddRef() argument
128 pub unsafe extern "C" fn Servo_ComputedStyle_Release(obj: &ComputedValues) { in Servo_ComputedStyle_Release() argument
129 ArcBorrow::from_ref(obj).with_arc(|a: &Arc<ComputedValues>| { in Servo_ComputedStyle_Release()
130 let _: Arc<ComputedValues> = ptr::read(a); in Servo_ComputedStyle_Release()
134 impl From<Arc<ComputedValues>> for Strong<ComputedValues> {
135 fn from(arc: Arc<ComputedValues>) -> Self { in from()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Darc_types.rs23 use crate::properties::{ComputedValues, PropertyDeclarationBlock};
123 pub unsafe extern "C" fn Servo_ComputedStyle_AddRef(obj: &ComputedValues) { in Servo_ComputedStyle_AddRef() argument
128 pub unsafe extern "C" fn Servo_ComputedStyle_Release(obj: &ComputedValues) { in Servo_ComputedStyle_Release() argument
129 ArcBorrow::from_ref(obj).with_arc(|a: &Arc<ComputedValues>| { in Servo_ComputedStyle_Release()
130 let _: Arc<ComputedValues> = ptr::read(a); in Servo_ComputedStyle_Release()
134 impl From<Arc<ComputedValues>> for Strong<ComputedValues> {
135 fn from(arc: Arc<ComputedValues>) -> Self { in from()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Darc_types.rs20 use properties::{ComputedValues, PropertyDeclarationBlock};
126 pub unsafe extern "C" fn Servo_StyleContext_AddRef(obj: &ComputedValues) { in Servo_StyleContext_AddRef() argument
131 pub unsafe extern "C" fn Servo_StyleContext_Release(obj: &ComputedValues) { in Servo_StyleContext_Release() argument
132 ArcBorrow::from_ref(obj).with_arc(|a: &Arc<ComputedValues>| { in Servo_StyleContext_Release()
133 let _: Arc<ComputedValues> = ptr::read(a); in Servo_StyleContext_Release()
138 impl From<Arc<ComputedValues>> for Strong<ComputedValues> {
139 fn from(arc: Arc<ComputedValues>) -> Self { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Darc_types.rs33 use crate::properties::{ComputedValues, PropertyDeclarationBlock};
123 pub unsafe extern "C" fn Servo_ComputedStyle_AddRef(obj: &ComputedValues) { in Servo_ComputedStyle_AddRef() argument
128 pub unsafe extern "C" fn Servo_ComputedStyle_Release(obj: &ComputedValues) { in Servo_ComputedStyle_Release() argument
129 ArcBorrow::from_ref(obj).with_arc(|a: &Arc<ComputedValues>| { in Servo_ComputedStyle_Release()
130 let _: Arc<ComputedValues> = ptr::read(a); in Servo_ComputedStyle_Release()
134 impl From<Arc<ComputedValues>> for Strong<ComputedValues> {
135 fn from(arc: Arc<ComputedValues>) -> Self { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Darc_types.rs33 use crate::properties::{ComputedValues, PropertyDeclarationBlock};
123 pub unsafe extern "C" fn Servo_ComputedStyle_AddRef(obj: &ComputedValues) { in Servo_ComputedStyle_AddRef() argument
128 pub unsafe extern "C" fn Servo_ComputedStyle_Release(obj: &ComputedValues) { in Servo_ComputedStyle_Release() argument
129 ArcBorrow::from_ref(obj).with_arc(|a: &Arc<ComputedValues>| { in Servo_ComputedStyle_Release()
130 let _: Arc<ComputedValues> = ptr::read(a); in Servo_ComputedStyle_Release()
134 impl From<Arc<ComputedValues>> for Strong<ComputedValues> {
135 fn from(arc: Arc<ComputedValues>) -> Self { in from()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dstyle_resolver.rs13 use properties::{AnimationRules, ComputedValues};
49 pub struct ResolvedStyle(pub Arc<ComputedValues>);
70 pub fn style(&self) -> &ComputedValues { in style() argument
87 F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R, in with_default_parent_styles() argument
107 style: &ComputedValues, in eager_pseudo_is_definitely_not_generated() argument
153 parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
154 layout_parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
185 parent_style: Option<&ComputedValues>, in cascade_primary_style() argument
226 parent_style: Option<&ComputedValues>, in resolve_style() argument
290 parent_style: Option<&ComputedValues>, in cascade_style_and_visited() argument
[all …]
H A Danimation.rs75 pub cascade_style: Arc<ComputedValues>,
276 old_style: &ComputedValues, in from_transition() argument
277 new_style: &mut ComputedValues, in from_transition() argument
319 old_style: &ComputedValues, in from_longhand() argument
320 new_style: &ComputedValues, in from_longhand() argument
398 old_style: &ComputedValues, in start_transitions_if_applicable() argument
448 previous_style: &ComputedValues, in compute_style_for_animation_step() argument
451 ) -> Arc<ComputedValues> in compute_style_for_animation_step()
501 new_style: &Arc<ComputedValues>, in maybe_start_animations() argument
596 style: &mut Arc<ComputedValues>, in update_style_for_animation() argument
[all …]
H A Dmatching.rs15 use properties::ComputedValues;
195 primary_style: &Arc<ComputedValues> in after_change_style() argument
196 ) -> Option<Arc<ComputedValues>> { in after_change_style()
230 old_values: Option<&ComputedValues>, in needs_animations_update() argument
231 new_values: &ComputedValues, in needs_animations_update() argument
287 new_values: &ComputedValues, in handle_display_change_for_smil_if_needed() argument
451 old_values: &ComputedValues, in accumulate_damage_for() argument
452 new_values: &ComputedValues, in accumulate_damage_for() argument
568 style: &mut Arc<ComputedValues>, in update_animations_for_cascade() argument
842 old_values: &ComputedValues, in compute_style_difference() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dstyle_resolver.rs13 use crate::properties::{AnimationRules, ComputedValues};
50 pub struct ResolvedStyle(pub Arc<ComputedValues>);
71 pub fn style(&self) -> &ComputedValues { in style() argument
88 F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R, in with_default_parent_styles() argument
111 style: &ComputedValues, in eager_pseudo_is_definitely_not_generated() argument
159 parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
160 layout_parent_style: Option<&ComputedValues>, in resolve_primary_style() argument
189 parent_style: Option<&ComputedValues>, in cascade_primary_style() argument
229 parent_style: Option<&ComputedValues>, in resolve_style() argument
292 parent_style: Option<&ComputedValues>, in cascade_style_and_visited() argument
[all …]
H A Dmatching.rs19 use crate::properties::ComputedValues;
200 ) -> Option<Arc<ComputedValues>> { in after_change_style() argument
240 old_style: Option<&ComputedValues>, in needs_animations_update() argument
241 new_style: &ComputedValues, in needs_animations_update() argument
325 new_values: &ComputedValues, in handle_display_change_for_smil_if_needed() argument
497 old_values: &ComputedValues, in accumulate_damage_for() argument
498 new_values: &ComputedValues, in accumulate_damage_for() argument
609 style: &mut Arc<ComputedValues>, in collect_and_update_style_for_expired_transitions() argument
632 style: &mut Arc<ComputedValues>, in update_style_for_animations() argument
911 old_values: &ComputedValues, in compute_style_difference() argument
[all …]
H A Danimation.rs84 pub cascade_style: Arc<ComputedValues>,
291 old_style: &ComputedValues, in from_longhand() argument
292 new_style: &ComputedValues, in from_longhand() argument
380 old_style: &ComputedValues, in update_transitions() argument
381 new_style: &mut Arc<ComputedValues>, in update_transitions() argument
432 old_style: &ComputedValues, in start_transitions_if_applicable() argument
433 new_style: &mut Arc<ComputedValues>, in start_transitions_if_applicable() argument
523 previous_style: &ComputedValues, in compute_style_for_animation_step() argument
526 ) -> Arc<ComputedValues> in compute_style_for_animation_step()
576 new_style: &Arc<ComputedValues>, in maybe_start_animations() argument
[all …]
H A Ddata.rs11 use crate::properties::ComputedValues;
61 type EagerPseudoArrayInner = [Option<Arc<ComputedValues>>; EAGER_PSEUDO_COUNT];
135 pub fn get(&self, pseudo: &PseudoElement) -> Option<&Arc<ComputedValues>> { in get() argument
143 pub fn set(&mut self, pseudo: &PseudoElement, value: Arc<ComputedValues>) { in set() argument
157 pub primary: Option<Arc<ComputedValues>>,
164 pub fn get_primary(&self) -> Option<&Arc<ComputedValues>> { in get_primary() argument
169 pub fn primary(&self) -> &Arc<ComputedValues> { in primary() argument
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/servo/
H A Drestyle_damage.rs10 use crate::properties::ComputedValues;
64 pub fn compute_style_difference(old: &ComputedValues, new: &ComputedValues) -> StyleDifference { in compute_style_difference() argument
194 fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDamage { in compute_damage() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/servo/
H A Drestyle_damage.rs10 use properties::ComputedValues;
65 old: &ComputedValues, in compute_style_difference() argument
66 new: &ComputedValues, in compute_style_difference() argument
178 fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDamage { in compute_damage() argument
/dports/www/firefox/firefox-99.0/servo/components/style/servo/
H A Drestyle_damage.rs10 use crate::properties::ComputedValues;
64 pub fn compute_style_difference(old: &ComputedValues, new: &ComputedValues) -> StyleDifference { in compute_style_difference() argument
194 fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDamage { in compute_damage() argument
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/servo/
H A Drestyle_damage.rs10 use crate::properties::ComputedValues;
64 pub fn compute_style_difference(old: &ComputedValues, new: &ComputedValues) -> StyleDifference { in compute_style_difference() argument
194 fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDamage { in compute_damage() argument
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/servo/
H A Drestyle_damage.rs10 use crate::properties::ComputedValues;
64 pub fn compute_style_difference(old: &ComputedValues, new: &ComputedValues) -> StyleDifference { in compute_style_difference() argument
194 fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDamage { in compute_damage() argument

12345678