| 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 // WARNING: Do not edit - generated code. | 5 // WARNING: Do not edit - generated code. |
| 6 | 6 |
| 7 /** | 7 /** |
| 8 * @fileoverview Dart externs for DOM runtime. | 8 * @fileoverview Dart externs for DOM runtime. |
| 9 * @externs | 9 * @externs |
| 10 */ | 10 */ |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 dom_externs.offsetHeight; // attribute Element.offsetHeight | 807 dom_externs.offsetHeight; // attribute Element.offsetHeight |
| 808 dom_externs.offsetLeft; // attribute Element.offsetLeft | 808 dom_externs.offsetLeft; // attribute Element.offsetLeft |
| 809 dom_externs.offsetParent; // attribute Element.offsetParent | 809 dom_externs.offsetParent; // attribute Element.offsetParent |
| 810 dom_externs.offsetTop; // attribute Element.offsetTop | 810 dom_externs.offsetTop; // attribute Element.offsetTop |
| 811 dom_externs.offsetWidth; // attribute Element.offsetWidth | 811 dom_externs.offsetWidth; // attribute Element.offsetWidth |
| 812 dom_externs.offsetX; // attribute MouseEvent.offsetX, attribu
te WheelEvent.offsetX | 812 dom_externs.offsetX; // attribute MouseEvent.offsetX, attribu
te WheelEvent.offsetX |
| 813 dom_externs.offsetY; // attribute MouseEvent.offsetY, attribu
te WheelEvent.offsetY | 813 dom_externs.offsetY; // attribute MouseEvent.offsetY, attribu
te WheelEvent.offsetY |
| 814 dom_externs.oldURL; // attribute HashChangeEvent.oldURL | 814 dom_externs.oldURL; // attribute HashChangeEvent.oldURL |
| 815 dom_externs.oldValue; // attribute MutationRecord.oldValue, at
tribute StorageEvent.oldValue | 815 dom_externs.oldValue; // attribute MutationRecord.oldValue, at
tribute StorageEvent.oldValue |
| 816 dom_externs.onLine; // attribute Navigator.onLine, attribute
WorkerNavigator.onLine | 816 dom_externs.onLine; // attribute Navigator.onLine, attribute
WorkerNavigator.onLine |
| 817 dom_externs.onabort; // attribute DOMWindow.onabort, attribut
e Document.onabort, attribute Element.onabort, attribute FileReader.onabort, att
ribute FileWriter.onabort, attribute IDBDatabase.onabort, attribute IDBTransacti
on.onabort, attribute XMLHttpRequest.onabort, attribute XMLHttpRequestUpload.ona
bort | |
| 818 dom_externs.onbeforecopy; // attribute Document.onbeforecopy, attr
ibute Element.onbeforecopy | |
| 819 dom_externs.onbeforecut; // attribute Document.onbeforecut, attri
bute Element.onbeforecut | |
| 820 dom_externs.onbeforepaste; // attribute Document.onbeforepaste, att
ribute Element.onbeforepaste | |
| 821 dom_externs.onbeforeunload; // attribute DOMWindow.onbeforeunload, a
ttribute HTMLBodyElement.onbeforeunload, attribute HTMLFrameSetElement.onbeforeu
nload | |
| 822 dom_externs.onblocked; // attribute IDBVersionChangeRequest.onb
locked | |
| 823 dom_externs.onblur; // attribute DOMWindow.onblur, attribute
Document.onblur, attribute Element.onblur, attribute HTMLBodyElement.onblur, at
tribute HTMLFrameSetElement.onblur | |
| 824 dom_externs.oncached; // attribute DOMApplicationCache.oncache
d | |
| 825 dom_externs.oncanplay; // attribute DOMWindow.oncanplay | |
| 826 dom_externs.oncanplaythrough; // attribute DOMWindow.oncanplaythrough | |
| 827 dom_externs.onchange; // attribute DOMWindow.onchange, attribu
te Document.onchange, attribute Element.onchange | |
| 828 dom_externs.onchecking; // attribute DOMApplicationCache.oncheck
ing | |
| 829 dom_externs.onclick; // attribute DOMWindow.onclick, attribut
e Document.onclick, attribute Element.onclick, attribute Notification.onclick | |
| 830 dom_externs.onclose; // attribute Notification.onclose, attri
bute WebSocket.onclose | |
| 831 dom_externs.oncomplete; // attribute IDBTransaction.oncomplete | |
| 832 dom_externs.onconnect; // attribute SharedWorkercontext.onconne
ct | |
| 833 dom_externs.oncontextmenu; // attribute DOMWindow.oncontextmenu, at
tribute Document.oncontextmenu, attribute Element.oncontextmenu | |
| 834 dom_externs.oncopy; // attribute Document.oncopy, attribute
Element.oncopy | |
| 835 dom_externs.oncut; // attribute Document.oncut, attribute E
lement.oncut | |
| 836 dom_externs.ondblclick; // attribute DOMWindow.ondblclick, attri
bute Document.ondblclick, attribute Element.ondblclick | |
| 837 dom_externs.ondevicemotion; // attribute DOMWindow.ondevicemotion | |
| 838 dom_externs.ondeviceorientation; // attribute DOMWindow.ondeviceorientati
on | |
| 839 dom_externs.ondisplay; // attribute Notification.ondisplay | |
| 840 dom_externs.ondownloading; // attribute DOMApplicationCache.ondownl
oading | |
| 841 dom_externs.ondrag; // attribute DOMWindow.ondrag, attribute
Document.ondrag, attribute Element.ondrag | |
| 842 dom_externs.ondragend; // attribute DOMWindow.ondragend, attrib
ute Document.ondragend, attribute Element.ondragend | |
| 843 dom_externs.ondragenter; // attribute DOMWindow.ondragenter, attr
ibute Document.ondragenter, attribute Element.ondragenter | |
| 844 dom_externs.ondragleave; // attribute DOMWindow.ondragleave, attr
ibute Document.ondragleave, attribute Element.ondragleave | |
| 845 dom_externs.ondragover; // attribute DOMWindow.ondragover, attri
bute Document.ondragover, attribute Element.ondragover | |
| 846 dom_externs.ondragstart; // attribute DOMWindow.ondragstart, attr
ibute Document.ondragstart, attribute Element.ondragstart | |
| 847 dom_externs.ondrop; // attribute DOMWindow.ondrop, attribute
Document.ondrop, attribute Element.ondrop | |
| 848 dom_externs.ondurationchange; // attribute DOMWindow.ondurationchange | |
| 849 dom_externs.onemptied; // attribute DOMWindow.onemptied | |
| 850 dom_externs.onended; // attribute DOMWindow.onended | |
| 851 dom_externs.onerror; // attribute AbstractWorker.onerror, att
ribute DOMApplicationCache.onerror, attribute DOMWindow.onerror, attribute Docum
ent.onerror, attribute Element.onerror, attribute EventSource.onerror, attribute
FileReader.onerror, attribute FileWriter.onerror, attribute HTMLBodyElement.one
rror, attribute HTMLFrameSetElement.onerror, attribute IDBDatabase.onerror, attr
ibute IDBRequest.onerror, attribute IDBTransaction.onerror, attribute Notificati
on.onerror, attribute WebSocket.onerror, attribute WorkerContext.onerror, attrib
ute XMLHttpRequest.onerror, attribute XMLHttpRequestUpload.onerror | |
| 852 dom_externs.onfocus; // attribute DOMWindow.onfocus, attribut
e Document.onfocus, attribute Element.onfocus, attribute HTMLBodyElement.onfocus
, attribute HTMLFrameSetElement.onfocus | |
| 853 dom_externs.onhashchange; // attribute DOMWindow.onhashchange, att
ribute HTMLBodyElement.onhashchange, attribute HTMLFrameSetElement.onhashchange | |
| 854 dom_externs.oninput; // attribute DOMWindow.oninput, attribut
e Document.oninput, attribute Element.oninput | |
| 855 dom_externs.oninvalid; // attribute DOMWindow.oninvalid, attrib
ute Document.oninvalid, attribute Element.oninvalid | |
| 856 dom_externs.onkeydown; // attribute DOMWindow.onkeydown, attrib
ute Document.onkeydown, attribute Element.onkeydown | |
| 857 dom_externs.onkeypress; // attribute DOMWindow.onkeypress, attri
bute Document.onkeypress, attribute Element.onkeypress | |
| 858 dom_externs.onkeyup; // attribute DOMWindow.onkeyup, attribut
e Document.onkeyup, attribute Element.onkeyup | |
| 859 dom_externs.onload; // attribute DOMWindow.onload, attribute
Document.onload, attribute Element.onload, attribute FileReader.onload, attribu
te HTMLBodyElement.onload, attribute HTMLFrameSetElement.onload, attribute XMLHt
tpRequest.onload, attribute XMLHttpRequestUpload.onload | |
| 860 dom_externs.onloadeddata; // attribute DOMWindow.onloadeddata | |
| 861 dom_externs.onloadedmetadata; // attribute DOMWindow.onloadedmetadata | |
| 862 dom_externs.onloadend; // attribute FileReader.onloadend | |
| 863 dom_externs.onloadstart; // attribute DOMWindow.onloadstart, attr
ibute FileReader.onloadstart, attribute XMLHttpRequest.onloadstart, attribute XM
LHttpRequestUpload.onloadstart | |
| 864 dom_externs.only; // operation IDBKeyRange.only | 817 dom_externs.only; // operation IDBKeyRange.only |
| 865 dom_externs.onmessage; // attribute DOMWindow.onmessage, attrib
ute DedicatedWorkerContext.onmessage, attribute EventSource.onmessage, attribute
HTMLBodyElement.onmessage, attribute HTMLFrameSetElement.onmessage, attribute M
essagePort.onmessage, attribute WebSocket.onmessage, attribute Worker.onmessage | |
| 866 dom_externs.onmousedown; // attribute DOMWindow.onmousedown, attr
ibute Document.onmousedown, attribute Element.onmousedown | |
| 867 dom_externs.onmousemove; // attribute DOMWindow.onmousemove, attr
ibute Document.onmousemove, attribute Element.onmousemove | |
| 868 dom_externs.onmouseout; // attribute DOMWindow.onmouseout, attri
bute Document.onmouseout, attribute Element.onmouseout | |
| 869 dom_externs.onmouseover; // attribute DOMWindow.onmouseover, attr
ibute Document.onmouseover, attribute Element.onmouseover | |
| 870 dom_externs.onmouseup; // attribute DOMWindow.onmouseup, attrib
ute Document.onmouseup, attribute Element.onmouseup | |
| 871 dom_externs.onmousewheel; // attribute DOMWindow.onmousewheel, att
ribute Document.onmousewheel, attribute Element.onmousewheel | |
| 872 dom_externs.onnoupdate; // attribute DOMApplicationCache.onnoupd
ate | |
| 873 dom_externs.onobsolete; // attribute DOMApplicationCache.onobsol
ete | |
| 874 dom_externs.onoffline; // attribute DOMWindow.onoffline, attrib
ute HTMLBodyElement.onoffline, attribute HTMLFrameSetElement.onoffline | |
| 875 dom_externs.ononline; // attribute DOMWindow.ononline, attribu
te HTMLBodyElement.ononline, attribute HTMLFrameSetElement.ononline | |
| 876 dom_externs.onopen; // attribute EventSource.onopen, attribu
te WebSocket.onopen | |
| 877 dom_externs.onorientationchange; // attribute HTMLBodyElement.onorientati
onchange, attribute HTMLFrameSetElement.onorientationchange | |
| 878 dom_externs.onpagehide; // attribute DOMWindow.onpagehide | |
| 879 dom_externs.onpageshow; // attribute DOMWindow.onpageshow | |
| 880 dom_externs.onpaste; // attribute Document.onpaste, attribute
Element.onpaste | |
| 881 dom_externs.onpause; // attribute DOMWindow.onpause | |
| 882 dom_externs.onplay; // attribute DOMWindow.onplay | |
| 883 dom_externs.onplaying; // attribute DOMWindow.onplaying | |
| 884 dom_externs.onpopstate; // attribute DOMWindow.onpopstate, attri
bute HTMLBodyElement.onpopstate, attribute HTMLFrameSetElement.onpopstate | |
| 885 dom_externs.onprogress; // attribute DOMApplicationCache.onprogr
ess, attribute DOMWindow.onprogress, attribute FileReader.onprogress, attribute
FileWriter.onprogress, attribute XMLHttpRequest.onprogress, attribute XMLHttpReq
uestUpload.onprogress | |
| 886 dom_externs.onratechange; // attribute DOMWindow.onratechange | |
| 887 dom_externs.onreadystatechange; // attribute Document.onreadystatechange
, attribute XMLHttpRequest.onreadystatechange | |
| 888 dom_externs.onreset; // attribute DOMWindow.onreset, attribut
e Document.onreset, attribute Element.onreset | |
| 889 dom_externs.onresize; // attribute DOMWindow.onresize, attribu
te HTMLBodyElement.onresize, attribute HTMLFrameSetElement.onresize | |
| 890 dom_externs.onscroll; // attribute DOMWindow.onscroll, attribu
te Document.onscroll, attribute Element.onscroll | |
| 891 dom_externs.onsearch; // attribute DOMWindow.onsearch, attribu
te Document.onsearch, attribute Element.onsearch | |
| 892 dom_externs.onseeked; // attribute DOMWindow.onseeked | |
| 893 dom_externs.onseeking; // attribute DOMWindow.onseeking | |
| 894 dom_externs.onselect; // attribute DOMWindow.onselect, attribu
te Document.onselect, attribute Element.onselect | |
| 895 dom_externs.onselectionchange; // attribute Document.onselectionchange | |
| 896 dom_externs.onselectstart; // attribute Document.onselectstart, att
ribute Element.onselectstart | |
| 897 dom_externs.onstalled; // attribute DOMWindow.onstalled | |
| 898 dom_externs.onstorage; // attribute DOMWindow.onstorage, attrib
ute HTMLBodyElement.onstorage, attribute HTMLFrameSetElement.onstorage | |
| 899 dom_externs.onsubmit; // attribute DOMWindow.onsubmit, attribu
te Document.onsubmit, attribute Element.onsubmit | |
| 900 dom_externs.onsuccess; // attribute IDBRequest.onsuccess | |
| 901 dom_externs.onsuspend; // attribute DOMWindow.onsuspend | |
| 902 dom_externs.ontimeupdate; // attribute DOMWindow.ontimeupdate | |
| 903 dom_externs.ontouchcancel; // attribute DOMWindow.ontouchcancel, at
tribute Document.ontouchcancel, attribute Element.ontouchcancel | |
| 904 dom_externs.ontouchend; // attribute DOMWindow.ontouchend, attri
bute Document.ontouchend, attribute Element.ontouchend | |
| 905 dom_externs.ontouchmove; // attribute DOMWindow.ontouchmove, attr
ibute Document.ontouchmove, attribute Element.ontouchmove | |
| 906 dom_externs.ontouchstart; // attribute DOMWindow.ontouchstart, att
ribute Document.ontouchstart, attribute Element.ontouchstart | |
| 907 dom_externs.onunload; // attribute DOMWindow.onunload, attribu
te HTMLBodyElement.onunload, attribute HTMLFrameSetElement.onunload | |
| 908 dom_externs.onupdateready; // attribute DOMApplicationCache.onupdat
eready | |
| 909 dom_externs.onversionchange; // attribute IDBDatabase.onversionchange | |
| 910 dom_externs.onvolumechange; // attribute DOMWindow.onvolumechange | |
| 911 dom_externs.onwaiting; // attribute DOMWindow.onwaiting | |
| 912 dom_externs.onwebkitanimationend; // attribute DOMWindow.onwebkitanimation
end | |
| 913 dom_externs.onwebkitanimationiteration; // attribute DOMWindow.onwebkitanimatio
niteration | |
| 914 dom_externs.onwebkitanimationstart; // attribute DOMWindow.onwebkitanimation
start | |
| 915 dom_externs.onwebkitfullscreenchange; // attribute Document.onwebkitfullscreen
change, attribute Element.onwebkitfullscreenchange | |
| 916 dom_externs.onwebkitspeechchange; // attribute HTMLInputElement.onwebkitsp
eechchange | |
| 917 dom_externs.onwebkittransitionend; // attribute DOMWindow.onwebkittransitio
nend | |
| 918 dom_externs.onwrite; // attribute FileWriter.onwrite | |
| 919 dom_externs.onwriteend; // attribute FileWriter.onwriteend | |
| 920 dom_externs.onwritestart; // attribute FileWriter.onwritestart | |
| 921 dom_externs.open; // operation DOMWindow.open, attribute H
TMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open,
operation XMLHttpRequest.open | 818 dom_externs.open; // operation DOMWindow.open, attribute H
TMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open,
operation XMLHttpRequest.open |
| 922 dom_externs.openCursor; // operation IDBIndex.openCursor, operat
ion IDBObjectStore.openCursor | 819 dom_externs.openCursor; // operation IDBIndex.openCursor, operat
ion IDBObjectStore.openCursor |
| 923 dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor | 820 dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor |
| 924 dom_externs.opener; // attribute DOMWindow.opener | 821 dom_externs.opener; // attribute DOMWindow.opener |
| 925 dom_externs.operationType; // attribute WebKitCSSFilterValue.operat
ionType, attribute WebKitCSSTransformValue.operationType | 822 dom_externs.operationType; // attribute WebKitCSSFilterValue.operat
ionType, attribute WebKitCSSTransformValue.operationType |
| 926 dom_externs.optimum; // attribute HTMLMeterElement.optimum | 823 dom_externs.optimum; // attribute HTMLMeterElement.optimum |
| 927 dom_externs.options; // attribute HTMLDataListElement.options
, attribute HTMLSelectElement.options | 824 dom_externs.options; // attribute HTMLDataListElement.options
, attribute HTMLSelectElement.options |
| 928 dom_externs.orient; // attribute OverflowEvent.orient | 825 dom_externs.orient; // attribute OverflowEvent.orient |
| 929 dom_externs.origin; // attribute HTMLAnchorElement.origin, a
ttribute Location.origin, attribute MessageEvent.origin | 826 dom_externs.origin; // attribute HTMLAnchorElement.origin, a
ttribute Location.origin, attribute MessageEvent.origin |
| 930 dom_externs.outerHTML; // attribute HTMLElement.outerHTML | 827 dom_externs.outerHTML; // attribute HTMLElement.outerHTML |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 dom_externs.write; // operation FileWriter.write, operation
FileWriterSync.write, operation HTMLDocument.write | 1338 dom_externs.write; // operation FileWriter.write, operation
FileWriterSync.write, operation HTMLDocument.write |
| 1442 dom_externs.writeln; // operation HTMLDocument.writeln | 1339 dom_externs.writeln; // operation HTMLDocument.writeln |
| 1443 dom_externs.x; // attribute HTMLImageElement.x, attribu
te MouseEvent.x, attribute WebKitPoint.x, attribute WheelEvent.x | 1340 dom_externs.x; // attribute HTMLImageElement.x, attribu
te MouseEvent.x, attribute WebKitPoint.x, attribute WheelEvent.x |
| 1444 dom_externs.xmlEncoding; // attribute Document.xmlEncoding | 1341 dom_externs.xmlEncoding; // attribute Document.xmlEncoding |
| 1445 dom_externs.xmlStandalone; // attribute Document.xmlStandalone | 1342 dom_externs.xmlStandalone; // attribute Document.xmlStandalone |
| 1446 dom_externs.xmlVersion; // attribute Document.xmlVersion | 1343 dom_externs.xmlVersion; // attribute Document.xmlVersion |
| 1447 dom_externs.y; // attribute HTMLImageElement.y, attribu
te MouseEvent.y, attribute WebKitPoint.y, attribute WheelEvent.y | 1344 dom_externs.y; // attribute HTMLImageElement.y, attribu
te MouseEvent.y, attribute WebKitPoint.y, attribute WheelEvent.y |
| 1448 | 1345 |
| 1449 | 1346 |
| 1450 } | 1347 } |
| OLD | NEW |