Home
last modified time | relevance | path

Searched refs:source_declarations (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Ddeclaration_block.rs534 source_declarations: &SourcePropertyDeclaration, in to_phys()
540 if !matches!(source_declarations.all_shorthand, AllShorthand::NotSet) { in to_phys()
541 debug_assert!(source_declarations.declarations.is_empty()); in to_phys()
542 return source_declarations in to_phys()
563 source_declarations in to_phys()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Ddeclaration_block.rs536 source_declarations: &SourcePropertyDeclaration, in prepare_for_update()
542 if !matches!(source_declarations.all_shorthand, AllShorthand::NotSet) { in prepare_for_update()
543 debug_assert!(source_declarations.declarations.is_empty()); in prepare_for_update()
544 return source_declarations in prepare_for_update()
565 source_declarations in prepare_for_update()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Ddeclaration_block.rs534 source_declarations: &SourcePropertyDeclaration, in prepare_for_update()
540 if !matches!(source_declarations.all_shorthand, AllShorthand::NotSet) { in prepare_for_update()
541 debug_assert!(source_declarations.declarations.is_empty()); in prepare_for_update()
542 return source_declarations in prepare_for_update()
563 source_declarations in prepare_for_update()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Ddeclaration_block.rs526 source_declarations: &SourcePropertyDeclaration, in prepare_for_update()
532 if !matches!(source_declarations.all_shorthand, AllShorthand::NotSet) { in prepare_for_update()
533 debug_assert!(source_declarations.declarations.is_empty()); in prepare_for_update()
534 return source_declarations in prepare_for_update()
555 source_declarations in prepare_for_update()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dglue.rs4411 let mut source_declarations = SourcePropertyDeclaration::new(); in set_property() localVariable
4414 &mut source_declarations, in set_property()
4435 &mut source_declarations, in set_property()
4472 let mut source_declarations = in Servo_DeclarationBlock_SetPropertyToAnimationValue() localVariable
4477 &mut source_declarations, in Servo_DeclarationBlock_SetPropertyToAnimationValue()
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dglue.rs4535 let mut source_declarations = SourcePropertyDeclaration::new(); in set_property() localVariable
4538 &mut source_declarations, in set_property()
4561 &mut source_declarations, in set_property()
4606 let mut source_declarations = in Servo_DeclarationBlock_SetPropertyToAnimationValue() localVariable
4611 &mut source_declarations, in Servo_DeclarationBlock_SetPropertyToAnimationValue()
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs4692 let mut source_declarations = SourcePropertyDeclaration::new(); in set_property() localVariable
4695 &mut source_declarations, in set_property()
4718 &mut source_declarations, in set_property()
4757 let mut source_declarations = in Servo_DeclarationBlock_SetPropertyToAnimationValue() localVariable
4762 &mut source_declarations, in Servo_DeclarationBlock_SetPropertyToAnimationValue()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs4535 let mut source_declarations = SourcePropertyDeclaration::new(); in set_property() localVariable
4538 &mut source_declarations, in set_property()
4561 &mut source_declarations, in set_property()
4606 let mut source_declarations = in Servo_DeclarationBlock_SetPropertyToAnimationValue() localVariable
4611 &mut source_declarations, in Servo_DeclarationBlock_SetPropertyToAnimationValue()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs2951 let mut source_declarations = SourcePropertyDeclaration::new(); in set_property() localVariable
2953 match parse_property_into(&mut source_declarations, property_id, value, data, in set_property()
2959 source_declarations.drain(), in set_property()