Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs2136 impl ${style_struct.name} {
2358 style_struct: &'a style_structs::${style_struct.name},
2388 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
2478 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
2519 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
2525 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
2531 pub fn ${style_struct.name_lower}_arc(&self) -> &Arc<style_structs::${style_struct.name}> {
2919 ${style_struct.ident}: StyleStructRef<'a, style_structs::${style_struct.name}>,
3165 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3289 … pub fn get_parent_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
[all …]
H A Dgecko.mako.rs16 % for style_struct in data.style_structs:
73 pub use super::${style_struct.gecko_struct_name} as ${style_struct.name};
94 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
104 ${style_struct.ident},
188 ${style_struct.gecko_name}: self.${style_struct.gecko_name}.clone(), in clone()
209 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
219 ${style_struct.gecko_name}: Arc::into_raw_offset(${style_struct.ident}),
283 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
287 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
292 …pub fn ${style_struct.name_lower}_arc(&self) -> &RawOffsetArc<style_structs::${style_struct.name}>…
[all …]
H A Ddata.py149 def __init__(self, style_struct, name, spec=None, animation_value_type=None, keyword=None, argument
165 self.style_struct = style_struct
442 style_struct = StyleStruct(*args, **kwargs)
443 self.style_structs.append(style_struct)
444 self.current_style_struct = style_struct
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dproperties.mako.rs2644 impl ${style_struct.name} {
2848 style_struct: &'a style_structs::${style_struct.name},
2878 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3043 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3105 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
3111 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3117 pub fn ${style_struct.name_lower}_arc(&self) -> &Arc<style_structs::${style_struct.name}> {
3487 ${style_struct.ident}: StyleStructRef<'a, style_structs::${style_struct.name}>,
3712 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3750 <% del style_struct %>
[all …]
H A Dgecko.mako.rs18 % for style_struct in data.style_structs:
51 pub use super::${style_struct.gecko_struct_name} as ${style_struct.name};
79 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
89 ${style_struct.ident},
163 ${style_struct.gecko_name}: self.${style_struct.gecko_name}.clone(), in clone()
182 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
192 ${style_struct.gecko_name}: Arc::into_raw_offset(${style_struct.ident}),
243 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
247 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
252 …pub fn ${style_struct.name_lower}_arc(&self) -> &RawOffsetArc<style_structs::${style_struct.name}>…
[all …]
H A Ddata.py173 def __init__(self, style_struct, name, spec=None, animation_value_type=None, keyword=None, argument
195 self.style_struct = style_struct
202 not style_struct.inherited or
586 style_struct = StyleStruct(*args, **kwargs)
587 self.style_structs.append(style_struct)
588 self.current_style_struct = style_struct
H A Dhelpers.mako.rs142 data.longhands_by_name[name].style_struct.inherited
150 % if data.longhands_by_name[name].style_struct.inherited:
447 % if property.style_struct.inherited: in cascade_property()
458 % if not property.style_struct.inherited: in cascade_property()
462 % if not property.style_struct.inherited: in cascade_property()
468 % if property.style_struct.inherited: in cascade_property()
472 % if property.style_struct.inherited: in cascade_property()
495 % if not property.style_struct.inherited and property.logical: in cascade_property()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs2694 impl ${style_struct.name} {
2916 style_struct: &'a style_structs::${style_struct.name},
2946 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3138 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3200 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
3206 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3212 pub fn ${style_struct.name_lower}_arc(&self) -> &Arc<style_structs::${style_struct.name}> {
3582 ${style_struct.ident}: StyleStructRef<'a, style_structs::${style_struct.name}>,
3807 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3845 <% del style_struct %>
[all …]
H A Dgecko.mako.rs18 % for style_struct in data.style_structs:
50 pub use super::${style_struct.gecko_struct_name} as ${style_struct.name};
78 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
88 ${style_struct.ident}, in important()
162 ${style_struct.gecko_name}: self.${style_struct.gecko_name}.clone(), in next_back()
181 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>, in new()
191 ${style_struct.gecko_name}: Arc::into_raw_offset(${style_struct.ident}),
242 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> { in len()
246 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} { in len()
251 …pub fn ${style_struct.name_lower}_arc(&self) -> &RawOffsetArc<style_structs::${style_struct.name}>… in len()
[all …]
H A Ddata.py295 style_struct,
338 self.style_struct = style_struct
342 and not style_struct.inherited
692 style_struct = StyleStruct(*args, **kwargs)
693 self.style_structs.append(style_struct)
694 self.current_style_struct = style_struct
H A Dhelpers.mako.rs142 data.longhands_by_name[name].style_struct.inherited
150 % if data.longhands_by_name[name].style_struct.inherited:
447 % if property.style_struct.inherited: in cascade_property()
458 % if not property.style_struct.inherited: in cascade_property()
462 % if not property.style_struct.inherited: in cascade_property()
468 % if property.style_struct.inherited: in cascade_property()
472 % if property.style_struct.inherited: in cascade_property()
495 % if not property.style_struct.inherited and property.logical: in cascade_property()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dproperties.mako.rs2722 impl ${style_struct.name} {
2944 style_struct: &'a style_structs::${style_struct.name},
2974 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3215 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3277 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
3283 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3289 pub fn ${style_struct.name_lower}_arc(&self) -> &Arc<style_structs::${style_struct.name}> {
3659 ${style_struct.ident}: StyleStructRef<'a, style_structs::${style_struct.name}>,
3884 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3922 <% del style_struct %>
[all …]
H A Dgecko.mako.rs18 % for style_struct in data.style_structs:
50 pub use super::${style_struct.gecko_struct_name} as ${style_struct.name};
78 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
88 ${style_struct.ident},
162 ${style_struct.gecko_name}: self.${style_struct.gecko_name}.clone(), in clone()
181 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
191 ${style_struct.gecko_name}: Arc::into_raw_offset(${style_struct.ident}),
242 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
246 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
251 …pub fn ${style_struct.name_lower}_arc(&self) -> &RawOffsetArc<style_structs::${style_struct.name}>…
[all …]
H A Ddata.py295 style_struct, argument
338 self.style_struct = style_struct
342 and not style_struct.inherited
694 style_struct = StyleStruct(*args, **kwargs)
695 self.style_structs.append(style_struct)
696 self.current_style_struct = style_struct
H A Dhelpers.mako.rs142 data.longhands_by_name[name].style_struct.inherited
150 % if data.longhands_by_name[name].style_struct.inherited:
447 % if property.style_struct.inherited: in cascade_property()
458 % if not property.style_struct.inherited: in cascade_property()
462 % if not property.style_struct.inherited: in cascade_property()
468 % if property.style_struct.inherited: in cascade_property()
472 % if property.style_struct.inherited: in cascade_property()
496 % if not property.style_struct.inherited and property.logical: in cascade_property()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs2694 impl ${style_struct.name} {
2916 style_struct: &'a style_structs::${style_struct.name},
2946 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3138 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
3200 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
3206 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3212 pub fn ${style_struct.name_lower}_arc(&self) -> &Arc<style_structs::${style_struct.name}> {
3582 ${style_struct.ident}: StyleStructRef<'a, style_structs::${style_struct.name}>,
3807 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
3845 <% del style_struct %>
[all …]
H A Dgecko.mako.rs18 % for style_struct in data.style_structs:
50 pub use super::${style_struct.gecko_struct_name} as ${style_struct.name};
78 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
88 ${style_struct.ident},
162 ${style_struct.gecko_name}: self.${style_struct.gecko_name}.clone(), in clone()
181 ${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
191 ${style_struct.gecko_name}: Arc::into_raw_offset(${style_struct.ident}),
242 pub fn clone_${style_struct.name_lower}(&self) -> Arc<style_structs::${style_struct.name}> {
246 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} {
251 …pub fn ${style_struct.name_lower}_arc(&self) -> &RawOffsetArc<style_structs::${style_struct.name}>…
[all …]
H A Ddata.py295 style_struct, argument
338 self.style_struct = style_struct
342 and not style_struct.inherited
692 style_struct = StyleStruct(*args, **kwargs)
693 self.style_structs.append(style_struct)
694 self.current_style_struct = style_struct
H A Dhelpers.mako.rs142 data.longhands_by_name[name].style_struct.inherited
150 % if data.longhands_by_name[name].style_struct.inherited:
447 % if property.style_struct.inherited: in cascade_property()
458 % if not property.style_struct.inherited: in cascade_property()
462 % if not property.style_struct.inherited: in cascade_property()
468 % if property.style_struct.inherited: in cascade_property()
472 % if property.style_struct.inherited: in cascade_property()
495 % if not property.style_struct.inherited and property.logical: in cascade_property()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs261 x.style_struct.inherited,
321 let style_struct = match declaration.keyword { in get_raw_visited_style()
322 % if not prop.style_struct.inherited: in get_raw_visited_style()
327 initial.get_${prop.style_struct.name_lower}() in get_raw_visited_style()
329 % if prop.style_struct.inherited: in get_raw_visited_style()
335 .get_parent_${prop.style_struct.name_lower}() in get_raw_visited_style()
338 let computed = style_struct in get_raw_visited_style()
434 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value);
436 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value.clone());
/dports/www/firefox/firefox-99.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs261 x.style_struct.inherited, in from_declaration()
321 let style_struct = match declaration.keyword { in from_declaration() localVariable
322 % if not prop.style_struct.inherited: in from_declaration()
328 initial.get_${prop.style_struct.name_lower}() in from_declaration()
330 % if prop.style_struct.inherited: in from_declaration()
337 .get_parent_${prop.style_struct.name_lower}() in from_declaration()
340 let computed = style_struct in from_declaration()
436 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value); in set_in_style_for_servo()
438 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value.clone()); in set_in_style_for_servo()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs261 x.style_struct.inherited, in from_declaration()
321 let style_struct = match declaration.keyword { in from_declaration() localVariable
322 % if not prop.style_struct.inherited: in from_declaration()
327 initial.get_${prop.style_struct.name_lower}() in from_declaration()
329 % if prop.style_struct.inherited: in from_declaration()
335 .get_parent_${prop.style_struct.name_lower}() in from_declaration()
338 let computed = style_struct in from_declaration()
434 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value); in set_in_style_for_servo()
436 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value.clone()); in set_in_style_for_servo()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoBindings.h159 void Gecko_SetListStyleType(nsStyleList* style_struct, uint32_t type);
181 void Gecko_SetListStyleImageNone(nsStyleList* style_struct);
182 void Gecko_SetListStyleImage(nsStyleList* style_struct,
190 void Gecko_SetMozBinding(nsStyleDisplay* style_struct,
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs145 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value); in update()
393 x.style_struct.inherited, in from_declaration()
453 let style_struct = match declaration.keyword { in from_declaration() localVariable
454 % if not prop.style_struct.inherited: in from_declaration()
459 initial.get_${prop.style_struct.name_lower}() in from_declaration()
461 % if prop.style_struct.inherited: in from_declaration()
467 .get_parent_${prop.style_struct.name_lower}() in from_declaration()
470 let computed = style_struct in from_declaration()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs267 style.mutate_${prop.style_struct.name_lower}().set_${prop.ident}(value); in update()
285 … let old_computed = old_style.get_${prop.style_struct.ident.strip("_")}().clone_${prop.ident}(); in from_longhand()
286 … let new_computed = new_style.get_${prop.style_struct.ident.strip("_")}().clone_${prop.ident}(); in from_longhand()
516 x.style_struct.inherited, in from_declaration()
568 let style_struct = match declaration.keyword { in from_declaration() localVariable
569 % if not prop.style_struct.inherited: in from_declaration()
573 initial.get_${prop.style_struct.name_lower}() in from_declaration()
575 % if prop.style_struct.inherited: in from_declaration()
580 .get_parent_${prop.style_struct.name_lower}() in from_declaration()
583 let computed = style_struct.clone_${prop.ident}(); in from_declaration()
[all …]

12