Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: client/dom/generated/monkey_dom.js

Issue 8786016: Generate callbacks as typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add missing newline Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/dom/frog_dom.dart ('k') | client/dom/generated/src/frog/AudioBufferCallback.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, 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 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart DOM implementation. 6 // Auto-generated Dart DOM implementation.
7 7
8 function DOM$EnsureDartNull(value) { 8 function DOM$EnsureDartNull(value) {
9 return value === null ? (void 0) : value; 9 return value === null ? (void 0) : value;
10 } 10 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 c.prototype.duration$getter = function() { return DOM$EnsureDartNull(this.du ration); }; 107 c.prototype.duration$getter = function() { return DOM$EnsureDartNull(this.du ration); };
108 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain); }; 108 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain); };
109 c.prototype.gain$setter = function(value) { this.gain = value; }; 109 c.prototype.gain$setter = function(value) { this.gain = value; };
110 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); }; 110 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); };
111 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull (this.numberOfChannels); }; 111 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull (this.numberOfChannels); };
112 c.prototype.sampleRate$getter = function() { return DOM$EnsureDartNull(this. sampleRate); }; 112 c.prototype.sampleRate$getter = function() { return DOM$EnsureDartNull(this. sampleRate); };
113 } 113 }
114 DOM$fixMembers(c, ['getChannelData']); 114 DOM$fixMembers(c, ['getChannelData']);
115 c.$implements$AudioBuffer$Dart = 1; 115 c.$implements$AudioBuffer$Dart = 1;
116 } 116 }
117 function DOM$fixClass$AudioBufferCallback(c) {
118 if (c.prototype) {
119 }
120 DOM$fixMembers(c, ['handleEvent']);
121 c.$implements$AudioBufferCallback$Dart = 1;
122 }
123 function DOM$fixClass$AudioBufferSourceNode(c) { 117 function DOM$fixClass$AudioBufferSourceNode(c) {
124 if (c.prototype) { 118 if (c.prototype) {
125 c.prototype.buffer$getter = function() { return DOM$EnsureDartNull(this.buff er); }; 119 c.prototype.buffer$getter = function() { return DOM$EnsureDartNull(this.buff er); };
126 c.prototype.buffer$setter = function(value) { this.buffer = value; }; 120 c.prototype.buffer$setter = function(value) { this.buffer = value; };
127 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain); }; 121 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain); };
128 c.prototype.loop$getter = function() { return DOM$EnsureDartNull(this.loop); }; 122 c.prototype.loop$getter = function() { return DOM$EnsureDartNull(this.loop); };
129 c.prototype.loop$setter = function(value) { this.loop = value; }; 123 c.prototype.loop$setter = function(value) { this.loop = value; };
130 c.prototype.looping$getter = function() { return DOM$EnsureDartNull(this.loo ping); }; 124 c.prototype.looping$getter = function() { return DOM$EnsureDartNull(this.loo ping); };
131 c.prototype.looping$setter = function(value) { this.looping = value; }; 125 c.prototype.looping$setter = function(value) { this.looping = value; };
132 c.prototype.playbackRate$getter = function() { return DOM$EnsureDartNull(thi s.playbackRate); }; 126 c.prototype.playbackRate$getter = function() { return DOM$EnsureDartNull(thi s.playbackRate); };
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 function DOM$fixClass$Database(c) { 1072 function DOM$fixClass$Database(c) {
1079 if (c.prototype) { 1073 if (c.prototype) {
1080 c.prototype.version$getter = function() { return DOM$EnsureDartNull(this.ver sion); }; 1074 c.prototype.version$getter = function() { return DOM$EnsureDartNull(this.ver sion); };
1081 } 1075 }
1082 DOM$fixMembers(c, [ 1076 DOM$fixMembers(c, [
1083 'changeVersion', 1077 'changeVersion',
1084 'readTransaction', 1078 'readTransaction',
1085 'transaction']); 1079 'transaction']);
1086 c.$implements$Database$Dart = 1; 1080 c.$implements$Database$Dart = 1;
1087 } 1081 }
1088 function DOM$fixClass$DatabaseCallback(c) {
1089 if (c.prototype) {
1090 }
1091 DOM$fixMembers(c, ['handleEvent']);
1092 c.$implements$DatabaseCallback$Dart = 1;
1093 }
1094 function DOM$fixClass$DatabaseSync(c) { 1082 function DOM$fixClass$DatabaseSync(c) {
1095 if (c.prototype) { 1083 if (c.prototype) {
1096 c.prototype.version$getter = function() { return DOM$EnsureDartNull(this.ver sion); }; 1084 c.prototype.version$getter = function() { return DOM$EnsureDartNull(this.ver sion); };
1097 } 1085 }
1098 DOM$fixMembers(c, [ 1086 DOM$fixMembers(c, [
1099 'changeVersion', 1087 'changeVersion',
1100 'readTransaction', 1088 'readTransaction',
1101 'transaction']); 1089 'transaction']);
1102 c.$implements$DatabaseSync$Dart = 1; 1090 c.$implements$DatabaseSync$Dart = 1;
1103 } 1091 }
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 c.$implements$Node$Dart = 1; 1364 c.$implements$Node$Dart = 1;
1377 c.$implements$EventTarget$Dart = 1; 1365 c.$implements$EventTarget$Dart = 1;
1378 } 1366 }
1379 function DOM$fixClass$EntityReference(c) { 1367 function DOM$fixClass$EntityReference(c) {
1380 if (c.prototype) { 1368 if (c.prototype) {
1381 } 1369 }
1382 c.$implements$EntityReference$Dart = 1; 1370 c.$implements$EntityReference$Dart = 1;
1383 c.$implements$Node$Dart = 1; 1371 c.$implements$Node$Dart = 1;
1384 c.$implements$EventTarget$Dart = 1; 1372 c.$implements$EventTarget$Dart = 1;
1385 } 1373 }
1386 function DOM$fixClass$EntriesCallback(c) {
1387 if (c.prototype) {
1388 }
1389 DOM$fixMembers(c, ['handleEvent']);
1390 c.$implements$EntriesCallback$Dart = 1;
1391 }
1392 function DOM$fixClass$Entry(c) { 1374 function DOM$fixClass$Entry(c) {
1393 if (c.prototype) { 1375 if (c.prototype) {
1394 c.prototype.filesystem$getter = function() { return DOM$EnsureDartNull(this. filesystem); }; 1376 c.prototype.filesystem$getter = function() { return DOM$EnsureDartNull(this. filesystem); };
1395 c.prototype.fullPath$getter = function() { return DOM$EnsureDartNull(this.fu llPath); }; 1377 c.prototype.fullPath$getter = function() { return DOM$EnsureDartNull(this.fu llPath); };
1396 c.prototype.isDirectory$getter = function() { return DOM$EnsureDartNull(this .isDirectory); }; 1378 c.prototype.isDirectory$getter = function() { return DOM$EnsureDartNull(this .isDirectory); };
1397 c.prototype.isFile$getter = function() { return DOM$EnsureDartNull(this.isFi le); }; 1379 c.prototype.isFile$getter = function() { return DOM$EnsureDartNull(this.isFi le); };
1398 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); }; 1380 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); };
1399 } 1381 }
1400 DOM$fixMembers(c, [ 1382 DOM$fixMembers(c, [
1401 'copyTo', 1383 'copyTo',
(...skipping 11 matching lines...) Expand all
1413 DOM$fixMembers(c, ['item']); 1395 DOM$fixMembers(c, ['item']);
1414 c.$implements$EntryArray$Dart = 1; 1396 c.$implements$EntryArray$Dart = 1;
1415 } 1397 }
1416 function DOM$fixClass$EntryArraySync(c) { 1398 function DOM$fixClass$EntryArraySync(c) {
1417 if (c.prototype) { 1399 if (c.prototype) {
1418 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); }; 1400 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); };
1419 } 1401 }
1420 DOM$fixMembers(c, ['item']); 1402 DOM$fixMembers(c, ['item']);
1421 c.$implements$EntryArraySync$Dart = 1; 1403 c.$implements$EntryArraySync$Dart = 1;
1422 } 1404 }
1423 function DOM$fixClass$EntryCallback(c) {
1424 if (c.prototype) {
1425 }
1426 DOM$fixMembers(c, ['handleEvent']);
1427 c.$implements$EntryCallback$Dart = 1;
1428 }
1429 function DOM$fixClass$EntrySync(c) { 1405 function DOM$fixClass$EntrySync(c) {
1430 if (c.prototype) { 1406 if (c.prototype) {
1431 c.prototype.filesystem$getter = function() { return DOM$EnsureDartNull(this. filesystem); }; 1407 c.prototype.filesystem$getter = function() { return DOM$EnsureDartNull(this. filesystem); };
1432 c.prototype.fullPath$getter = function() { return DOM$EnsureDartNull(this.fu llPath); }; 1408 c.prototype.fullPath$getter = function() { return DOM$EnsureDartNull(this.fu llPath); };
1433 c.prototype.isDirectory$getter = function() { return DOM$EnsureDartNull(this .isDirectory); }; 1409 c.prototype.isDirectory$getter = function() { return DOM$EnsureDartNull(this .isDirectory); };
1434 c.prototype.isFile$getter = function() { return DOM$EnsureDartNull(this.isFi le); }; 1410 c.prototype.isFile$getter = function() { return DOM$EnsureDartNull(this.isFi le); };
1435 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); }; 1411 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); };
1436 } 1412 }
1437 DOM$fixMembers(c, [ 1413 DOM$fixMembers(c, [
1438 'copyTo', 1414 'copyTo',
1439 'getMetadata', 1415 'getMetadata',
1440 'getParent', 1416 'getParent',
1441 'moveTo', 1417 'moveTo',
1442 'remove', 1418 'remove',
1443 'toURL']); 1419 'toURL']);
1444 c.$implements$EntrySync$Dart = 1; 1420 c.$implements$EntrySync$Dart = 1;
1445 } 1421 }
1446 function DOM$fixClass$ErrorCallback(c) {
1447 if (c.prototype) {
1448 }
1449 DOM$fixMembers(c, ['handleEvent']);
1450 c.$implements$ErrorCallback$Dart = 1;
1451 }
1452 function DOM$fixClass$ErrorEvent(c) { 1422 function DOM$fixClass$ErrorEvent(c) {
1453 if (c.prototype) { 1423 if (c.prototype) {
1454 c.prototype.filename$getter = function() { return DOM$EnsureDartNull(this.fi lename); }; 1424 c.prototype.filename$getter = function() { return DOM$EnsureDartNull(this.fi lename); };
1455 c.prototype.lineno$getter = function() { return DOM$EnsureDartNull(this.line no); }; 1425 c.prototype.lineno$getter = function() { return DOM$EnsureDartNull(this.line no); };
1456 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes sage); }; 1426 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes sage); };
1457 } 1427 }
1458 DOM$fixMembers(c, ['initErrorEvent']); 1428 DOM$fixMembers(c, ['initErrorEvent']);
1459 c.$implements$ErrorEvent$Dart = 1; 1429 c.$implements$ErrorEvent$Dart = 1;
1460 c.$implements$Event$Dart = 1; 1430 c.$implements$Event$Dart = 1;
1461 } 1431 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 function DOM$fixClass$File(c) { 1487 function DOM$fixClass$File(c) {
1518 if (c.prototype) { 1488 if (c.prototype) {
1519 c.prototype.fileName$getter = function() { return DOM$EnsureDartNull(this.fi leName); }; 1489 c.prototype.fileName$getter = function() { return DOM$EnsureDartNull(this.fi leName); };
1520 c.prototype.fileSize$getter = function() { return DOM$EnsureDartNull(this.fi leSize); }; 1490 c.prototype.fileSize$getter = function() { return DOM$EnsureDartNull(this.fi leSize); };
1521 c.prototype.lastModifiedDate$getter = function() { return DOM$EnsureDartNull (this.lastModifiedDate); }; 1491 c.prototype.lastModifiedDate$getter = function() { return DOM$EnsureDartNull (this.lastModifiedDate); };
1522 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); }; 1492 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name); };
1523 } 1493 }
1524 c.$implements$File$Dart = 1; 1494 c.$implements$File$Dart = 1;
1525 c.$implements$Blob$Dart = 1; 1495 c.$implements$Blob$Dart = 1;
1526 } 1496 }
1527 function DOM$fixClass$FileCallback(c) {
1528 if (c.prototype) {
1529 }
1530 DOM$fixMembers(c, ['handleEvent']);
1531 c.$implements$FileCallback$Dart = 1;
1532 }
1533 function DOM$fixClass$FileEntry(c) { 1497 function DOM$fixClass$FileEntry(c) {
1534 if (c.prototype) { 1498 if (c.prototype) {
1535 } 1499 }
1536 DOM$fixMembers(c, [ 1500 DOM$fixMembers(c, [
1537 'createWriter', 1501 'createWriter',
1538 'file']); 1502 'file']);
1539 c.$implements$FileEntry$Dart = 1; 1503 c.$implements$FileEntry$Dart = 1;
1540 c.$implements$Entry$Dart = 1; 1504 c.$implements$Entry$Dart = 1;
1541 } 1505 }
1542 function DOM$fixClass$FileEntrySync(c) { 1506 function DOM$fixClass$FileEntrySync(c) {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 function DOM$fixClass$FileReaderSync(c) { 1551 function DOM$fixClass$FileReaderSync(c) {
1588 if (c.prototype) { 1552 if (c.prototype) {
1589 } 1553 }
1590 DOM$fixMembers(c, [ 1554 DOM$fixMembers(c, [
1591 'readAsArrayBuffer', 1555 'readAsArrayBuffer',
1592 'readAsBinaryString', 1556 'readAsBinaryString',
1593 'readAsDataURL', 1557 'readAsDataURL',
1594 'readAsText']); 1558 'readAsText']);
1595 c.$implements$FileReaderSync$Dart = 1; 1559 c.$implements$FileReaderSync$Dart = 1;
1596 } 1560 }
1597 function DOM$fixClass$FileSystemCallback(c) {
1598 if (c.prototype) {
1599 }
1600 DOM$fixMembers(c, ['handleEvent']);
1601 c.$implements$FileSystemCallback$Dart = 1;
1602 }
1603 function DOM$fixClass$FileWriter(c) { 1561 function DOM$fixClass$FileWriter(c) {
1604 if (c.prototype) { 1562 if (c.prototype) {
1605 c.prototype.error$getter = function() { return DOM$EnsureDartNull(this.error ); }; 1563 c.prototype.error$getter = function() { return DOM$EnsureDartNull(this.error ); };
1606 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); }; 1564 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); };
1607 c.prototype.position$getter = function() { return DOM$EnsureDartNull(this.po sition); }; 1565 c.prototype.position$getter = function() { return DOM$EnsureDartNull(this.po sition); };
1608 c.prototype.readyState$getter = function() { return DOM$EnsureDartNull(this. readyState); }; 1566 c.prototype.readyState$getter = function() { return DOM$EnsureDartNull(this. readyState); };
1609 } 1567 }
1610 DOM$fixMembers(c, [ 1568 DOM$fixMembers(c, [
1611 'abort', 1569 'abort',
1612 'seek', 1570 'seek',
1613 'truncate', 1571 'truncate',
1614 'write']); 1572 'write']);
1615 c.$implements$FileWriter$Dart = 1; 1573 c.$implements$FileWriter$Dart = 1;
1616 } 1574 }
1617 function DOM$fixClass$FileWriterCallback(c) {
1618 if (c.prototype) {
1619 }
1620 DOM$fixMembers(c, ['handleEvent']);
1621 c.$implements$FileWriterCallback$Dart = 1;
1622 }
1623 function DOM$fixClass$FileWriterSync(c) { 1575 function DOM$fixClass$FileWriterSync(c) {
1624 if (c.prototype) { 1576 if (c.prototype) {
1625 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); }; 1577 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); };
1626 c.prototype.position$getter = function() { return DOM$EnsureDartNull(this.po sition); }; 1578 c.prototype.position$getter = function() { return DOM$EnsureDartNull(this.po sition); };
1627 } 1579 }
1628 DOM$fixMembers(c, [ 1580 DOM$fixMembers(c, [
1629 'seek', 1581 'seek',
1630 'truncate', 1582 'truncate',
1631 'write']); 1583 'write']);
1632 c.$implements$FileWriterSync$Dart = 1; 1584 c.$implements$FileWriterSync$Dart = 1;
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 'webkitPostMessage']); 3862 'webkitPostMessage']);
3911 c.$implements$MessagePort$Dart = 1; 3863 c.$implements$MessagePort$Dart = 1;
3912 c.$implements$EventTarget$Dart = 1; 3864 c.$implements$EventTarget$Dart = 1;
3913 } 3865 }
3914 function DOM$fixClass$Metadata(c) { 3866 function DOM$fixClass$Metadata(c) {
3915 if (c.prototype) { 3867 if (c.prototype) {
3916 c.prototype.modificationTime$getter = function() { return DOM$EnsureDartNull (this.modificationTime); }; 3868 c.prototype.modificationTime$getter = function() { return DOM$EnsureDartNull (this.modificationTime); };
3917 } 3869 }
3918 c.$implements$Metadata$Dart = 1; 3870 c.$implements$Metadata$Dart = 1;
3919 } 3871 }
3920 function DOM$fixClass$MetadataCallback(c) {
3921 if (c.prototype) {
3922 }
3923 DOM$fixMembers(c, ['handleEvent']);
3924 c.$implements$MetadataCallback$Dart = 1;
3925 }
3926 function DOM$fixClass$MouseEvent(c) { 3872 function DOM$fixClass$MouseEvent(c) {
3927 if (c.prototype) { 3873 if (c.prototype) {
3928 c.prototype.altKey$getter = function() { return DOM$EnsureDartNull(this.altK ey); }; 3874 c.prototype.altKey$getter = function() { return DOM$EnsureDartNull(this.altK ey); };
3929 c.prototype.button$getter = function() { return DOM$EnsureDartNull(this.butt on); }; 3875 c.prototype.button$getter = function() { return DOM$EnsureDartNull(this.butt on); };
3930 c.prototype.clientX$getter = function() { return DOM$EnsureDartNull(this.cli entX); }; 3876 c.prototype.clientX$getter = function() { return DOM$EnsureDartNull(this.cli entX); };
3931 c.prototype.clientY$getter = function() { return DOM$EnsureDartNull(this.cli entY); }; 3877 c.prototype.clientY$getter = function() { return DOM$EnsureDartNull(this.cli entY); };
3932 c.prototype.ctrlKey$getter = function() { return DOM$EnsureDartNull(this.ctr lKey); }; 3878 c.prototype.ctrlKey$getter = function() { return DOM$EnsureDartNull(this.ctr lKey); };
3933 c.prototype.dataTransfer$getter = function() { return DOM$EnsureDartNull(thi s.dataTransfer); }; 3879 c.prototype.dataTransfer$getter = function() { return DOM$EnsureDartNull(thi s.dataTransfer); };
3934 c.prototype.fromElement$getter = function() { return DOM$EnsureDartNull(this .fromElement); }; 3880 c.prototype.fromElement$getter = function() { return DOM$EnsureDartNull(this .fromElement); };
3935 c.prototype.metaKey$getter = function() { return DOM$EnsureDartNull(this.met aKey); }; 3881 c.prototype.metaKey$getter = function() { return DOM$EnsureDartNull(this.met aKey); };
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
4016 'getStorageUpdates', 3962 'getStorageUpdates',
4017 'javaEnabled']); 3963 'javaEnabled']);
4018 c.$implements$Navigator$Dart = 1; 3964 c.$implements$Navigator$Dart = 1;
4019 } 3965 }
4020 function DOM$fixClass$NavigatorUserMediaError(c) { 3966 function DOM$fixClass$NavigatorUserMediaError(c) {
4021 if (c.prototype) { 3967 if (c.prototype) {
4022 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code); }; 3968 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code); };
4023 } 3969 }
4024 c.$implements$NavigatorUserMediaError$Dart = 1; 3970 c.$implements$NavigatorUserMediaError$Dart = 1;
4025 } 3971 }
4026 function DOM$fixClass$NavigatorUserMediaErrorCallback(c) {
4027 if (c.prototype) {
4028 }
4029 DOM$fixMembers(c, ['handleEvent']);
4030 c.$implements$NavigatorUserMediaErrorCallback$Dart = 1;
4031 }
4032 function DOM$fixClass$NavigatorUserMediaSuccessCallback(c) { 3972 function DOM$fixClass$NavigatorUserMediaSuccessCallback(c) {
4033 if (c.prototype) { 3973 if (c.prototype) {
4034 } 3974 }
4035 c.$implements$NavigatorUserMediaSuccessCallback$Dart = 1; 3975 c.$implements$NavigatorUserMediaSuccessCallback$Dart = 1;
4036 } 3976 }
4037 function DOM$fixClass$Node(c) { 3977 function DOM$fixClass$Node(c) {
4038 if (c.prototype) { 3978 if (c.prototype) {
4039 c.prototype.attributes$getter = function() { return DOM$EnsureDartNull(this. attributes); }; 3979 c.prototype.attributes$getter = function() { return DOM$EnsureDartNull(this. attributes); };
4040 c.prototype.baseURI$getter = function() { return DOM$EnsureDartNull(this.bas eURI); }; 3980 c.prototype.baseURI$getter = function() { return DOM$EnsureDartNull(this.bas eURI); };
4041 c.prototype.childNodes$getter = function() { return DOM$EnsureDartNull(this. childNodes); }; 3981 c.prototype.childNodes$getter = function() { return DOM$EnsureDartNull(this. childNodes); };
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 c.$implements$PerformanceTiming$Dart = 1; 4227 c.$implements$PerformanceTiming$Dart = 1;
4288 } 4228 }
4289 function DOM$fixClass$PopStateEvent(c) { 4229 function DOM$fixClass$PopStateEvent(c) {
4290 if (c.prototype) { 4230 if (c.prototype) {
4291 c.prototype.state$getter = function() { return DOM$EnsureDartNull(this.state ); }; 4231 c.prototype.state$getter = function() { return DOM$EnsureDartNull(this.state ); };
4292 } 4232 }
4293 DOM$fixMembers(c, ['initPopStateEvent']); 4233 DOM$fixMembers(c, ['initPopStateEvent']);
4294 c.$implements$PopStateEvent$Dart = 1; 4234 c.$implements$PopStateEvent$Dart = 1;
4295 c.$implements$Event$Dart = 1; 4235 c.$implements$Event$Dart = 1;
4296 } 4236 }
4297 function DOM$fixClass$PositionCallback(c) {
4298 if (c.prototype) {
4299 }
4300 DOM$fixMembers(c, ['handleEvent']);
4301 c.$implements$PositionCallback$Dart = 1;
4302 }
4303 function DOM$fixClass$PositionError(c) { 4237 function DOM$fixClass$PositionError(c) {
4304 if (c.prototype) { 4238 if (c.prototype) {
4305 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code); }; 4239 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code); };
4306 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes sage); }; 4240 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes sage); };
4307 } 4241 }
4308 c.$implements$PositionError$Dart = 1; 4242 c.$implements$PositionError$Dart = 1;
4309 } 4243 }
4310 function DOM$fixClass$PositionErrorCallback(c) {
4311 if (c.prototype) {
4312 }
4313 DOM$fixMembers(c, ['handleEvent']);
4314 c.$implements$PositionErrorCallback$Dart = 1;
4315 }
4316 function DOM$fixClass$ProcessingInstruction(c) { 4244 function DOM$fixClass$ProcessingInstruction(c) {
4317 if (c.prototype) { 4245 if (c.prototype) {
4318 c.prototype.data$getter = function() { return DOM$EnsureDartNull(this.data); }; 4246 c.prototype.data$getter = function() { return DOM$EnsureDartNull(this.data); };
4319 c.prototype.data$setter = function(value) { this.data = value; }; 4247 c.prototype.data$setter = function(value) { this.data = value; };
4320 c.prototype.sheet$getter = function() { return DOM$EnsureDartNull(this.sheet ); }; 4248 c.prototype.sheet$getter = function() { return DOM$EnsureDartNull(this.sheet ); };
4321 c.prototype.target$getter = function() { return DOM$EnsureDartNull(this.targ et); }; 4249 c.prototype.target$getter = function() { return DOM$EnsureDartNull(this.targ et); };
4322 } 4250 }
4323 c.$implements$ProcessingInstruction$Dart = 1; 4251 c.$implements$ProcessingInstruction$Dart = 1;
4324 c.$implements$Node$Dart = 1; 4252 c.$implements$Node$Dart = 1;
4325 c.$implements$EventTarget$Dart = 1; 4253 c.$implements$EventTarget$Dart = 1;
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
4438 } 4366 }
4439 c.$implements$SQLResultSet$Dart = 1; 4367 c.$implements$SQLResultSet$Dart = 1;
4440 } 4368 }
4441 function DOM$fixClass$SQLResultSetRowList(c) { 4369 function DOM$fixClass$SQLResultSetRowList(c) {
4442 if (c.prototype) { 4370 if (c.prototype) {
4443 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); }; 4371 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng th); };
4444 } 4372 }
4445 DOM$fixMembers(c, ['item']); 4373 DOM$fixMembers(c, ['item']);
4446 c.$implements$SQLResultSetRowList$Dart = 1; 4374 c.$implements$SQLResultSetRowList$Dart = 1;
4447 } 4375 }
4448 function DOM$fixClass$SQLStatementCallback(c) {
4449 if (c.prototype) {
4450 }
4451 DOM$fixMembers(c, ['handleEvent']);
4452 c.$implements$SQLStatementCallback$Dart = 1;
4453 }
4454 function DOM$fixClass$SQLStatementErrorCallback(c) {
4455 if (c.prototype) {
4456 }
4457 DOM$fixMembers(c, ['handleEvent']);
4458 c.$implements$SQLStatementErrorCallback$Dart = 1;
4459 }
4460 function DOM$fixClass$SQLTransaction(c) { 4376 function DOM$fixClass$SQLTransaction(c) {
4461 if (c.prototype) { 4377 if (c.prototype) {
4462 } 4378 }
4463 c.$implements$SQLTransaction$Dart = 1; 4379 c.$implements$SQLTransaction$Dart = 1;
4464 } 4380 }
4465 function DOM$fixClass$SQLTransactionCallback(c) {
4466 if (c.prototype) {
4467 }
4468 DOM$fixMembers(c, ['handleEvent']);
4469 c.$implements$SQLTransactionCallback$Dart = 1;
4470 }
4471 function DOM$fixClass$SQLTransactionErrorCallback(c) {
4472 if (c.prototype) {
4473 }
4474 DOM$fixMembers(c, ['handleEvent']);
4475 c.$implements$SQLTransactionErrorCallback$Dart = 1;
4476 }
4477 function DOM$fixClass$SQLTransactionSync(c) { 4381 function DOM$fixClass$SQLTransactionSync(c) {
4478 if (c.prototype) { 4382 if (c.prototype) {
4479 } 4383 }
4480 c.$implements$SQLTransactionSync$Dart = 1; 4384 c.$implements$SQLTransactionSync$Dart = 1;
4481 } 4385 }
4482 function DOM$fixClass$SQLTransactionSyncCallback(c) {
4483 if (c.prototype) {
4484 }
4485 DOM$fixMembers(c, ['handleEvent']);
4486 c.$implements$SQLTransactionSyncCallback$Dart = 1;
4487 }
4488 function DOM$fixClass$SVGAElement(c) { 4386 function DOM$fixClass$SVGAElement(c) {
4489 if (c.prototype) { 4387 if (c.prototype) {
4490 c.prototype.target$getter = function() { return DOM$EnsureDartNull(this.targ et); }; 4388 c.prototype.target$getter = function() { return DOM$EnsureDartNull(this.targ et); };
4491 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href); }; 4389 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href); };
4492 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu ll(this.requiredExtensions); }; 4390 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu ll(this.requiredExtensions); };
4493 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull (this.requiredFeatures); }; 4391 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull (this.requiredFeatures); };
4494 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t his.systemLanguage); }; 4392 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t his.systemLanguage); };
4495 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml lang); }; 4393 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml lang); };
4496 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; 4394 c.prototype.xmllang$setter = function(value) { this.xmllang = value; };
4497 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm lspace); }; 4395 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm lspace); };
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
7400 c.$implements$Event$Dart = 1; 7298 c.$implements$Event$Dart = 1;
7401 } 7299 }
7402 function DOM$fixClass$StorageInfo(c) { 7300 function DOM$fixClass$StorageInfo(c) {
7403 if (c.prototype) { 7301 if (c.prototype) {
7404 } 7302 }
7405 DOM$fixMembers(c, [ 7303 DOM$fixMembers(c, [
7406 'queryUsageAndQuota', 7304 'queryUsageAndQuota',
7407 'requestQuota']); 7305 'requestQuota']);
7408 c.$implements$StorageInfo$Dart = 1; 7306 c.$implements$StorageInfo$Dart = 1;
7409 } 7307 }
7410 function DOM$fixClass$StorageInfoErrorCallback(c) {
7411 if (c.prototype) {
7412 }
7413 DOM$fixMembers(c, ['handleEvent']);
7414 c.$implements$StorageInfoErrorCallback$Dart = 1;
7415 }
7416 function DOM$fixClass$StorageInfoQuotaCallback(c) {
7417 if (c.prototype) {
7418 }
7419 DOM$fixMembers(c, ['handleEvent']);
7420 c.$implements$StorageInfoQuotaCallback$Dart = 1;
7421 }
7422 function DOM$fixClass$StorageInfoUsageCallback(c) {
7423 if (c.prototype) {
7424 }
7425 DOM$fixMembers(c, ['handleEvent']);
7426 c.$implements$StorageInfoUsageCallback$Dart = 1;
7427 }
7428 function DOM$fixClass$StringCallback(c) {
7429 if (c.prototype) {
7430 }
7431 DOM$fixMembers(c, ['handleEvent']);
7432 c.$implements$StringCallback$Dart = 1;
7433 }
7434 function DOM$fixClass$StyleMedia(c) { 7308 function DOM$fixClass$StyleMedia(c) {
7435 if (c.prototype) { 7309 if (c.prototype) {
7436 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type); }; 7310 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type); };
7437 } 7311 }
7438 DOM$fixMembers(c, ['matchMedium']); 7312 DOM$fixMembers(c, ['matchMedium']);
7439 c.$implements$StyleMedia$Dart = 1; 7313 c.$implements$StyleMedia$Dart = 1;
7440 } 7314 }
7441 function DOM$fixClass$StyleSheet(c) { 7315 function DOM$fixClass$StyleSheet(c) {
7442 if (c.prototype) { 7316 if (c.prototype) {
7443 c.prototype.disabled$getter = function() { return DOM$EnsureDartNull(this.di sabled); }; 7317 c.prototype.disabled$getter = function() { return DOM$EnsureDartNull(this.di sabled); };
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
8377 DOM$fixClass$ArrayBufferView(_); 8251 DOM$fixClass$ArrayBufferView(_);
8378 } 8252 }
8379 if ((_ = w.Attr)) { 8253 if ((_ = w.Attr)) {
8380 w.Attr$Dart = _; 8254 w.Attr$Dart = _;
8381 DOM$fixClass$Attr(_); 8255 DOM$fixClass$Attr(_);
8382 } 8256 }
8383 if ((_ = w.AudioBuffer)) { 8257 if ((_ = w.AudioBuffer)) {
8384 w.AudioBuffer$Dart = _; 8258 w.AudioBuffer$Dart = _;
8385 DOM$fixClass$AudioBuffer(_); 8259 DOM$fixClass$AudioBuffer(_);
8386 } 8260 }
8387 if ((_ = w.AudioBufferCallback)) {
8388 w.AudioBufferCallback$Dart = _;
8389 DOM$fixClass$AudioBufferCallback(_);
8390 }
8391 if ((_ = w.AudioBufferSourceNode)) { 8261 if ((_ = w.AudioBufferSourceNode)) {
8392 w.AudioBufferSourceNode$Dart = _; 8262 w.AudioBufferSourceNode$Dart = _;
8393 DOM$fixClass$AudioBufferSourceNode(_); 8263 DOM$fixClass$AudioBufferSourceNode(_);
8394 } 8264 }
8395 if ((_ = w.AudioChannelMerger)) { 8265 if ((_ = w.AudioChannelMerger)) {
8396 w.AudioChannelMerger$Dart = _; 8266 w.AudioChannelMerger$Dart = _;
8397 DOM$fixClass$AudioChannelMerger(_); 8267 DOM$fixClass$AudioChannelMerger(_);
8398 } 8268 }
8399 if ((_ = w.AudioChannelSplitter)) { 8269 if ((_ = w.AudioChannelSplitter)) {
8400 w.AudioChannelSplitter$Dart = _; 8270 w.AudioChannelSplitter$Dart = _;
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
8679 DOM$fixClass$DataTransferItemList(_); 8549 DOM$fixClass$DataTransferItemList(_);
8680 } 8550 }
8681 if ((_ = w.DataView)) { 8551 if ((_ = w.DataView)) {
8682 w.DataView$Dart = _; 8552 w.DataView$Dart = _;
8683 DOM$fixClass$DataView(_); 8553 DOM$fixClass$DataView(_);
8684 } 8554 }
8685 if ((_ = w.Database)) { 8555 if ((_ = w.Database)) {
8686 w.Database$Dart = _; 8556 w.Database$Dart = _;
8687 DOM$fixClass$Database(_); 8557 DOM$fixClass$Database(_);
8688 } 8558 }
8689 if ((_ = w.DatabaseCallback)) {
8690 w.DatabaseCallback$Dart = _;
8691 DOM$fixClass$DatabaseCallback(_);
8692 }
8693 if ((_ = w.DatabaseSync)) { 8559 if ((_ = w.DatabaseSync)) {
8694 w.DatabaseSync$Dart = _; 8560 w.DatabaseSync$Dart = _;
8695 DOM$fixClass$DatabaseSync(_); 8561 DOM$fixClass$DatabaseSync(_);
8696 } 8562 }
8697 if ((_ = w.DedicatedWorkerContext)) { 8563 if ((_ = w.DedicatedWorkerContext)) {
8698 w.DedicatedWorkerContext$Dart = _; 8564 w.DedicatedWorkerContext$Dart = _;
8699 DOM$fixClass$DedicatedWorkerContext(_); 8565 DOM$fixClass$DedicatedWorkerContext(_);
8700 } 8566 }
8701 if ((_ = w.DelayNode)) { 8567 if ((_ = w.DelayNode)) {
8702 w.DelayNode$Dart = _; 8568 w.DelayNode$Dart = _;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
8761 DOM$fixClass$ElementTraversal(_); 8627 DOM$fixClass$ElementTraversal(_);
8762 } 8628 }
8763 if ((_ = w.Entity)) { 8629 if ((_ = w.Entity)) {
8764 w.Entity$Dart = _; 8630 w.Entity$Dart = _;
8765 DOM$fixClass$Entity(_); 8631 DOM$fixClass$Entity(_);
8766 } 8632 }
8767 if ((_ = w.EntityReference)) { 8633 if ((_ = w.EntityReference)) {
8768 w.EntityReference$Dart = _; 8634 w.EntityReference$Dart = _;
8769 DOM$fixClass$EntityReference(_); 8635 DOM$fixClass$EntityReference(_);
8770 } 8636 }
8771 if ((_ = w.EntriesCallback)) {
8772 w.EntriesCallback$Dart = _;
8773 DOM$fixClass$EntriesCallback(_);
8774 }
8775 if ((_ = w.Entry)) { 8637 if ((_ = w.Entry)) {
8776 w.Entry$Dart = _; 8638 w.Entry$Dart = _;
8777 DOM$fixClass$Entry(_); 8639 DOM$fixClass$Entry(_);
8778 } 8640 }
8779 if ((_ = w.EntryArray)) { 8641 if ((_ = w.EntryArray)) {
8780 w.EntryArray$Dart = _; 8642 w.EntryArray$Dart = _;
8781 DOM$fixClass$EntryArray(_); 8643 DOM$fixClass$EntryArray(_);
8782 } 8644 }
8783 if ((_ = w.EntryArraySync)) { 8645 if ((_ = w.EntryArraySync)) {
8784 w.EntryArraySync$Dart = _; 8646 w.EntryArraySync$Dart = _;
8785 DOM$fixClass$EntryArraySync(_); 8647 DOM$fixClass$EntryArraySync(_);
8786 } 8648 }
8787 if ((_ = w.EntryCallback)) {
8788 w.EntryCallback$Dart = _;
8789 DOM$fixClass$EntryCallback(_);
8790 }
8791 if ((_ = w.EntrySync)) { 8649 if ((_ = w.EntrySync)) {
8792 w.EntrySync$Dart = _; 8650 w.EntrySync$Dart = _;
8793 DOM$fixClass$EntrySync(_); 8651 DOM$fixClass$EntrySync(_);
8794 } 8652 }
8795 if ((_ = w.ErrorCallback)) {
8796 w.ErrorCallback$Dart = _;
8797 DOM$fixClass$ErrorCallback(_);
8798 }
8799 if ((_ = w.ErrorEvent)) { 8653 if ((_ = w.ErrorEvent)) {
8800 w.ErrorEvent$Dart = _; 8654 w.ErrorEvent$Dart = _;
8801 DOM$fixClass$ErrorEvent(_); 8655 DOM$fixClass$ErrorEvent(_);
8802 } 8656 }
8803 if (!w.Event && (_ = w.event) && (_ = _.__proto__) && (_ = {prototype: _})) { 8657 if (!w.Event && (_ = w.event) && (_ = _.__proto__) && (_ = {prototype: _})) {
8804 w.Event = _; 8658 w.Event = _;
8805 } 8659 }
8806 if ((_ = w.Event)) { 8660 if ((_ = w.Event)) {
8807 w.Event$Dart = _; 8661 w.Event$Dart = _;
8808 DOM$fixClass$Event(_); 8662 DOM$fixClass$Event(_);
8809 } 8663 }
8810 if ((_ = w.EventException)) { 8664 if ((_ = w.EventException)) {
8811 w.EventException$Dart = _; 8665 w.EventException$Dart = _;
8812 DOM$fixClass$EventException(_); 8666 DOM$fixClass$EventException(_);
8813 } 8667 }
8814 if ((_ = w.EventSource)) { 8668 if ((_ = w.EventSource)) {
8815 w.EventSource$Dart = _; 8669 w.EventSource$Dart = _;
8816 DOM$fixClass$EventSource(_); 8670 DOM$fixClass$EventSource(_);
8817 } 8671 }
8818 if ((_ = w.EventTarget)) { 8672 if ((_ = w.EventTarget)) {
8819 w.EventTarget$Dart = _; 8673 w.EventTarget$Dart = _;
8820 DOM$fixClass$EventTarget(_); 8674 DOM$fixClass$EventTarget(_);
8821 } 8675 }
8822 if ((_ = w.File)) { 8676 if ((_ = w.File)) {
8823 w.File$Dart = _; 8677 w.File$Dart = _;
8824 DOM$fixClass$File(_); 8678 DOM$fixClass$File(_);
8825 } 8679 }
8826 if ((_ = w.FileCallback)) {
8827 w.FileCallback$Dart = _;
8828 DOM$fixClass$FileCallback(_);
8829 }
8830 if ((_ = w.FileEntry)) { 8680 if ((_ = w.FileEntry)) {
8831 w.FileEntry$Dart = _; 8681 w.FileEntry$Dart = _;
8832 DOM$fixClass$FileEntry(_); 8682 DOM$fixClass$FileEntry(_);
8833 } 8683 }
8834 if ((_ = w.FileEntrySync)) { 8684 if ((_ = w.FileEntrySync)) {
8835 w.FileEntrySync$Dart = _; 8685 w.FileEntrySync$Dart = _;
8836 DOM$fixClass$FileEntrySync(_); 8686 DOM$fixClass$FileEntrySync(_);
8837 } 8687 }
8838 if ((_ = w.FileError)) { 8688 if ((_ = w.FileError)) {
8839 w.FileError$Dart = _; 8689 w.FileError$Dart = _;
8840 DOM$fixClass$FileError(_); 8690 DOM$fixClass$FileError(_);
8841 } 8691 }
8842 if ((_ = w.FileException)) { 8692 if ((_ = w.FileException)) {
8843 w.FileException$Dart = _; 8693 w.FileException$Dart = _;
8844 DOM$fixClass$FileException(_); 8694 DOM$fixClass$FileException(_);
8845 } 8695 }
8846 if ((_ = w.FileList)) { 8696 if ((_ = w.FileList)) {
8847 w.FileList$Dart = _; 8697 w.FileList$Dart = _;
8848 DOM$fixClass$FileList(_); 8698 DOM$fixClass$FileList(_);
8849 } 8699 }
8850 if ((_ = w.FileReader)) { 8700 if ((_ = w.FileReader)) {
8851 w.FileReader$Dart = _; 8701 w.FileReader$Dart = _;
8852 DOM$fixClass$FileReader(_); 8702 DOM$fixClass$FileReader(_);
8853 } 8703 }
8854 if ((_ = w.FileReaderSync)) { 8704 if ((_ = w.FileReaderSync)) {
8855 w.FileReaderSync$Dart = _; 8705 w.FileReaderSync$Dart = _;
8856 DOM$fixClass$FileReaderSync(_); 8706 DOM$fixClass$FileReaderSync(_);
8857 } 8707 }
8858 if ((_ = w.FileSystemCallback)) {
8859 w.FileSystemCallback$Dart = _;
8860 DOM$fixClass$FileSystemCallback(_);
8861 }
8862 if ((_ = w.FileWriter)) { 8708 if ((_ = w.FileWriter)) {
8863 w.FileWriter$Dart = _; 8709 w.FileWriter$Dart = _;
8864 DOM$fixClass$FileWriter(_); 8710 DOM$fixClass$FileWriter(_);
8865 } 8711 }
8866 if ((_ = w.FileWriterCallback)) {
8867 w.FileWriterCallback$Dart = _;
8868 DOM$fixClass$FileWriterCallback(_);
8869 }
8870 if ((_ = w.FileWriterSync)) { 8712 if ((_ = w.FileWriterSync)) {
8871 w.FileWriterSync$Dart = _; 8713 w.FileWriterSync$Dart = _;
8872 DOM$fixClass$FileWriterSync(_); 8714 DOM$fixClass$FileWriterSync(_);
8873 } 8715 }
8874 if ((_ = w.Float32Array)) { 8716 if ((_ = w.Float32Array)) {
8875 w.Float32Array$Dart = _; 8717 w.Float32Array$Dart = _;
8876 DOM$fixClass$Float32Array(_); 8718 DOM$fixClass$Float32Array(_);
8877 } 8719 }
8878 if ((_ = w.Float64Array)) { 8720 if ((_ = w.Float64Array)) {
8879 w.Float64Array$Dart = _; 8721 w.Float64Array$Dart = _;
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
9334 DOM$fixClass$MessageEvent(_); 9176 DOM$fixClass$MessageEvent(_);
9335 } 9177 }
9336 if ((_ = w.MessagePort)) { 9178 if ((_ = w.MessagePort)) {
9337 w.MessagePort$Dart = _; 9179 w.MessagePort$Dart = _;
9338 DOM$fixClass$MessagePort(_); 9180 DOM$fixClass$MessagePort(_);
9339 } 9181 }
9340 if ((_ = w.Metadata)) { 9182 if ((_ = w.Metadata)) {
9341 w.Metadata$Dart = _; 9183 w.Metadata$Dart = _;
9342 DOM$fixClass$Metadata(_); 9184 DOM$fixClass$Metadata(_);
9343 } 9185 }
9344 if ((_ = w.MetadataCallback)) {
9345 w.MetadataCallback$Dart = _;
9346 DOM$fixClass$MetadataCallback(_);
9347 }
9348 if ((_ = w.MouseEvent)) { 9186 if ((_ = w.MouseEvent)) {
9349 w.MouseEvent$Dart = _; 9187 w.MouseEvent$Dart = _;
9350 DOM$fixClass$MouseEvent(_); 9188 DOM$fixClass$MouseEvent(_);
9351 } 9189 }
9352 if ((_ = w.MutationCallback)) { 9190 if ((_ = w.MutationCallback)) {
9353 w.MutationCallback$Dart = _; 9191 w.MutationCallback$Dart = _;
9354 DOM$fixClass$MutationCallback(_); 9192 DOM$fixClass$MutationCallback(_);
9355 } 9193 }
9356 if ((_ = w.MutationEvent)) { 9194 if ((_ = w.MutationEvent)) {
9357 w.MutationEvent$Dart = _; 9195 w.MutationEvent$Dart = _;
(...skipping 11 matching lines...) Expand all
9369 w.Navigator = _; 9207 w.Navigator = _;
9370 } 9208 }
9371 if ((_ = w.Navigator)) { 9209 if ((_ = w.Navigator)) {
9372 w.Navigator$Dart = _; 9210 w.Navigator$Dart = _;
9373 DOM$fixClass$Navigator(_); 9211 DOM$fixClass$Navigator(_);
9374 } 9212 }
9375 if ((_ = w.NavigatorUserMediaError)) { 9213 if ((_ = w.NavigatorUserMediaError)) {
9376 w.NavigatorUserMediaError$Dart = _; 9214 w.NavigatorUserMediaError$Dart = _;
9377 DOM$fixClass$NavigatorUserMediaError(_); 9215 DOM$fixClass$NavigatorUserMediaError(_);
9378 } 9216 }
9379 if ((_ = w.NavigatorUserMediaErrorCallback)) {
9380 w.NavigatorUserMediaErrorCallback$Dart = _;
9381 DOM$fixClass$NavigatorUserMediaErrorCallback(_);
9382 }
9383 if ((_ = w.NavigatorUserMediaSuccessCallback)) { 9217 if ((_ = w.NavigatorUserMediaSuccessCallback)) {
9384 w.NavigatorUserMediaSuccessCallback$Dart = _; 9218 w.NavigatorUserMediaSuccessCallback$Dart = _;
9385 DOM$fixClass$NavigatorUserMediaSuccessCallback(_); 9219 DOM$fixClass$NavigatorUserMediaSuccessCallback(_);
9386 } 9220 }
9387 if ((_ = w.Node)) { 9221 if ((_ = w.Node)) {
9388 w.Node$Dart = _; 9222 w.Node$Dart = _;
9389 DOM$fixClass$Node(_); 9223 DOM$fixClass$Node(_);
9390 } 9224 }
9391 if ((_ = w.NodeFilter)) { 9225 if ((_ = w.NodeFilter)) {
9392 w.NodeFilter$Dart = _; 9226 w.NodeFilter$Dart = _;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
9465 w.PerformanceTiming = _; 9299 w.PerformanceTiming = _;
9466 } 9300 }
9467 if ((_ = w.PerformanceTiming)) { 9301 if ((_ = w.PerformanceTiming)) {
9468 w.PerformanceTiming$Dart = _; 9302 w.PerformanceTiming$Dart = _;
9469 DOM$fixClass$PerformanceTiming(_); 9303 DOM$fixClass$PerformanceTiming(_);
9470 } 9304 }
9471 if ((_ = w.PopStateEvent)) { 9305 if ((_ = w.PopStateEvent)) {
9472 w.PopStateEvent$Dart = _; 9306 w.PopStateEvent$Dart = _;
9473 DOM$fixClass$PopStateEvent(_); 9307 DOM$fixClass$PopStateEvent(_);
9474 } 9308 }
9475 if ((_ = w.PositionCallback)) {
9476 w.PositionCallback$Dart = _;
9477 DOM$fixClass$PositionCallback(_);
9478 }
9479 if ((_ = w.PositionError)) { 9309 if ((_ = w.PositionError)) {
9480 w.PositionError$Dart = _; 9310 w.PositionError$Dart = _;
9481 DOM$fixClass$PositionError(_); 9311 DOM$fixClass$PositionError(_);
9482 } 9312 }
9483 if ((_ = w.PositionErrorCallback)) {
9484 w.PositionErrorCallback$Dart = _;
9485 DOM$fixClass$PositionErrorCallback(_);
9486 }
9487 if ((_ = w.ProcessingInstruction)) { 9313 if ((_ = w.ProcessingInstruction)) {
9488 w.ProcessingInstruction$Dart = _; 9314 w.ProcessingInstruction$Dart = _;
9489 DOM$fixClass$ProcessingInstruction(_); 9315 DOM$fixClass$ProcessingInstruction(_);
9490 } 9316 }
9491 if ((_ = w.ProgressEvent)) { 9317 if ((_ = w.ProgressEvent)) {
9492 w.ProgressEvent$Dart = _; 9318 w.ProgressEvent$Dart = _;
9493 DOM$fixClass$ProgressEvent(_); 9319 DOM$fixClass$ProgressEvent(_);
9494 } 9320 }
9495 if ((_ = w.RGBColor)) { 9321 if ((_ = w.RGBColor)) {
9496 w.RGBColor$Dart = _; 9322 w.RGBColor$Dart = _;
(...skipping 24 matching lines...) Expand all
9521 DOM$fixClass$SQLException(_); 9347 DOM$fixClass$SQLException(_);
9522 } 9348 }
9523 if ((_ = w.SQLResultSet)) { 9349 if ((_ = w.SQLResultSet)) {
9524 w.SQLResultSet$Dart = _; 9350 w.SQLResultSet$Dart = _;
9525 DOM$fixClass$SQLResultSet(_); 9351 DOM$fixClass$SQLResultSet(_);
9526 } 9352 }
9527 if ((_ = w.SQLResultSetRowList)) { 9353 if ((_ = w.SQLResultSetRowList)) {
9528 w.SQLResultSetRowList$Dart = _; 9354 w.SQLResultSetRowList$Dart = _;
9529 DOM$fixClass$SQLResultSetRowList(_); 9355 DOM$fixClass$SQLResultSetRowList(_);
9530 } 9356 }
9531 if ((_ = w.SQLStatementCallback)) {
9532 w.SQLStatementCallback$Dart = _;
9533 DOM$fixClass$SQLStatementCallback(_);
9534 }
9535 if ((_ = w.SQLStatementErrorCallback)) {
9536 w.SQLStatementErrorCallback$Dart = _;
9537 DOM$fixClass$SQLStatementErrorCallback(_);
9538 }
9539 if ((_ = w.SQLTransaction)) { 9357 if ((_ = w.SQLTransaction)) {
9540 w.SQLTransaction$Dart = _; 9358 w.SQLTransaction$Dart = _;
9541 DOM$fixClass$SQLTransaction(_); 9359 DOM$fixClass$SQLTransaction(_);
9542 } 9360 }
9543 if ((_ = w.SQLTransactionCallback)) {
9544 w.SQLTransactionCallback$Dart = _;
9545 DOM$fixClass$SQLTransactionCallback(_);
9546 }
9547 if ((_ = w.SQLTransactionErrorCallback)) {
9548 w.SQLTransactionErrorCallback$Dart = _;
9549 DOM$fixClass$SQLTransactionErrorCallback(_);
9550 }
9551 if ((_ = w.SQLTransactionSync)) { 9361 if ((_ = w.SQLTransactionSync)) {
9552 w.SQLTransactionSync$Dart = _; 9362 w.SQLTransactionSync$Dart = _;
9553 DOM$fixClass$SQLTransactionSync(_); 9363 DOM$fixClass$SQLTransactionSync(_);
9554 } 9364 }
9555 if ((_ = w.SQLTransactionSyncCallback)) {
9556 w.SQLTransactionSyncCallback$Dart = _;
9557 DOM$fixClass$SQLTransactionSyncCallback(_);
9558 }
9559 if ((_ = w.SVGAElement)) { 9365 if ((_ = w.SVGAElement)) {
9560 w.SVGAElement$Dart = _; 9366 w.SVGAElement$Dart = _;
9561 DOM$fixClass$SVGAElement(_); 9367 DOM$fixClass$SVGAElement(_);
9562 } 9368 }
9563 if ((_ = w.SVGAltGlyphDefElement)) { 9369 if ((_ = w.SVGAltGlyphDefElement)) {
9564 w.SVGAltGlyphDefElement$Dart = _; 9370 w.SVGAltGlyphDefElement$Dart = _;
9565 DOM$fixClass$SVGAltGlyphDefElement(_); 9371 DOM$fixClass$SVGAltGlyphDefElement(_);
9566 } 9372 }
9567 if ((_ = w.SVGAltGlyphElement)) { 9373 if ((_ = w.SVGAltGlyphElement)) {
9568 w.SVGAltGlyphElement$Dart = _; 9374 w.SVGAltGlyphElement$Dart = _;
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
10207 DOM$fixClass$Storage(_); 10013 DOM$fixClass$Storage(_);
10208 } 10014 }
10209 if ((_ = w.StorageEvent)) { 10015 if ((_ = w.StorageEvent)) {
10210 w.StorageEvent$Dart = _; 10016 w.StorageEvent$Dart = _;
10211 DOM$fixClass$StorageEvent(_); 10017 DOM$fixClass$StorageEvent(_);
10212 } 10018 }
10213 if ((_ = w.StorageInfo)) { 10019 if ((_ = w.StorageInfo)) {
10214 w.StorageInfo$Dart = _; 10020 w.StorageInfo$Dart = _;
10215 DOM$fixClass$StorageInfo(_); 10021 DOM$fixClass$StorageInfo(_);
10216 } 10022 }
10217 if ((_ = w.StorageInfoErrorCallback)) {
10218 w.StorageInfoErrorCallback$Dart = _;
10219 DOM$fixClass$StorageInfoErrorCallback(_);
10220 }
10221 if ((_ = w.StorageInfoQuotaCallback)) {
10222 w.StorageInfoQuotaCallback$Dart = _;
10223 DOM$fixClass$StorageInfoQuotaCallback(_);
10224 }
10225 if ((_ = w.StorageInfoUsageCallback)) {
10226 w.StorageInfoUsageCallback$Dart = _;
10227 DOM$fixClass$StorageInfoUsageCallback(_);
10228 }
10229 if ((_ = w.StringCallback)) {
10230 w.StringCallback$Dart = _;
10231 DOM$fixClass$StringCallback(_);
10232 }
10233 if (!w.StyleMedia && (_ = w.styleMedia) && (_ = _.__proto__) && (_ = {prototyp e: _})) { 10023 if (!w.StyleMedia && (_ = w.styleMedia) && (_ = _.__proto__) && (_ = {prototyp e: _})) {
10234 w.StyleMedia = _; 10024 w.StyleMedia = _;
10235 } 10025 }
10236 if ((_ = w.StyleMedia)) { 10026 if ((_ = w.StyleMedia)) {
10237 w.StyleMedia$Dart = _; 10027 w.StyleMedia$Dart = _;
10238 DOM$fixClass$StyleMedia(_); 10028 DOM$fixClass$StyleMedia(_);
10239 } 10029 }
10240 if ((_ = w.StyleSheet)) { 10030 if ((_ = w.StyleSheet)) {
10241 w.StyleSheet$Dart = _; 10031 w.StyleSheet$Dart = _;
10242 DOM$fixClass$StyleSheet(_); 10032 DOM$fixClass$StyleSheet(_);
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
10540 function native__NativeDomGlobalProperties_getWindow() { 10330 function native__NativeDomGlobalProperties_getWindow() {
10541 // TODO: Should the window be obtained from an isolate? 10331 // TODO: Should the window be obtained from an isolate?
10542 return window; 10332 return window;
10543 } 10333 }
10544 10334
10545 // Declared in src/GlobalProperties.dart 10335 // Declared in src/GlobalProperties.dart
10546 function native__NativeDomGlobalProperties_getDocument() { 10336 function native__NativeDomGlobalProperties_getDocument() {
10547 // TODO: Should the window be obtained from an isolate? 10337 // TODO: Should the window be obtained from an isolate?
10548 return window.document; 10338 return window.document;
10549 } 10339 }
OLDNEW
« no previous file with comments | « client/dom/frog_dom.dart ('k') | client/dom/generated/src/frog/AudioBufferCallback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698