OLD | NEW |
1 { | 1 { |
2 // This file specifies fields in ComputedStyle that we would like to | 2 // This file specifies fields in ComputedStyle that we would like to |
3 // generate, but are not CSS properties. | 3 // generate, but are not CSS properties. |
4 | 4 |
5 parameters: { | 5 parameters: { |
6 // If the field has_custom_compare_and_copy, then it does not appear in | 6 // If the field has_custom_compare_and_copy, then it does not appear in |
7 // ComputedStyle::operator== and ComputedStyle::CopyNonInheritedFromCached. | 7 // ComputedStyle::operator== and ComputedStyle::CopyNonInheritedFromCached. |
8 has_custom_compare_and_copy: { | 8 has_custom_compare_and_copy: { |
9 default: false, | 9 default: false, |
10 }, | 10 }, |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 type_name: "TextEmphasisPosition", | 430 type_name: "TextEmphasisPosition", |
431 default_value: "kTextEmphasisPositionOver", | 431 default_value: "kTextEmphasisPositionOver", |
432 field_size: 1, | 432 field_size: 1, |
433 field_group: "rare-inherited", | 433 field_group: "rare-inherited", |
434 }, | 434 }, |
435 { | 435 { |
436 name: "TextIndentLine", | 436 name: "TextIndentLine", |
437 inherited: true, | 437 inherited: true, |
438 field_template: "storage_only", | 438 field_template: "storage_only", |
439 type_name: "TextIndentLine", | 439 type_name: "TextIndentLine", |
440 default_value: "kTextIndentFirstLine", | 440 default_value: "TextIndentLine::kFirstLine", |
441 field_size: 1, | 441 field_size: 1, |
442 field_group: "rare-inherited", | 442 field_group: "rare-inherited", |
443 }, | 443 }, |
444 { | 444 { |
445 name: "TextIndentType", | 445 name: "TextIndentType", |
446 inherited: true, | 446 inherited: true, |
447 field_template: "storage_only", | 447 field_template: "storage_only", |
448 type_name: "TextIndentType", | 448 type_name: "TextIndentType", |
449 default_value: "kTextIndentNormal", | 449 default_value: "kTextIndentNormal", |
450 field_size: 1, | 450 field_size: 1, |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 name: "Variables", | 535 name: "Variables", |
536 inherited: true, | 536 inherited: true, |
537 field_template: "storage_only", | 537 field_template: "storage_only", |
538 field_type_path: "core/style/StyleInheritedVariables", | 538 field_type_path: "core/style/StyleInheritedVariables", |
539 default_value: "nullptr", | 539 default_value: "nullptr", |
540 wrapper_pointer_name: "RefPtr", | 540 wrapper_pointer_name: "RefPtr", |
541 field_group: "rare-inherited", | 541 field_group: "rare-inherited", |
542 }, | 542 }, |
543 ], | 543 ], |
544 } | 544 } |
OLD | NEW |