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 | |
| 10 return_type: { | |
|
sashab
2017/02/10 00:58:33
Add comments for these
| |
| 11 default: "", | |
| 12 valid_type: "str", | |
| 13 }, | |
| 14 | |
| 15 parameters: { | |
| 16 default: "", | |
| 17 valid_type: "str", | |
| 18 } | |
| 19 }, | |
| 20 data: [ | |
| 21 { | |
| 22 name: "parseSingleValue", | |
| 23 return_type: "const CSSValue*", | |
| 24 parameters: "(CSSParserTokenRange&, const CSSParserContext*)" | |
| 25 }, | |
| 26 { | |
| 27 name: "parseShorthand", | |
| 28 return_type: "bool", | |
| 29 parameters: "(bool, CSSParserTokenRange&, const CSSParserConte xt*)" | |
| 30 }, | |
| 31 ] | |
| 32 } | |
| OLD | NEW |