OLD | NEW |
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // Generated from namespace: events | 5 // Generated from namespace: events |
6 | 6 |
7 part of chrome; | 7 part of chrome; |
8 | 8 |
9 /** | 9 /** |
10 * Types | 10 * Types |
11 */ | 11 */ |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 Event_events_optionalDictArgEvent optionalDictArgEvent; | 273 Event_events_optionalDictArgEvent optionalDictArgEvent; |
274 API_events(this._jsObject) { | 274 API_events(this._jsObject) { |
275 firstBasicEvent = new Event_events_firstBasicEvent(JS('', '#.firstBasicEvent
', this._jsObject)); | 275 firstBasicEvent = new Event_events_firstBasicEvent(JS('', '#.firstBasicEvent
', this._jsObject)); |
276 secondBasicEvent = new Event_events_secondBasicEvent(JS('', '#.secondBasicEv
ent', this._jsObject)); | 276 secondBasicEvent = new Event_events_secondBasicEvent(JS('', '#.secondBasicEv
ent', this._jsObject)); |
277 nonOptionalPrimitiveArgEvent = new Event_events_nonOptionalPrimitiveArgEvent
(JS('', '#.nonOptionalPrimitiveArgEvent', this._jsObject)); | 277 nonOptionalPrimitiveArgEvent = new Event_events_nonOptionalPrimitiveArgEvent
(JS('', '#.nonOptionalPrimitiveArgEvent', this._jsObject)); |
278 optionalPrimitiveArgEvent = new Event_events_optionalPrimitiveArgEvent(JS(''
, '#.optionalPrimitiveArgEvent', this._jsObject)); | 278 optionalPrimitiveArgEvent = new Event_events_optionalPrimitiveArgEvent(JS(''
, '#.optionalPrimitiveArgEvent', this._jsObject)); |
279 nonOptionalDictArgEvent = new Event_events_nonOptionalDictArgEvent(JS('', '#
.nonOptionalDictArgEvent', this._jsObject)); | 279 nonOptionalDictArgEvent = new Event_events_nonOptionalDictArgEvent(JS('', '#
.nonOptionalDictArgEvent', this._jsObject)); |
280 optionalDictArgEvent = new Event_events_optionalDictArgEvent(JS('', '#.optio
nalDictArgEvent', this._jsObject)); | 280 optionalDictArgEvent = new Event_events_optionalDictArgEvent(JS('', '#.optio
nalDictArgEvent', this._jsObject)); |
281 } | 281 } |
282 } | 282 } |
OLD | NEW |