Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 // This file specifies all the methods in CSSPropertyAPI.h and the neces sary | |
| 3 // information for code generation of the API and it's related classes. | |
| 4 parameters: { | |
| 5 name: { | |
| 6 default: "", | |
| 7 valid_type: "str", | |
| 8 }, | |
| 9 definition: { | |
| 10 default: "", | |
| 11 valid_type: "str", | |
| 12 }, | |
| 13 }, | |
| 14 data: [ | |
| 15 { | |
| 16 name: "parseSingleValue", | |
| 17 definition: "static const CSSValue* parseSingleValue(CSSParserTo kenRange&, const CSSParserContext*);", | |
| 18 }, | |
| 19 ] | |
| 20 } | |
| OLD | NEW |