| OLD | NEW |
| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 c.prototype.type$setter = function(value) { this.type = value; }; | 301 c.prototype.type$setter = function(value) { this.type = value; }; |
| 302 } | 302 } |
| 303 c.$implements$BiquadFilterNode$Dart = 1; | 303 c.$implements$BiquadFilterNode$Dart = 1; |
| 304 c.$implements$AudioNode$Dart = 1; | 304 c.$implements$AudioNode$Dart = 1; |
| 305 } | 305 } |
| 306 function DOM$fixClass$Blob(c) { | 306 function DOM$fixClass$Blob(c) { |
| 307 if (c.prototype) { | 307 if (c.prototype) { |
| 308 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; | 308 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; |
| 309 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; | 309 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 310 } | 310 } |
| 311 DOM$fixMembers(c, ['webkitSlice']); |
| 311 c.$implements$Blob$Dart = 1; | 312 c.$implements$Blob$Dart = 1; |
| 312 } | 313 } |
| 313 function DOM$fixClass$CDATASection(c) { | 314 function DOM$fixClass$CDATASection(c) { |
| 314 if (c.prototype) { | 315 if (c.prototype) { |
| 315 } | 316 } |
| 316 c.$implements$CDATASection$Dart = 1; | 317 c.$implements$CDATASection$Dart = 1; |
| 317 c.$implements$Text$Dart = 1; | 318 c.$implements$Text$Dart = 1; |
| 318 c.$implements$CharacterData$Dart = 1; | 319 c.$implements$CharacterData$Dart = 1; |
| 319 c.$implements$Node$Dart = 1; | 320 c.$implements$Node$Dart = 1; |
| 320 c.$implements$EventTarget$Dart = 1; | 321 c.$implements$EventTarget$Dart = 1; |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 c.prototype.data$getter = function() { return DOM$EnsureDartNull(this.data);
}; | 664 c.prototype.data$getter = function() { return DOM$EnsureDartNull(this.data);
}; |
| 664 } | 665 } |
| 665 DOM$fixMembers(c, ['initCompositionEvent']); | 666 DOM$fixMembers(c, ['initCompositionEvent']); |
| 666 c.$implements$CompositionEvent$Dart = 1; | 667 c.$implements$CompositionEvent$Dart = 1; |
| 667 c.$implements$UIEvent$Dart = 1; | 668 c.$implements$UIEvent$Dart = 1; |
| 668 c.$implements$Event$Dart = 1; | 669 c.$implements$Event$Dart = 1; |
| 669 } | 670 } |
| 670 function DOM$fixClass$Console(c) { | 671 function DOM$fixClass$Console(c) { |
| 671 if (c.prototype) { | 672 if (c.prototype) { |
| 672 c.prototype.memory$getter = function() { return DOM$EnsureDartNull(this.memo
ry); }; | 673 c.prototype.memory$getter = function() { return DOM$EnsureDartNull(this.memo
ry); }; |
| 674 c.prototype.profiles$getter = function() { return DOM$EnsureDartNull(this.pr
ofiles); }; |
| 673 } | 675 } |
| 674 DOM$fixMembers(c, [ | 676 DOM$fixMembers(c, [ |
| 675 'count', | 677 'count', |
| 676 'debug', | 678 'debug', |
| 677 'dir', | 679 'dir', |
| 678 'dirxml', | 680 'dirxml', |
| 679 'error', | 681 'error', |
| 680 'group', | 682 'group', |
| 681 'groupCollapsed', | 683 'groupCollapsed', |
| 682 'groupEnd', | 684 'groupEnd', |
| 683 'info', | 685 'info', |
| 684 'log', | 686 'log', |
| 685 'markTimeline', | 687 'markTimeline', |
| 688 'profile', |
| 689 'profileEnd', |
| 686 'time', | 690 'time', |
| 687 'timeEnd', | 691 'timeEnd', |
| 688 'timeStamp', | 692 'timeStamp', |
| 689 'trace', | 693 'trace', |
| 690 'warn']); | 694 'warn']); |
| 691 c.prototype.assert$member = function() { | 695 c.prototype.assert$member = function() { |
| 692 return DOM$EnsureDartNull(this.assertCondition.apply(this, arguments)); | 696 return DOM$EnsureDartNull(this.assertCondition.apply(this, arguments)); |
| 693 }; | 697 }; |
| 694 c.$implements$Console$Dart = 1; | 698 c.$implements$Console$Dart = 1; |
| 695 } | 699 } |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 c.prototype.sessionStorage$getter = function() { return DOM$EnsureDartNull(t
his.sessionStorage); }; | 976 c.prototype.sessionStorage$getter = function() { return DOM$EnsureDartNull(t
his.sessionStorage); }; |
| 973 c.prototype.status$getter = function() { return DOM$EnsureDartNull(this.stat
us); }; | 977 c.prototype.status$getter = function() { return DOM$EnsureDartNull(this.stat
us); }; |
| 974 c.prototype.status$setter = function(value) { this.status = value; }; | 978 c.prototype.status$setter = function(value) { this.status = value; }; |
| 975 c.prototype.statusbar$getter = function() { return DOM$EnsureDartNull(this.s
tatusbar); }; | 979 c.prototype.statusbar$getter = function() { return DOM$EnsureDartNull(this.s
tatusbar); }; |
| 976 c.prototype.statusbar$setter = function(value) { this.statusbar = value; }; | 980 c.prototype.statusbar$setter = function(value) { this.statusbar = value; }; |
| 977 c.prototype.styleMedia$getter = function() { return DOM$EnsureDartNull(this.
styleMedia); }; | 981 c.prototype.styleMedia$getter = function() { return DOM$EnsureDartNull(this.
styleMedia); }; |
| 978 c.prototype.toolbar$getter = function() { return DOM$EnsureDartNull(this.too
lbar); }; | 982 c.prototype.toolbar$getter = function() { return DOM$EnsureDartNull(this.too
lbar); }; |
| 979 c.prototype.toolbar$setter = function(value) { this.toolbar = value; }; | 983 c.prototype.toolbar$setter = function(value) { this.toolbar = value; }; |
| 980 c.prototype.top$getter = function() { return DOM$EnsureDartNull(this.top); }
; | 984 c.prototype.top$getter = function() { return DOM$EnsureDartNull(this.top); }
; |
| 981 c.prototype.top$setter = function(value) { this.top = value; }; | 985 c.prototype.top$setter = function(value) { this.top = value; }; |
| 986 c.prototype.webkitIndexedDB$getter = function() { return DOM$EnsureDartNull(
this.webkitIndexedDB); }; |
| 982 c.prototype.webkitNotifications$getter = function() { return DOM$fixValue$No
tificationCenter(this.webkitNotifications); }; | 987 c.prototype.webkitNotifications$getter = function() { return DOM$fixValue$No
tificationCenter(this.webkitNotifications); }; |
| 988 c.prototype.webkitStorageInfo$getter = function() { return DOM$EnsureDartNul
l(this.webkitStorageInfo); }; |
| 983 c.prototype.webkitURL$getter = function() { return DOM$EnsureDartNull(this.w
ebkitURL); }; | 989 c.prototype.webkitURL$getter = function() { return DOM$EnsureDartNull(this.w
ebkitURL); }; |
| 984 c.prototype.window$getter = function() { return DOM$EnsureDartNull(this.wind
ow); }; | 990 c.prototype.window$getter = function() { return DOM$EnsureDartNull(this.wind
ow); }; |
| 985 } | 991 } |
| 986 DOM$fixMembers(c, [ | 992 DOM$fixMembers(c, [ |
| 987 'addEventListener', | 993 'addEventListener', |
| 988 'alert', | 994 'alert', |
| 989 'atob', | 995 'atob', |
| 990 'blur', | 996 'blur', |
| 991 'btoa', | 997 'btoa', |
| 992 'captureEvents', | 998 'captureEvents', |
| 993 'clearInterval', | 999 'clearInterval', |
| 994 'clearTimeout', | 1000 'clearTimeout', |
| 995 'close', | 1001 'close', |
| 996 'confirm', | 1002 'confirm', |
| 997 'dispatchEvent', | 1003 'dispatchEvent', |
| 998 'find', | 1004 'find', |
| 999 'focus', | 1005 'focus', |
| 1000 'getComputedStyle', | 1006 'getComputedStyle', |
| 1001 'getMatchedCSSRules', | 1007 'getMatchedCSSRules', |
| 1002 'getSelection', | 1008 'getSelection', |
| 1003 'matchMedia', | 1009 'matchMedia', |
| 1004 'moveBy', | 1010 'moveBy', |
| 1005 'moveTo', | 1011 'moveTo', |
| 1006 'open', | 1012 'open', |
| 1013 'openDatabase', |
| 1007 'postMessage', | 1014 'postMessage', |
| 1008 'print', | 1015 'print', |
| 1009 'prompt', | 1016 'prompt', |
| 1010 'releaseEvents', | 1017 'releaseEvents', |
| 1011 'removeEventListener', | 1018 'removeEventListener', |
| 1012 'resizeBy', | 1019 'resizeBy', |
| 1013 'resizeTo', | 1020 'resizeTo', |
| 1014 'scroll', | 1021 'scroll', |
| 1015 'scrollBy', | 1022 'scrollBy', |
| 1016 'scrollTo', | 1023 'scrollTo', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 'getSelection', | 1246 'getSelection', |
| 1240 'importNode', | 1247 'importNode', |
| 1241 'queryCommandEnabled', | 1248 'queryCommandEnabled', |
| 1242 'queryCommandIndeterm', | 1249 'queryCommandIndeterm', |
| 1243 'queryCommandState', | 1250 'queryCommandState', |
| 1244 'queryCommandSupported', | 1251 'queryCommandSupported', |
| 1245 'queryCommandValue', | 1252 'queryCommandValue', |
| 1246 'querySelector', | 1253 'querySelector', |
| 1247 'querySelectorAll', | 1254 'querySelectorAll', |
| 1248 'webkitCancelFullScreen']); | 1255 'webkitCancelFullScreen']); |
| 1256 c.prototype.createTouch$member = function() { |
| 1257 return DOM$fixValue$Touch(this.createTouch.apply(this, arguments)); |
| 1258 }; |
| 1259 c.prototype.createTouchList$member = function() { |
| 1260 return DOM$fixValue$TouchList(this.createTouchList.apply(this, arguments)); |
| 1261 }; |
| 1249 c.$implements$Document$Dart = 1; | 1262 c.$implements$Document$Dart = 1; |
| 1250 c.$implements$Node$Dart = 1; | 1263 c.$implements$Node$Dart = 1; |
| 1251 c.$implements$EventTarget$Dart = 1; | 1264 c.$implements$EventTarget$Dart = 1; |
| 1252 c.$implements$NodeSelector$Dart = 1; | 1265 c.$implements$NodeSelector$Dart = 1; |
| 1253 } | 1266 } |
| 1254 function DOM$fixClass$DocumentFragment(c) { | 1267 function DOM$fixClass$DocumentFragment(c) { |
| 1255 if (c.prototype) { | 1268 if (c.prototype) { |
| 1256 } | 1269 } |
| 1257 DOM$fixMembers(c, [ | 1270 DOM$fixMembers(c, [ |
| 1258 'querySelector', | 1271 'querySelector', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 'dispatchEvent', | 1503 'dispatchEvent', |
| 1491 'removeEventListener']); | 1504 'removeEventListener']); |
| 1492 c.$implements$EventTarget$Dart = 1; | 1505 c.$implements$EventTarget$Dart = 1; |
| 1493 } | 1506 } |
| 1494 function DOM$fixClass$File(c) { | 1507 function DOM$fixClass$File(c) { |
| 1495 if (c.prototype) { | 1508 if (c.prototype) { |
| 1496 c.prototype.fileName$getter = function() { return DOM$EnsureDartNull(this.fi
leName); }; | 1509 c.prototype.fileName$getter = function() { return DOM$EnsureDartNull(this.fi
leName); }; |
| 1497 c.prototype.fileSize$getter = function() { return DOM$EnsureDartNull(this.fi
leSize); }; | 1510 c.prototype.fileSize$getter = function() { return DOM$EnsureDartNull(this.fi
leSize); }; |
| 1498 c.prototype.lastModifiedDate$getter = function() { return DOM$EnsureDartNull
(this.lastModifiedDate); }; | 1511 c.prototype.lastModifiedDate$getter = function() { return DOM$EnsureDartNull
(this.lastModifiedDate); }; |
| 1499 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 1512 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 1513 c.prototype.webkitRelativePath$getter = function() { return DOM$EnsureDartNu
ll(this.webkitRelativePath); }; |
| 1500 } | 1514 } |
| 1501 c.$implements$File$Dart = 1; | 1515 c.$implements$File$Dart = 1; |
| 1502 c.$implements$Blob$Dart = 1; | 1516 c.$implements$Blob$Dart = 1; |
| 1503 } | 1517 } |
| 1504 function DOM$fixClass$FileEntry(c) { | 1518 function DOM$fixClass$FileEntry(c) { |
| 1505 if (c.prototype) { | 1519 if (c.prototype) { |
| 1506 } | 1520 } |
| 1507 DOM$fixMembers(c, [ | 1521 DOM$fixMembers(c, [ |
| 1508 'createWriter', | 1522 'createWriter', |
| 1509 'file']); | 1523 'file']); |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2078 c.prototype.height$setter = function(value) { this.height = value; }; | 2092 c.prototype.height$setter = function(value) { this.height = value; }; |
| 2079 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 2093 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 2080 c.prototype.name$setter = function(value) { this.name = value; }; | 2094 c.prototype.name$setter = function(value) { this.name = value; }; |
| 2081 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; | 2095 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; |
| 2082 c.prototype.src$setter = function(value) { this.src = value; }; | 2096 c.prototype.src$setter = function(value) { this.src = value; }; |
| 2083 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; | 2097 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 2084 c.prototype.type$setter = function(value) { this.type = value; }; | 2098 c.prototype.type$setter = function(value) { this.type = value; }; |
| 2085 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; | 2099 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 2086 c.prototype.width$setter = function(value) { this.width = value; }; | 2100 c.prototype.width$setter = function(value) { this.width = value; }; |
| 2087 } | 2101 } |
| 2102 DOM$fixMembers(c, ['getSVGDocument']); |
| 2088 c.$implements$HTMLEmbedElement$Dart = 1; | 2103 c.$implements$HTMLEmbedElement$Dart = 1; |
| 2089 c.$implements$HTMLElement$Dart = 1; | 2104 c.$implements$HTMLElement$Dart = 1; |
| 2090 c.$implements$Element$Dart = 1; | 2105 c.$implements$Element$Dart = 1; |
| 2091 c.$implements$Node$Dart = 1; | 2106 c.$implements$Node$Dart = 1; |
| 2092 c.$implements$EventTarget$Dart = 1; | 2107 c.$implements$EventTarget$Dart = 1; |
| 2093 c.$implements$NodeSelector$Dart = 1; | 2108 c.$implements$NodeSelector$Dart = 1; |
| 2094 c.$implements$ElementTraversal$Dart = 1; | 2109 c.$implements$ElementTraversal$Dart = 1; |
| 2095 } | 2110 } |
| 2096 function DOM$fixClass$HTMLFieldSetElement(c) { | 2111 function DOM$fixClass$HTMLFieldSetElement(c) { |
| 2097 if (c.prototype) { | 2112 if (c.prototype) { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2183 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 2198 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 2184 c.prototype.name$setter = function(value) { this.name = value; }; | 2199 c.prototype.name$setter = function(value) { this.name = value; }; |
| 2185 c.prototype.noResize$getter = function() { return DOM$EnsureDartNull(this.no
Resize); }; | 2200 c.prototype.noResize$getter = function() { return DOM$EnsureDartNull(this.no
Resize); }; |
| 2186 c.prototype.noResize$setter = function(value) { this.noResize = value; }; | 2201 c.prototype.noResize$setter = function(value) { this.noResize = value; }; |
| 2187 c.prototype.scrolling$getter = function() { return DOM$EnsureDartNull(this.s
crolling); }; | 2202 c.prototype.scrolling$getter = function() { return DOM$EnsureDartNull(this.s
crolling); }; |
| 2188 c.prototype.scrolling$setter = function(value) { this.scrolling = value; }; | 2203 c.prototype.scrolling$setter = function(value) { this.scrolling = value; }; |
| 2189 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; | 2204 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; |
| 2190 c.prototype.src$setter = function(value) { this.src = value; }; | 2205 c.prototype.src$setter = function(value) { this.src = value; }; |
| 2191 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; | 2206 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 2192 } | 2207 } |
| 2208 DOM$fixMembers(c, ['getSVGDocument']); |
| 2193 c.$implements$HTMLFrameElement$Dart = 1; | 2209 c.$implements$HTMLFrameElement$Dart = 1; |
| 2194 c.$implements$HTMLElement$Dart = 1; | 2210 c.$implements$HTMLElement$Dart = 1; |
| 2195 c.$implements$Element$Dart = 1; | 2211 c.$implements$Element$Dart = 1; |
| 2196 c.$implements$Node$Dart = 1; | 2212 c.$implements$Node$Dart = 1; |
| 2197 c.$implements$EventTarget$Dart = 1; | 2213 c.$implements$EventTarget$Dart = 1; |
| 2198 c.$implements$NodeSelector$Dart = 1; | 2214 c.$implements$NodeSelector$Dart = 1; |
| 2199 c.$implements$ElementTraversal$Dart = 1; | 2215 c.$implements$ElementTraversal$Dart = 1; |
| 2200 } | 2216 } |
| 2201 function DOM$fixClass$HTMLFrameSetElement(c) { | 2217 function DOM$fixClass$HTMLFrameSetElement(c) { |
| 2202 if (c.prototype) { | 2218 if (c.prototype) { |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2293 c.prototype.name$setter = function(value) { this.name = value; }; | 2309 c.prototype.name$setter = function(value) { this.name = value; }; |
| 2294 c.prototype.sandbox$getter = function() { return DOM$EnsureDartNull(this.san
dbox); }; | 2310 c.prototype.sandbox$getter = function() { return DOM$EnsureDartNull(this.san
dbox); }; |
| 2295 c.prototype.sandbox$setter = function(value) { this.sandbox = value; }; | 2311 c.prototype.sandbox$setter = function(value) { this.sandbox = value; }; |
| 2296 c.prototype.scrolling$getter = function() { return DOM$EnsureDartNull(this.s
crolling); }; | 2312 c.prototype.scrolling$getter = function() { return DOM$EnsureDartNull(this.s
crolling); }; |
| 2297 c.prototype.scrolling$setter = function(value) { this.scrolling = value; }; | 2313 c.prototype.scrolling$setter = function(value) { this.scrolling = value; }; |
| 2298 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; | 2314 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; |
| 2299 c.prototype.src$setter = function(value) { this.src = value; }; | 2315 c.prototype.src$setter = function(value) { this.src = value; }; |
| 2300 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; | 2316 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 2301 c.prototype.width$setter = function(value) { this.width = value; }; | 2317 c.prototype.width$setter = function(value) { this.width = value; }; |
| 2302 } | 2318 } |
| 2319 DOM$fixMembers(c, ['getSVGDocument']); |
| 2303 c.$implements$HTMLIFrameElement$Dart = 1; | 2320 c.$implements$HTMLIFrameElement$Dart = 1; |
| 2304 c.$implements$HTMLElement$Dart = 1; | 2321 c.$implements$HTMLElement$Dart = 1; |
| 2305 c.$implements$Element$Dart = 1; | 2322 c.$implements$Element$Dart = 1; |
| 2306 c.$implements$Node$Dart = 1; | 2323 c.$implements$Node$Dart = 1; |
| 2307 c.$implements$EventTarget$Dart = 1; | 2324 c.$implements$EventTarget$Dart = 1; |
| 2308 c.$implements$NodeSelector$Dart = 1; | 2325 c.$implements$NodeSelector$Dart = 1; |
| 2309 c.$implements$ElementTraversal$Dart = 1; | 2326 c.$implements$ElementTraversal$Dart = 1; |
| 2310 } | 2327 } |
| 2311 function DOM$fixClass$HTMLImageElement(c) { | 2328 function DOM$fixClass$HTMLImageElement(c) { |
| 2312 if (c.prototype) { | 2329 if (c.prototype) { |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2668 c.prototype.seeking$getter = function() { return DOM$EnsureDartNull(this.see
king); }; | 2685 c.prototype.seeking$getter = function() { return DOM$EnsureDartNull(this.see
king); }; |
| 2669 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; | 2686 c.prototype.src$getter = function() { return DOM$EnsureDartNull(this.src); }
; |
| 2670 c.prototype.src$setter = function(value) { this.src = value; }; | 2687 c.prototype.src$setter = function(value) { this.src = value; }; |
| 2671 c.prototype.startTime$getter = function() { return DOM$EnsureDartNull(this.s
tartTime); }; | 2688 c.prototype.startTime$getter = function() { return DOM$EnsureDartNull(this.s
tartTime); }; |
| 2672 c.prototype.volume$getter = function() { return DOM$EnsureDartNull(this.volu
me); }; | 2689 c.prototype.volume$getter = function() { return DOM$EnsureDartNull(this.volu
me); }; |
| 2673 c.prototype.volume$setter = function(value) { this.volume = value; }; | 2690 c.prototype.volume$setter = function(value) { this.volume = value; }; |
| 2674 c.prototype.webkitAudioDecodedByteCount$getter = function() { return DOM$Ens
ureDartNull(this.webkitAudioDecodedByteCount); }; | 2691 c.prototype.webkitAudioDecodedByteCount$getter = function() { return DOM$Ens
ureDartNull(this.webkitAudioDecodedByteCount); }; |
| 2675 c.prototype.webkitClosedCaptionsVisible$getter = function() { return DOM$Ens
ureDartNull(this.webkitClosedCaptionsVisible); }; | 2692 c.prototype.webkitClosedCaptionsVisible$getter = function() { return DOM$Ens
ureDartNull(this.webkitClosedCaptionsVisible); }; |
| 2676 c.prototype.webkitClosedCaptionsVisible$setter = function(value) { this.webk
itClosedCaptionsVisible = value; }; | 2693 c.prototype.webkitClosedCaptionsVisible$setter = function(value) { this.webk
itClosedCaptionsVisible = value; }; |
| 2677 c.prototype.webkitHasClosedCaptions$getter = function() { return DOM$EnsureD
artNull(this.webkitHasClosedCaptions); }; | 2694 c.prototype.webkitHasClosedCaptions$getter = function() { return DOM$EnsureD
artNull(this.webkitHasClosedCaptions); }; |
| 2695 c.prototype.webkitMediaSourceURL$getter = function() { return DOM$EnsureDart
Null(this.webkitMediaSourceURL); }; |
| 2678 c.prototype.webkitPreservesPitch$getter = function() { return DOM$EnsureDart
Null(this.webkitPreservesPitch); }; | 2696 c.prototype.webkitPreservesPitch$getter = function() { return DOM$EnsureDart
Null(this.webkitPreservesPitch); }; |
| 2679 c.prototype.webkitPreservesPitch$setter = function(value) { this.webkitPrese
rvesPitch = value; }; | 2697 c.prototype.webkitPreservesPitch$setter = function(value) { this.webkitPrese
rvesPitch = value; }; |
| 2698 c.prototype.webkitSourceState$getter = function() { return DOM$EnsureDartNul
l(this.webkitSourceState); }; |
| 2680 c.prototype.webkitVideoDecodedByteCount$getter = function() { return DOM$Ens
ureDartNull(this.webkitVideoDecodedByteCount); }; | 2699 c.prototype.webkitVideoDecodedByteCount$getter = function() { return DOM$Ens
ureDartNull(this.webkitVideoDecodedByteCount); }; |
| 2681 } | 2700 } |
| 2682 DOM$fixMembers(c, [ | 2701 DOM$fixMembers(c, [ |
| 2702 'addTrack', |
| 2683 'canPlayType', | 2703 'canPlayType', |
| 2684 'load', | 2704 'load', |
| 2685 'pause', | 2705 'pause', |
| 2686 'play']); | 2706 'play', |
| 2707 'webkitSourceAppend', |
| 2708 'webkitSourceEndOfStream']); |
| 2687 c.$implements$HTMLMediaElement$Dart = 1; | 2709 c.$implements$HTMLMediaElement$Dart = 1; |
| 2688 c.$implements$HTMLElement$Dart = 1; | 2710 c.$implements$HTMLElement$Dart = 1; |
| 2689 c.$implements$Element$Dart = 1; | 2711 c.$implements$Element$Dart = 1; |
| 2690 c.$implements$Node$Dart = 1; | 2712 c.$implements$Node$Dart = 1; |
| 2691 c.$implements$EventTarget$Dart = 1; | 2713 c.$implements$EventTarget$Dart = 1; |
| 2692 c.$implements$NodeSelector$Dart = 1; | 2714 c.$implements$NodeSelector$Dart = 1; |
| 2693 c.$implements$ElementTraversal$Dart = 1; | 2715 c.$implements$ElementTraversal$Dart = 1; |
| 2694 } | 2716 } |
| 2695 function DOM$fixClass$HTMLMenuElement(c) { | 2717 function DOM$fixClass$HTMLMenuElement(c) { |
| 2696 if (c.prototype) { | 2718 if (c.prototype) { |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2816 c.prototype.validationMessage$getter = function() { return DOM$EnsureDartNul
l(this.validationMessage); }; | 2838 c.prototype.validationMessage$getter = function() { return DOM$EnsureDartNul
l(this.validationMessage); }; |
| 2817 c.prototype.validity$getter = function() { return DOM$EnsureDartNull(this.va
lidity); }; | 2839 c.prototype.validity$getter = function() { return DOM$EnsureDartNull(this.va
lidity); }; |
| 2818 c.prototype.vspace$getter = function() { return DOM$EnsureDartNull(this.vspa
ce); }; | 2840 c.prototype.vspace$getter = function() { return DOM$EnsureDartNull(this.vspa
ce); }; |
| 2819 c.prototype.vspace$setter = function(value) { this.vspace = value; }; | 2841 c.prototype.vspace$setter = function(value) { this.vspace = value; }; |
| 2820 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; | 2842 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 2821 c.prototype.width$setter = function(value) { this.width = value; }; | 2843 c.prototype.width$setter = function(value) { this.width = value; }; |
| 2822 c.prototype.willValidate$getter = function() { return DOM$EnsureDartNull(thi
s.willValidate); }; | 2844 c.prototype.willValidate$getter = function() { return DOM$EnsureDartNull(thi
s.willValidate); }; |
| 2823 } | 2845 } |
| 2824 DOM$fixMembers(c, [ | 2846 DOM$fixMembers(c, [ |
| 2825 'checkValidity', | 2847 'checkValidity', |
| 2848 'getSVGDocument', |
| 2826 'setCustomValidity']); | 2849 'setCustomValidity']); |
| 2827 c.$implements$HTMLObjectElement$Dart = 1; | 2850 c.$implements$HTMLObjectElement$Dart = 1; |
| 2828 c.$implements$HTMLElement$Dart = 1; | 2851 c.$implements$HTMLElement$Dart = 1; |
| 2829 c.$implements$Element$Dart = 1; | 2852 c.$implements$Element$Dart = 1; |
| 2830 c.$implements$Node$Dart = 1; | 2853 c.$implements$Node$Dart = 1; |
| 2831 c.$implements$EventTarget$Dart = 1; | 2854 c.$implements$EventTarget$Dart = 1; |
| 2832 c.$implements$NodeSelector$Dart = 1; | 2855 c.$implements$NodeSelector$Dart = 1; |
| 2833 c.$implements$ElementTraversal$Dart = 1; | 2856 c.$implements$ElementTraversal$Dart = 1; |
| 2834 } | 2857 } |
| 2835 function DOM$fixClass$HTMLOptGroupElement(c) { | 2858 function DOM$fixClass$HTMLOptGroupElement(c) { |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3645 DOM$fixClassOnDemand$ImageData(constructor); | 3668 DOM$fixClassOnDemand$ImageData(constructor); |
| 3646 return value; | 3669 return value; |
| 3647 } | 3670 } |
| 3648 function DOM$fixClass$InjectedScriptHost(c) { | 3671 function DOM$fixClass$InjectedScriptHost(c) { |
| 3649 if (c.prototype) { | 3672 if (c.prototype) { |
| 3650 } | 3673 } |
| 3651 DOM$fixMembers(c, [ | 3674 DOM$fixMembers(c, [ |
| 3652 'clearConsoleMessages', | 3675 'clearConsoleMessages', |
| 3653 'copyText', | 3676 'copyText', |
| 3654 'databaseId', | 3677 'databaseId', |
| 3678 'didCreateWorker', |
| 3679 'didDestroyWorker', |
| 3655 'evaluate', | 3680 'evaluate', |
| 3656 'inspect', | 3681 'inspect', |
| 3657 'inspectedNode', | 3682 'inspectedNode', |
| 3658 'internalConstructorName', | 3683 'internalConstructorName', |
| 3659 'isHTMLAllCollection', | 3684 'isHTMLAllCollection', |
| 3685 'nextWorkerId', |
| 3660 'storageId', | 3686 'storageId', |
| 3661 'type']); | 3687 'type']); |
| 3662 c.$implements$InjectedScriptHost$Dart = 1; | 3688 c.$implements$InjectedScriptHost$Dart = 1; |
| 3663 } | 3689 } |
| 3664 function DOM$fixClass$InspectorFrontendHost(c) { | 3690 function DOM$fixClass$InspectorFrontendHost(c) { |
| 3665 if (c.prototype) { | 3691 if (c.prototype) { |
| 3666 } | 3692 } |
| 3667 DOM$fixMembers(c, [ | 3693 DOM$fixMembers(c, [ |
| 3668 'bringToFront', | 3694 'bringToFront', |
| 3669 'closeWindow', | 3695 'closeWindow', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3962 'setNamedItem', | 3988 'setNamedItem', |
| 3963 'setNamedItemNS']); | 3989 'setNamedItemNS']); |
| 3964 c.$implements$NamedNodeMap$Dart = 1; | 3990 c.$implements$NamedNodeMap$Dart = 1; |
| 3965 } | 3991 } |
| 3966 function DOM$fixClass$Navigator(c) { | 3992 function DOM$fixClass$Navigator(c) { |
| 3967 if (c.prototype) { | 3993 if (c.prototype) { |
| 3968 c.prototype.appCodeName$getter = function() { return DOM$EnsureDartNull(this
.appCodeName); }; | 3994 c.prototype.appCodeName$getter = function() { return DOM$EnsureDartNull(this
.appCodeName); }; |
| 3969 c.prototype.appName$getter = function() { return DOM$EnsureDartNull(this.app
Name); }; | 3995 c.prototype.appName$getter = function() { return DOM$EnsureDartNull(this.app
Name); }; |
| 3970 c.prototype.appVersion$getter = function() { return DOM$EnsureDartNull(this.
appVersion); }; | 3996 c.prototype.appVersion$getter = function() { return DOM$EnsureDartNull(this.
appVersion); }; |
| 3971 c.prototype.cookieEnabled$getter = function() { return DOM$EnsureDartNull(th
is.cookieEnabled); }; | 3997 c.prototype.cookieEnabled$getter = function() { return DOM$EnsureDartNull(th
is.cookieEnabled); }; |
| 3998 c.prototype.geolocation$getter = function() { return DOM$EnsureDartNull(this
.geolocation); }; |
| 3972 c.prototype.language$getter = function() { return DOM$EnsureDartNull(this.la
nguage); }; | 3999 c.prototype.language$getter = function() { return DOM$EnsureDartNull(this.la
nguage); }; |
| 3973 c.prototype.mimeTypes$getter = function() { return DOM$EnsureDartNull(this.m
imeTypes); }; | 4000 c.prototype.mimeTypes$getter = function() { return DOM$EnsureDartNull(this.m
imeTypes); }; |
| 3974 c.prototype.onLine$getter = function() { return DOM$EnsureDartNull(this.onLi
ne); }; | 4001 c.prototype.onLine$getter = function() { return DOM$EnsureDartNull(this.onLi
ne); }; |
| 3975 c.prototype.platform$getter = function() { return DOM$EnsureDartNull(this.pl
atform); }; | 4002 c.prototype.platform$getter = function() { return DOM$EnsureDartNull(this.pl
atform); }; |
| 3976 c.prototype.plugins$getter = function() { return DOM$EnsureDartNull(this.plu
gins); }; | 4003 c.prototype.plugins$getter = function() { return DOM$EnsureDartNull(this.plu
gins); }; |
| 3977 c.prototype.product$getter = function() { return DOM$EnsureDartNull(this.pro
duct); }; | 4004 c.prototype.product$getter = function() { return DOM$EnsureDartNull(this.pro
duct); }; |
| 3978 c.prototype.productSub$getter = function() { return DOM$EnsureDartNull(this.
productSub); }; | 4005 c.prototype.productSub$getter = function() { return DOM$EnsureDartNull(this.
productSub); }; |
| 3979 c.prototype.userAgent$getter = function() { return DOM$EnsureDartNull(this.u
serAgent); }; | 4006 c.prototype.userAgent$getter = function() { return DOM$EnsureDartNull(this.u
serAgent); }; |
| 3980 c.prototype.vendor$getter = function() { return DOM$EnsureDartNull(this.vend
or); }; | 4007 c.prototype.vendor$getter = function() { return DOM$EnsureDartNull(this.vend
or); }; |
| 3981 c.prototype.vendorSub$getter = function() { return DOM$EnsureDartNull(this.v
endorSub); }; | 4008 c.prototype.vendorSub$getter = function() { return DOM$EnsureDartNull(this.v
endorSub); }; |
| 3982 } | 4009 } |
| 3983 DOM$fixMembers(c, [ | 4010 DOM$fixMembers(c, [ |
| 3984 'getStorageUpdates', | 4011 'getStorageUpdates', |
| 3985 'javaEnabled']); | 4012 'javaEnabled', |
| 4013 'registerProtocolHandler', |
| 4014 'webkitGetUserMedia']); |
| 3986 c.$implements$Navigator$Dart = 1; | 4015 c.$implements$Navigator$Dart = 1; |
| 3987 } | 4016 } |
| 3988 function DOM$fixClass$NavigatorUserMediaError(c) { | 4017 function DOM$fixClass$NavigatorUserMediaError(c) { |
| 3989 if (c.prototype) { | 4018 if (c.prototype) { |
| 3990 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; | 4019 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; |
| 3991 } | 4020 } |
| 3992 c.$implements$NavigatorUserMediaError$Dart = 1; | 4021 c.$implements$NavigatorUserMediaError$Dart = 1; |
| 3993 } | 4022 } |
| 3994 function DOM$fixClass$NavigatorUserMediaSuccessCallback(c) { | 4023 function DOM$fixClass$NavigatorUserMediaSuccessCallback(c) { |
| 3995 if (c.prototype) { | 4024 if (c.prototype) { |
| (...skipping 4081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8077 c.prototype.webkitNotifications$getter = function() { return DOM$fixValue$No
tificationCenter(this.webkitNotifications); }; | 8106 c.prototype.webkitNotifications$getter = function() { return DOM$fixValue$No
tificationCenter(this.webkitNotifications); }; |
| 8078 c.prototype.webkitURL$getter = function() { return DOM$EnsureDartNull(this.w
ebkitURL); }; | 8107 c.prototype.webkitURL$getter = function() { return DOM$EnsureDartNull(this.w
ebkitURL); }; |
| 8079 } | 8108 } |
| 8080 DOM$fixMembers(c, [ | 8109 DOM$fixMembers(c, [ |
| 8081 'addEventListener', | 8110 'addEventListener', |
| 8082 'clearInterval', | 8111 'clearInterval', |
| 8083 'clearTimeout', | 8112 'clearTimeout', |
| 8084 'close', | 8113 'close', |
| 8085 'dispatchEvent', | 8114 'dispatchEvent', |
| 8086 'importScripts', | 8115 'importScripts', |
| 8116 'openDatabase', |
| 8117 'openDatabaseSync', |
| 8087 'removeEventListener', | 8118 'removeEventListener', |
| 8088 'setInterval', | 8119 'setInterval', |
| 8089 'setTimeout', | 8120 'setTimeout', |
| 8090 'webkitRequestFileSystem', | 8121 'webkitRequestFileSystem', |
| 8091 'webkitRequestFileSystemSync', | 8122 'webkitRequestFileSystemSync', |
| 8092 'webkitResolveLocalFileSystemSyncURL', | 8123 'webkitResolveLocalFileSystemSyncURL', |
| 8093 'webkitResolveLocalFileSystemURL']); | 8124 'webkitResolveLocalFileSystemURL']); |
| 8094 c.$implements$WorkerContext$Dart = 1; | 8125 c.$implements$WorkerContext$Dart = 1; |
| 8095 } | 8126 } |
| 8096 function DOM$fixClass$WorkerLocation(c) { | 8127 function DOM$fixClass$WorkerLocation(c) { |
| (...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9085 DOM$fixClass$IDBDatabase(_); | 9116 DOM$fixClass$IDBDatabase(_); |
| 9086 } | 9117 } |
| 9087 if ((_ = w.IDBDatabaseError)) { | 9118 if ((_ = w.IDBDatabaseError)) { |
| 9088 w.IDBDatabaseError$Dart = _; | 9119 w.IDBDatabaseError$Dart = _; |
| 9089 DOM$fixClass$IDBDatabaseError(_); | 9120 DOM$fixClass$IDBDatabaseError(_); |
| 9090 } | 9121 } |
| 9091 if ((_ = w.IDBDatabaseException)) { | 9122 if ((_ = w.IDBDatabaseException)) { |
| 9092 w.IDBDatabaseException$Dart = _; | 9123 w.IDBDatabaseException$Dart = _; |
| 9093 DOM$fixClass$IDBDatabaseException(_); | 9124 DOM$fixClass$IDBDatabaseException(_); |
| 9094 } | 9125 } |
| 9126 if (!w.IDBFactory && (_ = w.webkitIndexedDB) && (_ = _.__proto__) && (_ = {pro
totype: _})) { |
| 9127 w.IDBFactory = _; |
| 9128 } |
| 9095 if ((_ = w.IDBFactory)) { | 9129 if ((_ = w.IDBFactory)) { |
| 9096 w.IDBFactory$Dart = _; | 9130 w.IDBFactory$Dart = _; |
| 9097 DOM$fixClass$IDBFactory(_); | 9131 DOM$fixClass$IDBFactory(_); |
| 9098 } | 9132 } |
| 9099 if ((_ = w.IDBIndex)) { | 9133 if ((_ = w.IDBIndex)) { |
| 9100 w.IDBIndex$Dart = _; | 9134 w.IDBIndex$Dart = _; |
| 9101 DOM$fixClass$IDBIndex(_); | 9135 DOM$fixClass$IDBIndex(_); |
| 9102 } | 9136 } |
| 9103 if ((_ = w.IDBKey)) { | 9137 if ((_ = w.IDBKey)) { |
| 9104 w.IDBKey$Dart = _; | 9138 w.IDBKey$Dart = _; |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10041 w.Storage = _; | 10075 w.Storage = _; |
| 10042 } | 10076 } |
| 10043 if ((_ = w.Storage)) { | 10077 if ((_ = w.Storage)) { |
| 10044 w.Storage$Dart = _; | 10078 w.Storage$Dart = _; |
| 10045 DOM$fixClass$Storage(_); | 10079 DOM$fixClass$Storage(_); |
| 10046 } | 10080 } |
| 10047 if ((_ = w.StorageEvent)) { | 10081 if ((_ = w.StorageEvent)) { |
| 10048 w.StorageEvent$Dart = _; | 10082 w.StorageEvent$Dart = _; |
| 10049 DOM$fixClass$StorageEvent(_); | 10083 DOM$fixClass$StorageEvent(_); |
| 10050 } | 10084 } |
| 10085 if (!w.StorageInfo && (_ = w.webkitStorageInfo) && (_ = _.__proto__) && (_ = {
prototype: _})) { |
| 10086 w.StorageInfo = _; |
| 10087 } |
| 10051 if ((_ = w.StorageInfo)) { | 10088 if ((_ = w.StorageInfo)) { |
| 10052 w.StorageInfo$Dart = _; | 10089 w.StorageInfo$Dart = _; |
| 10053 DOM$fixClass$StorageInfo(_); | 10090 DOM$fixClass$StorageInfo(_); |
| 10054 } | 10091 } |
| 10055 if (!w.StyleMedia && (_ = w.styleMedia) && (_ = _.__proto__) && (_ = {prototyp
e: _})) { | 10092 if (!w.StyleMedia && (_ = w.styleMedia) && (_ = _.__proto__) && (_ = {prototyp
e: _})) { |
| 10056 w.StyleMedia = _; | 10093 w.StyleMedia = _; |
| 10057 } | 10094 } |
| 10058 if ((_ = w.StyleMedia)) { | 10095 if ((_ = w.StyleMedia)) { |
| 10059 w.StyleMedia$Dart = _; | 10096 w.StyleMedia$Dart = _; |
| 10060 DOM$fixClass$StyleMedia(_); | 10097 DOM$fixClass$StyleMedia(_); |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10362 function native__NativeDomGlobalProperties_getWindow() { | 10399 function native__NativeDomGlobalProperties_getWindow() { |
| 10363 // TODO: Should the window be obtained from an isolate? | 10400 // TODO: Should the window be obtained from an isolate? |
| 10364 return window; | 10401 return window; |
| 10365 } | 10402 } |
| 10366 | 10403 |
| 10367 // Declared in src/GlobalProperties.dart | 10404 // Declared in src/GlobalProperties.dart |
| 10368 function native__NativeDomGlobalProperties_getDocument() { | 10405 function native__NativeDomGlobalProperties_getDocument() { |
| 10369 // TODO: Should the window be obtained from an isolate? | 10406 // TODO: Should the window be obtained from an isolate? |
| 10370 return window.document; | 10407 return window.document; |
| 10371 } | 10408 } |
| OLD | NEW |