| OLD | NEW |
| 1 #library('dom'); | 1 #library('dom'); |
| 2 | 2 |
| 3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
| 6 | 6 |
| 7 // DO NOT EDIT | 7 // DO NOT EDIT |
| 8 // Auto-generated Dart DOM library. | 8 // Auto-generated Dart DOM library. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 class _DOMMimeTypeArrayJs extends _DOMTypeJs implements DOMMimeTypeArray native
"*DOMMimeTypeArray" { | 1060 class _DOMMimeTypeArrayJs extends _DOMTypeJs implements DOMMimeTypeArray native
"*DOMMimeTypeArray" { |
| 1061 | 1061 |
| 1062 final int length; | 1062 final int length; |
| 1063 | 1063 |
| 1064 _DOMMimeTypeJs item(int index) native; | 1064 _DOMMimeTypeJs item(int index) native; |
| 1065 | 1065 |
| 1066 _DOMMimeTypeJs namedItem(String name) native; | 1066 _DOMMimeTypeJs namedItem(String name) native; |
| 1067 } | 1067 } |
| 1068 | 1068 |
| 1069 class _DOMParserJs extends _DOMTypeJs implements DOMParser native "*DOMParser" { | 1069 class _DOMParserJs extends _DOMTypeJs implements DOMParser native "*DOMParser" { |
| 1070 DOMParser() native; | |
| 1071 | 1070 |
| 1072 _DocumentJs parseFromString(String str, String contentType) native; | 1071 _DocumentJs parseFromString(String str, String contentType) native; |
| 1073 } | 1072 } |
| 1074 | 1073 |
| 1075 class _DOMPluginJs extends _DOMTypeJs implements DOMPlugin native "*DOMPlugin" { | 1074 class _DOMPluginJs extends _DOMTypeJs implements DOMPlugin native "*DOMPlugin" { |
| 1076 | 1075 |
| 1077 final String description; | 1076 final String description; |
| 1078 | 1077 |
| 1079 final String filename; | 1078 final String filename; |
| 1080 | 1079 |
| (...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2712 List<Node> getRange(int start, int length) => | 2711 List<Node> getRange(int start, int length) => |
| 2713 _Lists.getRange(this, start, length, <Node>[]); | 2712 _Lists.getRange(this, start, length, <Node>[]); |
| 2714 | 2713 |
| 2715 // -- end List<Node> mixins. | 2714 // -- end List<Node> mixins. |
| 2716 | 2715 |
| 2717 _NodeJs item(int index) native; | 2716 _NodeJs item(int index) native; |
| 2718 | 2717 |
| 2719 _NodeJs namedItem(String name) native; | 2718 _NodeJs namedItem(String name) native; |
| 2720 } | 2719 } |
| 2721 | 2720 |
| 2722 class _HTMLContentElementJs extends _HTMLElementJs implements HTMLContentElement
native "*HTMLContentElement" { | |
| 2723 | |
| 2724 String select; | |
| 2725 } | |
| 2726 | |
| 2727 class _HTMLDListElementJs extends _HTMLElementJs implements HTMLDListElement nat
ive "*HTMLDListElement" { | 2721 class _HTMLDListElementJs extends _HTMLElementJs implements HTMLDListElement nat
ive "*HTMLDListElement" { |
| 2728 | 2722 |
| 2729 bool compact; | 2723 bool compact; |
| 2730 } | 2724 } |
| 2731 | 2725 |
| 2732 class _HTMLDataListElementJs extends _HTMLElementJs implements HTMLDataListEleme
nt native "*HTMLDataListElement" { | |
| 2733 | |
| 2734 final _HTMLCollectionJs options; | |
| 2735 } | |
| 2736 | |
| 2737 class _HTMLDetailsElementJs extends _HTMLElementJs implements HTMLDetailsElement
native "*HTMLDetailsElement" { | 2726 class _HTMLDetailsElementJs extends _HTMLElementJs implements HTMLDetailsElement
native "*HTMLDetailsElement" { |
| 2738 | 2727 |
| 2739 bool open; | 2728 bool open; |
| 2740 } | 2729 } |
| 2741 | 2730 |
| 2742 class _HTMLDirectoryElementJs extends _HTMLElementJs implements HTMLDirectoryEle
ment native "*HTMLDirectoryElement" { | 2731 class _HTMLDirectoryElementJs extends _HTMLElementJs implements HTMLDirectoryEle
ment native "*HTMLDirectoryElement" { |
| 2743 | 2732 |
| 2744 bool compact; | 2733 bool compact; |
| 2745 } | 2734 } |
| 2746 | 2735 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2813 bool hidden; | 2802 bool hidden; |
| 2814 | 2803 |
| 2815 String id; | 2804 String id; |
| 2816 | 2805 |
| 2817 String innerHTML; | 2806 String innerHTML; |
| 2818 | 2807 |
| 2819 String innerText; | 2808 String innerText; |
| 2820 | 2809 |
| 2821 final bool isContentEditable; | 2810 final bool isContentEditable; |
| 2822 | 2811 |
| 2823 String itemId; | |
| 2824 | |
| 2825 final _DOMSettableTokenListJs itemProp; | |
| 2826 | |
| 2827 final _DOMSettableTokenListJs itemRef; | |
| 2828 | |
| 2829 bool itemScope; | |
| 2830 | |
| 2831 final _DOMSettableTokenListJs itemType; | |
| 2832 | |
| 2833 Object itemValue; | |
| 2834 | |
| 2835 String lang; | 2812 String lang; |
| 2836 | 2813 |
| 2837 String outerHTML; | 2814 String outerHTML; |
| 2838 | 2815 |
| 2839 String outerText; | 2816 String outerText; |
| 2840 | 2817 |
| 2841 bool spellcheck; | 2818 bool spellcheck; |
| 2842 | 2819 |
| 2843 int tabIndex; | 2820 int tabIndex; |
| 2844 | 2821 |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3098 bool formNoValidate; | 3075 bool formNoValidate; |
| 3099 | 3076 |
| 3100 String formTarget; | 3077 String formTarget; |
| 3101 | 3078 |
| 3102 bool incremental; | 3079 bool incremental; |
| 3103 | 3080 |
| 3104 bool indeterminate; | 3081 bool indeterminate; |
| 3105 | 3082 |
| 3106 final _NodeListJs labels; | 3083 final _NodeListJs labels; |
| 3107 | 3084 |
| 3108 final _HTMLElementJs list; | |
| 3109 | |
| 3110 String max; | 3085 String max; |
| 3111 | 3086 |
| 3112 int maxLength; | 3087 int maxLength; |
| 3113 | 3088 |
| 3114 String min; | 3089 String min; |
| 3115 | 3090 |
| 3116 bool multiple; | 3091 bool multiple; |
| 3117 | 3092 |
| 3118 String name; | 3093 String name; |
| 3119 | 3094 |
| 3120 String pattern; | 3095 String pattern; |
| 3121 | 3096 |
| 3122 String placeholder; | 3097 String placeholder; |
| 3123 | 3098 |
| 3124 bool readOnly; | 3099 bool readOnly; |
| 3125 | 3100 |
| 3126 bool required; | 3101 bool required; |
| 3127 | 3102 |
| 3128 final _HTMLOptionElementJs selectedOption; | |
| 3129 | |
| 3130 String selectionDirection; | 3103 String selectionDirection; |
| 3131 | 3104 |
| 3132 int selectionEnd; | 3105 int selectionEnd; |
| 3133 | 3106 |
| 3134 int selectionStart; | 3107 int selectionStart; |
| 3135 | 3108 |
| 3136 int size; | 3109 int size; |
| 3137 | 3110 |
| 3138 String src; | 3111 String src; |
| 3139 | 3112 |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 | 3579 |
| 3607 final _NodeListJs labels; | 3580 final _NodeListJs labels; |
| 3608 | 3581 |
| 3609 num max; | 3582 num max; |
| 3610 | 3583 |
| 3611 final num position; | 3584 final num position; |
| 3612 | 3585 |
| 3613 num value; | 3586 num value; |
| 3614 } | 3587 } |
| 3615 | 3588 |
| 3616 class _HTMLPropertiesCollectionJs extends _HTMLCollectionJs implements HTMLPrope
rtiesCollection native "*HTMLPropertiesCollection" { | |
| 3617 | |
| 3618 final int length; | |
| 3619 | |
| 3620 _NodeJs item(int index) native; | |
| 3621 } | |
| 3622 | |
| 3623 class _HTMLQuoteElementJs extends _HTMLElementJs implements HTMLQuoteElement nat
ive "*HTMLQuoteElement" { | 3589 class _HTMLQuoteElementJs extends _HTMLElementJs implements HTMLQuoteElement nat
ive "*HTMLQuoteElement" { |
| 3624 | 3590 |
| 3625 String cite; | 3591 String cite; |
| 3626 } | 3592 } |
| 3627 | 3593 |
| 3628 class _HTMLScriptElementJs extends _HTMLElementJs implements HTMLScriptElement n
ative "*HTMLScriptElement" { | 3594 class _HTMLScriptElementJs extends _HTMLElementJs implements HTMLScriptElement n
ative "*HTMLScriptElement" { |
| 3629 | 3595 |
| 3630 bool async; | 3596 bool async; |
| 3631 | 3597 |
| 3632 String charset; | 3598 String charset; |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3702 | 3668 |
| 3703 class _HTMLSpanElementJs extends _HTMLElementJs implements HTMLSpanElement nativ
e "*HTMLSpanElement" { | 3669 class _HTMLSpanElementJs extends _HTMLElementJs implements HTMLSpanElement nativ
e "*HTMLSpanElement" { |
| 3704 } | 3670 } |
| 3705 | 3671 |
| 3706 class _HTMLStyleElementJs extends _HTMLElementJs implements HTMLStyleElement nat
ive "*HTMLStyleElement" { | 3672 class _HTMLStyleElementJs extends _HTMLElementJs implements HTMLStyleElement nat
ive "*HTMLStyleElement" { |
| 3707 | 3673 |
| 3708 bool disabled; | 3674 bool disabled; |
| 3709 | 3675 |
| 3710 String media; | 3676 String media; |
| 3711 | 3677 |
| 3712 bool scoped; | |
| 3713 | |
| 3714 final _StyleSheetJs sheet; | 3678 final _StyleSheetJs sheet; |
| 3715 | 3679 |
| 3716 String type; | 3680 String type; |
| 3717 } | 3681 } |
| 3718 | 3682 |
| 3719 class _HTMLTableCaptionElementJs extends _HTMLElementJs implements HTMLTableCapt
ionElement native "*HTMLTableCaptionElement" { | 3683 class _HTMLTableCaptionElementJs extends _HTMLElementJs implements HTMLTableCapt
ionElement native "*HTMLTableCaptionElement" { |
| 3720 | 3684 |
| 3721 String align; | 3685 String align; |
| 3722 } | 3686 } |
| 3723 | 3687 |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4274 | 4238 |
| 4275 class _ImageDataJs extends _DOMTypeJs implements ImageData native "*ImageData" { | 4239 class _ImageDataJs extends _DOMTypeJs implements ImageData native "*ImageData" { |
| 4276 | 4240 |
| 4277 final _CanvasPixelArrayJs data; | 4241 final _CanvasPixelArrayJs data; |
| 4278 | 4242 |
| 4279 final int height; | 4243 final int height; |
| 4280 | 4244 |
| 4281 final int width; | 4245 final int width; |
| 4282 } | 4246 } |
| 4283 | 4247 |
| 4284 class _InjectedScriptHostJs extends _DOMTypeJs implements InjectedScriptHost nat
ive "*InjectedScriptHost" { | |
| 4285 | |
| 4286 void clearConsoleMessages() native; | |
| 4287 | |
| 4288 void copyText(String text) native; | |
| 4289 | |
| 4290 int databaseId(Object database) native; | |
| 4291 | |
| 4292 void didCreateWorker(int id, String url, bool isFakeWorker) native; | |
| 4293 | |
| 4294 void didDestroyWorker(int id) native; | |
| 4295 | |
| 4296 Object evaluate(String text) native; | |
| 4297 | |
| 4298 Object functionDetails(Object object) native; | |
| 4299 | |
| 4300 void inspect(Object objectId, Object hints) native; | |
| 4301 | |
| 4302 Object inspectedNode(int num) native; | |
| 4303 | |
| 4304 Object internalConstructorName(Object object) native; | |
| 4305 | |
| 4306 bool isHTMLAllCollection(Object object) native; | |
| 4307 | |
| 4308 int nextWorkerId() native; | |
| 4309 | |
| 4310 int storageId(Object storage) native; | |
| 4311 | |
| 4312 String type(Object object) native; | |
| 4313 } | |
| 4314 | |
| 4315 class _InspectorFrontendHostJs extends _DOMTypeJs implements InspectorFrontendHo
st native "*InspectorFrontendHost" { | |
| 4316 | |
| 4317 void bringToFront() native; | |
| 4318 | |
| 4319 bool canSaveAs() native; | |
| 4320 | |
| 4321 void closeWindow() native; | |
| 4322 | |
| 4323 void copyText(String text) native; | |
| 4324 | |
| 4325 String hiddenPanels() native; | |
| 4326 | |
| 4327 void inspectedURLChanged(String newURL) native; | |
| 4328 | |
| 4329 String loadResourceSynchronously(String url) native; | |
| 4330 | |
| 4331 void loaded() native; | |
| 4332 | |
| 4333 String localizedStringsURL() native; | |
| 4334 | |
| 4335 void moveWindowBy(num x, num y) native; | |
| 4336 | |
| 4337 void openInNewTab(String url) native; | |
| 4338 | |
| 4339 String platform() native; | |
| 4340 | |
| 4341 String port() native; | |
| 4342 | |
| 4343 void recordActionTaken(int actionCode) native; | |
| 4344 | |
| 4345 void recordPanelShown(int panelCode) native; | |
| 4346 | |
| 4347 void recordSettingChanged(int settingChanged) native; | |
| 4348 | |
| 4349 void requestAttachWindow() native; | |
| 4350 | |
| 4351 void requestDetachWindow() native; | |
| 4352 | |
| 4353 void requestSetDockSide(String side) native; | |
| 4354 | |
| 4355 void saveAs(String fileName, String content) native; | |
| 4356 | |
| 4357 void sendMessageToBackend(String message) native; | |
| 4358 | |
| 4359 void setAttachedWindowHeight(int height) native; | |
| 4360 | |
| 4361 void setInjectedScriptForOrigin(String origin, String script) native; | |
| 4362 | |
| 4363 void showContextMenu(_MouseEventJs event, Object items) native; | |
| 4364 } | |
| 4365 | |
| 4366 class _Int16ArrayJs extends _ArrayBufferViewJs implements Int16Array, List<int>
native "*Int16Array" { | 4248 class _Int16ArrayJs extends _ArrayBufferViewJs implements Int16Array, List<int>
native "*Int16Array" { |
| 4367 | 4249 |
| 4368 factory Int16Array(int length) => _construct_Int16Array(length); | 4250 factory Int16Array(int length) => _construct_Int16Array(length); |
| 4369 | 4251 |
| 4370 factory Int16Array.fromList(List<int> list) => _construct_Int16Array(list); | 4252 factory Int16Array.fromList(List<int> list) => _construct_Int16Array(list); |
| 4371 | 4253 |
| 4372 factory Int16Array.fromBuffer(ArrayBuffer buffer) => _construct_Int16Array(buf
fer); | 4254 factory Int16Array.fromBuffer(ArrayBuffer buffer) => _construct_Int16Array(buf
fer); |
| 4373 | 4255 |
| 4374 static _construct_Int16Array(arg) native 'return new Int16Array(arg);'; | 4256 static _construct_Int16Array(arg) native 'return new Int16Array(arg);'; |
| 4375 | 4257 |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4961 final _EventTargetJs relatedTarget; | 4843 final _EventTargetJs relatedTarget; |
| 4962 | 4844 |
| 4963 final int screenX; | 4845 final int screenX; |
| 4964 | 4846 |
| 4965 final int screenY; | 4847 final int screenY; |
| 4966 | 4848 |
| 4967 final bool shiftKey; | 4849 final bool shiftKey; |
| 4968 | 4850 |
| 4969 final _NodeJs toElement; | 4851 final _NodeJs toElement; |
| 4970 | 4852 |
| 4971 final int webkitMovementX; | |
| 4972 | |
| 4973 final int webkitMovementY; | |
| 4974 | |
| 4975 final int x; | 4853 final int x; |
| 4976 | 4854 |
| 4977 final int y; | 4855 final int y; |
| 4978 | 4856 |
| 4979 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs
view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl
Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate
dTarget) native; | 4857 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs
view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl
Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate
dTarget) native; |
| 4980 } | 4858 } |
| 4981 | 4859 |
| 4982 class _MutationCallbackJs extends _DOMTypeJs implements MutationCallback native
"*MutationCallback" { | |
| 4983 } | |
| 4984 | |
| 4985 class _MutationEventJs extends _EventJs implements MutationEvent native "*Mutati
onEvent" { | 4860 class _MutationEventJs extends _EventJs implements MutationEvent native "*Mutati
onEvent" { |
| 4986 | 4861 |
| 4987 static final int ADDITION = 2; | 4862 static final int ADDITION = 2; |
| 4988 | 4863 |
| 4989 static final int MODIFICATION = 1; | 4864 static final int MODIFICATION = 1; |
| 4990 | 4865 |
| 4991 static final int REMOVAL = 3; | 4866 static final int REMOVAL = 3; |
| 4992 | 4867 |
| 4993 final int attrChange; | 4868 final int attrChange; |
| 4994 | 4869 |
| 4995 final String attrName; | 4870 final String attrName; |
| 4996 | 4871 |
| 4997 final String newValue; | 4872 final String newValue; |
| 4998 | 4873 |
| 4999 final String prevValue; | 4874 final String prevValue; |
| 5000 | 4875 |
| 5001 final _NodeJs relatedNode; | 4876 final _NodeJs relatedNode; |
| 5002 | 4877 |
| 5003 void initMutationEvent(String type, bool canBubble, bool cancelable, _NodeJs r
elatedNode, String prevValue, String newValue, String attrName, int attrChange)
native; | 4878 void initMutationEvent(String type, bool canBubble, bool cancelable, _NodeJs r
elatedNode, String prevValue, String newValue, String attrName, int attrChange)
native; |
| 5004 } | 4879 } |
| 5005 | 4880 |
| 5006 class _MutationRecordJs extends _DOMTypeJs implements MutationRecord native "*Mu
tationRecord" { | |
| 5007 | |
| 5008 final _NodeListJs addedNodes; | |
| 5009 | |
| 5010 final String attributeName; | |
| 5011 | |
| 5012 final String attributeNamespace; | |
| 5013 | |
| 5014 final _NodeJs nextSibling; | |
| 5015 | |
| 5016 final String oldValue; | |
| 5017 | |
| 5018 final _NodeJs previousSibling; | |
| 5019 | |
| 5020 final _NodeListJs removedNodes; | |
| 5021 | |
| 5022 final _NodeJs target; | |
| 5023 | |
| 5024 final String type; | |
| 5025 } | |
| 5026 | |
| 5027 class _NamedNodeMapJs extends _DOMTypeJs implements NamedNodeMap native "*NamedN
odeMap" { | 4881 class _NamedNodeMapJs extends _DOMTypeJs implements NamedNodeMap native "*NamedN
odeMap" { |
| 5028 | 4882 |
| 5029 final int length; | 4883 final int length; |
| 5030 | 4884 |
| 5031 _NodeJs operator[](int index) native "return this[index];"; | 4885 _NodeJs operator[](int index) native "return this[index];"; |
| 5032 | 4886 |
| 5033 void operator[]=(int index, _NodeJs value) { | 4887 void operator[]=(int index, _NodeJs value) { |
| 5034 throw new UnsupportedOperationException("Cannot assign element of immutable
List."); | 4888 throw new UnsupportedOperationException("Cannot assign element of immutable
List."); |
| 5035 } | 4889 } |
| 5036 // -- start List<Node> mixins. | 4890 // -- start List<Node> mixins. |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5567 | 5421 |
| 5568 final int responseStart; | 5422 final int responseStart; |
| 5569 | 5423 |
| 5570 final int secureConnectionStart; | 5424 final int secureConnectionStart; |
| 5571 | 5425 |
| 5572 final int unloadEventEnd; | 5426 final int unloadEventEnd; |
| 5573 | 5427 |
| 5574 final int unloadEventStart; | 5428 final int unloadEventStart; |
| 5575 } | 5429 } |
| 5576 | 5430 |
| 5577 class _PointerLockJs extends _DOMTypeJs implements PointerLock native "*PointerL
ock" { | |
| 5578 | |
| 5579 final bool isLocked; | |
| 5580 | |
| 5581 void lock(_ElementJs target, [VoidCallback successCallback = null, VoidCallbac
k failureCallback = null]) native; | |
| 5582 | |
| 5583 void unlock() native; | |
| 5584 } | |
| 5585 | |
| 5586 class _PopStateEventJs extends _EventJs implements PopStateEvent native "*PopSta
teEvent" { | 5431 class _PopStateEventJs extends _EventJs implements PopStateEvent native "*PopSta
teEvent" { |
| 5587 | 5432 |
| 5588 final Object state; | 5433 final Object state; |
| 5589 } | 5434 } |
| 5590 | 5435 |
| 5591 class _PositionErrorJs extends _DOMTypeJs implements PositionError native "*Posi
tionError" { | 5436 class _PositionErrorJs extends _DOMTypeJs implements PositionError native "*Posi
tionError" { |
| 5592 | 5437 |
| 5593 static final int PERMISSION_DENIED = 1; | 5438 static final int PERMISSION_DENIED = 1; |
| 5594 | 5439 |
| 5595 static final int POSITION_UNAVAILABLE = 2; | 5440 static final int POSITION_UNAVAILABLE = 2; |
| (...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9108 | 8953 |
| 9109 final num selfTime; | 8954 final num selfTime; |
| 9110 | 8955 |
| 9111 final num totalTime; | 8956 final num totalTime; |
| 9112 | 8957 |
| 9113 final String url; | 8958 final String url; |
| 9114 | 8959 |
| 9115 final bool visible; | 8960 final bool visible; |
| 9116 } | 8961 } |
| 9117 | 8962 |
| 9118 class _ShadowRootJs extends _NodeJs implements ShadowRoot native "*ShadowRoot" { | |
| 9119 | |
| 9120 final _ElementJs host; | |
| 9121 } | |
| 9122 | |
| 9123 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { | 8963 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { |
| 9124 | 8964 |
| 9125 final _MessagePortJs port; | 8965 final _MessagePortJs port; |
| 9126 } | 8966 } |
| 9127 | 8967 |
| 9128 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { | 8968 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { |
| 9129 | 8969 |
| 9130 final String name; | 8970 final String name; |
| 9131 | 8971 |
| 9132 EventListener onconnect; | 8972 EventListener onconnect; |
| (...skipping 1820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10953 _WebKitAnimationJs item(int index) native; | 10793 _WebKitAnimationJs item(int index) native; |
| 10954 } | 10794 } |
| 10955 | 10795 |
| 10956 class _WebKitBlobBuilderJs extends _DOMTypeJs implements WebKitBlobBuilder nativ
e "*WebKitBlobBuilder" { | 10796 class _WebKitBlobBuilderJs extends _DOMTypeJs implements WebKitBlobBuilder nativ
e "*WebKitBlobBuilder" { |
| 10957 | 10797 |
| 10958 void append(var arrayBuffer_OR_blob_OR_value, [String endings = null]) native; | 10798 void append(var arrayBuffer_OR_blob_OR_value, [String endings = null]) native; |
| 10959 | 10799 |
| 10960 _BlobJs getBlob([String contentType = null]) native; | 10800 _BlobJs getBlob([String contentType = null]) native; |
| 10961 } | 10801 } |
| 10962 | 10802 |
| 10963 class _WebKitCSSFilterValueJs extends _CSSValueListJs implements WebKitCSSFilter
Value native "*WebKitCSSFilterValue" { | |
| 10964 | |
| 10965 static final int CSS_FILTER_BLUR = 10; | |
| 10966 | |
| 10967 static final int CSS_FILTER_BRIGHTNESS = 8; | |
| 10968 | |
| 10969 static final int CSS_FILTER_CONTRAST = 9; | |
| 10970 | |
| 10971 static final int CSS_FILTER_DROP_SHADOW = 11; | |
| 10972 | |
| 10973 static final int CSS_FILTER_GRAYSCALE = 2; | |
| 10974 | |
| 10975 static final int CSS_FILTER_HUE_ROTATE = 5; | |
| 10976 | |
| 10977 static final int CSS_FILTER_INVERT = 6; | |
| 10978 | |
| 10979 static final int CSS_FILTER_OPACITY = 7; | |
| 10980 | |
| 10981 static final int CSS_FILTER_REFERENCE = 1; | |
| 10982 | |
| 10983 static final int CSS_FILTER_SATURATE = 4; | |
| 10984 | |
| 10985 static final int CSS_FILTER_SEPIA = 3; | |
| 10986 | |
| 10987 final int operationType; | |
| 10988 } | |
| 10989 | |
| 10990 class _WebKitCSSKeyframeRuleJs extends _CSSRuleJs implements WebKitCSSKeyframeRu
le native "*WebKitCSSKeyframeRule" { | 10803 class _WebKitCSSKeyframeRuleJs extends _CSSRuleJs implements WebKitCSSKeyframeRu
le native "*WebKitCSSKeyframeRule" { |
| 10991 | 10804 |
| 10992 String keyText; | 10805 String keyText; |
| 10993 | 10806 |
| 10994 final _CSSStyleDeclarationJs style; | 10807 final _CSSStyleDeclarationJs style; |
| 10995 } | 10808 } |
| 10996 | 10809 |
| 10997 class _WebKitCSSKeyframesRuleJs extends _CSSRuleJs implements WebKitCSSKeyframes
Rule native "*WebKitCSSKeyframesRule" { | 10810 class _WebKitCSSKeyframesRuleJs extends _CSSRuleJs implements WebKitCSSKeyframes
Rule native "*WebKitCSSKeyframesRule" { |
| 10998 | 10811 |
| 10999 final _CSSRuleListJs cssRules; | 10812 final _CSSRuleListJs cssRules; |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11121 | 10934 |
| 11122 static final int CSS_TRANSLATEX = 2; | 10935 static final int CSS_TRANSLATEX = 2; |
| 11123 | 10936 |
| 11124 static final int CSS_TRANSLATEY = 3; | 10937 static final int CSS_TRANSLATEY = 3; |
| 11125 | 10938 |
| 11126 static final int CSS_TRANSLATEZ = 12; | 10939 static final int CSS_TRANSLATEZ = 12; |
| 11127 | 10940 |
| 11128 final int operationType; | 10941 final int operationType; |
| 11129 } | 10942 } |
| 11130 | 10943 |
| 11131 class _WebKitMutationObserverJs extends _DOMTypeJs implements WebKitMutationObse
rver native "*WebKitMutationObserver" { | |
| 11132 | |
| 11133 void disconnect() native; | |
| 11134 } | |
| 11135 | |
| 11136 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { | 10944 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { |
| 11137 } | 10945 } |
| 11138 | 10946 |
| 11139 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { | 10947 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { |
| 11140 WebKitPoint(num x, num y) native; | 10948 WebKitPoint(num x, num y) native; |
| 11141 | 10949 |
| 11142 | 10950 |
| 11143 num x; | 10951 num x; |
| 11144 | 10952 |
| 11145 num y; | 10953 num y; |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11521 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 11329 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 11522 } | 11330 } |
| 11523 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11331 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11524 // for details. All rights reserved. Use of this source code is governed by a | 11332 // for details. All rights reserved. Use of this source code is governed by a |
| 11525 // BSD-style license that can be found in the LICENSE file. | 11333 // BSD-style license that can be found in the LICENSE file. |
| 11526 | 11334 |
| 11527 // WARNING: Do not edit - generated code. | 11335 // WARNING: Do not edit - generated code. |
| 11528 | 11336 |
| 11529 interface ArrayBuffer { | 11337 interface ArrayBuffer { |
| 11530 | 11338 |
| 11531 int get byteLength(); | 11339 final int byteLength; |
| 11532 | 11340 |
| 11533 ArrayBuffer slice(int begin, [int end]); | 11341 ArrayBuffer slice(int begin, [int end]); |
| 11534 } | 11342 } |
| 11535 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11343 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11536 // for details. All rights reserved. Use of this source code is governed by a | 11344 // for details. All rights reserved. Use of this source code is governed by a |
| 11537 // BSD-style license that can be found in the LICENSE file. | 11345 // BSD-style license that can be found in the LICENSE file. |
| 11538 | 11346 |
| 11539 // WARNING: Do not edit - generated code. | 11347 // WARNING: Do not edit - generated code. |
| 11540 | 11348 |
| 11541 interface ArrayBufferView { | 11349 interface ArrayBufferView { |
| 11542 | 11350 |
| 11543 ArrayBuffer get buffer(); | 11351 final ArrayBuffer buffer; |
| 11544 | 11352 |
| 11545 int get byteLength(); | 11353 final int byteLength; |
| 11546 | 11354 |
| 11547 int get byteOffset(); | 11355 final int byteOffset; |
| 11548 } | 11356 } |
| 11549 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11357 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11550 // for details. All rights reserved. Use of this source code is governed by a | 11358 // for details. All rights reserved. Use of this source code is governed by a |
| 11551 // BSD-style license that can be found in the LICENSE file. | 11359 // BSD-style license that can be found in the LICENSE file. |
| 11552 | 11360 |
| 11553 // WARNING: Do not edit - generated code. | 11361 // WARNING: Do not edit - generated code. |
| 11554 | 11362 |
| 11555 interface Attr extends Node { | 11363 interface Attr extends Node { |
| 11556 | 11364 |
| 11557 bool get isId(); | 11365 final bool isId; |
| 11558 | 11366 |
| 11559 String get name(); | 11367 final String name; |
| 11560 | 11368 |
| 11561 Element get ownerElement(); | 11369 final Element ownerElement; |
| 11562 | 11370 |
| 11563 bool get specified(); | 11371 final bool specified; |
| 11564 | 11372 |
| 11565 String get value(); | 11373 String value; |
| 11566 | |
| 11567 void set value(String value); | |
| 11568 } | 11374 } |
| 11569 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11375 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11570 // for details. All rights reserved. Use of this source code is governed by a | 11376 // for details. All rights reserved. Use of this source code is governed by a |
| 11571 // BSD-style license that can be found in the LICENSE file. | 11377 // BSD-style license that can be found in the LICENSE file. |
| 11572 | 11378 |
| 11573 // WARNING: Do not edit - generated code. | 11379 // WARNING: Do not edit - generated code. |
| 11574 | 11380 |
| 11575 interface AudioBuffer { | 11381 interface AudioBuffer { |
| 11576 | 11382 |
| 11577 num get duration(); | 11383 final num duration; |
| 11578 | 11384 |
| 11579 num get gain(); | 11385 num gain; |
| 11580 | 11386 |
| 11581 void set gain(num value); | 11387 final int length; |
| 11582 | 11388 |
| 11583 int get length(); | 11389 final int numberOfChannels; |
| 11584 | 11390 |
| 11585 int get numberOfChannels(); | 11391 final num sampleRate; |
| 11586 | |
| 11587 num get sampleRate(); | |
| 11588 | 11392 |
| 11589 Float32Array getChannelData(int channelIndex); | 11393 Float32Array getChannelData(int channelIndex); |
| 11590 } | 11394 } |
| 11591 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11395 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11592 // for details. All rights reserved. Use of this source code is governed by a | 11396 // for details. All rights reserved. Use of this source code is governed by a |
| 11593 // BSD-style license that can be found in the LICENSE file. | 11397 // BSD-style license that can be found in the LICENSE file. |
| 11594 | 11398 |
| 11595 // WARNING: Do not edit - generated code. | 11399 // WARNING: Do not edit - generated code. |
| 11596 | 11400 |
| 11597 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); | 11401 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); |
| 11598 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11402 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11599 // for details. All rights reserved. Use of this source code is governed by a | 11403 // for details. All rights reserved. Use of this source code is governed by a |
| 11600 // BSD-style license that can be found in the LICENSE file. | 11404 // BSD-style license that can be found in the LICENSE file. |
| 11601 | 11405 |
| 11602 // WARNING: Do not edit - generated code. | 11406 // WARNING: Do not edit - generated code. |
| 11603 | 11407 |
| 11604 interface AudioBufferSourceNode extends AudioSourceNode { | 11408 interface AudioBufferSourceNode extends AudioSourceNode { |
| 11605 | 11409 |
| 11606 AudioBuffer get buffer(); | 11410 AudioBuffer buffer; |
| 11607 | 11411 |
| 11608 void set buffer(AudioBuffer value); | 11412 final AudioGain gain; |
| 11609 | 11413 |
| 11610 AudioGain get gain(); | 11414 bool loop; |
| 11611 | 11415 |
| 11612 bool get loop(); | 11416 bool looping; |
| 11613 | 11417 |
| 11614 void set loop(bool value); | 11418 final AudioParam playbackRate; |
| 11615 | |
| 11616 bool get looping(); | |
| 11617 | |
| 11618 void set looping(bool value); | |
| 11619 | |
| 11620 AudioParam get playbackRate(); | |
| 11621 | 11419 |
| 11622 void noteGrainOn(num when, num grainOffset, num grainDuration); | 11420 void noteGrainOn(num when, num grainOffset, num grainDuration); |
| 11623 | 11421 |
| 11624 void noteOff(num when); | 11422 void noteOff(num when); |
| 11625 | 11423 |
| 11626 void noteOn(num when); | 11424 void noteOn(num when); |
| 11627 } | 11425 } |
| 11628 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11426 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11629 // for details. All rights reserved. Use of this source code is governed by a | 11427 // for details. All rights reserved. Use of this source code is governed by a |
| 11630 // BSD-style license that can be found in the LICENSE file. | 11428 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 11644 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11442 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11645 // for details. All rights reserved. Use of this source code is governed by a | 11443 // for details. All rights reserved. Use of this source code is governed by a |
| 11646 // BSD-style license that can be found in the LICENSE file. | 11444 // BSD-style license that can be found in the LICENSE file. |
| 11647 | 11445 |
| 11648 // WARNING: Do not edit - generated code. | 11446 // WARNING: Do not edit - generated code. |
| 11649 | 11447 |
| 11650 interface AudioContext default _AudioContextFactoryProvider { | 11448 interface AudioContext default _AudioContextFactoryProvider { |
| 11651 | 11449 |
| 11652 AudioContext(); | 11450 AudioContext(); |
| 11653 | 11451 |
| 11654 num get currentTime(); | 11452 final num currentTime; |
| 11655 | 11453 |
| 11656 AudioDestinationNode get destination(); | 11454 final AudioDestinationNode destination; |
| 11657 | 11455 |
| 11658 AudioListener get listener(); | 11456 final AudioListener listener; |
| 11659 | 11457 |
| 11660 EventListener get oncomplete(); | 11458 EventListener oncomplete; |
| 11661 | 11459 |
| 11662 void set oncomplete(EventListener value); | 11460 final num sampleRate; |
| 11663 | |
| 11664 num get sampleRate(); | |
| 11665 | 11461 |
| 11666 RealtimeAnalyserNode createAnalyser(); | 11462 RealtimeAnalyserNode createAnalyser(); |
| 11667 | 11463 |
| 11668 BiquadFilterNode createBiquadFilter(); | 11464 BiquadFilterNode createBiquadFilter(); |
| 11669 | 11465 |
| 11670 AudioBuffer createBuffer(var buffer_OR_numberOfChannels, var mixToMono_OR_numb
erOfFrames, [num sampleRate]); | 11466 AudioBuffer createBuffer(var buffer_OR_numberOfChannels, var mixToMono_OR_numb
erOfFrames, [num sampleRate]); |
| 11671 | 11467 |
| 11672 AudioBufferSourceNode createBufferSource(); | 11468 AudioBufferSourceNode createBufferSource(); |
| 11673 | 11469 |
| 11674 AudioChannelMerger createChannelMerger(); | 11470 AudioChannelMerger createChannelMerger(); |
| (...skipping 25 matching lines...) Expand all Loading... |
| 11700 void startRendering(); | 11496 void startRendering(); |
| 11701 } | 11497 } |
| 11702 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11498 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11703 // for details. All rights reserved. Use of this source code is governed by a | 11499 // for details. All rights reserved. Use of this source code is governed by a |
| 11704 // BSD-style license that can be found in the LICENSE file. | 11500 // BSD-style license that can be found in the LICENSE file. |
| 11705 | 11501 |
| 11706 // WARNING: Do not edit - generated code. | 11502 // WARNING: Do not edit - generated code. |
| 11707 | 11503 |
| 11708 interface AudioDestinationNode extends AudioNode { | 11504 interface AudioDestinationNode extends AudioNode { |
| 11709 | 11505 |
| 11710 int get numberOfChannels(); | 11506 final int numberOfChannels; |
| 11711 } | 11507 } |
| 11712 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11508 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11713 // for details. All rights reserved. Use of this source code is governed by a | 11509 // for details. All rights reserved. Use of this source code is governed by a |
| 11714 // BSD-style license that can be found in the LICENSE file. | 11510 // BSD-style license that can be found in the LICENSE file. |
| 11715 | 11511 |
| 11716 // WARNING: Do not edit - generated code. | 11512 // WARNING: Do not edit - generated code. |
| 11717 | 11513 |
| 11718 interface AudioGain extends AudioParam { | 11514 interface AudioGain extends AudioParam { |
| 11719 } | 11515 } |
| 11720 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11516 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11721 // for details. All rights reserved. Use of this source code is governed by a | 11517 // for details. All rights reserved. Use of this source code is governed by a |
| 11722 // BSD-style license that can be found in the LICENSE file. | 11518 // BSD-style license that can be found in the LICENSE file. |
| 11723 | 11519 |
| 11724 // WARNING: Do not edit - generated code. | 11520 // WARNING: Do not edit - generated code. |
| 11725 | 11521 |
| 11726 interface AudioGainNode extends AudioNode { | 11522 interface AudioGainNode extends AudioNode { |
| 11727 | 11523 |
| 11728 AudioGain get gain(); | 11524 final AudioGain gain; |
| 11729 } | 11525 } |
| 11730 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11526 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11731 // for details. All rights reserved. Use of this source code is governed by a | 11527 // for details. All rights reserved. Use of this source code is governed by a |
| 11732 // BSD-style license that can be found in the LICENSE file. | 11528 // BSD-style license that can be found in the LICENSE file. |
| 11733 | 11529 |
| 11734 // WARNING: Do not edit - generated code. | 11530 // WARNING: Do not edit - generated code. |
| 11735 | 11531 |
| 11736 interface AudioListener { | 11532 interface AudioListener { |
| 11737 | 11533 |
| 11738 num get dopplerFactor(); | 11534 num dopplerFactor; |
| 11739 | 11535 |
| 11740 void set dopplerFactor(num value); | 11536 num speedOfSound; |
| 11741 | |
| 11742 num get speedOfSound(); | |
| 11743 | |
| 11744 void set speedOfSound(num value); | |
| 11745 | 11537 |
| 11746 void setOrientation(num x, num y, num z, num xUp, num yUp, num zUp); | 11538 void setOrientation(num x, num y, num z, num xUp, num yUp, num zUp); |
| 11747 | 11539 |
| 11748 void setPosition(num x, num y, num z); | 11540 void setPosition(num x, num y, num z); |
| 11749 | 11541 |
| 11750 void setVelocity(num x, num y, num z); | 11542 void setVelocity(num x, num y, num z); |
| 11751 } | 11543 } |
| 11752 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11544 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11753 // for details. All rights reserved. Use of this source code is governed by a | 11545 // for details. All rights reserved. Use of this source code is governed by a |
| 11754 // BSD-style license that can be found in the LICENSE file. | 11546 // BSD-style license that can be found in the LICENSE file. |
| 11755 | 11547 |
| 11756 // WARNING: Do not edit - generated code. | 11548 // WARNING: Do not edit - generated code. |
| 11757 | 11549 |
| 11758 interface AudioNode { | 11550 interface AudioNode { |
| 11759 | 11551 |
| 11760 AudioContext get context(); | 11552 final AudioContext context; |
| 11761 | 11553 |
| 11762 int get numberOfInputs(); | 11554 final int numberOfInputs; |
| 11763 | 11555 |
| 11764 int get numberOfOutputs(); | 11556 final int numberOfOutputs; |
| 11765 | 11557 |
| 11766 void connect(AudioNode destination, int output, int input); | 11558 void connect(AudioNode destination, int output, int input); |
| 11767 | 11559 |
| 11768 void disconnect(int output); | 11560 void disconnect(int output); |
| 11769 } | 11561 } |
| 11770 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11562 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11771 // for details. All rights reserved. Use of this source code is governed by a | 11563 // for details. All rights reserved. Use of this source code is governed by a |
| 11772 // BSD-style license that can be found in the LICENSE file. | 11564 // BSD-style license that can be found in the LICENSE file. |
| 11773 | 11565 |
| 11774 // WARNING: Do not edit - generated code. | 11566 // WARNING: Do not edit - generated code. |
| 11775 | 11567 |
| 11776 interface AudioPannerNode extends AudioNode { | 11568 interface AudioPannerNode extends AudioNode { |
| 11777 | 11569 |
| 11778 static final int EQUALPOWER = 0; | 11570 static final int EQUALPOWER = 0; |
| 11779 | 11571 |
| 11780 static final int HRTF = 1; | 11572 static final int HRTF = 1; |
| 11781 | 11573 |
| 11782 static final int SOUNDFIELD = 2; | 11574 static final int SOUNDFIELD = 2; |
| 11783 | 11575 |
| 11784 AudioGain get coneGain(); | 11576 final AudioGain coneGain; |
| 11785 | 11577 |
| 11786 num get coneInnerAngle(); | 11578 num coneInnerAngle; |
| 11787 | 11579 |
| 11788 void set coneInnerAngle(num value); | 11580 num coneOuterAngle; |
| 11789 | 11581 |
| 11790 num get coneOuterAngle(); | 11582 num coneOuterGain; |
| 11791 | 11583 |
| 11792 void set coneOuterAngle(num value); | 11584 final AudioGain distanceGain; |
| 11793 | 11585 |
| 11794 num get coneOuterGain(); | 11586 int distanceModel; |
| 11795 | 11587 |
| 11796 void set coneOuterGain(num value); | 11588 num maxDistance; |
| 11797 | 11589 |
| 11798 AudioGain get distanceGain(); | 11590 int panningModel; |
| 11799 | 11591 |
| 11800 int get distanceModel(); | 11592 num refDistance; |
| 11801 | 11593 |
| 11802 void set distanceModel(int value); | 11594 num rolloffFactor; |
| 11803 | |
| 11804 num get maxDistance(); | |
| 11805 | |
| 11806 void set maxDistance(num value); | |
| 11807 | |
| 11808 int get panningModel(); | |
| 11809 | |
| 11810 void set panningModel(int value); | |
| 11811 | |
| 11812 num get refDistance(); | |
| 11813 | |
| 11814 void set refDistance(num value); | |
| 11815 | |
| 11816 num get rolloffFactor(); | |
| 11817 | |
| 11818 void set rolloffFactor(num value); | |
| 11819 | 11595 |
| 11820 void setOrientation(num x, num y, num z); | 11596 void setOrientation(num x, num y, num z); |
| 11821 | 11597 |
| 11822 void setPosition(num x, num y, num z); | 11598 void setPosition(num x, num y, num z); |
| 11823 | 11599 |
| 11824 void setVelocity(num x, num y, num z); | 11600 void setVelocity(num x, num y, num z); |
| 11825 } | 11601 } |
| 11826 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11602 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11827 // for details. All rights reserved. Use of this source code is governed by a | 11603 // for details. All rights reserved. Use of this source code is governed by a |
| 11828 // BSD-style license that can be found in the LICENSE file. | 11604 // BSD-style license that can be found in the LICENSE file. |
| 11829 | 11605 |
| 11830 // WARNING: Do not edit - generated code. | 11606 // WARNING: Do not edit - generated code. |
| 11831 | 11607 |
| 11832 interface AudioParam { | 11608 interface AudioParam { |
| 11833 | 11609 |
| 11834 num get defaultValue(); | 11610 final num defaultValue; |
| 11835 | 11611 |
| 11836 num get maxValue(); | 11612 final num maxValue; |
| 11837 | 11613 |
| 11838 num get minValue(); | 11614 final num minValue; |
| 11839 | 11615 |
| 11840 String get name(); | 11616 final String name; |
| 11841 | 11617 |
| 11842 int get units(); | 11618 final int units; |
| 11843 | 11619 |
| 11844 num get value(); | 11620 num value; |
| 11845 | |
| 11846 void set value(num value); | |
| 11847 | 11621 |
| 11848 void cancelScheduledValues(num startTime); | 11622 void cancelScheduledValues(num startTime); |
| 11849 | 11623 |
| 11850 void exponentialRampToValueAtTime(num value, num time); | 11624 void exponentialRampToValueAtTime(num value, num time); |
| 11851 | 11625 |
| 11852 void linearRampToValueAtTime(num value, num time); | 11626 void linearRampToValueAtTime(num value, num time); |
| 11853 | 11627 |
| 11854 void setTargetValueAtTime(num targetValue, num time, num timeConstant); | 11628 void setTargetValueAtTime(num targetValue, num time, num timeConstant); |
| 11855 | 11629 |
| 11856 void setValueAtTime(num value, num time); | 11630 void setValueAtTime(num value, num time); |
| 11857 | 11631 |
| 11858 void setValueCurveAtTime(Float32Array values, num time, num duration); | 11632 void setValueCurveAtTime(Float32Array values, num time, num duration); |
| 11859 } | 11633 } |
| 11860 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11634 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11861 // for details. All rights reserved. Use of this source code is governed by a | 11635 // for details. All rights reserved. Use of this source code is governed by a |
| 11862 // BSD-style license that can be found in the LICENSE file. | 11636 // BSD-style license that can be found in the LICENSE file. |
| 11863 | 11637 |
| 11864 // WARNING: Do not edit - generated code. | 11638 // WARNING: Do not edit - generated code. |
| 11865 | 11639 |
| 11866 interface AudioProcessingEvent extends Event { | 11640 interface AudioProcessingEvent extends Event { |
| 11867 | 11641 |
| 11868 AudioBuffer get inputBuffer(); | 11642 final AudioBuffer inputBuffer; |
| 11869 | 11643 |
| 11870 AudioBuffer get outputBuffer(); | 11644 final AudioBuffer outputBuffer; |
| 11871 } | 11645 } |
| 11872 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11646 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11873 // for details. All rights reserved. Use of this source code is governed by a | 11647 // for details. All rights reserved. Use of this source code is governed by a |
| 11874 // BSD-style license that can be found in the LICENSE file. | 11648 // BSD-style license that can be found in the LICENSE file. |
| 11875 | 11649 |
| 11876 // WARNING: Do not edit - generated code. | 11650 // WARNING: Do not edit - generated code. |
| 11877 | 11651 |
| 11878 interface AudioSourceNode extends AudioNode { | 11652 interface AudioSourceNode extends AudioNode { |
| 11879 } | 11653 } |
| 11880 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11654 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11881 // for details. All rights reserved. Use of this source code is governed by a | 11655 // for details. All rights reserved. Use of this source code is governed by a |
| 11882 // BSD-style license that can be found in the LICENSE file. | 11656 // BSD-style license that can be found in the LICENSE file. |
| 11883 | 11657 |
| 11884 // WARNING: Do not edit - generated code. | 11658 // WARNING: Do not edit - generated code. |
| 11885 | 11659 |
| 11886 interface BarProp { | 11660 interface BarProp { |
| 11887 | 11661 |
| 11888 bool get visible(); | 11662 final bool visible; |
| 11889 } | 11663 } |
| 11890 | 11664 |
| 11891 interface BarInfo extends BarProp { | 11665 interface BarInfo extends BarProp { |
| 11892 } | 11666 } |
| 11893 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11667 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11894 // for details. All rights reserved. Use of this source code is governed by a | 11668 // for details. All rights reserved. Use of this source code is governed by a |
| 11895 // BSD-style license that can be found in the LICENSE file. | 11669 // BSD-style license that can be found in the LICENSE file. |
| 11896 | 11670 |
| 11897 // WARNING: Do not edit - generated code. | 11671 // WARNING: Do not edit - generated code. |
| 11898 | 11672 |
| 11899 interface BeforeLoadEvent extends Event { | 11673 interface BeforeLoadEvent extends Event { |
| 11900 | 11674 |
| 11901 String get url(); | 11675 final String url; |
| 11902 } | 11676 } |
| 11903 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11677 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11904 // for details. All rights reserved. Use of this source code is governed by a | 11678 // for details. All rights reserved. Use of this source code is governed by a |
| 11905 // BSD-style license that can be found in the LICENSE file. | 11679 // BSD-style license that can be found in the LICENSE file. |
| 11906 | 11680 |
| 11907 // WARNING: Do not edit - generated code. | 11681 // WARNING: Do not edit - generated code. |
| 11908 | 11682 |
| 11909 interface BiquadFilterNode extends AudioNode { | 11683 interface BiquadFilterNode extends AudioNode { |
| 11910 | 11684 |
| 11911 static final int ALLPASS = 7; | 11685 static final int ALLPASS = 7; |
| 11912 | 11686 |
| 11913 static final int BANDPASS = 2; | 11687 static final int BANDPASS = 2; |
| 11914 | 11688 |
| 11915 static final int HIGHPASS = 1; | 11689 static final int HIGHPASS = 1; |
| 11916 | 11690 |
| 11917 static final int HIGHSHELF = 4; | 11691 static final int HIGHSHELF = 4; |
| 11918 | 11692 |
| 11919 static final int LOWPASS = 0; | 11693 static final int LOWPASS = 0; |
| 11920 | 11694 |
| 11921 static final int LOWSHELF = 3; | 11695 static final int LOWSHELF = 3; |
| 11922 | 11696 |
| 11923 static final int NOTCH = 6; | 11697 static final int NOTCH = 6; |
| 11924 | 11698 |
| 11925 static final int PEAKING = 5; | 11699 static final int PEAKING = 5; |
| 11926 | 11700 |
| 11927 AudioParam get Q(); | 11701 final AudioParam Q; |
| 11928 | 11702 |
| 11929 AudioParam get frequency(); | 11703 final AudioParam frequency; |
| 11930 | 11704 |
| 11931 AudioParam get gain(); | 11705 final AudioParam gain; |
| 11932 | 11706 |
| 11933 int get type(); | 11707 int type; |
| 11934 | |
| 11935 void set type(int value); | |
| 11936 | 11708 |
| 11937 void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse,
Float32Array phaseResponse); | 11709 void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse,
Float32Array phaseResponse); |
| 11938 } | 11710 } |
| 11939 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11711 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11940 // for details. All rights reserved. Use of this source code is governed by a | 11712 // for details. All rights reserved. Use of this source code is governed by a |
| 11941 // BSD-style license that can be found in the LICENSE file. | 11713 // BSD-style license that can be found in the LICENSE file. |
| 11942 | 11714 |
| 11943 // WARNING: Do not edit - generated code. | 11715 // WARNING: Do not edit - generated code. |
| 11944 | 11716 |
| 11945 interface Blob { | 11717 interface Blob { |
| 11946 | 11718 |
| 11947 int get size(); | 11719 final int size; |
| 11948 | 11720 |
| 11949 String get type(); | 11721 final String type; |
| 11950 | 11722 |
| 11951 Blob webkitSlice([int start, int end, String contentType]); | 11723 Blob webkitSlice([int start, int end, String contentType]); |
| 11952 } | 11724 } |
| 11953 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11725 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11954 // for details. All rights reserved. Use of this source code is governed by a | 11726 // for details. All rights reserved. Use of this source code is governed by a |
| 11955 // BSD-style license that can be found in the LICENSE file. | 11727 // BSD-style license that can be found in the LICENSE file. |
| 11956 | 11728 |
| 11957 // WARNING: Do not edit - generated code. | 11729 // WARNING: Do not edit - generated code. |
| 11958 | 11730 |
| 11959 interface CDATASection extends Text { | 11731 interface CDATASection extends Text { |
| 11960 } | 11732 } |
| 11961 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11733 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11962 // for details. All rights reserved. Use of this source code is governed by a | 11734 // for details. All rights reserved. Use of this source code is governed by a |
| 11963 // BSD-style license that can be found in the LICENSE file. | 11735 // BSD-style license that can be found in the LICENSE file. |
| 11964 | 11736 |
| 11965 // WARNING: Do not edit - generated code. | 11737 // WARNING: Do not edit - generated code. |
| 11966 | 11738 |
| 11967 interface CSSCharsetRule extends CSSRule { | 11739 interface CSSCharsetRule extends CSSRule { |
| 11968 | 11740 |
| 11969 String get encoding(); | 11741 String encoding; |
| 11970 | |
| 11971 void set encoding(String value); | |
| 11972 } | 11742 } |
| 11973 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11743 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11974 // for details. All rights reserved. Use of this source code is governed by a | 11744 // for details. All rights reserved. Use of this source code is governed by a |
| 11975 // BSD-style license that can be found in the LICENSE file. | 11745 // BSD-style license that can be found in the LICENSE file. |
| 11976 | 11746 |
| 11977 // WARNING: Do not edit - generated code. | 11747 // WARNING: Do not edit - generated code. |
| 11978 | 11748 |
| 11979 interface CSSFontFaceRule extends CSSRule { | 11749 interface CSSFontFaceRule extends CSSRule { |
| 11980 | 11750 |
| 11981 CSSStyleDeclaration get style(); | 11751 final CSSStyleDeclaration style; |
| 11982 } | 11752 } |
| 11983 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11753 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11984 // for details. All rights reserved. Use of this source code is governed by a | 11754 // for details. All rights reserved. Use of this source code is governed by a |
| 11985 // BSD-style license that can be found in the LICENSE file. | 11755 // BSD-style license that can be found in the LICENSE file. |
| 11986 | 11756 |
| 11987 // WARNING: Do not edit - generated code. | 11757 // WARNING: Do not edit - generated code. |
| 11988 | 11758 |
| 11989 interface CSSImportRule extends CSSRule { | 11759 interface CSSImportRule extends CSSRule { |
| 11990 | 11760 |
| 11991 String get href(); | 11761 final String href; |
| 11992 | 11762 |
| 11993 MediaList get media(); | 11763 final MediaList media; |
| 11994 | 11764 |
| 11995 CSSStyleSheet get styleSheet(); | 11765 final CSSStyleSheet styleSheet; |
| 11996 } | 11766 } |
| 11997 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11767 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 11998 // for details. All rights reserved. Use of this source code is governed by a | 11768 // for details. All rights reserved. Use of this source code is governed by a |
| 11999 // BSD-style license that can be found in the LICENSE file. | 11769 // BSD-style license that can be found in the LICENSE file. |
| 12000 | 11770 |
| 12001 // WARNING: Do not edit - generated code. | 11771 // WARNING: Do not edit - generated code. |
| 12002 | 11772 |
| 12003 interface CSSMediaRule extends CSSRule { | 11773 interface CSSMediaRule extends CSSRule { |
| 12004 | 11774 |
| 12005 CSSRuleList get cssRules(); | 11775 final CSSRuleList cssRules; |
| 12006 | 11776 |
| 12007 MediaList get media(); | 11777 final MediaList media; |
| 12008 | 11778 |
| 12009 void deleteRule(int index); | 11779 void deleteRule(int index); |
| 12010 | 11780 |
| 12011 int insertRule(String rule, int index); | 11781 int insertRule(String rule, int index); |
| 12012 } | 11782 } |
| 12013 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11783 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12014 // for details. All rights reserved. Use of this source code is governed by a | 11784 // for details. All rights reserved. Use of this source code is governed by a |
| 12015 // BSD-style license that can be found in the LICENSE file. | 11785 // BSD-style license that can be found in the LICENSE file. |
| 12016 | 11786 |
| 12017 // WARNING: Do not edit - generated code. | 11787 // WARNING: Do not edit - generated code. |
| 12018 | 11788 |
| 12019 interface CSSPageRule extends CSSRule { | 11789 interface CSSPageRule extends CSSRule { |
| 12020 | 11790 |
| 12021 String get selectorText(); | 11791 String selectorText; |
| 12022 | 11792 |
| 12023 void set selectorText(String value); | 11793 final CSSStyleDeclaration style; |
| 12024 | |
| 12025 CSSStyleDeclaration get style(); | |
| 12026 } | 11794 } |
| 12027 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11795 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12028 // for details. All rights reserved. Use of this source code is governed by a | 11796 // for details. All rights reserved. Use of this source code is governed by a |
| 12029 // BSD-style license that can be found in the LICENSE file. | 11797 // BSD-style license that can be found in the LICENSE file. |
| 12030 | 11798 |
| 12031 // WARNING: Do not edit - generated code. | 11799 // WARNING: Do not edit - generated code. |
| 12032 | 11800 |
| 12033 interface CSSPrimitiveValue extends CSSValue { | 11801 interface CSSPrimitiveValue extends CSSValue { |
| 12034 | 11802 |
| 12035 static final int CSS_ATTR = 22; | 11803 static final int CSS_ATTR = 22; |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12077 static final int CSS_RGBCOLOR = 25; | 11845 static final int CSS_RGBCOLOR = 25; |
| 12078 | 11846 |
| 12079 static final int CSS_S = 15; | 11847 static final int CSS_S = 15; |
| 12080 | 11848 |
| 12081 static final int CSS_STRING = 19; | 11849 static final int CSS_STRING = 19; |
| 12082 | 11850 |
| 12083 static final int CSS_UNKNOWN = 0; | 11851 static final int CSS_UNKNOWN = 0; |
| 12084 | 11852 |
| 12085 static final int CSS_URI = 20; | 11853 static final int CSS_URI = 20; |
| 12086 | 11854 |
| 12087 int get primitiveType(); | 11855 final int primitiveType; |
| 12088 | 11856 |
| 12089 Counter getCounterValue(); | 11857 Counter getCounterValue(); |
| 12090 | 11858 |
| 12091 num getFloatValue(int unitType); | 11859 num getFloatValue(int unitType); |
| 12092 | 11860 |
| 12093 RGBColor getRGBColorValue(); | 11861 RGBColor getRGBColorValue(); |
| 12094 | 11862 |
| 12095 Rect getRectValue(); | 11863 Rect getRectValue(); |
| 12096 | 11864 |
| 12097 String getStringValue(); | 11865 String getStringValue(); |
| (...skipping 23 matching lines...) Expand all Loading... |
| 12121 static final int STYLE_RULE = 1; | 11889 static final int STYLE_RULE = 1; |
| 12122 | 11890 |
| 12123 static final int UNKNOWN_RULE = 0; | 11891 static final int UNKNOWN_RULE = 0; |
| 12124 | 11892 |
| 12125 static final int WEBKIT_KEYFRAMES_RULE = 8; | 11893 static final int WEBKIT_KEYFRAMES_RULE = 8; |
| 12126 | 11894 |
| 12127 static final int WEBKIT_KEYFRAME_RULE = 9; | 11895 static final int WEBKIT_KEYFRAME_RULE = 9; |
| 12128 | 11896 |
| 12129 static final int WEBKIT_REGION_RULE = 10; | 11897 static final int WEBKIT_REGION_RULE = 10; |
| 12130 | 11898 |
| 12131 String get cssText(); | 11899 String cssText; |
| 12132 | 11900 |
| 12133 void set cssText(String value); | 11901 final CSSRule parentRule; |
| 12134 | 11902 |
| 12135 CSSRule get parentRule(); | 11903 final CSSStyleSheet parentStyleSheet; |
| 12136 | 11904 |
| 12137 CSSStyleSheet get parentStyleSheet(); | 11905 final int type; |
| 12138 | |
| 12139 int get type(); | |
| 12140 } | 11906 } |
| 12141 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11907 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12142 // for details. All rights reserved. Use of this source code is governed by a | 11908 // for details. All rights reserved. Use of this source code is governed by a |
| 12143 // BSD-style license that can be found in the LICENSE file. | 11909 // BSD-style license that can be found in the LICENSE file. |
| 12144 | 11910 |
| 12145 // WARNING: Do not edit - generated code. | 11911 // WARNING: Do not edit - generated code. |
| 12146 | 11912 |
| 12147 interface CSSRuleList { | 11913 interface CSSRuleList { |
| 12148 | 11914 |
| 12149 int get length(); | 11915 final int length; |
| 12150 | 11916 |
| 12151 CSSRule item(int index); | 11917 CSSRule item(int index); |
| 12152 } | 11918 } |
| 12153 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11919 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12154 // for details. All rights reserved. Use of this source code is governed by a | 11920 // for details. All rights reserved. Use of this source code is governed by a |
| 12155 // BSD-style license that can be found in the LICENSE file. | 11921 // BSD-style license that can be found in the LICENSE file. |
| 12156 | 11922 |
| 12157 // WARNING: Do not edit - generated code. | 11923 // WARNING: Do not edit - generated code. |
| 12158 | 11924 |
| 12159 interface CSSStyleDeclaration { | 11925 interface CSSStyleDeclaration { |
| 12160 | 11926 |
| 12161 String get cssText(); | 11927 String cssText; |
| 12162 | 11928 |
| 12163 void set cssText(String value); | 11929 final int length; |
| 12164 | 11930 |
| 12165 int get length(); | 11931 final CSSRule parentRule; |
| 12166 | |
| 12167 CSSRule get parentRule(); | |
| 12168 | 11932 |
| 12169 CSSValue getPropertyCSSValue(String propertyName); | 11933 CSSValue getPropertyCSSValue(String propertyName); |
| 12170 | 11934 |
| 12171 String getPropertyPriority(String propertyName); | 11935 String getPropertyPriority(String propertyName); |
| 12172 | 11936 |
| 12173 String getPropertyShorthand(String propertyName); | 11937 String getPropertyShorthand(String propertyName); |
| 12174 | 11938 |
| 12175 String getPropertyValue(String propertyName); | 11939 String getPropertyValue(String propertyName); |
| 12176 | 11940 |
| 12177 bool isPropertyImplicit(String propertyName); | 11941 bool isPropertyImplicit(String propertyName); |
| 12178 | 11942 |
| 12179 String item(int index); | 11943 String item(int index); |
| 12180 | 11944 |
| 12181 String removeProperty(String propertyName); | 11945 String removeProperty(String propertyName); |
| 12182 | 11946 |
| 12183 void setProperty(String propertyName, String value, [String priority]); | 11947 void setProperty(String propertyName, String value, [String priority]); |
| 12184 } | 11948 } |
| 12185 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11949 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12186 // for details. All rights reserved. Use of this source code is governed by a | 11950 // for details. All rights reserved. Use of this source code is governed by a |
| 12187 // BSD-style license that can be found in the LICENSE file. | 11951 // BSD-style license that can be found in the LICENSE file. |
| 12188 | 11952 |
| 12189 // WARNING: Do not edit - generated code. | 11953 // WARNING: Do not edit - generated code. |
| 12190 | 11954 |
| 12191 interface CSSStyleRule extends CSSRule { | 11955 interface CSSStyleRule extends CSSRule { |
| 12192 | 11956 |
| 12193 String get selectorText(); | 11957 String selectorText; |
| 12194 | 11958 |
| 12195 void set selectorText(String value); | 11959 final CSSStyleDeclaration style; |
| 12196 | |
| 12197 CSSStyleDeclaration get style(); | |
| 12198 } | 11960 } |
| 12199 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11961 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12200 // for details. All rights reserved. Use of this source code is governed by a | 11962 // for details. All rights reserved. Use of this source code is governed by a |
| 12201 // BSD-style license that can be found in the LICENSE file. | 11963 // BSD-style license that can be found in the LICENSE file. |
| 12202 | 11964 |
| 12203 // WARNING: Do not edit - generated code. | 11965 // WARNING: Do not edit - generated code. |
| 12204 | 11966 |
| 12205 interface CSSStyleSheet extends StyleSheet { | 11967 interface CSSStyleSheet extends StyleSheet { |
| 12206 | 11968 |
| 12207 CSSRuleList get cssRules(); | 11969 final CSSRuleList cssRules; |
| 12208 | 11970 |
| 12209 CSSRule get ownerRule(); | 11971 final CSSRule ownerRule; |
| 12210 | 11972 |
| 12211 CSSRuleList get rules(); | 11973 final CSSRuleList rules; |
| 12212 | 11974 |
| 12213 int addRule(String selector, String style, [int index]); | 11975 int addRule(String selector, String style, [int index]); |
| 12214 | 11976 |
| 12215 void deleteRule(int index); | 11977 void deleteRule(int index); |
| 12216 | 11978 |
| 12217 int insertRule(String rule, int index); | 11979 int insertRule(String rule, int index); |
| 12218 | 11980 |
| 12219 void removeRule(int index); | 11981 void removeRule(int index); |
| 12220 } | 11982 } |
| 12221 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 11983 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 13 matching lines...) Expand all Loading... |
| 12235 interface CSSValue { | 11997 interface CSSValue { |
| 12236 | 11998 |
| 12237 static final int CSS_CUSTOM = 3; | 11999 static final int CSS_CUSTOM = 3; |
| 12238 | 12000 |
| 12239 static final int CSS_INHERIT = 0; | 12001 static final int CSS_INHERIT = 0; |
| 12240 | 12002 |
| 12241 static final int CSS_PRIMITIVE_VALUE = 1; | 12003 static final int CSS_PRIMITIVE_VALUE = 1; |
| 12242 | 12004 |
| 12243 static final int CSS_VALUE_LIST = 2; | 12005 static final int CSS_VALUE_LIST = 2; |
| 12244 | 12006 |
| 12245 String get cssText(); | 12007 String cssText; |
| 12246 | 12008 |
| 12247 void set cssText(String value); | 12009 final int cssValueType; |
| 12248 | |
| 12249 int get cssValueType(); | |
| 12250 } | 12010 } |
| 12251 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12011 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12252 // for details. All rights reserved. Use of this source code is governed by a | 12012 // for details. All rights reserved. Use of this source code is governed by a |
| 12253 // BSD-style license that can be found in the LICENSE file. | 12013 // BSD-style license that can be found in the LICENSE file. |
| 12254 | 12014 |
| 12255 // WARNING: Do not edit - generated code. | 12015 // WARNING: Do not edit - generated code. |
| 12256 | 12016 |
| 12257 interface CSSValueList extends CSSValue { | 12017 interface CSSValueList extends CSSValue { |
| 12258 | 12018 |
| 12259 int get length(); | 12019 final int length; |
| 12260 | 12020 |
| 12261 CSSValue item(int index); | 12021 CSSValue item(int index); |
| 12262 } | 12022 } |
| 12263 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12023 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12264 // for details. All rights reserved. Use of this source code is governed by a | 12024 // for details. All rights reserved. Use of this source code is governed by a |
| 12265 // BSD-style license that can be found in the LICENSE file. | 12025 // BSD-style license that can be found in the LICENSE file. |
| 12266 | 12026 |
| 12267 // WARNING: Do not edit - generated code. | 12027 // WARNING: Do not edit - generated code. |
| 12268 | 12028 |
| 12269 interface CanvasGradient { | 12029 interface CanvasGradient { |
| 12270 | 12030 |
| 12271 void addColorStop(num offset, String color); | 12031 void addColorStop(num offset, String color); |
| 12272 } | 12032 } |
| 12273 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12033 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12274 // for details. All rights reserved. Use of this source code is governed by a | 12034 // for details. All rights reserved. Use of this source code is governed by a |
| 12275 // BSD-style license that can be found in the LICENSE file. | 12035 // BSD-style license that can be found in the LICENSE file. |
| 12276 | 12036 |
| 12277 // WARNING: Do not edit - generated code. | 12037 // WARNING: Do not edit - generated code. |
| 12278 | 12038 |
| 12279 interface CanvasPattern { | 12039 interface CanvasPattern { |
| 12280 } | 12040 } |
| 12281 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12041 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12282 // for details. All rights reserved. Use of this source code is governed by a | 12042 // for details. All rights reserved. Use of this source code is governed by a |
| 12283 // BSD-style license that can be found in the LICENSE file. | 12043 // BSD-style license that can be found in the LICENSE file. |
| 12284 | 12044 |
| 12285 // WARNING: Do not edit - generated code. | 12045 // WARNING: Do not edit - generated code. |
| 12286 | 12046 |
| 12287 interface CanvasPixelArray extends List<int> { | 12047 interface CanvasPixelArray extends List<int> { |
| 12288 | 12048 |
| 12289 int get length(); | 12049 final int length; |
| 12290 } | 12050 } |
| 12291 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12051 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12292 // for details. All rights reserved. Use of this source code is governed by a | 12052 // for details. All rights reserved. Use of this source code is governed by a |
| 12293 // BSD-style license that can be found in the LICENSE file. | 12053 // BSD-style license that can be found in the LICENSE file. |
| 12294 | 12054 |
| 12295 // WARNING: Do not edit - generated code. | 12055 // WARNING: Do not edit - generated code. |
| 12296 | 12056 |
| 12297 interface CanvasRenderingContext { | 12057 interface CanvasRenderingContext { |
| 12298 | 12058 |
| 12299 HTMLCanvasElement get canvas(); | 12059 final HTMLCanvasElement canvas; |
| 12300 } | 12060 } |
| 12301 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12061 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12302 // for details. All rights reserved. Use of this source code is governed by a | 12062 // for details. All rights reserved. Use of this source code is governed by a |
| 12303 // BSD-style license that can be found in the LICENSE file. | 12063 // BSD-style license that can be found in the LICENSE file. |
| 12304 | 12064 |
| 12305 // WARNING: Do not edit - generated code. | 12065 // WARNING: Do not edit - generated code. |
| 12306 | 12066 |
| 12307 interface CanvasRenderingContext2D extends CanvasRenderingContext { | 12067 interface CanvasRenderingContext2D extends CanvasRenderingContext { |
| 12308 | 12068 |
| 12309 Dynamic get fillStyle(); | 12069 Dynamic fillStyle; |
| 12310 | 12070 |
| 12311 void set fillStyle(Dynamic value); | 12071 String font; |
| 12312 | 12072 |
| 12313 String get font(); | 12073 num globalAlpha; |
| 12314 | 12074 |
| 12315 void set font(String value); | 12075 String globalCompositeOperation; |
| 12316 | 12076 |
| 12317 num get globalAlpha(); | 12077 String lineCap; |
| 12318 | 12078 |
| 12319 void set globalAlpha(num value); | 12079 String lineJoin; |
| 12320 | 12080 |
| 12321 String get globalCompositeOperation(); | 12081 num lineWidth; |
| 12322 | 12082 |
| 12323 void set globalCompositeOperation(String value); | 12083 num miterLimit; |
| 12324 | 12084 |
| 12325 String get lineCap(); | 12085 num shadowBlur; |
| 12326 | 12086 |
| 12327 void set lineCap(String value); | 12087 String shadowColor; |
| 12328 | 12088 |
| 12329 String get lineJoin(); | 12089 num shadowOffsetX; |
| 12330 | 12090 |
| 12331 void set lineJoin(String value); | 12091 num shadowOffsetY; |
| 12332 | 12092 |
| 12333 num get lineWidth(); | 12093 Dynamic strokeStyle; |
| 12334 | 12094 |
| 12335 void set lineWidth(num value); | 12095 String textAlign; |
| 12336 | 12096 |
| 12337 num get miterLimit(); | 12097 String textBaseline; |
| 12338 | 12098 |
| 12339 void set miterLimit(num value); | 12099 List webkitLineDash; |
| 12340 | 12100 |
| 12341 num get shadowBlur(); | 12101 num webkitLineDashOffset; |
| 12342 | |
| 12343 void set shadowBlur(num value); | |
| 12344 | |
| 12345 String get shadowColor(); | |
| 12346 | |
| 12347 void set shadowColor(String value); | |
| 12348 | |
| 12349 num get shadowOffsetX(); | |
| 12350 | |
| 12351 void set shadowOffsetX(num value); | |
| 12352 | |
| 12353 num get shadowOffsetY(); | |
| 12354 | |
| 12355 void set shadowOffsetY(num value); | |
| 12356 | |
| 12357 Dynamic get strokeStyle(); | |
| 12358 | |
| 12359 void set strokeStyle(Dynamic value); | |
| 12360 | |
| 12361 String get textAlign(); | |
| 12362 | |
| 12363 void set textAlign(String value); | |
| 12364 | |
| 12365 String get textBaseline(); | |
| 12366 | |
| 12367 void set textBaseline(String value); | |
| 12368 | |
| 12369 List get webkitLineDash(); | |
| 12370 | |
| 12371 void set webkitLineDash(List value); | |
| 12372 | |
| 12373 num get webkitLineDashOffset(); | |
| 12374 | |
| 12375 void set webkitLineDashOffset(num value); | |
| 12376 | 12102 |
| 12377 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); | 12103 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); |
| 12378 | 12104 |
| 12379 void arcTo(num x1, num y1, num x2, num y2, num radius); | 12105 void arcTo(num x1, num y1, num x2, num y2, num radius); |
| 12380 | 12106 |
| 12381 void beginPath(); | 12107 void beginPath(); |
| 12382 | 12108 |
| 12383 void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y); | 12109 void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y); |
| 12384 | 12110 |
| 12385 void clearRect(num x, num y, num width, num height); | 12111 void clearRect(num x, num y, num width, num height); |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12463 void translate(num tx, num ty); | 12189 void translate(num tx, num ty); |
| 12464 } | 12190 } |
| 12465 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12191 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12466 // for details. All rights reserved. Use of this source code is governed by a | 12192 // for details. All rights reserved. Use of this source code is governed by a |
| 12467 // BSD-style license that can be found in the LICENSE file. | 12193 // BSD-style license that can be found in the LICENSE file. |
| 12468 | 12194 |
| 12469 // WARNING: Do not edit - generated code. | 12195 // WARNING: Do not edit - generated code. |
| 12470 | 12196 |
| 12471 interface CharacterData extends Node { | 12197 interface CharacterData extends Node { |
| 12472 | 12198 |
| 12473 String get data(); | 12199 String data; |
| 12474 | 12200 |
| 12475 void set data(String value); | 12201 final int length; |
| 12476 | |
| 12477 int get length(); | |
| 12478 | 12202 |
| 12479 void appendData(String data); | 12203 void appendData(String data); |
| 12480 | 12204 |
| 12481 void deleteData(int offset, int length); | 12205 void deleteData(int offset, int length); |
| 12482 | 12206 |
| 12483 void insertData(int offset, String data); | 12207 void insertData(int offset, String data); |
| 12484 | 12208 |
| 12485 void replaceData(int offset, int length, String data); | 12209 void replaceData(int offset, int length, String data); |
| 12486 | 12210 |
| 12487 String substringData(int offset, int length); | 12211 String substringData(int offset, int length); |
| 12488 } | 12212 } |
| 12489 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12213 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12490 // for details. All rights reserved. Use of this source code is governed by a | 12214 // for details. All rights reserved. Use of this source code is governed by a |
| 12491 // BSD-style license that can be found in the LICENSE file. | 12215 // BSD-style license that can be found in the LICENSE file. |
| 12492 | 12216 |
| 12493 // WARNING: Do not edit - generated code. | 12217 // WARNING: Do not edit - generated code. |
| 12494 | 12218 |
| 12495 interface ClientRect { | 12219 interface ClientRect { |
| 12496 | 12220 |
| 12497 num get bottom(); | 12221 final num bottom; |
| 12498 | 12222 |
| 12499 num get height(); | 12223 final num height; |
| 12500 | 12224 |
| 12501 num get left(); | 12225 final num left; |
| 12502 | 12226 |
| 12503 num get right(); | 12227 final num right; |
| 12504 | 12228 |
| 12505 num get top(); | 12229 final num top; |
| 12506 | 12230 |
| 12507 num get width(); | 12231 final num width; |
| 12508 } | 12232 } |
| 12509 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12233 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12510 // for details. All rights reserved. Use of this source code is governed by a | 12234 // for details. All rights reserved. Use of this source code is governed by a |
| 12511 // BSD-style license that can be found in the LICENSE file. | 12235 // BSD-style license that can be found in the LICENSE file. |
| 12512 | 12236 |
| 12513 // WARNING: Do not edit - generated code. | 12237 // WARNING: Do not edit - generated code. |
| 12514 | 12238 |
| 12515 interface ClientRectList { | 12239 interface ClientRectList { |
| 12516 | 12240 |
| 12517 int get length(); | 12241 final int length; |
| 12518 | 12242 |
| 12519 ClientRect item(int index); | 12243 ClientRect item(int index); |
| 12520 } | 12244 } |
| 12521 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12245 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12522 // for details. All rights reserved. Use of this source code is governed by a | 12246 // for details. All rights reserved. Use of this source code is governed by a |
| 12523 // BSD-style license that can be found in the LICENSE file. | 12247 // BSD-style license that can be found in the LICENSE file. |
| 12524 | 12248 |
| 12525 // WARNING: Do not edit - generated code. | 12249 // WARNING: Do not edit - generated code. |
| 12526 | 12250 |
| 12527 interface Clipboard { | 12251 interface Clipboard { |
| 12528 | 12252 |
| 12529 String get dropEffect(); | 12253 String dropEffect; |
| 12530 | 12254 |
| 12531 void set dropEffect(String value); | 12255 String effectAllowed; |
| 12532 | 12256 |
| 12533 String get effectAllowed(); | 12257 final FileList files; |
| 12534 | 12258 |
| 12535 void set effectAllowed(String value); | 12259 final DataTransferItemList items; |
| 12536 | 12260 |
| 12537 FileList get files(); | 12261 final List types; |
| 12538 | |
| 12539 DataTransferItemList get items(); | |
| 12540 | |
| 12541 List get types(); | |
| 12542 | 12262 |
| 12543 void clearData([String type]); | 12263 void clearData([String type]); |
| 12544 | 12264 |
| 12545 void getData(String type); | 12265 void getData(String type); |
| 12546 | 12266 |
| 12547 bool setData(String type, String data); | 12267 bool setData(String type, String data); |
| 12548 | 12268 |
| 12549 void setDragImage(HTMLImageElement image, int x, int y); | 12269 void setDragImage(HTMLImageElement image, int x, int y); |
| 12550 } | 12270 } |
| 12551 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12271 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12552 // for details. All rights reserved. Use of this source code is governed by a | 12272 // for details. All rights reserved. Use of this source code is governed by a |
| 12553 // BSD-style license that can be found in the LICENSE file. | 12273 // BSD-style license that can be found in the LICENSE file. |
| 12554 | 12274 |
| 12555 // WARNING: Do not edit - generated code. | 12275 // WARNING: Do not edit - generated code. |
| 12556 | 12276 |
| 12557 interface CloseEvent extends Event { | 12277 interface CloseEvent extends Event { |
| 12558 | 12278 |
| 12559 int get code(); | 12279 final int code; |
| 12560 | 12280 |
| 12561 String get reason(); | 12281 final String reason; |
| 12562 | 12282 |
| 12563 bool get wasClean(); | 12283 final bool wasClean; |
| 12564 } | 12284 } |
| 12565 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12285 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12566 // for details. All rights reserved. Use of this source code is governed by a | 12286 // for details. All rights reserved. Use of this source code is governed by a |
| 12567 // BSD-style license that can be found in the LICENSE file. | 12287 // BSD-style license that can be found in the LICENSE file. |
| 12568 | 12288 |
| 12569 // WARNING: Do not edit - generated code. | 12289 // WARNING: Do not edit - generated code. |
| 12570 | 12290 |
| 12571 interface Comment extends CharacterData { | 12291 interface Comment extends CharacterData { |
| 12572 } | 12292 } |
| 12573 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12293 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12574 // for details. All rights reserved. Use of this source code is governed by a | 12294 // for details. All rights reserved. Use of this source code is governed by a |
| 12575 // BSD-style license that can be found in the LICENSE file. | 12295 // BSD-style license that can be found in the LICENSE file. |
| 12576 | 12296 |
| 12577 // WARNING: Do not edit - generated code. | 12297 // WARNING: Do not edit - generated code. |
| 12578 | 12298 |
| 12579 interface CompositionEvent extends UIEvent { | 12299 interface CompositionEvent extends UIEvent { |
| 12580 | 12300 |
| 12581 String get data(); | 12301 final String data; |
| 12582 | 12302 |
| 12583 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr
g, DOMWindow viewArg, String dataArg); | 12303 void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableAr
g, DOMWindow viewArg, String dataArg); |
| 12584 } | 12304 } |
| 12585 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12305 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12586 // for details. All rights reserved. Use of this source code is governed by a | 12306 // for details. All rights reserved. Use of this source code is governed by a |
| 12587 // BSD-style license that can be found in the LICENSE file. | 12307 // BSD-style license that can be found in the LICENSE file. |
| 12588 | 12308 |
| 12589 // WARNING: Do not edit - generated code. | 12309 // WARNING: Do not edit - generated code. |
| 12590 | 12310 |
| 12591 interface Console { | 12311 interface Console { |
| 12592 | 12312 |
| 12593 MemoryInfo get memory(); | 12313 final MemoryInfo memory; |
| 12594 | 12314 |
| 12595 List get profiles(); | 12315 final List profiles; |
| 12596 | 12316 |
| 12597 void assertCondition(bool condition); | 12317 void assertCondition(bool condition); |
| 12598 | 12318 |
| 12599 void count(); | 12319 void count(); |
| 12600 | 12320 |
| 12601 void debug(Object arg); | 12321 void debug(Object arg); |
| 12602 | 12322 |
| 12603 void dir(); | 12323 void dir(); |
| 12604 | 12324 |
| 12605 void dirxml(); | 12325 void dirxml(); |
| (...skipping 27 matching lines...) Expand all Loading... |
| 12633 void warn(Object arg); | 12353 void warn(Object arg); |
| 12634 } | 12354 } |
| 12635 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12355 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12636 // for details. All rights reserved. Use of this source code is governed by a | 12356 // for details. All rights reserved. Use of this source code is governed by a |
| 12637 // BSD-style license that can be found in the LICENSE file. | 12357 // BSD-style license that can be found in the LICENSE file. |
| 12638 | 12358 |
| 12639 // WARNING: Do not edit - generated code. | 12359 // WARNING: Do not edit - generated code. |
| 12640 | 12360 |
| 12641 interface ConvolverNode extends AudioNode { | 12361 interface ConvolverNode extends AudioNode { |
| 12642 | 12362 |
| 12643 AudioBuffer get buffer(); | 12363 AudioBuffer buffer; |
| 12644 | 12364 |
| 12645 void set buffer(AudioBuffer value); | 12365 bool normalize; |
| 12646 | |
| 12647 bool get normalize(); | |
| 12648 | |
| 12649 void set normalize(bool value); | |
| 12650 } | 12366 } |
| 12651 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12367 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12652 // for details. All rights reserved. Use of this source code is governed by a | 12368 // for details. All rights reserved. Use of this source code is governed by a |
| 12653 // BSD-style license that can be found in the LICENSE file. | 12369 // BSD-style license that can be found in the LICENSE file. |
| 12654 | 12370 |
| 12655 // WARNING: Do not edit - generated code. | 12371 // WARNING: Do not edit - generated code. |
| 12656 | 12372 |
| 12657 interface Coordinates { | 12373 interface Coordinates { |
| 12658 | 12374 |
| 12659 num get accuracy(); | 12375 final num accuracy; |
| 12660 | 12376 |
| 12661 num get altitude(); | 12377 final num altitude; |
| 12662 | 12378 |
| 12663 num get altitudeAccuracy(); | 12379 final num altitudeAccuracy; |
| 12664 | 12380 |
| 12665 num get heading(); | 12381 final num heading; |
| 12666 | 12382 |
| 12667 num get latitude(); | 12383 final num latitude; |
| 12668 | 12384 |
| 12669 num get longitude(); | 12385 final num longitude; |
| 12670 | 12386 |
| 12671 num get speed(); | 12387 final num speed; |
| 12672 } | 12388 } |
| 12673 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12389 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12674 // for details. All rights reserved. Use of this source code is governed by a | 12390 // for details. All rights reserved. Use of this source code is governed by a |
| 12675 // BSD-style license that can be found in the LICENSE file. | 12391 // BSD-style license that can be found in the LICENSE file. |
| 12676 | 12392 |
| 12677 // WARNING: Do not edit - generated code. | 12393 // WARNING: Do not edit - generated code. |
| 12678 | 12394 |
| 12679 interface Counter { | 12395 interface Counter { |
| 12680 | 12396 |
| 12681 String get identifier(); | 12397 final String identifier; |
| 12682 | 12398 |
| 12683 String get listStyle(); | 12399 final String listStyle; |
| 12684 | 12400 |
| 12685 String get separator(); | 12401 final String separator; |
| 12686 } | 12402 } |
| 12687 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12403 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12688 // for details. All rights reserved. Use of this source code is governed by a | 12404 // for details. All rights reserved. Use of this source code is governed by a |
| 12689 // BSD-style license that can be found in the LICENSE file. | 12405 // BSD-style license that can be found in the LICENSE file. |
| 12690 | 12406 |
| 12691 // WARNING: Do not edit - generated code. | 12407 // WARNING: Do not edit - generated code. |
| 12692 | 12408 |
| 12693 interface Crypto { | 12409 interface Crypto { |
| 12694 | 12410 |
| 12695 void getRandomValues(ArrayBufferView array); | 12411 void getRandomValues(ArrayBufferView array); |
| 12696 } | 12412 } |
| 12697 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12413 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12698 // for details. All rights reserved. Use of this source code is governed by a | 12414 // for details. All rights reserved. Use of this source code is governed by a |
| 12699 // BSD-style license that can be found in the LICENSE file. | 12415 // BSD-style license that can be found in the LICENSE file. |
| 12700 | 12416 |
| 12701 // WARNING: Do not edit - generated code. | 12417 // WARNING: Do not edit - generated code. |
| 12702 | 12418 |
| 12703 interface CustomEvent extends Event { | 12419 interface CustomEvent extends Event { |
| 12704 | 12420 |
| 12705 Object get detail(); | 12421 final Object detail; |
| 12706 | 12422 |
| 12707 void initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Ob
ject detailArg); | 12423 void initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Ob
ject detailArg); |
| 12708 } | 12424 } |
| 12709 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12425 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12710 // for details. All rights reserved. Use of this source code is governed by a | 12426 // for details. All rights reserved. Use of this source code is governed by a |
| 12711 // BSD-style license that can be found in the LICENSE file. | 12427 // BSD-style license that can be found in the LICENSE file. |
| 12712 | 12428 |
| 12713 // WARNING: Do not edit - generated code. | 12429 // WARNING: Do not edit - generated code. |
| 12714 | 12430 |
| 12715 interface ApplicationCache extends EventTarget { | 12431 interface ApplicationCache extends EventTarget { |
| 12716 | 12432 |
| 12717 int get status(); | 12433 final int status; |
| 12718 | 12434 |
| 12719 void abort(); | 12435 void abort(); |
| 12720 | 12436 |
| 12721 void addEventListener(String type, EventListener listener, [bool useCapture]); | 12437 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 12722 | 12438 |
| 12723 bool dispatchEvent(Event evt); | 12439 bool dispatchEvent(Event evt); |
| 12724 | 12440 |
| 12725 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 12441 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 12726 | 12442 |
| 12727 void swapCache(); | 12443 void swapCache(); |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12794 static final int TIMEOUT_ERR = 23; | 12510 static final int TIMEOUT_ERR = 23; |
| 12795 | 12511 |
| 12796 static final int TYPE_MISMATCH_ERR = 17; | 12512 static final int TYPE_MISMATCH_ERR = 17; |
| 12797 | 12513 |
| 12798 static final int URL_MISMATCH_ERR = 21; | 12514 static final int URL_MISMATCH_ERR = 21; |
| 12799 | 12515 |
| 12800 static final int VALIDATION_ERR = 16; | 12516 static final int VALIDATION_ERR = 16; |
| 12801 | 12517 |
| 12802 static final int WRONG_DOCUMENT_ERR = 4; | 12518 static final int WRONG_DOCUMENT_ERR = 4; |
| 12803 | 12519 |
| 12804 int get code(); | 12520 final int code; |
| 12805 | 12521 |
| 12806 String get message(); | 12522 final String message; |
| 12807 | 12523 |
| 12808 String get name(); | 12524 final String name; |
| 12809 | 12525 |
| 12810 String toString(); | 12526 String toString(); |
| 12811 } | 12527 } |
| 12812 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12528 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12813 // for details. All rights reserved. Use of this source code is governed by a | 12529 // for details. All rights reserved. Use of this source code is governed by a |
| 12814 // BSD-style license that can be found in the LICENSE file. | 12530 // BSD-style license that can be found in the LICENSE file. |
| 12815 | 12531 |
| 12816 // WARNING: Do not edit - generated code. | 12532 // WARNING: Do not edit - generated code. |
| 12817 | 12533 |
| 12818 interface DOMFileSystem { | 12534 interface DOMFileSystem { |
| 12819 | 12535 |
| 12820 String get name(); | 12536 final String name; |
| 12821 | 12537 |
| 12822 DirectoryEntry get root(); | 12538 final DirectoryEntry root; |
| 12823 } | 12539 } |
| 12824 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12540 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12825 // for details. All rights reserved. Use of this source code is governed by a | 12541 // for details. All rights reserved. Use of this source code is governed by a |
| 12826 // BSD-style license that can be found in the LICENSE file. | 12542 // BSD-style license that can be found in the LICENSE file. |
| 12827 | 12543 |
| 12828 // WARNING: Do not edit - generated code. | 12544 // WARNING: Do not edit - generated code. |
| 12829 | 12545 |
| 12830 interface DOMFileSystemSync { | 12546 interface DOMFileSystemSync { |
| 12831 | 12547 |
| 12832 String get name(); | 12548 final String name; |
| 12833 | 12549 |
| 12834 DirectoryEntrySync get root(); | 12550 final DirectoryEntrySync root; |
| 12835 } | 12551 } |
| 12836 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12552 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12837 // for details. All rights reserved. Use of this source code is governed by a | 12553 // for details. All rights reserved. Use of this source code is governed by a |
| 12838 // BSD-style license that can be found in the LICENSE file. | 12554 // BSD-style license that can be found in the LICENSE file. |
| 12839 | 12555 |
| 12840 // WARNING: Do not edit - generated code. | 12556 // WARNING: Do not edit - generated code. |
| 12841 | 12557 |
| 12842 interface FormData { | 12558 interface FormData { |
| 12843 | 12559 |
| 12844 void append(String name, String value, String filename); | 12560 void append(String name, String value, String filename); |
| (...skipping 20 matching lines...) Expand all Loading... |
| 12865 bool hasFeature(String feature, String version); | 12581 bool hasFeature(String feature, String version); |
| 12866 } | 12582 } |
| 12867 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12583 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12868 // for details. All rights reserved. Use of this source code is governed by a | 12584 // for details. All rights reserved. Use of this source code is governed by a |
| 12869 // BSD-style license that can be found in the LICENSE file. | 12585 // BSD-style license that can be found in the LICENSE file. |
| 12870 | 12586 |
| 12871 // WARNING: Do not edit - generated code. | 12587 // WARNING: Do not edit - generated code. |
| 12872 | 12588 |
| 12873 interface DOMMimeType { | 12589 interface DOMMimeType { |
| 12874 | 12590 |
| 12875 String get description(); | 12591 final String description; |
| 12876 | 12592 |
| 12877 DOMPlugin get enabledPlugin(); | 12593 final DOMPlugin enabledPlugin; |
| 12878 | 12594 |
| 12879 String get suffixes(); | 12595 final String suffixes; |
| 12880 | 12596 |
| 12881 String get type(); | 12597 final String type; |
| 12882 } | 12598 } |
| 12883 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12599 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12884 // for details. All rights reserved. Use of this source code is governed by a | 12600 // for details. All rights reserved. Use of this source code is governed by a |
| 12885 // BSD-style license that can be found in the LICENSE file. | 12601 // BSD-style license that can be found in the LICENSE file. |
| 12886 | 12602 |
| 12887 // WARNING: Do not edit - generated code. | 12603 // WARNING: Do not edit - generated code. |
| 12888 | 12604 |
| 12889 interface DOMMimeTypeArray { | 12605 interface DOMMimeTypeArray { |
| 12890 | 12606 |
| 12891 int get length(); | 12607 final int length; |
| 12892 | 12608 |
| 12893 DOMMimeType item(int index); | 12609 DOMMimeType item(int index); |
| 12894 | 12610 |
| 12895 DOMMimeType namedItem(String name); | 12611 DOMMimeType namedItem(String name); |
| 12896 } | 12612 } |
| 12897 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12613 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12898 // for details. All rights reserved. Use of this source code is governed by a | 12614 // for details. All rights reserved. Use of this source code is governed by a |
| 12899 // BSD-style license that can be found in the LICENSE file. | 12615 // BSD-style license that can be found in the LICENSE file. |
| 12900 | 12616 |
| 12901 // WARNING: Do not edit - generated code. | 12617 // WARNING: Do not edit - generated code. |
| 12902 | 12618 |
| 12903 interface DOMParser default _DOMParserFactoryProvider { | 12619 interface DOMParser default _DOMParserFactoryProvider { |
| 12904 | 12620 |
| 12905 DOMParser(); | 12621 DOMParser(); |
| 12906 | 12622 |
| 12907 Document parseFromString(String str, String contentType); | 12623 Document parseFromString(String str, String contentType); |
| 12908 } | 12624 } |
| 12909 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12625 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12910 // for details. All rights reserved. Use of this source code is governed by a | 12626 // for details. All rights reserved. Use of this source code is governed by a |
| 12911 // BSD-style license that can be found in the LICENSE file. | 12627 // BSD-style license that can be found in the LICENSE file. |
| 12912 | 12628 |
| 12913 // WARNING: Do not edit - generated code. | 12629 // WARNING: Do not edit - generated code. |
| 12914 | 12630 |
| 12915 interface DOMPlugin { | 12631 interface DOMPlugin { |
| 12916 | 12632 |
| 12917 String get description(); | 12633 final String description; |
| 12918 | 12634 |
| 12919 String get filename(); | 12635 final String filename; |
| 12920 | 12636 |
| 12921 int get length(); | 12637 final int length; |
| 12922 | 12638 |
| 12923 String get name(); | 12639 final String name; |
| 12924 | 12640 |
| 12925 DOMMimeType item(int index); | 12641 DOMMimeType item(int index); |
| 12926 | 12642 |
| 12927 DOMMimeType namedItem(String name); | 12643 DOMMimeType namedItem(String name); |
| 12928 } | 12644 } |
| 12929 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12645 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12930 // for details. All rights reserved. Use of this source code is governed by a | 12646 // for details. All rights reserved. Use of this source code is governed by a |
| 12931 // BSD-style license that can be found in the LICENSE file. | 12647 // BSD-style license that can be found in the LICENSE file. |
| 12932 | 12648 |
| 12933 // WARNING: Do not edit - generated code. | 12649 // WARNING: Do not edit - generated code. |
| 12934 | 12650 |
| 12935 interface DOMPluginArray { | 12651 interface DOMPluginArray { |
| 12936 | 12652 |
| 12937 int get length(); | 12653 final int length; |
| 12938 | 12654 |
| 12939 DOMPlugin item(int index); | 12655 DOMPlugin item(int index); |
| 12940 | 12656 |
| 12941 DOMPlugin namedItem(String name); | 12657 DOMPlugin namedItem(String name); |
| 12942 | 12658 |
| 12943 void refresh(bool reload); | 12659 void refresh(bool reload); |
| 12944 } | 12660 } |
| 12945 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12661 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 12946 // for details. All rights reserved. Use of this source code is governed by a | 12662 // for details. All rights reserved. Use of this source code is governed by a |
| 12947 // BSD-style license that can be found in the LICENSE file. | 12663 // BSD-style license that can be found in the LICENSE file. |
| 12948 | 12664 |
| 12949 // WARNING: Do not edit - generated code. | 12665 // WARNING: Do not edit - generated code. |
| 12950 | 12666 |
| 12951 interface Selection { | 12667 interface Selection { |
| 12952 | 12668 |
| 12953 Node get anchorNode(); | 12669 final Node anchorNode; |
| 12954 | 12670 |
| 12955 int get anchorOffset(); | 12671 final int anchorOffset; |
| 12956 | 12672 |
| 12957 Node get baseNode(); | 12673 final Node baseNode; |
| 12958 | 12674 |
| 12959 int get baseOffset(); | 12675 final int baseOffset; |
| 12960 | 12676 |
| 12961 Node get extentNode(); | 12677 final Node extentNode; |
| 12962 | 12678 |
| 12963 int get extentOffset(); | 12679 final int extentOffset; |
| 12964 | 12680 |
| 12965 Node get focusNode(); | 12681 final Node focusNode; |
| 12966 | 12682 |
| 12967 int get focusOffset(); | 12683 final int focusOffset; |
| 12968 | 12684 |
| 12969 bool get isCollapsed(); | 12685 final bool isCollapsed; |
| 12970 | 12686 |
| 12971 int get rangeCount(); | 12687 final int rangeCount; |
| 12972 | 12688 |
| 12973 String get type(); | 12689 final String type; |
| 12974 | 12690 |
| 12975 void addRange(Range range); | 12691 void addRange(Range range); |
| 12976 | 12692 |
| 12977 void collapse(Node node, int index); | 12693 void collapse(Node node, int index); |
| 12978 | 12694 |
| 12979 void collapseToEnd(); | 12695 void collapseToEnd(); |
| 12980 | 12696 |
| 12981 void collapseToStart(); | 12697 void collapseToStart(); |
| 12982 | 12698 |
| 12983 bool containsNode(Node node, bool allowPartial); | 12699 bool containsNode(Node node, bool allowPartial); |
| (...skipping 22 matching lines...) Expand all Loading... |
| 13006 interface DOMSelection extends Selection { | 12722 interface DOMSelection extends Selection { |
| 13007 } | 12723 } |
| 13008 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12724 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13009 // for details. All rights reserved. Use of this source code is governed by a | 12725 // for details. All rights reserved. Use of this source code is governed by a |
| 13010 // BSD-style license that can be found in the LICENSE file. | 12726 // BSD-style license that can be found in the LICENSE file. |
| 13011 | 12727 |
| 13012 // WARNING: Do not edit - generated code. | 12728 // WARNING: Do not edit - generated code. |
| 13013 | 12729 |
| 13014 interface DOMSettableTokenList extends DOMTokenList { | 12730 interface DOMSettableTokenList extends DOMTokenList { |
| 13015 | 12731 |
| 13016 String get value(); | 12732 String value; |
| 13017 | |
| 13018 void set value(String value); | |
| 13019 } | 12733 } |
| 13020 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12734 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13021 // for details. All rights reserved. Use of this source code is governed by a | 12735 // for details. All rights reserved. Use of this source code is governed by a |
| 13022 // BSD-style license that can be found in the LICENSE file. | 12736 // BSD-style license that can be found in the LICENSE file. |
| 13023 | 12737 |
| 13024 // WARNING: Do not edit - generated code. | 12738 // WARNING: Do not edit - generated code. |
| 13025 | 12739 |
| 13026 interface DOMTokenList { | 12740 interface DOMTokenList { |
| 13027 | 12741 |
| 13028 int get length(); | 12742 final int length; |
| 13029 | 12743 |
| 13030 void add(String token); | 12744 void add(String token); |
| 13031 | 12745 |
| 13032 bool contains(String token); | 12746 bool contains(String token); |
| 13033 | 12747 |
| 13034 String item(int index); | 12748 String item(int index); |
| 13035 | 12749 |
| 13036 void remove(String token); | 12750 void remove(String token); |
| 13037 | 12751 |
| 13038 String toString(); | 12752 String toString(); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 13052 void revokeObjectURL(String url); | 12766 void revokeObjectURL(String url); |
| 13053 } | 12767 } |
| 13054 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12768 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13055 // for details. All rights reserved. Use of this source code is governed by a | 12769 // for details. All rights reserved. Use of this source code is governed by a |
| 13056 // BSD-style license that can be found in the LICENSE file. | 12770 // BSD-style license that can be found in the LICENSE file. |
| 13057 | 12771 |
| 13058 // WARNING: Do not edit - generated code. | 12772 // WARNING: Do not edit - generated code. |
| 13059 | 12773 |
| 13060 interface Window extends EventTarget { | 12774 interface Window extends EventTarget { |
| 13061 | 12775 |
| 13062 DOMApplicationCache get applicationCache(); | 12776 final DOMApplicationCache applicationCache; |
| 13063 | 12777 |
| 13064 Navigator get clientInformation(); | 12778 Navigator clientInformation; |
| 13065 | 12779 |
| 13066 void set clientInformation(Navigator value); | 12780 final bool closed; |
| 13067 | 12781 |
| 13068 bool get closed(); | 12782 Console console; |
| 13069 | 12783 |
| 13070 Console get console(); | 12784 final Crypto crypto; |
| 13071 | 12785 |
| 13072 void set console(Console value); | 12786 String defaultStatus; |
| 13073 | 12787 |
| 13074 Crypto get crypto(); | 12788 String defaultstatus; |
| 13075 | 12789 |
| 13076 String get defaultStatus(); | 12790 num devicePixelRatio; |
| 13077 | 12791 |
| 13078 void set defaultStatus(String value); | 12792 final Document document; |
| 13079 | 12793 |
| 13080 String get defaultstatus(); | 12794 Event event; |
| 13081 | 12795 |
| 13082 void set defaultstatus(String value); | 12796 final Element frameElement; |
| 13083 | 12797 |
| 13084 num get devicePixelRatio(); | 12798 DOMWindow frames; |
| 13085 | 12799 |
| 13086 void set devicePixelRatio(num value); | 12800 History history; |
| 13087 | 12801 |
| 13088 Document get document(); | 12802 int innerHeight; |
| 13089 | 12803 |
| 13090 Event get event(); | 12804 int innerWidth; |
| 13091 | 12805 |
| 13092 void set event(Event value); | 12806 int length; |
| 13093 | 12807 |
| 13094 Element get frameElement(); | 12808 final Storage localStorage; |
| 13095 | 12809 |
| 13096 DOMWindow get frames(); | 12810 Location location; |
| 13097 | 12811 |
| 13098 void set frames(DOMWindow value); | 12812 BarInfo locationbar; |
| 13099 | 12813 |
| 13100 History get history(); | 12814 BarInfo menubar; |
| 13101 | 12815 |
| 13102 void set history(History value); | 12816 String name; |
| 13103 | 12817 |
| 13104 int get innerHeight(); | 12818 Navigator navigator; |
| 13105 | 12819 |
| 13106 void set innerHeight(int value); | 12820 bool offscreenBuffering; |
| 13107 | 12821 |
| 13108 int get innerWidth(); | 12822 DOMWindow opener; |
| 13109 | 12823 |
| 13110 void set innerWidth(int value); | 12824 int outerHeight; |
| 13111 | 12825 |
| 13112 int get length(); | 12826 int outerWidth; |
| 13113 | 12827 |
| 13114 void set length(int value); | 12828 final int pageXOffset; |
| 13115 | 12829 |
| 13116 Storage get localStorage(); | 12830 final int pageYOffset; |
| 13117 | 12831 |
| 13118 Location get location(); | 12832 DOMWindow parent; |
| 13119 | 12833 |
| 13120 void set location(Location value); | 12834 Performance performance; |
| 13121 | 12835 |
| 13122 BarInfo get locationbar(); | 12836 BarInfo personalbar; |
| 13123 | 12837 |
| 13124 void set locationbar(BarInfo value); | 12838 Screen screen; |
| 13125 | 12839 |
| 13126 BarInfo get menubar(); | 12840 int screenLeft; |
| 13127 | 12841 |
| 13128 void set menubar(BarInfo value); | 12842 int screenTop; |
| 13129 | 12843 |
| 13130 String get name(); | 12844 int screenX; |
| 13131 | 12845 |
| 13132 void set name(String value); | 12846 int screenY; |
| 13133 | 12847 |
| 13134 Navigator get navigator(); | 12848 int scrollX; |
| 13135 | 12849 |
| 13136 void set navigator(Navigator value); | 12850 int scrollY; |
| 13137 | 12851 |
| 13138 bool get offscreenBuffering(); | 12852 BarInfo scrollbars; |
| 13139 | 12853 |
| 13140 void set offscreenBuffering(bool value); | 12854 DOMWindow self; |
| 13141 | 12855 |
| 13142 DOMWindow get opener(); | 12856 final Storage sessionStorage; |
| 13143 | 12857 |
| 13144 void set opener(DOMWindow value); | 12858 String status; |
| 13145 | 12859 |
| 13146 int get outerHeight(); | 12860 BarInfo statusbar; |
| 13147 | 12861 |
| 13148 void set outerHeight(int value); | 12862 final StyleMedia styleMedia; |
| 13149 | 12863 |
| 13150 int get outerWidth(); | 12864 BarInfo toolbar; |
| 13151 | 12865 |
| 13152 void set outerWidth(int value); | 12866 DOMWindow top; |
| 13153 | 12867 |
| 13154 int get pageXOffset(); | 12868 final IDBFactory webkitIndexedDB; |
| 13155 | 12869 |
| 13156 int get pageYOffset(); | 12870 final NotificationCenter webkitNotifications; |
| 13157 | 12871 |
| 13158 DOMWindow get parent(); | 12872 final StorageInfo webkitStorageInfo; |
| 13159 | 12873 |
| 13160 void set parent(DOMWindow value); | 12874 final DOMURL webkitURL; |
| 13161 | 12875 |
| 13162 Performance get performance(); | 12876 final DOMWindow window; |
| 13163 | |
| 13164 void set performance(Performance value); | |
| 13165 | |
| 13166 BarInfo get personalbar(); | |
| 13167 | |
| 13168 void set personalbar(BarInfo value); | |
| 13169 | |
| 13170 Screen get screen(); | |
| 13171 | |
| 13172 void set screen(Screen value); | |
| 13173 | |
| 13174 int get screenLeft(); | |
| 13175 | |
| 13176 void set screenLeft(int value); | |
| 13177 | |
| 13178 int get screenTop(); | |
| 13179 | |
| 13180 void set screenTop(int value); | |
| 13181 | |
| 13182 int get screenX(); | |
| 13183 | |
| 13184 void set screenX(int value); | |
| 13185 | |
| 13186 int get screenY(); | |
| 13187 | |
| 13188 void set screenY(int value); | |
| 13189 | |
| 13190 int get scrollX(); | |
| 13191 | |
| 13192 void set scrollX(int value); | |
| 13193 | |
| 13194 int get scrollY(); | |
| 13195 | |
| 13196 void set scrollY(int value); | |
| 13197 | |
| 13198 BarInfo get scrollbars(); | |
| 13199 | |
| 13200 void set scrollbars(BarInfo value); | |
| 13201 | |
| 13202 DOMWindow get self(); | |
| 13203 | |
| 13204 void set self(DOMWindow value); | |
| 13205 | |
| 13206 Storage get sessionStorage(); | |
| 13207 | |
| 13208 String get status(); | |
| 13209 | |
| 13210 void set status(String value); | |
| 13211 | |
| 13212 BarInfo get statusbar(); | |
| 13213 | |
| 13214 void set statusbar(BarInfo value); | |
| 13215 | |
| 13216 StyleMedia get styleMedia(); | |
| 13217 | |
| 13218 BarInfo get toolbar(); | |
| 13219 | |
| 13220 void set toolbar(BarInfo value); | |
| 13221 | |
| 13222 DOMWindow get top(); | |
| 13223 | |
| 13224 void set top(DOMWindow value); | |
| 13225 | |
| 13226 IDBFactory get webkitIndexedDB(); | |
| 13227 | |
| 13228 NotificationCenter get webkitNotifications(); | |
| 13229 | |
| 13230 StorageInfo get webkitStorageInfo(); | |
| 13231 | |
| 13232 DOMURL get webkitURL(); | |
| 13233 | |
| 13234 DOMWindow get window(); | |
| 13235 | 12877 |
| 13236 void addEventListener(String type, EventListener listener, [bool useCapture]); | 12878 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 13237 | 12879 |
| 13238 void alert(String message); | 12880 void alert(String message); |
| 13239 | 12881 |
| 13240 String atob(String string); | 12882 String atob(String string); |
| 13241 | 12883 |
| 13242 void blur(); | 12884 void blur(); |
| 13243 | 12885 |
| 13244 String btoa(String string); | 12886 String btoa(String string); |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13327 static final int TEMPORARY = 0; | 12969 static final int TEMPORARY = 0; |
| 13328 } | 12970 } |
| 13329 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12971 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13330 // for details. All rights reserved. Use of this source code is governed by a | 12972 // for details. All rights reserved. Use of this source code is governed by a |
| 13331 // BSD-style license that can be found in the LICENSE file. | 12973 // BSD-style license that can be found in the LICENSE file. |
| 13332 | 12974 |
| 13333 // WARNING: Do not edit - generated code. | 12975 // WARNING: Do not edit - generated code. |
| 13334 | 12976 |
| 13335 interface DataTransferItem { | 12977 interface DataTransferItem { |
| 13336 | 12978 |
| 13337 String get kind(); | 12979 final String kind; |
| 13338 | 12980 |
| 13339 String get type(); | 12981 final String type; |
| 13340 | 12982 |
| 13341 Blob getAsFile(); | 12983 Blob getAsFile(); |
| 13342 | 12984 |
| 13343 void getAsString(StringCallback callback); | 12985 void getAsString(StringCallback callback); |
| 13344 } | 12986 } |
| 13345 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12987 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13346 // for details. All rights reserved. Use of this source code is governed by a | 12988 // for details. All rights reserved. Use of this source code is governed by a |
| 13347 // BSD-style license that can be found in the LICENSE file. | 12989 // BSD-style license that can be found in the LICENSE file. |
| 13348 | 12990 |
| 13349 // WARNING: Do not edit - generated code. | 12991 // WARNING: Do not edit - generated code. |
| 13350 | 12992 |
| 13351 interface DataTransferItemList { | 12993 interface DataTransferItemList { |
| 13352 | 12994 |
| 13353 int get length(); | 12995 final int length; |
| 13354 | 12996 |
| 13355 void add(var data_OR_file, [String type]); | 12997 void add(var data_OR_file, [String type]); |
| 13356 | 12998 |
| 13357 void clear(); | 12999 void clear(); |
| 13358 | 13000 |
| 13359 DataTransferItem item(int index); | 13001 DataTransferItem item(int index); |
| 13360 } | 13002 } |
| 13361 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13003 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13362 // for details. All rights reserved. Use of this source code is governed by a | 13004 // for details. All rights reserved. Use of this source code is governed by a |
| 13363 // BSD-style license that can be found in the LICENSE file. | 13005 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13399 void setUint8(); | 13041 void setUint8(); |
| 13400 } | 13042 } |
| 13401 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13043 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13402 // for details. All rights reserved. Use of this source code is governed by a | 13044 // for details. All rights reserved. Use of this source code is governed by a |
| 13403 // BSD-style license that can be found in the LICENSE file. | 13045 // BSD-style license that can be found in the LICENSE file. |
| 13404 | 13046 |
| 13405 // WARNING: Do not edit - generated code. | 13047 // WARNING: Do not edit - generated code. |
| 13406 | 13048 |
| 13407 interface Database { | 13049 interface Database { |
| 13408 | 13050 |
| 13409 String get version(); | 13051 final String version; |
| 13410 | 13052 |
| 13411 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba
ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall
back]); | 13053 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba
ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall
back]); |
| 13412 | 13054 |
| 13413 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall
back errorCallback, VoidCallback successCallback]); | 13055 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall
back errorCallback, VoidCallback successCallback]); |
| 13414 | 13056 |
| 13415 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback
errorCallback, VoidCallback successCallback]); | 13057 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback
errorCallback, VoidCallback successCallback]); |
| 13416 } | 13058 } |
| 13417 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13059 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13418 // for details. All rights reserved. Use of this source code is governed by a | 13060 // for details. All rights reserved. Use of this source code is governed by a |
| 13419 // BSD-style license that can be found in the LICENSE file. | 13061 // BSD-style license that can be found in the LICENSE file. |
| 13420 | 13062 |
| 13421 // WARNING: Do not edit - generated code. | 13063 // WARNING: Do not edit - generated code. |
| 13422 | 13064 |
| 13423 typedef bool DatabaseCallback(var database); | 13065 typedef bool DatabaseCallback(var database); |
| 13424 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13066 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13425 // for details. All rights reserved. Use of this source code is governed by a | 13067 // for details. All rights reserved. Use of this source code is governed by a |
| 13426 // BSD-style license that can be found in the LICENSE file. | 13068 // BSD-style license that can be found in the LICENSE file. |
| 13427 | 13069 |
| 13428 // WARNING: Do not edit - generated code. | 13070 // WARNING: Do not edit - generated code. |
| 13429 | 13071 |
| 13430 interface DatabaseSync { | 13072 interface DatabaseSync { |
| 13431 | 13073 |
| 13432 String get lastErrorMessage(); | 13074 final String lastErrorMessage; |
| 13433 | 13075 |
| 13434 String get version(); | 13076 final String version; |
| 13435 | 13077 |
| 13436 void changeVersion(String oldVersion, String newVersion, [SQLTransactionSyncCa
llback callback]); | 13078 void changeVersion(String oldVersion, String newVersion, [SQLTransactionSyncCa
llback callback]); |
| 13437 | 13079 |
| 13438 void readTransaction(SQLTransactionSyncCallback callback); | 13080 void readTransaction(SQLTransactionSyncCallback callback); |
| 13439 | 13081 |
| 13440 void transaction(SQLTransactionSyncCallback callback); | 13082 void transaction(SQLTransactionSyncCallback callback); |
| 13441 } | 13083 } |
| 13442 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13084 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13443 // for details. All rights reserved. Use of this source code is governed by a | 13085 // for details. All rights reserved. Use of this source code is governed by a |
| 13444 // BSD-style license that can be found in the LICENSE file. | 13086 // BSD-style license that can be found in the LICENSE file. |
| 13445 | 13087 |
| 13446 // WARNING: Do not edit - generated code. | 13088 // WARNING: Do not edit - generated code. |
| 13447 | 13089 |
| 13448 interface DedicatedWorkerGlobalScope extends WorkerContext { | 13090 interface DedicatedWorkerGlobalScope extends WorkerContext { |
| 13449 | 13091 |
| 13450 EventListener get onmessage(); | 13092 EventListener onmessage; |
| 13451 | |
| 13452 void set onmessage(EventListener value); | |
| 13453 | 13093 |
| 13454 void postMessage(Object message, [List messagePorts]); | 13094 void postMessage(Object message, [List messagePorts]); |
| 13455 | 13095 |
| 13456 void webkitPostMessage(Object message, [List transferList]); | 13096 void webkitPostMessage(Object message, [List transferList]); |
| 13457 } | 13097 } |
| 13458 | 13098 |
| 13459 interface DedicatedWorkerContext extends DedicatedWorkerGlobalScope { | 13099 interface DedicatedWorkerContext extends DedicatedWorkerGlobalScope { |
| 13460 } | 13100 } |
| 13461 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13101 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13462 // for details. All rights reserved. Use of this source code is governed by a | 13102 // for details. All rights reserved. Use of this source code is governed by a |
| 13463 // BSD-style license that can be found in the LICENSE file. | 13103 // BSD-style license that can be found in the LICENSE file. |
| 13464 | 13104 |
| 13465 // WARNING: Do not edit - generated code. | 13105 // WARNING: Do not edit - generated code. |
| 13466 | 13106 |
| 13467 interface DelayNode extends AudioNode { | 13107 interface DelayNode extends AudioNode { |
| 13468 | 13108 |
| 13469 AudioParam get delayTime(); | 13109 final AudioParam delayTime; |
| 13470 } | 13110 } |
| 13471 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13111 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13472 // for details. All rights reserved. Use of this source code is governed by a | 13112 // for details. All rights reserved. Use of this source code is governed by a |
| 13473 // BSD-style license that can be found in the LICENSE file. | 13113 // BSD-style license that can be found in the LICENSE file. |
| 13474 | 13114 |
| 13475 // WARNING: Do not edit - generated code. | 13115 // WARNING: Do not edit - generated code. |
| 13476 | 13116 |
| 13477 interface DeviceMotionEvent extends Event { | 13117 interface DeviceMotionEvent extends Event { |
| 13478 | 13118 |
| 13479 num get interval(); | 13119 final num interval; |
| 13480 } | 13120 } |
| 13481 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13121 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13482 // for details. All rights reserved. Use of this source code is governed by a | 13122 // for details. All rights reserved. Use of this source code is governed by a |
| 13483 // BSD-style license that can be found in the LICENSE file. | 13123 // BSD-style license that can be found in the LICENSE file. |
| 13484 | 13124 |
| 13485 // WARNING: Do not edit - generated code. | 13125 // WARNING: Do not edit - generated code. |
| 13486 | 13126 |
| 13487 interface DeviceOrientationEvent extends Event { | 13127 interface DeviceOrientationEvent extends Event { |
| 13488 | 13128 |
| 13489 bool get absolute(); | 13129 final bool absolute; |
| 13490 | 13130 |
| 13491 num get alpha(); | 13131 final num alpha; |
| 13492 | 13132 |
| 13493 num get beta(); | 13133 final num beta; |
| 13494 | 13134 |
| 13495 num get gamma(); | 13135 final num gamma; |
| 13496 | 13136 |
| 13497 void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, nu
m alpha, num beta, num gamma, bool absolute); | 13137 void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, nu
m alpha, num beta, num gamma, bool absolute); |
| 13498 } | 13138 } |
| 13499 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13139 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13500 // for details. All rights reserved. Use of this source code is governed by a | 13140 // for details. All rights reserved. Use of this source code is governed by a |
| 13501 // BSD-style license that can be found in the LICENSE file. | 13141 // BSD-style license that can be found in the LICENSE file. |
| 13502 | 13142 |
| 13503 // WARNING: Do not edit - generated code. | 13143 // WARNING: Do not edit - generated code. |
| 13504 | 13144 |
| 13505 interface DirectoryEntry extends Entry { | 13145 interface DirectoryEntry extends Entry { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13549 EntryArraySync readEntries(); | 13189 EntryArraySync readEntries(); |
| 13550 } | 13190 } |
| 13551 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13191 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13552 // for details. All rights reserved. Use of this source code is governed by a | 13192 // for details. All rights reserved. Use of this source code is governed by a |
| 13553 // BSD-style license that can be found in the LICENSE file. | 13193 // BSD-style license that can be found in the LICENSE file. |
| 13554 | 13194 |
| 13555 // WARNING: Do not edit - generated code. | 13195 // WARNING: Do not edit - generated code. |
| 13556 | 13196 |
| 13557 interface Document extends Node, NodeSelector { | 13197 interface Document extends Node, NodeSelector { |
| 13558 | 13198 |
| 13559 String get URL(); | 13199 final String URL; |
| 13560 | 13200 |
| 13561 HTMLCollection get anchors(); | 13201 final HTMLCollection anchors; |
| 13562 | 13202 |
| 13563 HTMLCollection get applets(); | 13203 final HTMLCollection applets; |
| 13564 | 13204 |
| 13565 HTMLElement get body(); | 13205 HTMLElement body; |
| 13566 | 13206 |
| 13567 void set body(HTMLElement value); | 13207 final String characterSet; |
| 13568 | 13208 |
| 13569 String get characterSet(); | 13209 String charset; |
| 13570 | 13210 |
| 13571 String get charset(); | 13211 final String compatMode; |
| 13572 | 13212 |
| 13573 void set charset(String value); | 13213 String cookie; |
| 13574 | 13214 |
| 13575 String get compatMode(); | 13215 final String defaultCharset; |
| 13576 | 13216 |
| 13577 String get cookie(); | 13217 final DOMWindow defaultView; |
| 13578 | 13218 |
| 13579 void set cookie(String value); | 13219 final DocumentType doctype; |
| 13580 | 13220 |
| 13581 String get defaultCharset(); | 13221 final Element documentElement; |
| 13582 | 13222 |
| 13583 DOMWindow get defaultView(); | 13223 String documentURI; |
| 13584 | 13224 |
| 13585 DocumentType get doctype(); | 13225 String domain; |
| 13586 | 13226 |
| 13587 Element get documentElement(); | 13227 final HTMLCollection forms; |
| 13588 | 13228 |
| 13589 String get documentURI(); | 13229 final HTMLHeadElement head; |
| 13590 | 13230 |
| 13591 void set documentURI(String value); | 13231 final HTMLCollection images; |
| 13592 | 13232 |
| 13593 String get domain(); | 13233 final DOMImplementation implementation; |
| 13594 | 13234 |
| 13595 void set domain(String value); | 13235 final String inputEncoding; |
| 13596 | 13236 |
| 13597 HTMLCollection get forms(); | 13237 final String lastModified; |
| 13598 | 13238 |
| 13599 HTMLHeadElement get head(); | 13239 final HTMLCollection links; |
| 13600 | 13240 |
| 13601 HTMLCollection get images(); | 13241 Location location; |
| 13602 | 13242 |
| 13603 DOMImplementation get implementation(); | 13243 final String preferredStylesheetSet; |
| 13604 | 13244 |
| 13605 String get inputEncoding(); | 13245 final String readyState; |
| 13606 | 13246 |
| 13607 String get lastModified(); | 13247 final String referrer; |
| 13608 | 13248 |
| 13609 HTMLCollection get links(); | 13249 String selectedStylesheetSet; |
| 13610 | 13250 |
| 13611 Location get location(); | 13251 final StyleSheetList styleSheets; |
| 13612 | 13252 |
| 13613 void set location(Location value); | 13253 String title; |
| 13614 | 13254 |
| 13615 String get preferredStylesheetSet(); | 13255 final Element webkitCurrentFullScreenElement; |
| 13616 | 13256 |
| 13617 String get readyState(); | 13257 final bool webkitFullScreenKeyboardInputAllowed; |
| 13618 | 13258 |
| 13619 String get referrer(); | 13259 final bool webkitHidden; |
| 13620 | 13260 |
| 13621 String get selectedStylesheetSet(); | 13261 final bool webkitIsFullScreen; |
| 13622 | 13262 |
| 13623 void set selectedStylesheetSet(String value); | 13263 final String webkitVisibilityState; |
| 13624 | 13264 |
| 13625 StyleSheetList get styleSheets(); | 13265 final String xmlEncoding; |
| 13626 | 13266 |
| 13627 String get title(); | 13267 bool xmlStandalone; |
| 13628 | 13268 |
| 13629 void set title(String value); | 13269 String xmlVersion; |
| 13630 | |
| 13631 Element get webkitCurrentFullScreenElement(); | |
| 13632 | |
| 13633 bool get webkitFullScreenKeyboardInputAllowed(); | |
| 13634 | |
| 13635 bool get webkitHidden(); | |
| 13636 | |
| 13637 bool get webkitIsFullScreen(); | |
| 13638 | |
| 13639 String get webkitVisibilityState(); | |
| 13640 | |
| 13641 String get xmlEncoding(); | |
| 13642 | |
| 13643 bool get xmlStandalone(); | |
| 13644 | |
| 13645 void set xmlStandalone(bool value); | |
| 13646 | |
| 13647 String get xmlVersion(); | |
| 13648 | |
| 13649 void set xmlVersion(String value); | |
| 13650 | 13270 |
| 13651 Node adoptNode(Node source); | 13271 Node adoptNode(Node source); |
| 13652 | 13272 |
| 13653 Range caretRangeFromPoint(int x, int y); | 13273 Range caretRangeFromPoint(int x, int y); |
| 13654 | 13274 |
| 13655 Attr createAttribute(String name); | 13275 Attr createAttribute(String name); |
| 13656 | 13276 |
| 13657 Attr createAttributeNS(String namespaceURI, String qualifiedName); | 13277 Attr createAttributeNS(String namespaceURI, String qualifiedName); |
| 13658 | 13278 |
| 13659 CDATASection createCDATASection(String data); | 13279 CDATASection createCDATASection(String data); |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13743 NodeList querySelectorAll(String selectors); | 13363 NodeList querySelectorAll(String selectors); |
| 13744 } | 13364 } |
| 13745 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13365 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13746 // for details. All rights reserved. Use of this source code is governed by a | 13366 // for details. All rights reserved. Use of this source code is governed by a |
| 13747 // BSD-style license that can be found in the LICENSE file. | 13367 // BSD-style license that can be found in the LICENSE file. |
| 13748 | 13368 |
| 13749 // WARNING: Do not edit - generated code. | 13369 // WARNING: Do not edit - generated code. |
| 13750 | 13370 |
| 13751 interface DocumentType extends Node { | 13371 interface DocumentType extends Node { |
| 13752 | 13372 |
| 13753 NamedNodeMap get entities(); | 13373 final NamedNodeMap entities; |
| 13754 | 13374 |
| 13755 String get internalSubset(); | 13375 final String internalSubset; |
| 13756 | 13376 |
| 13757 String get name(); | 13377 final String name; |
| 13758 | 13378 |
| 13759 NamedNodeMap get notations(); | 13379 final NamedNodeMap notations; |
| 13760 | 13380 |
| 13761 String get publicId(); | 13381 final String publicId; |
| 13762 | 13382 |
| 13763 String get systemId(); | 13383 final String systemId; |
| 13764 } | 13384 } |
| 13765 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13385 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13766 // for details. All rights reserved. Use of this source code is governed by a | 13386 // for details. All rights reserved. Use of this source code is governed by a |
| 13767 // BSD-style license that can be found in the LICENSE file. | 13387 // BSD-style license that can be found in the LICENSE file. |
| 13768 | 13388 |
| 13769 // WARNING: Do not edit - generated code. | 13389 // WARNING: Do not edit - generated code. |
| 13770 | 13390 |
| 13771 interface DynamicsCompressorNode extends AudioNode { | 13391 interface DynamicsCompressorNode extends AudioNode { |
| 13772 } | 13392 } |
| 13773 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13393 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13774 // for details. All rights reserved. Use of this source code is governed by a | 13394 // for details. All rights reserved. Use of this source code is governed by a |
| 13775 // BSD-style license that can be found in the LICENSE file. | 13395 // BSD-style license that can be found in the LICENSE file. |
| 13776 | 13396 |
| 13777 // WARNING: Do not edit - generated code. | 13397 // WARNING: Do not edit - generated code. |
| 13778 | 13398 |
| 13779 interface Element extends Node, NodeSelector, ElementTraversal { | 13399 interface Element extends Node, NodeSelector, ElementTraversal { |
| 13780 | 13400 |
| 13781 static final int ALLOW_KEYBOARD_INPUT = 1; | 13401 static final int ALLOW_KEYBOARD_INPUT = 1; |
| 13782 | 13402 |
| 13783 int get childElementCount(); | 13403 final int childElementCount; |
| 13784 | 13404 |
| 13785 int get clientHeight(); | 13405 final int clientHeight; |
| 13786 | 13406 |
| 13787 int get clientLeft(); | 13407 final int clientLeft; |
| 13788 | 13408 |
| 13789 int get clientTop(); | 13409 final int clientTop; |
| 13790 | 13410 |
| 13791 int get clientWidth(); | 13411 final int clientWidth; |
| 13792 | 13412 |
| 13793 Element get firstElementChild(); | 13413 final Element firstElementChild; |
| 13794 | 13414 |
| 13795 Element get lastElementChild(); | 13415 final Element lastElementChild; |
| 13796 | 13416 |
| 13797 Element get nextElementSibling(); | 13417 final Element nextElementSibling; |
| 13798 | 13418 |
| 13799 int get offsetHeight(); | 13419 final int offsetHeight; |
| 13800 | 13420 |
| 13801 int get offsetLeft(); | 13421 final int offsetLeft; |
| 13802 | 13422 |
| 13803 Element get offsetParent(); | 13423 final Element offsetParent; |
| 13804 | 13424 |
| 13805 int get offsetTop(); | 13425 final int offsetTop; |
| 13806 | 13426 |
| 13807 int get offsetWidth(); | 13427 final int offsetWidth; |
| 13808 | 13428 |
| 13809 Element get previousElementSibling(); | 13429 final Element previousElementSibling; |
| 13810 | 13430 |
| 13811 int get scrollHeight(); | 13431 final int scrollHeight; |
| 13812 | 13432 |
| 13813 int get scrollLeft(); | 13433 int scrollLeft; |
| 13814 | 13434 |
| 13815 void set scrollLeft(int value); | 13435 int scrollTop; |
| 13816 | 13436 |
| 13817 int get scrollTop(); | 13437 final int scrollWidth; |
| 13818 | 13438 |
| 13819 void set scrollTop(int value); | 13439 final CSSStyleDeclaration style; |
| 13820 | 13440 |
| 13821 int get scrollWidth(); | 13441 final String tagName; |
| 13822 | |
| 13823 CSSStyleDeclaration get style(); | |
| 13824 | |
| 13825 String get tagName(); | |
| 13826 | 13442 |
| 13827 void blur(); | 13443 void blur(); |
| 13828 | 13444 |
| 13829 void focus(); | 13445 void focus(); |
| 13830 | 13446 |
| 13831 String getAttribute(String name); | 13447 String getAttribute(String name); |
| 13832 | 13448 |
| 13833 String getAttributeNS(String namespaceURI, String localName); | 13449 String getAttributeNS(String namespaceURI, String localName); |
| 13834 | 13450 |
| 13835 Attr getAttributeNode(String name); | 13451 Attr getAttributeNode(String name); |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13897 void endElementAt(num offset); | 13513 void endElementAt(num offset); |
| 13898 } | 13514 } |
| 13899 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13515 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13900 // for details. All rights reserved. Use of this source code is governed by a | 13516 // for details. All rights reserved. Use of this source code is governed by a |
| 13901 // BSD-style license that can be found in the LICENSE file. | 13517 // BSD-style license that can be found in the LICENSE file. |
| 13902 | 13518 |
| 13903 // WARNING: Do not edit - generated code. | 13519 // WARNING: Do not edit - generated code. |
| 13904 | 13520 |
| 13905 interface ElementTraversal { | 13521 interface ElementTraversal { |
| 13906 | 13522 |
| 13907 int get childElementCount(); | 13523 final int childElementCount; |
| 13908 | 13524 |
| 13909 Element get firstElementChild(); | 13525 final Element firstElementChild; |
| 13910 | 13526 |
| 13911 Element get lastElementChild(); | 13527 final Element lastElementChild; |
| 13912 | 13528 |
| 13913 Element get nextElementSibling(); | 13529 final Element nextElementSibling; |
| 13914 | 13530 |
| 13915 Element get previousElementSibling(); | 13531 final Element previousElementSibling; |
| 13916 } | 13532 } |
| 13917 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13533 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13918 // for details. All rights reserved. Use of this source code is governed by a | 13534 // for details. All rights reserved. Use of this source code is governed by a |
| 13919 // BSD-style license that can be found in the LICENSE file. | 13535 // BSD-style license that can be found in the LICENSE file. |
| 13920 | 13536 |
| 13921 // WARNING: Do not edit - generated code. | 13537 // WARNING: Do not edit - generated code. |
| 13922 | 13538 |
| 13923 interface Entity extends Node { | 13539 interface Entity extends Node { |
| 13924 | 13540 |
| 13925 String get notationName(); | 13541 final String notationName; |
| 13926 | 13542 |
| 13927 String get publicId(); | 13543 final String publicId; |
| 13928 | 13544 |
| 13929 String get systemId(); | 13545 final String systemId; |
| 13930 } | 13546 } |
| 13931 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13547 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13932 // for details. All rights reserved. Use of this source code is governed by a | 13548 // for details. All rights reserved. Use of this source code is governed by a |
| 13933 // BSD-style license that can be found in the LICENSE file. | 13549 // BSD-style license that can be found in the LICENSE file. |
| 13934 | 13550 |
| 13935 // WARNING: Do not edit - generated code. | 13551 // WARNING: Do not edit - generated code. |
| 13936 | 13552 |
| 13937 interface EntityReference extends Node { | 13553 interface EntityReference extends Node { |
| 13938 } | 13554 } |
| 13939 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13555 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13940 // for details. All rights reserved. Use of this source code is governed by a | 13556 // for details. All rights reserved. Use of this source code is governed by a |
| 13941 // BSD-style license that can be found in the LICENSE file. | 13557 // BSD-style license that can be found in the LICENSE file. |
| 13942 | 13558 |
| 13943 // WARNING: Do not edit - generated code. | 13559 // WARNING: Do not edit - generated code. |
| 13944 | 13560 |
| 13945 typedef bool EntriesCallback(EntryArray entries); | 13561 typedef bool EntriesCallback(EntryArray entries); |
| 13946 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13562 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13947 // for details. All rights reserved. Use of this source code is governed by a | 13563 // for details. All rights reserved. Use of this source code is governed by a |
| 13948 // BSD-style license that can be found in the LICENSE file. | 13564 // BSD-style license that can be found in the LICENSE file. |
| 13949 | 13565 |
| 13950 // WARNING: Do not edit - generated code. | 13566 // WARNING: Do not edit - generated code. |
| 13951 | 13567 |
| 13952 interface Entry { | 13568 interface Entry { |
| 13953 | 13569 |
| 13954 DOMFileSystem get filesystem(); | 13570 final DOMFileSystem filesystem; |
| 13955 | 13571 |
| 13956 String get fullPath(); | 13572 final String fullPath; |
| 13957 | 13573 |
| 13958 bool get isDirectory(); | 13574 final bool isDirectory; |
| 13959 | 13575 |
| 13960 bool get isFile(); | 13576 final bool isFile; |
| 13961 | 13577 |
| 13962 String get name(); | 13578 final String name; |
| 13963 | 13579 |
| 13964 void copyTo(DirectoryEntry parent, [String name, EntryCallback successCallback
, ErrorCallback errorCallback]); | 13580 void copyTo(DirectoryEntry parent, [String name, EntryCallback successCallback
, ErrorCallback errorCallback]); |
| 13965 | 13581 |
| 13966 void getMetadata(MetadataCallback successCallback, [ErrorCallback errorCallbac
k]); | 13582 void getMetadata(MetadataCallback successCallback, [ErrorCallback errorCallbac
k]); |
| 13967 | 13583 |
| 13968 void getParent([EntryCallback successCallback, ErrorCallback errorCallback]); | 13584 void getParent([EntryCallback successCallback, ErrorCallback errorCallback]); |
| 13969 | 13585 |
| 13970 void moveTo(DirectoryEntry parent, [String name, EntryCallback successCallback
, ErrorCallback errorCallback]); | 13586 void moveTo(DirectoryEntry parent, [String name, EntryCallback successCallback
, ErrorCallback errorCallback]); |
| 13971 | 13587 |
| 13972 void remove(VoidCallback successCallback, [ErrorCallback errorCallback]); | 13588 void remove(VoidCallback successCallback, [ErrorCallback errorCallback]); |
| 13973 | 13589 |
| 13974 String toURL(); | 13590 String toURL(); |
| 13975 } | 13591 } |
| 13976 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13592 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13977 // for details. All rights reserved. Use of this source code is governed by a | 13593 // for details. All rights reserved. Use of this source code is governed by a |
| 13978 // BSD-style license that can be found in the LICENSE file. | 13594 // BSD-style license that can be found in the LICENSE file. |
| 13979 | 13595 |
| 13980 // WARNING: Do not edit - generated code. | 13596 // WARNING: Do not edit - generated code. |
| 13981 | 13597 |
| 13982 interface EntryArray { | 13598 interface EntryArray { |
| 13983 | 13599 |
| 13984 int get length(); | 13600 final int length; |
| 13985 | 13601 |
| 13986 Entry item(int index); | 13602 Entry item(int index); |
| 13987 } | 13603 } |
| 13988 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13604 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 13989 // for details. All rights reserved. Use of this source code is governed by a | 13605 // for details. All rights reserved. Use of this source code is governed by a |
| 13990 // BSD-style license that can be found in the LICENSE file. | 13606 // BSD-style license that can be found in the LICENSE file. |
| 13991 | 13607 |
| 13992 // WARNING: Do not edit - generated code. | 13608 // WARNING: Do not edit - generated code. |
| 13993 | 13609 |
| 13994 interface EntryArraySync { | 13610 interface EntryArraySync { |
| 13995 | 13611 |
| 13996 int get length(); | 13612 final int length; |
| 13997 | 13613 |
| 13998 EntrySync item(int index); | 13614 EntrySync item(int index); |
| 13999 } | 13615 } |
| 14000 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13616 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14001 // for details. All rights reserved. Use of this source code is governed by a | 13617 // for details. All rights reserved. Use of this source code is governed by a |
| 14002 // BSD-style license that can be found in the LICENSE file. | 13618 // BSD-style license that can be found in the LICENSE file. |
| 14003 | 13619 |
| 14004 // WARNING: Do not edit - generated code. | 13620 // WARNING: Do not edit - generated code. |
| 14005 | 13621 |
| 14006 typedef bool EntryCallback(Entry entry); | 13622 typedef bool EntryCallback(Entry entry); |
| 14007 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13623 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14008 // for details. All rights reserved. Use of this source code is governed by a | 13624 // for details. All rights reserved. Use of this source code is governed by a |
| 14009 // BSD-style license that can be found in the LICENSE file. | 13625 // BSD-style license that can be found in the LICENSE file. |
| 14010 | 13626 |
| 14011 // WARNING: Do not edit - generated code. | 13627 // WARNING: Do not edit - generated code. |
| 14012 | 13628 |
| 14013 interface EntrySync { | 13629 interface EntrySync { |
| 14014 | 13630 |
| 14015 DOMFileSystemSync get filesystem(); | 13631 final DOMFileSystemSync filesystem; |
| 14016 | 13632 |
| 14017 String get fullPath(); | 13633 final String fullPath; |
| 14018 | 13634 |
| 14019 bool get isDirectory(); | 13635 final bool isDirectory; |
| 14020 | 13636 |
| 14021 bool get isFile(); | 13637 final bool isFile; |
| 14022 | 13638 |
| 14023 String get name(); | 13639 final String name; |
| 14024 | 13640 |
| 14025 EntrySync copyTo(DirectoryEntrySync parent, String name); | 13641 EntrySync copyTo(DirectoryEntrySync parent, String name); |
| 14026 | 13642 |
| 14027 Metadata getMetadata(); | 13643 Metadata getMetadata(); |
| 14028 | 13644 |
| 14029 DirectoryEntrySync getParent(); | 13645 DirectoryEntrySync getParent(); |
| 14030 | 13646 |
| 14031 EntrySync moveTo(DirectoryEntrySync parent, String name); | 13647 EntrySync moveTo(DirectoryEntrySync parent, String name); |
| 14032 | 13648 |
| 14033 void remove(); | 13649 void remove(); |
| 14034 | 13650 |
| 14035 String toURL(); | 13651 String toURL(); |
| 14036 } | 13652 } |
| 14037 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13653 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14038 // for details. All rights reserved. Use of this source code is governed by a | 13654 // for details. All rights reserved. Use of this source code is governed by a |
| 14039 // BSD-style license that can be found in the LICENSE file. | 13655 // BSD-style license that can be found in the LICENSE file. |
| 14040 | 13656 |
| 14041 // WARNING: Do not edit - generated code. | 13657 // WARNING: Do not edit - generated code. |
| 14042 | 13658 |
| 14043 typedef bool ErrorCallback(FileError error); | 13659 typedef bool ErrorCallback(FileError error); |
| 14044 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13660 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14045 // for details. All rights reserved. Use of this source code is governed by a | 13661 // for details. All rights reserved. Use of this source code is governed by a |
| 14046 // BSD-style license that can be found in the LICENSE file. | 13662 // BSD-style license that can be found in the LICENSE file. |
| 14047 | 13663 |
| 14048 // WARNING: Do not edit - generated code. | 13664 // WARNING: Do not edit - generated code. |
| 14049 | 13665 |
| 14050 interface ErrorEvent extends Event { | 13666 interface ErrorEvent extends Event { |
| 14051 | 13667 |
| 14052 String get filename(); | 13668 final String filename; |
| 14053 | 13669 |
| 14054 int get lineno(); | 13670 final int lineno; |
| 14055 | 13671 |
| 14056 String get message(); | 13672 final String message; |
| 14057 } | 13673 } |
| 14058 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13674 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14059 // for details. All rights reserved. Use of this source code is governed by a | 13675 // for details. All rights reserved. Use of this source code is governed by a |
| 14060 // BSD-style license that can be found in the LICENSE file. | 13676 // BSD-style license that can be found in the LICENSE file. |
| 14061 | 13677 |
| 14062 // WARNING: Do not edit - generated code. | 13678 // WARNING: Do not edit - generated code. |
| 14063 | 13679 |
| 14064 interface Event { | 13680 interface Event { |
| 14065 | 13681 |
| 14066 static final int AT_TARGET = 2; | 13682 static final int AT_TARGET = 2; |
| (...skipping 27 matching lines...) Expand all Loading... |
| 14094 static final int MOUSEMOVE = 16; | 13710 static final int MOUSEMOVE = 16; |
| 14095 | 13711 |
| 14096 static final int MOUSEOUT = 8; | 13712 static final int MOUSEOUT = 8; |
| 14097 | 13713 |
| 14098 static final int MOUSEOVER = 4; | 13714 static final int MOUSEOVER = 4; |
| 14099 | 13715 |
| 14100 static final int MOUSEUP = 2; | 13716 static final int MOUSEUP = 2; |
| 14101 | 13717 |
| 14102 static final int SELECT = 16384; | 13718 static final int SELECT = 16384; |
| 14103 | 13719 |
| 14104 bool get bubbles(); | 13720 final bool bubbles; |
| 14105 | 13721 |
| 14106 bool get cancelBubble(); | 13722 bool cancelBubble; |
| 14107 | 13723 |
| 14108 void set cancelBubble(bool value); | 13724 final bool cancelable; |
| 14109 | 13725 |
| 14110 bool get cancelable(); | 13726 final Clipboard clipboardData; |
| 14111 | 13727 |
| 14112 Clipboard get clipboardData(); | 13728 final EventTarget currentTarget; |
| 14113 | 13729 |
| 14114 EventTarget get currentTarget(); | 13730 final bool defaultPrevented; |
| 14115 | 13731 |
| 14116 bool get defaultPrevented(); | 13732 final int eventPhase; |
| 14117 | 13733 |
| 14118 int get eventPhase(); | 13734 bool returnValue; |
| 14119 | 13735 |
| 14120 bool get returnValue(); | 13736 final EventTarget srcElement; |
| 14121 | 13737 |
| 14122 void set returnValue(bool value); | 13738 final EventTarget target; |
| 14123 | 13739 |
| 14124 EventTarget get srcElement(); | 13740 final int timeStamp; |
| 14125 | 13741 |
| 14126 EventTarget get target(); | 13742 final String type; |
| 14127 | |
| 14128 int get timeStamp(); | |
| 14129 | |
| 14130 String get type(); | |
| 14131 | 13743 |
| 14132 void initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg); | 13744 void initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg); |
| 14133 | 13745 |
| 14134 void preventDefault(); | 13746 void preventDefault(); |
| 14135 | 13747 |
| 14136 void stopImmediatePropagation(); | 13748 void stopImmediatePropagation(); |
| 14137 | 13749 |
| 14138 void stopPropagation(); | 13750 void stopPropagation(); |
| 14139 } | 13751 } |
| 14140 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13752 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14141 // for details. All rights reserved. Use of this source code is governed by a | 13753 // for details. All rights reserved. Use of this source code is governed by a |
| 14142 // BSD-style license that can be found in the LICENSE file. | 13754 // BSD-style license that can be found in the LICENSE file. |
| 14143 | 13755 |
| 14144 // WARNING: Do not edit - generated code. | 13756 // WARNING: Do not edit - generated code. |
| 14145 | 13757 |
| 14146 interface EventException { | 13758 interface EventException { |
| 14147 | 13759 |
| 14148 static final int DISPATCH_REQUEST_ERR = 1; | 13760 static final int DISPATCH_REQUEST_ERR = 1; |
| 14149 | 13761 |
| 14150 static final int UNSPECIFIED_EVENT_TYPE_ERR = 0; | 13762 static final int UNSPECIFIED_EVENT_TYPE_ERR = 0; |
| 14151 | 13763 |
| 14152 int get code(); | 13764 final int code; |
| 14153 | 13765 |
| 14154 String get message(); | 13766 final String message; |
| 14155 | 13767 |
| 14156 String get name(); | 13768 final String name; |
| 14157 | 13769 |
| 14158 String toString(); | 13770 String toString(); |
| 14159 } | 13771 } |
| 14160 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13772 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14161 // for details. All rights reserved. Use of this source code is governed by a | 13773 // for details. All rights reserved. Use of this source code is governed by a |
| 14162 // BSD-style license that can be found in the LICENSE file. | 13774 // BSD-style license that can be found in the LICENSE file. |
| 14163 | 13775 |
| 14164 // WARNING: Do not edit - generated code. | 13776 // WARNING: Do not edit - generated code. |
| 14165 | 13777 |
| 14166 interface EventSource extends EventTarget { | 13778 interface EventSource extends EventTarget { |
| 14167 | 13779 |
| 14168 static final int CLOSED = 2; | 13780 static final int CLOSED = 2; |
| 14169 | 13781 |
| 14170 static final int CONNECTING = 0; | 13782 static final int CONNECTING = 0; |
| 14171 | 13783 |
| 14172 static final int OPEN = 1; | 13784 static final int OPEN = 1; |
| 14173 | 13785 |
| 14174 String get URL(); | 13786 final String URL; |
| 14175 | 13787 |
| 14176 int get readyState(); | 13788 final int readyState; |
| 14177 | 13789 |
| 14178 String get url(); | 13790 final String url; |
| 14179 | 13791 |
| 14180 void addEventListener(String type, EventListener listener, [bool useCapture]); | 13792 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 14181 | 13793 |
| 14182 void close(); | 13794 void close(); |
| 14183 | 13795 |
| 14184 bool dispatchEvent(Event evt); | 13796 bool dispatchEvent(Event evt); |
| 14185 | 13797 |
| 14186 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 13798 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 14187 } | 13799 } |
| 14188 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13800 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 11 matching lines...) Expand all Loading... |
| 14200 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 13812 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 14201 } | 13813 } |
| 14202 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13814 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14203 // for details. All rights reserved. Use of this source code is governed by a | 13815 // for details. All rights reserved. Use of this source code is governed by a |
| 14204 // BSD-style license that can be found in the LICENSE file. | 13816 // BSD-style license that can be found in the LICENSE file. |
| 14205 | 13817 |
| 14206 // WARNING: Do not edit - generated code. | 13818 // WARNING: Do not edit - generated code. |
| 14207 | 13819 |
| 14208 interface File extends Blob { | 13820 interface File extends Blob { |
| 14209 | 13821 |
| 14210 String get fileName(); | 13822 final String fileName; |
| 14211 | 13823 |
| 14212 int get fileSize(); | 13824 final int fileSize; |
| 14213 | 13825 |
| 14214 Date get lastModifiedDate(); | 13826 final Date lastModifiedDate; |
| 14215 | 13827 |
| 14216 String get name(); | 13828 final String name; |
| 14217 | 13829 |
| 14218 String get webkitRelativePath(); | 13830 final String webkitRelativePath; |
| 14219 } | 13831 } |
| 14220 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13832 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14221 // for details. All rights reserved. Use of this source code is governed by a | 13833 // for details. All rights reserved. Use of this source code is governed by a |
| 14222 // BSD-style license that can be found in the LICENSE file. | 13834 // BSD-style license that can be found in the LICENSE file. |
| 14223 | 13835 |
| 14224 // WARNING: Do not edit - generated code. | 13836 // WARNING: Do not edit - generated code. |
| 14225 | 13837 |
| 14226 typedef bool FileCallback(File file); | 13838 typedef bool FileCallback(File file); |
| 14227 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13839 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14228 // for details. All rights reserved. Use of this source code is governed by a | 13840 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14273 static final int PATH_EXISTS_ERR = 12; | 13885 static final int PATH_EXISTS_ERR = 12; |
| 14274 | 13886 |
| 14275 static final int QUOTA_EXCEEDED_ERR = 10; | 13887 static final int QUOTA_EXCEEDED_ERR = 10; |
| 14276 | 13888 |
| 14277 static final int SECURITY_ERR = 2; | 13889 static final int SECURITY_ERR = 2; |
| 14278 | 13890 |
| 14279 static final int SYNTAX_ERR = 8; | 13891 static final int SYNTAX_ERR = 8; |
| 14280 | 13892 |
| 14281 static final int TYPE_MISMATCH_ERR = 11; | 13893 static final int TYPE_MISMATCH_ERR = 11; |
| 14282 | 13894 |
| 14283 int get code(); | 13895 final int code; |
| 14284 } | 13896 } |
| 14285 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13897 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14286 // for details. All rights reserved. Use of this source code is governed by a | 13898 // for details. All rights reserved. Use of this source code is governed by a |
| 14287 // BSD-style license that can be found in the LICENSE file. | 13899 // BSD-style license that can be found in the LICENSE file. |
| 14288 | 13900 |
| 14289 // WARNING: Do not edit - generated code. | 13901 // WARNING: Do not edit - generated code. |
| 14290 | 13902 |
| 14291 interface FileException { | 13903 interface FileException { |
| 14292 | 13904 |
| 14293 static final int ABORT_ERR = 3; | 13905 static final int ABORT_ERR = 3; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 14307 static final int PATH_EXISTS_ERR = 12; | 13919 static final int PATH_EXISTS_ERR = 12; |
| 14308 | 13920 |
| 14309 static final int QUOTA_EXCEEDED_ERR = 10; | 13921 static final int QUOTA_EXCEEDED_ERR = 10; |
| 14310 | 13922 |
| 14311 static final int SECURITY_ERR = 2; | 13923 static final int SECURITY_ERR = 2; |
| 14312 | 13924 |
| 14313 static final int SYNTAX_ERR = 8; | 13925 static final int SYNTAX_ERR = 8; |
| 14314 | 13926 |
| 14315 static final int TYPE_MISMATCH_ERR = 11; | 13927 static final int TYPE_MISMATCH_ERR = 11; |
| 14316 | 13928 |
| 14317 int get code(); | 13929 final int code; |
| 14318 | 13930 |
| 14319 String get message(); | 13931 final String message; |
| 14320 | 13932 |
| 14321 String get name(); | 13933 final String name; |
| 14322 | 13934 |
| 14323 String toString(); | 13935 String toString(); |
| 14324 } | 13936 } |
| 14325 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13937 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14326 // for details. All rights reserved. Use of this source code is governed by a | 13938 // for details. All rights reserved. Use of this source code is governed by a |
| 14327 // BSD-style license that can be found in the LICENSE file. | 13939 // BSD-style license that can be found in the LICENSE file. |
| 14328 | 13940 |
| 14329 // WARNING: Do not edit - generated code. | 13941 // WARNING: Do not edit - generated code. |
| 14330 | 13942 |
| 14331 interface FileList { | 13943 interface FileList { |
| 14332 | 13944 |
| 14333 int get length(); | 13945 final int length; |
| 14334 | 13946 |
| 14335 File item(int index); | 13947 File item(int index); |
| 14336 } | 13948 } |
| 14337 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 13949 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14338 // for details. All rights reserved. Use of this source code is governed by a | 13950 // for details. All rights reserved. Use of this source code is governed by a |
| 14339 // BSD-style license that can be found in the LICENSE file. | 13951 // BSD-style license that can be found in the LICENSE file. |
| 14340 | 13952 |
| 14341 // WARNING: Do not edit - generated code. | 13953 // WARNING: Do not edit - generated code. |
| 14342 | 13954 |
| 14343 interface FileReader default _FileReaderFactoryProvider { | 13955 interface FileReader default _FileReaderFactoryProvider { |
| 14344 | 13956 |
| 14345 FileReader(); | 13957 FileReader(); |
| 14346 | 13958 |
| 14347 static final int DONE = 2; | 13959 static final int DONE = 2; |
| 14348 | 13960 |
| 14349 static final int EMPTY = 0; | 13961 static final int EMPTY = 0; |
| 14350 | 13962 |
| 14351 static final int LOADING = 1; | 13963 static final int LOADING = 1; |
| 14352 | 13964 |
| 14353 FileError get error(); | 13965 final FileError error; |
| 14354 | 13966 |
| 14355 EventListener get onabort(); | 13967 EventListener onabort; |
| 14356 | 13968 |
| 14357 void set onabort(EventListener value); | 13969 EventListener onerror; |
| 14358 | 13970 |
| 14359 EventListener get onerror(); | 13971 EventListener onload; |
| 14360 | 13972 |
| 14361 void set onerror(EventListener value); | 13973 EventListener onloadend; |
| 14362 | 13974 |
| 14363 EventListener get onload(); | 13975 EventListener onloadstart; |
| 14364 | 13976 |
| 14365 void set onload(EventListener value); | 13977 EventListener onprogress; |
| 14366 | 13978 |
| 14367 EventListener get onloadend(); | 13979 final int readyState; |
| 14368 | 13980 |
| 14369 void set onloadend(EventListener value); | 13981 final Object result; |
| 14370 | |
| 14371 EventListener get onloadstart(); | |
| 14372 | |
| 14373 void set onloadstart(EventListener value); | |
| 14374 | |
| 14375 EventListener get onprogress(); | |
| 14376 | |
| 14377 void set onprogress(EventListener value); | |
| 14378 | |
| 14379 int get readyState(); | |
| 14380 | |
| 14381 Object get result(); | |
| 14382 | 13982 |
| 14383 void abort(); | 13983 void abort(); |
| 14384 | 13984 |
| 14385 void addEventListener(String type, EventListener listener, [bool useCapture]); | 13985 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 14386 | 13986 |
| 14387 bool dispatchEvent(Event evt); | 13987 bool dispatchEvent(Event evt); |
| 14388 | 13988 |
| 14389 void readAsArrayBuffer(Blob blob); | 13989 void readAsArrayBuffer(Blob blob); |
| 14390 | 13990 |
| 14391 void readAsBinaryString(Blob blob); | 13991 void readAsBinaryString(Blob blob); |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14426 // WARNING: Do not edit - generated code. | 14026 // WARNING: Do not edit - generated code. |
| 14427 | 14027 |
| 14428 interface FileWriter { | 14028 interface FileWriter { |
| 14429 | 14029 |
| 14430 static final int DONE = 2; | 14030 static final int DONE = 2; |
| 14431 | 14031 |
| 14432 static final int INIT = 0; | 14032 static final int INIT = 0; |
| 14433 | 14033 |
| 14434 static final int WRITING = 1; | 14034 static final int WRITING = 1; |
| 14435 | 14035 |
| 14436 FileError get error(); | 14036 final FileError error; |
| 14437 | 14037 |
| 14438 int get length(); | 14038 final int length; |
| 14439 | 14039 |
| 14440 EventListener get onabort(); | 14040 EventListener onabort; |
| 14441 | 14041 |
| 14442 void set onabort(EventListener value); | 14042 EventListener onerror; |
| 14443 | 14043 |
| 14444 EventListener get onerror(); | 14044 EventListener onprogress; |
| 14445 | 14045 |
| 14446 void set onerror(EventListener value); | 14046 EventListener onwrite; |
| 14447 | 14047 |
| 14448 EventListener get onprogress(); | 14048 EventListener onwriteend; |
| 14449 | 14049 |
| 14450 void set onprogress(EventListener value); | 14050 EventListener onwritestart; |
| 14451 | 14051 |
| 14452 EventListener get onwrite(); | 14052 final int position; |
| 14453 | 14053 |
| 14454 void set onwrite(EventListener value); | 14054 final int readyState; |
| 14455 | |
| 14456 EventListener get onwriteend(); | |
| 14457 | |
| 14458 void set onwriteend(EventListener value); | |
| 14459 | |
| 14460 EventListener get onwritestart(); | |
| 14461 | |
| 14462 void set onwritestart(EventListener value); | |
| 14463 | |
| 14464 int get position(); | |
| 14465 | |
| 14466 int get readyState(); | |
| 14467 | 14055 |
| 14468 void abort(); | 14056 void abort(); |
| 14469 | 14057 |
| 14470 void seek(int position); | 14058 void seek(int position); |
| 14471 | 14059 |
| 14472 void truncate(int size); | 14060 void truncate(int size); |
| 14473 | 14061 |
| 14474 void write(Blob data); | 14062 void write(Blob data); |
| 14475 } | 14063 } |
| 14476 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14064 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14477 // for details. All rights reserved. Use of this source code is governed by a | 14065 // for details. All rights reserved. Use of this source code is governed by a |
| 14478 // BSD-style license that can be found in the LICENSE file. | 14066 // BSD-style license that can be found in the LICENSE file. |
| 14479 | 14067 |
| 14480 // WARNING: Do not edit - generated code. | 14068 // WARNING: Do not edit - generated code. |
| 14481 | 14069 |
| 14482 typedef bool FileWriterCallback(FileWriter fileWriter); | 14070 typedef bool FileWriterCallback(FileWriter fileWriter); |
| 14483 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14071 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14484 // for details. All rights reserved. Use of this source code is governed by a | 14072 // for details. All rights reserved. Use of this source code is governed by a |
| 14485 // BSD-style license that can be found in the LICENSE file. | 14073 // BSD-style license that can be found in the LICENSE file. |
| 14486 | 14074 |
| 14487 // WARNING: Do not edit - generated code. | 14075 // WARNING: Do not edit - generated code. |
| 14488 | 14076 |
| 14489 interface FileWriterSync { | 14077 interface FileWriterSync { |
| 14490 | 14078 |
| 14491 int get length(); | 14079 final int length; |
| 14492 | 14080 |
| 14493 int get position(); | 14081 final int position; |
| 14494 | 14082 |
| 14495 void seek(int position); | 14083 void seek(int position); |
| 14496 | 14084 |
| 14497 void truncate(int size); | 14085 void truncate(int size); |
| 14498 | 14086 |
| 14499 void write(Blob data); | 14087 void write(Blob data); |
| 14500 } | 14088 } |
| 14501 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14089 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14502 // for details. All rights reserved. Use of this source code is governed by a | 14090 // for details. All rights reserved. Use of this source code is governed by a |
| 14503 // BSD-style license that can be found in the LICENSE file. | 14091 // BSD-style license that can be found in the LICENSE file. |
| 14504 | 14092 |
| 14505 // WARNING: Do not edit - generated code. | 14093 // WARNING: Do not edit - generated code. |
| 14506 | 14094 |
| 14507 interface Float32Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { | 14095 interface Float32Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { |
| 14508 | 14096 |
| 14509 Float32Array(int length); | 14097 Float32Array(int length); |
| 14510 | 14098 |
| 14511 Float32Array.fromList(List<num> list); | 14099 Float32Array.fromList(List<num> list); |
| 14512 | 14100 |
| 14513 Float32Array.fromBuffer(ArrayBuffer buffer); | 14101 Float32Array.fromBuffer(ArrayBuffer buffer); |
| 14514 | 14102 |
| 14515 static final int BYTES_PER_ELEMENT = 4; | 14103 static final int BYTES_PER_ELEMENT = 4; |
| 14516 | 14104 |
| 14517 int get length(); | 14105 final int length; |
| 14518 | 14106 |
| 14519 void setElements(Object array, [int offset]); | 14107 void setElements(Object array, [int offset]); |
| 14520 | 14108 |
| 14521 Float32Array subarray(int start, [int end]); | 14109 Float32Array subarray(int start, [int end]); |
| 14522 } | 14110 } |
| 14523 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14111 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14524 // for details. All rights reserved. Use of this source code is governed by a | 14112 // for details. All rights reserved. Use of this source code is governed by a |
| 14525 // BSD-style license that can be found in the LICENSE file. | 14113 // BSD-style license that can be found in the LICENSE file. |
| 14526 | 14114 |
| 14527 // WARNING: Do not edit - generated code. | 14115 // WARNING: Do not edit - generated code. |
| 14528 | 14116 |
| 14529 interface Float64Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { | 14117 interface Float64Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { |
| 14530 | 14118 |
| 14531 Float64Array(int length); | 14119 Float64Array(int length); |
| 14532 | 14120 |
| 14533 Float64Array.fromList(List<num> list); | 14121 Float64Array.fromList(List<num> list); |
| 14534 | 14122 |
| 14535 Float64Array.fromBuffer(ArrayBuffer buffer); | 14123 Float64Array.fromBuffer(ArrayBuffer buffer); |
| 14536 | 14124 |
| 14537 static final int BYTES_PER_ELEMENT = 8; | 14125 static final int BYTES_PER_ELEMENT = 8; |
| 14538 | 14126 |
| 14539 int get length(); | 14127 final int length; |
| 14540 | 14128 |
| 14541 void setElements(Object array, [int offset]); | 14129 void setElements(Object array, [int offset]); |
| 14542 | 14130 |
| 14543 Float64Array subarray(int start, [int end]); | 14131 Float64Array subarray(int start, [int end]); |
| 14544 } | 14132 } |
| 14545 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14133 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14546 // for details. All rights reserved. Use of this source code is governed by a | 14134 // for details. All rights reserved. Use of this source code is governed by a |
| 14547 // BSD-style license that can be found in the LICENSE file. | 14135 // BSD-style license that can be found in the LICENSE file. |
| 14548 | 14136 |
| 14549 // WARNING: Do not edit - generated code. | 14137 // WARNING: Do not edit - generated code. |
| 14550 | 14138 |
| 14551 interface Geolocation { | 14139 interface Geolocation { |
| 14552 | 14140 |
| 14553 void clearWatch(int watchId); | 14141 void clearWatch(int watchId); |
| 14554 | 14142 |
| 14555 void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallba
ck errorCallback]); | 14143 void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallba
ck errorCallback]); |
| 14556 | 14144 |
| 14557 int watchPosition(PositionCallback successCallback, [PositionErrorCallback err
orCallback]); | 14145 int watchPosition(PositionCallback successCallback, [PositionErrorCallback err
orCallback]); |
| 14558 } | 14146 } |
| 14559 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14147 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14560 // for details. All rights reserved. Use of this source code is governed by a | 14148 // for details. All rights reserved. Use of this source code is governed by a |
| 14561 // BSD-style license that can be found in the LICENSE file. | 14149 // BSD-style license that can be found in the LICENSE file. |
| 14562 | 14150 |
| 14563 // WARNING: Do not edit - generated code. | 14151 // WARNING: Do not edit - generated code. |
| 14564 | 14152 |
| 14565 interface Geoposition { | 14153 interface Geoposition { |
| 14566 | 14154 |
| 14567 Coordinates get coords(); | 14155 final Coordinates coords; |
| 14568 | 14156 |
| 14569 int get timestamp(); | 14157 final int timestamp; |
| 14570 } | 14158 } |
| 14571 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14159 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14572 // for details. All rights reserved. Use of this source code is governed by a | 14160 // for details. All rights reserved. Use of this source code is governed by a |
| 14573 // BSD-style license that can be found in the LICENSE file. | 14161 // BSD-style license that can be found in the LICENSE file. |
| 14574 | 14162 |
| 14575 // WARNING: Do not edit - generated code. | 14163 // WARNING: Do not edit - generated code. |
| 14576 | 14164 |
| 14577 interface HTMLAllCollection { | 14165 interface HTMLAllCollection { |
| 14578 | 14166 |
| 14579 int get length(); | 14167 final int length; |
| 14580 | 14168 |
| 14581 Node item(int index); | 14169 Node item(int index); |
| 14582 | 14170 |
| 14583 Node namedItem(String name); | 14171 Node namedItem(String name); |
| 14584 | 14172 |
| 14585 NodeList tags(String name); | 14173 NodeList tags(String name); |
| 14586 } | 14174 } |
| 14587 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14175 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14588 // for details. All rights reserved. Use of this source code is governed by a | 14176 // for details. All rights reserved. Use of this source code is governed by a |
| 14589 // BSD-style license that can be found in the LICENSE file. | 14177 // BSD-style license that can be found in the LICENSE file. |
| 14590 | 14178 |
| 14591 // WARNING: Do not edit - generated code. | 14179 // WARNING: Do not edit - generated code. |
| 14592 | 14180 |
| 14593 interface HTMLAnchorElement extends HTMLElement { | 14181 interface HTMLAnchorElement extends HTMLElement { |
| 14594 | 14182 |
| 14595 String get charset(); | 14183 String charset; |
| 14596 | 14184 |
| 14597 void set charset(String value); | 14185 String coords; |
| 14598 | 14186 |
| 14599 String get coords(); | 14187 String download; |
| 14600 | 14188 |
| 14601 void set coords(String value); | 14189 String hash; |
| 14602 | 14190 |
| 14603 String get download(); | 14191 String host; |
| 14604 | 14192 |
| 14605 void set download(String value); | 14193 String hostname; |
| 14606 | 14194 |
| 14607 String get hash(); | 14195 String href; |
| 14608 | 14196 |
| 14609 void set hash(String value); | 14197 String hreflang; |
| 14610 | 14198 |
| 14611 String get host(); | 14199 String name; |
| 14612 | 14200 |
| 14613 void set host(String value); | 14201 final String origin; |
| 14614 | 14202 |
| 14615 String get hostname(); | 14203 String pathname; |
| 14616 | 14204 |
| 14617 void set hostname(String value); | 14205 String ping; |
| 14618 | 14206 |
| 14619 String get href(); | 14207 String port; |
| 14620 | 14208 |
| 14621 void set href(String value); | 14209 String protocol; |
| 14622 | 14210 |
| 14623 String get hreflang(); | 14211 String rel; |
| 14624 | 14212 |
| 14625 void set hreflang(String value); | 14213 String rev; |
| 14626 | 14214 |
| 14627 String get name(); | 14215 String search; |
| 14628 | 14216 |
| 14629 void set name(String value); | 14217 String shape; |
| 14630 | 14218 |
| 14631 String get origin(); | 14219 String target; |
| 14632 | 14220 |
| 14633 String get pathname(); | 14221 final String text; |
| 14634 | 14222 |
| 14635 void set pathname(String value); | 14223 String type; |
| 14636 | |
| 14637 String get ping(); | |
| 14638 | |
| 14639 void set ping(String value); | |
| 14640 | |
| 14641 String get port(); | |
| 14642 | |
| 14643 void set port(String value); | |
| 14644 | |
| 14645 String get protocol(); | |
| 14646 | |
| 14647 void set protocol(String value); | |
| 14648 | |
| 14649 String get rel(); | |
| 14650 | |
| 14651 void set rel(String value); | |
| 14652 | |
| 14653 String get rev(); | |
| 14654 | |
| 14655 void set rev(String value); | |
| 14656 | |
| 14657 String get search(); | |
| 14658 | |
| 14659 void set search(String value); | |
| 14660 | |
| 14661 String get shape(); | |
| 14662 | |
| 14663 void set shape(String value); | |
| 14664 | |
| 14665 String get target(); | |
| 14666 | |
| 14667 void set target(String value); | |
| 14668 | |
| 14669 String get text(); | |
| 14670 | |
| 14671 String get type(); | |
| 14672 | |
| 14673 void set type(String value); | |
| 14674 | 14224 |
| 14675 String toString(); | 14225 String toString(); |
| 14676 } | 14226 } |
| 14677 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14227 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14678 // for details. All rights reserved. Use of this source code is governed by a | 14228 // for details. All rights reserved. Use of this source code is governed by a |
| 14679 // BSD-style license that can be found in the LICENSE file. | 14229 // BSD-style license that can be found in the LICENSE file. |
| 14680 | 14230 |
| 14681 // WARNING: Do not edit - generated code. | 14231 // WARNING: Do not edit - generated code. |
| 14682 | 14232 |
| 14683 interface HTMLAppletElement extends HTMLElement { | 14233 interface HTMLAppletElement extends HTMLElement { |
| 14684 | 14234 |
| 14685 String get align(); | 14235 String align; |
| 14686 | 14236 |
| 14687 void set align(String value); | 14237 String alt; |
| 14688 | 14238 |
| 14689 String get alt(); | 14239 String archive; |
| 14690 | 14240 |
| 14691 void set alt(String value); | 14241 String code; |
| 14692 | 14242 |
| 14693 String get archive(); | 14243 String codeBase; |
| 14694 | 14244 |
| 14695 void set archive(String value); | 14245 String height; |
| 14696 | 14246 |
| 14697 String get code(); | 14247 String hspace; |
| 14698 | 14248 |
| 14699 void set code(String value); | 14249 String name; |
| 14700 | 14250 |
| 14701 String get codeBase(); | 14251 String object; |
| 14702 | 14252 |
| 14703 void set codeBase(String value); | 14253 String vspace; |
| 14704 | 14254 |
| 14705 String get height(); | 14255 String width; |
| 14706 | |
| 14707 void set height(String value); | |
| 14708 | |
| 14709 String get hspace(); | |
| 14710 | |
| 14711 void set hspace(String value); | |
| 14712 | |
| 14713 String get name(); | |
| 14714 | |
| 14715 void set name(String value); | |
| 14716 | |
| 14717 String get object(); | |
| 14718 | |
| 14719 void set object(String value); | |
| 14720 | |
| 14721 String get vspace(); | |
| 14722 | |
| 14723 void set vspace(String value); | |
| 14724 | |
| 14725 String get width(); | |
| 14726 | |
| 14727 void set width(String value); | |
| 14728 } | 14256 } |
| 14729 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14257 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14730 // for details. All rights reserved. Use of this source code is governed by a | 14258 // for details. All rights reserved. Use of this source code is governed by a |
| 14731 // BSD-style license that can be found in the LICENSE file. | 14259 // BSD-style license that can be found in the LICENSE file. |
| 14732 | 14260 |
| 14733 // WARNING: Do not edit - generated code. | 14261 // WARNING: Do not edit - generated code. |
| 14734 | 14262 |
| 14735 interface HTMLAreaElement extends HTMLElement { | 14263 interface HTMLAreaElement extends HTMLElement { |
| 14736 | 14264 |
| 14737 String get alt(); | 14265 String alt; |
| 14738 | 14266 |
| 14739 void set alt(String value); | 14267 String coords; |
| 14740 | 14268 |
| 14741 String get coords(); | 14269 final String hash; |
| 14742 | 14270 |
| 14743 void set coords(String value); | 14271 final String host; |
| 14744 | 14272 |
| 14745 String get hash(); | 14273 final String hostname; |
| 14746 | 14274 |
| 14747 String get host(); | 14275 String href; |
| 14748 | 14276 |
| 14749 String get hostname(); | 14277 bool noHref; |
| 14750 | 14278 |
| 14751 String get href(); | 14279 final String pathname; |
| 14752 | 14280 |
| 14753 void set href(String value); | 14281 String ping; |
| 14754 | 14282 |
| 14755 bool get noHref(); | 14283 final String port; |
| 14756 | 14284 |
| 14757 void set noHref(bool value); | 14285 final String protocol; |
| 14758 | 14286 |
| 14759 String get pathname(); | 14287 final String search; |
| 14760 | 14288 |
| 14761 String get ping(); | 14289 String shape; |
| 14762 | 14290 |
| 14763 void set ping(String value); | 14291 String target; |
| 14764 | |
| 14765 String get port(); | |
| 14766 | |
| 14767 String get protocol(); | |
| 14768 | |
| 14769 String get search(); | |
| 14770 | |
| 14771 String get shape(); | |
| 14772 | |
| 14773 void set shape(String value); | |
| 14774 | |
| 14775 String get target(); | |
| 14776 | |
| 14777 void set target(String value); | |
| 14778 } | 14292 } |
| 14779 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14293 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14780 // for details. All rights reserved. Use of this source code is governed by a | 14294 // for details. All rights reserved. Use of this source code is governed by a |
| 14781 // BSD-style license that can be found in the LICENSE file. | 14295 // BSD-style license that can be found in the LICENSE file. |
| 14782 | 14296 |
| 14783 // WARNING: Do not edit - generated code. | 14297 // WARNING: Do not edit - generated code. |
| 14784 | 14298 |
| 14785 interface HTMLAudioElement extends HTMLMediaElement { | 14299 interface HTMLAudioElement extends HTMLMediaElement { |
| 14786 } | 14300 } |
| 14787 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14301 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14788 // for details. All rights reserved. Use of this source code is governed by a | 14302 // for details. All rights reserved. Use of this source code is governed by a |
| 14789 // BSD-style license that can be found in the LICENSE file. | 14303 // BSD-style license that can be found in the LICENSE file. |
| 14790 | 14304 |
| 14791 // WARNING: Do not edit - generated code. | 14305 // WARNING: Do not edit - generated code. |
| 14792 | 14306 |
| 14793 interface HTMLBRElement extends HTMLElement { | 14307 interface HTMLBRElement extends HTMLElement { |
| 14794 | 14308 |
| 14795 String get clear(); | 14309 String clear; |
| 14796 | |
| 14797 void set clear(String value); | |
| 14798 } | 14310 } |
| 14799 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14311 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14800 // for details. All rights reserved. Use of this source code is governed by a | 14312 // for details. All rights reserved. Use of this source code is governed by a |
| 14801 // BSD-style license that can be found in the LICENSE file. | 14313 // BSD-style license that can be found in the LICENSE file. |
| 14802 | 14314 |
| 14803 // WARNING: Do not edit - generated code. | 14315 // WARNING: Do not edit - generated code. |
| 14804 | 14316 |
| 14805 interface HTMLBaseElement extends HTMLElement { | 14317 interface HTMLBaseElement extends HTMLElement { |
| 14806 | 14318 |
| 14807 String get href(); | 14319 String href; |
| 14808 | 14320 |
| 14809 void set href(String value); | 14321 String target; |
| 14810 | |
| 14811 String get target(); | |
| 14812 | |
| 14813 void set target(String value); | |
| 14814 } | 14322 } |
| 14815 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14323 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14816 // for details. All rights reserved. Use of this source code is governed by a | 14324 // for details. All rights reserved. Use of this source code is governed by a |
| 14817 // BSD-style license that can be found in the LICENSE file. | 14325 // BSD-style license that can be found in the LICENSE file. |
| 14818 | 14326 |
| 14819 // WARNING: Do not edit - generated code. | 14327 // WARNING: Do not edit - generated code. |
| 14820 | 14328 |
| 14821 interface HTMLBaseFontElement extends HTMLElement { | 14329 interface HTMLBaseFontElement extends HTMLElement { |
| 14822 | 14330 |
| 14823 String get color(); | 14331 String color; |
| 14824 | 14332 |
| 14825 void set color(String value); | 14333 String face; |
| 14826 | 14334 |
| 14827 String get face(); | 14335 int size; |
| 14828 | |
| 14829 void set face(String value); | |
| 14830 | |
| 14831 int get size(); | |
| 14832 | |
| 14833 void set size(int value); | |
| 14834 } | 14336 } |
| 14835 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14337 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14836 // for details. All rights reserved. Use of this source code is governed by a | 14338 // for details. All rights reserved. Use of this source code is governed by a |
| 14837 // BSD-style license that can be found in the LICENSE file. | 14339 // BSD-style license that can be found in the LICENSE file. |
| 14838 | 14340 |
| 14839 // WARNING: Do not edit - generated code. | 14341 // WARNING: Do not edit - generated code. |
| 14840 | 14342 |
| 14841 interface HTMLBodyElement extends HTMLElement { | 14343 interface HTMLBodyElement extends HTMLElement { |
| 14842 | 14344 |
| 14843 String get aLink(); | 14345 String aLink; |
| 14844 | 14346 |
| 14845 void set aLink(String value); | 14347 String background; |
| 14846 | 14348 |
| 14847 String get background(); | 14349 String bgColor; |
| 14848 | 14350 |
| 14849 void set background(String value); | 14351 String link; |
| 14850 | 14352 |
| 14851 String get bgColor(); | 14353 String text; |
| 14852 | 14354 |
| 14853 void set bgColor(String value); | 14355 String vLink; |
| 14854 | |
| 14855 String get link(); | |
| 14856 | |
| 14857 void set link(String value); | |
| 14858 | |
| 14859 String get text(); | |
| 14860 | |
| 14861 void set text(String value); | |
| 14862 | |
| 14863 String get vLink(); | |
| 14864 | |
| 14865 void set vLink(String value); | |
| 14866 } | 14356 } |
| 14867 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14357 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14868 // for details. All rights reserved. Use of this source code is governed by a | 14358 // for details. All rights reserved. Use of this source code is governed by a |
| 14869 // BSD-style license that can be found in the LICENSE file. | 14359 // BSD-style license that can be found in the LICENSE file. |
| 14870 | 14360 |
| 14871 // WARNING: Do not edit - generated code. | 14361 // WARNING: Do not edit - generated code. |
| 14872 | 14362 |
| 14873 interface HTMLButtonElement extends HTMLElement { | 14363 interface HTMLButtonElement extends HTMLElement { |
| 14874 | 14364 |
| 14875 bool get autofocus(); | 14365 bool autofocus; |
| 14876 | 14366 |
| 14877 void set autofocus(bool value); | 14367 bool disabled; |
| 14878 | 14368 |
| 14879 bool get disabled(); | 14369 final HTMLFormElement form; |
| 14880 | 14370 |
| 14881 void set disabled(bool value); | 14371 String formAction; |
| 14882 | 14372 |
| 14883 HTMLFormElement get form(); | 14373 String formEnctype; |
| 14884 | 14374 |
| 14885 String get formAction(); | 14375 String formMethod; |
| 14886 | 14376 |
| 14887 void set formAction(String value); | 14377 bool formNoValidate; |
| 14888 | 14378 |
| 14889 String get formEnctype(); | 14379 String formTarget; |
| 14890 | 14380 |
| 14891 void set formEnctype(String value); | 14381 final NodeList labels; |
| 14892 | 14382 |
| 14893 String get formMethod(); | 14383 String name; |
| 14894 | 14384 |
| 14895 void set formMethod(String value); | 14385 final String type; |
| 14896 | 14386 |
| 14897 bool get formNoValidate(); | 14387 final String validationMessage; |
| 14898 | 14388 |
| 14899 void set formNoValidate(bool value); | 14389 final ValidityState validity; |
| 14900 | 14390 |
| 14901 String get formTarget(); | 14391 String value; |
| 14902 | 14392 |
| 14903 void set formTarget(String value); | 14393 final bool willValidate; |
| 14904 | |
| 14905 NodeList get labels(); | |
| 14906 | |
| 14907 String get name(); | |
| 14908 | |
| 14909 void set name(String value); | |
| 14910 | |
| 14911 String get type(); | |
| 14912 | |
| 14913 String get validationMessage(); | |
| 14914 | |
| 14915 ValidityState get validity(); | |
| 14916 | |
| 14917 String get value(); | |
| 14918 | |
| 14919 void set value(String value); | |
| 14920 | |
| 14921 bool get willValidate(); | |
| 14922 | 14394 |
| 14923 bool checkValidity(); | 14395 bool checkValidity(); |
| 14924 | 14396 |
| 14925 void click(); | 14397 void click(); |
| 14926 | 14398 |
| 14927 void setCustomValidity(String error); | 14399 void setCustomValidity(String error); |
| 14928 } | 14400 } |
| 14929 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14401 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14930 // for details. All rights reserved. Use of this source code is governed by a | 14402 // for details. All rights reserved. Use of this source code is governed by a |
| 14931 // BSD-style license that can be found in the LICENSE file. | 14403 // BSD-style license that can be found in the LICENSE file. |
| 14932 | 14404 |
| 14933 // WARNING: Do not edit - generated code. | 14405 // WARNING: Do not edit - generated code. |
| 14934 | 14406 |
| 14935 interface HTMLCanvasElement extends HTMLElement { | 14407 interface HTMLCanvasElement extends HTMLElement { |
| 14936 | 14408 |
| 14937 int get height(); | 14409 int height; |
| 14938 | 14410 |
| 14939 void set height(int value); | 14411 int width; |
| 14940 | |
| 14941 int get width(); | |
| 14942 | |
| 14943 void set width(int value); | |
| 14944 | 14412 |
| 14945 Object getContext(String contextId); | 14413 Object getContext(String contextId); |
| 14946 | 14414 |
| 14947 String toDataURL(String type); | 14415 String toDataURL(String type); |
| 14948 } | 14416 } |
| 14949 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14417 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14950 // for details. All rights reserved. Use of this source code is governed by a | 14418 // for details. All rights reserved. Use of this source code is governed by a |
| 14951 // BSD-style license that can be found in the LICENSE file. | 14419 // BSD-style license that can be found in the LICENSE file. |
| 14952 | 14420 |
| 14953 // WARNING: Do not edit - generated code. | 14421 // WARNING: Do not edit - generated code. |
| 14954 | 14422 |
| 14955 interface HTMLCollection extends List<Node> { | 14423 interface HTMLCollection extends List<Node> { |
| 14956 | 14424 |
| 14957 int get length(); | 14425 final int length; |
| 14958 | 14426 |
| 14959 Node item(int index); | 14427 Node item(int index); |
| 14960 | 14428 |
| 14961 Node namedItem(String name); | 14429 Node namedItem(String name); |
| 14962 } | 14430 } |
| 14963 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14431 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14964 // for details. All rights reserved. Use of this source code is governed by a | 14432 // for details. All rights reserved. Use of this source code is governed by a |
| 14965 // BSD-style license that can be found in the LICENSE file. | 14433 // BSD-style license that can be found in the LICENSE file. |
| 14966 | 14434 |
| 14967 // WARNING: Do not edit - generated code. | 14435 // WARNING: Do not edit - generated code. |
| 14968 | 14436 |
| 14969 interface HTMLContentElement extends HTMLElement { | |
| 14970 | |
| 14971 String get select(); | |
| 14972 | |
| 14973 void set select(String value); | |
| 14974 } | |
| 14975 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 14976 // for details. All rights reserved. Use of this source code is governed by a | |
| 14977 // BSD-style license that can be found in the LICENSE file. | |
| 14978 | |
| 14979 // WARNING: Do not edit - generated code. | |
| 14980 | |
| 14981 interface HTMLDListElement extends HTMLElement { | 14437 interface HTMLDListElement extends HTMLElement { |
| 14982 | 14438 |
| 14983 bool get compact(); | 14439 bool compact; |
| 14984 | |
| 14985 void set compact(bool value); | |
| 14986 } | 14440 } |
| 14987 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14441 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 14988 // for details. All rights reserved. Use of this source code is governed by a | 14442 // for details. All rights reserved. Use of this source code is governed by a |
| 14989 // BSD-style license that can be found in the LICENSE file. | |
| 14990 | |
| 14991 // WARNING: Do not edit - generated code. | |
| 14992 | |
| 14993 interface HTMLDataListElement extends HTMLElement { | |
| 14994 | |
| 14995 HTMLCollection get options(); | |
| 14996 } | |
| 14997 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 14998 // for details. All rights reserved. Use of this source code is governed by a | |
| 14999 // BSD-style license that can be found in the LICENSE file. | 14443 // BSD-style license that can be found in the LICENSE file. |
| 15000 | 14444 |
| 15001 // WARNING: Do not edit - generated code. | 14445 // WARNING: Do not edit - generated code. |
| 15002 | 14446 |
| 15003 interface HTMLDetailsElement extends HTMLElement { | 14447 interface HTMLDetailsElement extends HTMLElement { |
| 15004 | 14448 |
| 15005 bool get open(); | 14449 bool open; |
| 15006 | |
| 15007 void set open(bool value); | |
| 15008 } | 14450 } |
| 15009 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14451 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15010 // for details. All rights reserved. Use of this source code is governed by a | 14452 // for details. All rights reserved. Use of this source code is governed by a |
| 15011 // BSD-style license that can be found in the LICENSE file. | 14453 // BSD-style license that can be found in the LICENSE file. |
| 15012 | 14454 |
| 15013 // WARNING: Do not edit - generated code. | 14455 // WARNING: Do not edit - generated code. |
| 15014 | 14456 |
| 15015 interface HTMLDirectoryElement extends HTMLElement { | 14457 interface HTMLDirectoryElement extends HTMLElement { |
| 15016 | 14458 |
| 15017 bool get compact(); | 14459 bool compact; |
| 15018 | |
| 15019 void set compact(bool value); | |
| 15020 } | 14460 } |
| 15021 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14461 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15022 // for details. All rights reserved. Use of this source code is governed by a | 14462 // for details. All rights reserved. Use of this source code is governed by a |
| 15023 // BSD-style license that can be found in the LICENSE file. | 14463 // BSD-style license that can be found in the LICENSE file. |
| 15024 | 14464 |
| 15025 // WARNING: Do not edit - generated code. | 14465 // WARNING: Do not edit - generated code. |
| 15026 | 14466 |
| 15027 interface HTMLDivElement extends HTMLElement { | 14467 interface HTMLDivElement extends HTMLElement { |
| 15028 | 14468 |
| 15029 String get align(); | 14469 String align; |
| 15030 | |
| 15031 void set align(String value); | |
| 15032 } | 14470 } |
| 15033 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14471 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15034 // for details. All rights reserved. Use of this source code is governed by a | 14472 // for details. All rights reserved. Use of this source code is governed by a |
| 15035 // BSD-style license that can be found in the LICENSE file. | 14473 // BSD-style license that can be found in the LICENSE file. |
| 15036 | 14474 |
| 15037 // WARNING: Do not edit - generated code. | 14475 // WARNING: Do not edit - generated code. |
| 15038 | 14476 |
| 15039 interface HTMLDocument extends Document { | 14477 interface HTMLDocument extends Document { |
| 15040 | 14478 |
| 15041 Element get activeElement(); | 14479 final Element activeElement; |
| 15042 | 14480 |
| 15043 String get alinkColor(); | 14481 String alinkColor; |
| 15044 | 14482 |
| 15045 void set alinkColor(String value); | 14483 HTMLAllCollection all; |
| 15046 | 14484 |
| 15047 HTMLAllCollection get all(); | 14485 String bgColor; |
| 15048 | 14486 |
| 15049 void set all(HTMLAllCollection value); | 14487 final String compatMode; |
| 15050 | 14488 |
| 15051 String get bgColor(); | 14489 String designMode; |
| 15052 | 14490 |
| 15053 void set bgColor(String value); | 14491 String dir; |
| 15054 | 14492 |
| 15055 String get compatMode(); | 14493 final HTMLCollection embeds; |
| 15056 | 14494 |
| 15057 String get designMode(); | 14495 String fgColor; |
| 15058 | 14496 |
| 15059 void set designMode(String value); | 14497 String linkColor; |
| 15060 | 14498 |
| 15061 String get dir(); | 14499 final HTMLCollection plugins; |
| 15062 | 14500 |
| 15063 void set dir(String value); | 14501 final HTMLCollection scripts; |
| 15064 | 14502 |
| 15065 HTMLCollection get embeds(); | 14503 String vlinkColor; |
| 15066 | |
| 15067 String get fgColor(); | |
| 15068 | |
| 15069 void set fgColor(String value); | |
| 15070 | |
| 15071 String get linkColor(); | |
| 15072 | |
| 15073 void set linkColor(String value); | |
| 15074 | |
| 15075 HTMLCollection get plugins(); | |
| 15076 | |
| 15077 HTMLCollection get scripts(); | |
| 15078 | |
| 15079 String get vlinkColor(); | |
| 15080 | |
| 15081 void set vlinkColor(String value); | |
| 15082 | 14504 |
| 15083 void captureEvents(); | 14505 void captureEvents(); |
| 15084 | 14506 |
| 15085 void clear(); | 14507 void clear(); |
| 15086 | 14508 |
| 15087 void close(); | 14509 void close(); |
| 15088 | 14510 |
| 15089 bool hasFocus(); | 14511 bool hasFocus(); |
| 15090 | 14512 |
| 15091 void open(); | 14513 void open(); |
| 15092 | 14514 |
| 15093 void releaseEvents(); | 14515 void releaseEvents(); |
| 15094 | 14516 |
| 15095 void write(String text); | 14517 void write(String text); |
| 15096 | 14518 |
| 15097 void writeln(String text); | 14519 void writeln(String text); |
| 15098 } | 14520 } |
| 15099 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14521 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15100 // for details. All rights reserved. Use of this source code is governed by a | 14522 // for details. All rights reserved. Use of this source code is governed by a |
| 15101 // BSD-style license that can be found in the LICENSE file. | 14523 // BSD-style license that can be found in the LICENSE file. |
| 15102 | 14524 |
| 15103 // WARNING: Do not edit - generated code. | 14525 // WARNING: Do not edit - generated code. |
| 15104 | 14526 |
| 15105 interface HTMLElement extends Element { | 14527 interface HTMLElement extends Element { |
| 15106 | 14528 |
| 15107 String get accessKey(); | 14529 String accessKey; |
| 15108 | 14530 |
| 15109 void set accessKey(String value); | 14531 final HTMLCollection children; |
| 15110 | 14532 |
| 15111 HTMLCollection get children(); | 14533 final DOMTokenList classList; |
| 15112 | 14534 |
| 15113 DOMTokenList get classList(); | 14535 String className; |
| 15114 | 14536 |
| 15115 String get className(); | 14537 String contentEditable; |
| 15116 | 14538 |
| 15117 void set className(String value); | 14539 String dir; |
| 15118 | 14540 |
| 15119 String get contentEditable(); | 14541 bool draggable; |
| 15120 | 14542 |
| 15121 void set contentEditable(String value); | 14543 bool hidden; |
| 15122 | 14544 |
| 15123 String get dir(); | 14545 String id; |
| 15124 | 14546 |
| 15125 void set dir(String value); | 14547 String innerHTML; |
| 15126 | 14548 |
| 15127 bool get draggable(); | 14549 String innerText; |
| 15128 | 14550 |
| 15129 void set draggable(bool value); | 14551 final bool isContentEditable; |
| 15130 | 14552 |
| 15131 bool get hidden(); | 14553 String lang; |
| 15132 | 14554 |
| 15133 void set hidden(bool value); | 14555 String outerHTML; |
| 15134 | 14556 |
| 15135 String get id(); | 14557 String outerText; |
| 15136 | 14558 |
| 15137 void set id(String value); | 14559 bool spellcheck; |
| 15138 | 14560 |
| 15139 String get innerHTML(); | 14561 int tabIndex; |
| 15140 | 14562 |
| 15141 void set innerHTML(String value); | 14563 String title; |
| 15142 | 14564 |
| 15143 String get innerText(); | 14565 String webkitdropzone; |
| 15144 | |
| 15145 void set innerText(String value); | |
| 15146 | |
| 15147 bool get isContentEditable(); | |
| 15148 | |
| 15149 String get itemId(); | |
| 15150 | |
| 15151 void set itemId(String value); | |
| 15152 | |
| 15153 DOMSettableTokenList get itemProp(); | |
| 15154 | |
| 15155 DOMSettableTokenList get itemRef(); | |
| 15156 | |
| 15157 bool get itemScope(); | |
| 15158 | |
| 15159 void set itemScope(bool value); | |
| 15160 | |
| 15161 DOMSettableTokenList get itemType(); | |
| 15162 | |
| 15163 Object get itemValue(); | |
| 15164 | |
| 15165 void set itemValue(Object value); | |
| 15166 | |
| 15167 String get lang(); | |
| 15168 | |
| 15169 void set lang(String value); | |
| 15170 | |
| 15171 String get outerHTML(); | |
| 15172 | |
| 15173 void set outerHTML(String value); | |
| 15174 | |
| 15175 String get outerText(); | |
| 15176 | |
| 15177 void set outerText(String value); | |
| 15178 | |
| 15179 bool get spellcheck(); | |
| 15180 | |
| 15181 void set spellcheck(bool value); | |
| 15182 | |
| 15183 int get tabIndex(); | |
| 15184 | |
| 15185 void set tabIndex(int value); | |
| 15186 | |
| 15187 String get title(); | |
| 15188 | |
| 15189 void set title(String value); | |
| 15190 | |
| 15191 String get webkitdropzone(); | |
| 15192 | |
| 15193 void set webkitdropzone(String value); | |
| 15194 | 14566 |
| 15195 Element insertAdjacentElement(String where, Element element); | 14567 Element insertAdjacentElement(String where, Element element); |
| 15196 | 14568 |
| 15197 void insertAdjacentHTML(String where, String html); | 14569 void insertAdjacentHTML(String where, String html); |
| 15198 | 14570 |
| 15199 void insertAdjacentText(String where, String text); | 14571 void insertAdjacentText(String where, String text); |
| 15200 } | 14572 } |
| 15201 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14573 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15202 // for details. All rights reserved. Use of this source code is governed by a | 14574 // for details. All rights reserved. Use of this source code is governed by a |
| 15203 // BSD-style license that can be found in the LICENSE file. | 14575 // BSD-style license that can be found in the LICENSE file. |
| 15204 | 14576 |
| 15205 // WARNING: Do not edit - generated code. | 14577 // WARNING: Do not edit - generated code. |
| 15206 | 14578 |
| 15207 interface HTMLEmbedElement extends HTMLElement { | 14579 interface HTMLEmbedElement extends HTMLElement { |
| 15208 | 14580 |
| 15209 String get align(); | 14581 String align; |
| 15210 | 14582 |
| 15211 void set align(String value); | 14583 String height; |
| 15212 | 14584 |
| 15213 String get height(); | 14585 String name; |
| 15214 | 14586 |
| 15215 void set height(String value); | 14587 String src; |
| 15216 | 14588 |
| 15217 String get name(); | 14589 String type; |
| 15218 | 14590 |
| 15219 void set name(String value); | 14591 String width; |
| 15220 | |
| 15221 String get src(); | |
| 15222 | |
| 15223 void set src(String value); | |
| 15224 | |
| 15225 String get type(); | |
| 15226 | |
| 15227 void set type(String value); | |
| 15228 | |
| 15229 String get width(); | |
| 15230 | |
| 15231 void set width(String value); | |
| 15232 | 14592 |
| 15233 SVGDocument getSVGDocument(); | 14593 SVGDocument getSVGDocument(); |
| 15234 } | 14594 } |
| 15235 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14595 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15236 // for details. All rights reserved. Use of this source code is governed by a | 14596 // for details. All rights reserved. Use of this source code is governed by a |
| 15237 // BSD-style license that can be found in the LICENSE file. | 14597 // BSD-style license that can be found in the LICENSE file. |
| 15238 | 14598 |
| 15239 // WARNING: Do not edit - generated code. | 14599 // WARNING: Do not edit - generated code. |
| 15240 | 14600 |
| 15241 interface HTMLFieldSetElement extends HTMLElement { | 14601 interface HTMLFieldSetElement extends HTMLElement { |
| 15242 | 14602 |
| 15243 HTMLFormElement get form(); | 14603 final HTMLFormElement form; |
| 15244 | 14604 |
| 15245 String get validationMessage(); | 14605 final String validationMessage; |
| 15246 | 14606 |
| 15247 ValidityState get validity(); | 14607 final ValidityState validity; |
| 15248 | 14608 |
| 15249 bool get willValidate(); | 14609 final bool willValidate; |
| 15250 | 14610 |
| 15251 bool checkValidity(); | 14611 bool checkValidity(); |
| 15252 | 14612 |
| 15253 void setCustomValidity(String error); | 14613 void setCustomValidity(String error); |
| 15254 } | 14614 } |
| 15255 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14615 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15256 // for details. All rights reserved. Use of this source code is governed by a | 14616 // for details. All rights reserved. Use of this source code is governed by a |
| 15257 // BSD-style license that can be found in the LICENSE file. | 14617 // BSD-style license that can be found in the LICENSE file. |
| 15258 | 14618 |
| 15259 // WARNING: Do not edit - generated code. | 14619 // WARNING: Do not edit - generated code. |
| 15260 | 14620 |
| 15261 interface HTMLFontElement extends HTMLElement { | 14621 interface HTMLFontElement extends HTMLElement { |
| 15262 | 14622 |
| 15263 String get color(); | 14623 String color; |
| 15264 | 14624 |
| 15265 void set color(String value); | 14625 String face; |
| 15266 | 14626 |
| 15267 String get face(); | 14627 String size; |
| 15268 | |
| 15269 void set face(String value); | |
| 15270 | |
| 15271 String get size(); | |
| 15272 | |
| 15273 void set size(String value); | |
| 15274 } | 14628 } |
| 15275 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14629 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15276 // for details. All rights reserved. Use of this source code is governed by a | 14630 // for details. All rights reserved. Use of this source code is governed by a |
| 15277 // BSD-style license that can be found in the LICENSE file. | 14631 // BSD-style license that can be found in the LICENSE file. |
| 15278 | 14632 |
| 15279 // WARNING: Do not edit - generated code. | 14633 // WARNING: Do not edit - generated code. |
| 15280 | 14634 |
| 15281 interface HTMLFormElement extends HTMLElement { | 14635 interface HTMLFormElement extends HTMLElement { |
| 15282 | 14636 |
| 15283 String get acceptCharset(); | 14637 String acceptCharset; |
| 15284 | 14638 |
| 15285 void set acceptCharset(String value); | 14639 String action; |
| 15286 | 14640 |
| 15287 String get action(); | 14641 String autocomplete; |
| 15288 | 14642 |
| 15289 void set action(String value); | 14643 final HTMLCollection elements; |
| 15290 | 14644 |
| 15291 String get autocomplete(); | 14645 String encoding; |
| 15292 | 14646 |
| 15293 void set autocomplete(String value); | 14647 String enctype; |
| 15294 | 14648 |
| 15295 HTMLCollection get elements(); | 14649 final int length; |
| 15296 | 14650 |
| 15297 String get encoding(); | 14651 String method; |
| 15298 | 14652 |
| 15299 void set encoding(String value); | 14653 String name; |
| 15300 | 14654 |
| 15301 String get enctype(); | 14655 bool noValidate; |
| 15302 | 14656 |
| 15303 void set enctype(String value); | 14657 String target; |
| 15304 | |
| 15305 int get length(); | |
| 15306 | |
| 15307 String get method(); | |
| 15308 | |
| 15309 void set method(String value); | |
| 15310 | |
| 15311 String get name(); | |
| 15312 | |
| 15313 void set name(String value); | |
| 15314 | |
| 15315 bool get noValidate(); | |
| 15316 | |
| 15317 void set noValidate(bool value); | |
| 15318 | |
| 15319 String get target(); | |
| 15320 | |
| 15321 void set target(String value); | |
| 15322 | 14658 |
| 15323 bool checkValidity(); | 14659 bool checkValidity(); |
| 15324 | 14660 |
| 15325 void reset(); | 14661 void reset(); |
| 15326 | 14662 |
| 15327 void submit(); | 14663 void submit(); |
| 15328 } | 14664 } |
| 15329 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14665 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15330 // for details. All rights reserved. Use of this source code is governed by a | 14666 // for details. All rights reserved. Use of this source code is governed by a |
| 15331 // BSD-style license that can be found in the LICENSE file. | 14667 // BSD-style license that can be found in the LICENSE file. |
| 15332 | 14668 |
| 15333 // WARNING: Do not edit - generated code. | 14669 // WARNING: Do not edit - generated code. |
| 15334 | 14670 |
| 15335 interface HTMLFrameElement extends HTMLElement { | 14671 interface HTMLFrameElement extends HTMLElement { |
| 15336 | 14672 |
| 15337 Document get contentDocument(); | 14673 final Document contentDocument; |
| 15338 | 14674 |
| 15339 DOMWindow get contentWindow(); | 14675 final DOMWindow contentWindow; |
| 15340 | 14676 |
| 15341 String get frameBorder(); | 14677 String frameBorder; |
| 15342 | 14678 |
| 15343 void set frameBorder(String value); | 14679 final int height; |
| 15344 | 14680 |
| 15345 int get height(); | 14681 String location; |
| 15346 | 14682 |
| 15347 String get location(); | 14683 String longDesc; |
| 15348 | 14684 |
| 15349 void set location(String value); | 14685 String marginHeight; |
| 15350 | 14686 |
| 15351 String get longDesc(); | 14687 String marginWidth; |
| 15352 | 14688 |
| 15353 void set longDesc(String value); | 14689 String name; |
| 15354 | 14690 |
| 15355 String get marginHeight(); | 14691 bool noResize; |
| 15356 | 14692 |
| 15357 void set marginHeight(String value); | 14693 String scrolling; |
| 15358 | 14694 |
| 15359 String get marginWidth(); | 14695 String src; |
| 15360 | 14696 |
| 15361 void set marginWidth(String value); | 14697 final int width; |
| 15362 | |
| 15363 String get name(); | |
| 15364 | |
| 15365 void set name(String value); | |
| 15366 | |
| 15367 bool get noResize(); | |
| 15368 | |
| 15369 void set noResize(bool value); | |
| 15370 | |
| 15371 String get scrolling(); | |
| 15372 | |
| 15373 void set scrolling(String value); | |
| 15374 | |
| 15375 String get src(); | |
| 15376 | |
| 15377 void set src(String value); | |
| 15378 | |
| 15379 int get width(); | |
| 15380 | 14698 |
| 15381 SVGDocument getSVGDocument(); | 14699 SVGDocument getSVGDocument(); |
| 15382 } | 14700 } |
| 15383 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14701 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15384 // for details. All rights reserved. Use of this source code is governed by a | 14702 // for details. All rights reserved. Use of this source code is governed by a |
| 15385 // BSD-style license that can be found in the LICENSE file. | 14703 // BSD-style license that can be found in the LICENSE file. |
| 15386 | 14704 |
| 15387 // WARNING: Do not edit - generated code. | 14705 // WARNING: Do not edit - generated code. |
| 15388 | 14706 |
| 15389 interface HTMLFrameSetElement extends HTMLElement { | 14707 interface HTMLFrameSetElement extends HTMLElement { |
| 15390 | 14708 |
| 15391 String get cols(); | 14709 String cols; |
| 15392 | 14710 |
| 15393 void set cols(String value); | 14711 String rows; |
| 15394 | |
| 15395 String get rows(); | |
| 15396 | |
| 15397 void set rows(String value); | |
| 15398 } | 14712 } |
| 15399 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14713 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15400 // for details. All rights reserved. Use of this source code is governed by a | 14714 // for details. All rights reserved. Use of this source code is governed by a |
| 15401 // BSD-style license that can be found in the LICENSE file. | 14715 // BSD-style license that can be found in the LICENSE file. |
| 15402 | 14716 |
| 15403 // WARNING: Do not edit - generated code. | 14717 // WARNING: Do not edit - generated code. |
| 15404 | 14718 |
| 15405 interface HTMLHRElement extends HTMLElement { | 14719 interface HTMLHRElement extends HTMLElement { |
| 15406 | 14720 |
| 15407 String get align(); | 14721 String align; |
| 15408 | 14722 |
| 15409 void set align(String value); | 14723 bool noShade; |
| 15410 | 14724 |
| 15411 bool get noShade(); | 14725 String size; |
| 15412 | 14726 |
| 15413 void set noShade(bool value); | 14727 String width; |
| 15414 | |
| 15415 String get size(); | |
| 15416 | |
| 15417 void set size(String value); | |
| 15418 | |
| 15419 String get width(); | |
| 15420 | |
| 15421 void set width(String value); | |
| 15422 } | 14728 } |
| 15423 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14729 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15424 // for details. All rights reserved. Use of this source code is governed by a | 14730 // for details. All rights reserved. Use of this source code is governed by a |
| 15425 // BSD-style license that can be found in the LICENSE file. | 14731 // BSD-style license that can be found in the LICENSE file. |
| 15426 | 14732 |
| 15427 // WARNING: Do not edit - generated code. | 14733 // WARNING: Do not edit - generated code. |
| 15428 | 14734 |
| 15429 interface HTMLHeadElement extends HTMLElement { | 14735 interface HTMLHeadElement extends HTMLElement { |
| 15430 | 14736 |
| 15431 String get profile(); | 14737 String profile; |
| 15432 | |
| 15433 void set profile(String value); | |
| 15434 } | 14738 } |
| 15435 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14739 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15436 // for details. All rights reserved. Use of this source code is governed by a | 14740 // for details. All rights reserved. Use of this source code is governed by a |
| 15437 // BSD-style license that can be found in the LICENSE file. | 14741 // BSD-style license that can be found in the LICENSE file. |
| 15438 | 14742 |
| 15439 // WARNING: Do not edit - generated code. | 14743 // WARNING: Do not edit - generated code. |
| 15440 | 14744 |
| 15441 interface HTMLHeadingElement extends HTMLElement { | 14745 interface HTMLHeadingElement extends HTMLElement { |
| 15442 | 14746 |
| 15443 String get align(); | 14747 String align; |
| 15444 | |
| 15445 void set align(String value); | |
| 15446 } | 14748 } |
| 15447 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14749 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15448 // for details. All rights reserved. Use of this source code is governed by a | 14750 // for details. All rights reserved. Use of this source code is governed by a |
| 15449 // BSD-style license that can be found in the LICENSE file. | 14751 // BSD-style license that can be found in the LICENSE file. |
| 15450 | 14752 |
| 15451 // WARNING: Do not edit - generated code. | 14753 // WARNING: Do not edit - generated code. |
| 15452 | 14754 |
| 15453 interface HTMLHtmlElement extends HTMLElement { | 14755 interface HTMLHtmlElement extends HTMLElement { |
| 15454 | 14756 |
| 15455 String get manifest(); | 14757 String manifest; |
| 15456 | 14758 |
| 15457 void set manifest(String value); | 14759 String version; |
| 15458 | |
| 15459 String get version(); | |
| 15460 | |
| 15461 void set version(String value); | |
| 15462 } | 14760 } |
| 15463 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14761 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15464 // for details. All rights reserved. Use of this source code is governed by a | 14762 // for details. All rights reserved. Use of this source code is governed by a |
| 15465 // BSD-style license that can be found in the LICENSE file. | 14763 // BSD-style license that can be found in the LICENSE file. |
| 15466 | 14764 |
| 15467 // WARNING: Do not edit - generated code. | 14765 // WARNING: Do not edit - generated code. |
| 15468 | 14766 |
| 15469 interface HTMLIFrameElement extends HTMLElement { | 14767 interface HTMLIFrameElement extends HTMLElement { |
| 15470 | 14768 |
| 15471 String get align(); | 14769 String align; |
| 15472 | 14770 |
| 15473 void set align(String value); | 14771 final Document contentDocument; |
| 15474 | 14772 |
| 15475 Document get contentDocument(); | 14773 final DOMWindow contentWindow; |
| 15476 | 14774 |
| 15477 DOMWindow get contentWindow(); | 14775 String frameBorder; |
| 15478 | 14776 |
| 15479 String get frameBorder(); | 14777 String height; |
| 15480 | 14778 |
| 15481 void set frameBorder(String value); | 14779 String longDesc; |
| 15482 | 14780 |
| 15483 String get height(); | 14781 String marginHeight; |
| 15484 | 14782 |
| 15485 void set height(String value); | 14783 String marginWidth; |
| 15486 | 14784 |
| 15487 String get longDesc(); | 14785 String name; |
| 15488 | 14786 |
| 15489 void set longDesc(String value); | 14787 String sandbox; |
| 15490 | 14788 |
| 15491 String get marginHeight(); | 14789 String scrolling; |
| 15492 | 14790 |
| 15493 void set marginHeight(String value); | 14791 String src; |
| 15494 | 14792 |
| 15495 String get marginWidth(); | 14793 String width; |
| 15496 | |
| 15497 void set marginWidth(String value); | |
| 15498 | |
| 15499 String get name(); | |
| 15500 | |
| 15501 void set name(String value); | |
| 15502 | |
| 15503 String get sandbox(); | |
| 15504 | |
| 15505 void set sandbox(String value); | |
| 15506 | |
| 15507 String get scrolling(); | |
| 15508 | |
| 15509 void set scrolling(String value); | |
| 15510 | |
| 15511 String get src(); | |
| 15512 | |
| 15513 void set src(String value); | |
| 15514 | |
| 15515 String get width(); | |
| 15516 | |
| 15517 void set width(String value); | |
| 15518 | 14794 |
| 15519 SVGDocument getSVGDocument(); | 14795 SVGDocument getSVGDocument(); |
| 15520 } | 14796 } |
| 15521 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14797 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15522 // for details. All rights reserved. Use of this source code is governed by a | 14798 // for details. All rights reserved. Use of this source code is governed by a |
| 15523 // BSD-style license that can be found in the LICENSE file. | 14799 // BSD-style license that can be found in the LICENSE file. |
| 15524 | 14800 |
| 15525 // WARNING: Do not edit - generated code. | 14801 // WARNING: Do not edit - generated code. |
| 15526 | 14802 |
| 15527 interface HTMLImageElement extends HTMLElement { | 14803 interface HTMLImageElement extends HTMLElement { |
| 15528 | 14804 |
| 15529 String get align(); | 14805 String align; |
| 15530 | 14806 |
| 15531 void set align(String value); | 14807 String alt; |
| 15532 | 14808 |
| 15533 String get alt(); | 14809 String border; |
| 15534 | 14810 |
| 15535 void set alt(String value); | 14811 final bool complete; |
| 15536 | 14812 |
| 15537 String get border(); | 14813 String crossOrigin; |
| 15538 | 14814 |
| 15539 void set border(String value); | 14815 int height; |
| 15540 | 14816 |
| 15541 bool get complete(); | 14817 int hspace; |
| 15542 | 14818 |
| 15543 String get crossOrigin(); | 14819 bool isMap; |
| 15544 | 14820 |
| 15545 void set crossOrigin(String value); | 14821 String longDesc; |
| 15546 | 14822 |
| 15547 int get height(); | 14823 String lowsrc; |
| 15548 | 14824 |
| 15549 void set height(int value); | 14825 String name; |
| 15550 | 14826 |
| 15551 int get hspace(); | 14827 final int naturalHeight; |
| 15552 | 14828 |
| 15553 void set hspace(int value); | 14829 final int naturalWidth; |
| 15554 | 14830 |
| 15555 bool get isMap(); | 14831 String src; |
| 15556 | 14832 |
| 15557 void set isMap(bool value); | 14833 String useMap; |
| 15558 | 14834 |
| 15559 String get longDesc(); | 14835 int vspace; |
| 15560 | 14836 |
| 15561 void set longDesc(String value); | 14837 int width; |
| 15562 | 14838 |
| 15563 String get lowsrc(); | 14839 final int x; |
| 15564 | 14840 |
| 15565 void set lowsrc(String value); | 14841 final int y; |
| 15566 | |
| 15567 String get name(); | |
| 15568 | |
| 15569 void set name(String value); | |
| 15570 | |
| 15571 int get naturalHeight(); | |
| 15572 | |
| 15573 int get naturalWidth(); | |
| 15574 | |
| 15575 String get src(); | |
| 15576 | |
| 15577 void set src(String value); | |
| 15578 | |
| 15579 String get useMap(); | |
| 15580 | |
| 15581 void set useMap(String value); | |
| 15582 | |
| 15583 int get vspace(); | |
| 15584 | |
| 15585 void set vspace(int value); | |
| 15586 | |
| 15587 int get width(); | |
| 15588 | |
| 15589 void set width(int value); | |
| 15590 | |
| 15591 int get x(); | |
| 15592 | |
| 15593 int get y(); | |
| 15594 } | 14842 } |
| 15595 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14843 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15596 // for details. All rights reserved. Use of this source code is governed by a | 14844 // for details. All rights reserved. Use of this source code is governed by a |
| 15597 // BSD-style license that can be found in the LICENSE file. | 14845 // BSD-style license that can be found in the LICENSE file. |
| 15598 | 14846 |
| 15599 // WARNING: Do not edit - generated code. | 14847 // WARNING: Do not edit - generated code. |
| 15600 | 14848 |
| 15601 interface HTMLInputElement extends HTMLElement { | 14849 interface HTMLInputElement extends HTMLElement { |
| 15602 | 14850 |
| 15603 String get accept(); | 14851 String accept; |
| 15604 | 14852 |
| 15605 void set accept(String value); | 14853 String align; |
| 15606 | 14854 |
| 15607 String get align(); | 14855 String alt; |
| 15608 | 14856 |
| 15609 void set align(String value); | 14857 String autocomplete; |
| 15610 | 14858 |
| 15611 String get alt(); | 14859 bool autofocus; |
| 15612 | 14860 |
| 15613 void set alt(String value); | 14861 bool checked; |
| 15614 | 14862 |
| 15615 String get autocomplete(); | 14863 bool defaultChecked; |
| 15616 | 14864 |
| 15617 void set autocomplete(String value); | 14865 String defaultValue; |
| 15618 | 14866 |
| 15619 bool get autofocus(); | 14867 String dirName; |
| 15620 | 14868 |
| 15621 void set autofocus(bool value); | 14869 bool disabled; |
| 15622 | 14870 |
| 15623 bool get checked(); | 14871 final FileList files; |
| 15624 | 14872 |
| 15625 void set checked(bool value); | 14873 final HTMLFormElement form; |
| 15626 | 14874 |
| 15627 bool get defaultChecked(); | 14875 String formAction; |
| 15628 | 14876 |
| 15629 void set defaultChecked(bool value); | 14877 String formEnctype; |
| 15630 | 14878 |
| 15631 String get defaultValue(); | 14879 String formMethod; |
| 15632 | 14880 |
| 15633 void set defaultValue(String value); | 14881 bool formNoValidate; |
| 15634 | 14882 |
| 15635 String get dirName(); | 14883 String formTarget; |
| 15636 | 14884 |
| 15637 void set dirName(String value); | 14885 bool incremental; |
| 15638 | 14886 |
| 15639 bool get disabled(); | 14887 bool indeterminate; |
| 15640 | 14888 |
| 15641 void set disabled(bool value); | 14889 final NodeList labels; |
| 15642 | 14890 |
| 15643 FileList get files(); | 14891 String max; |
| 15644 | 14892 |
| 15645 HTMLFormElement get form(); | 14893 int maxLength; |
| 15646 | 14894 |
| 15647 String get formAction(); | 14895 String min; |
| 15648 | 14896 |
| 15649 void set formAction(String value); | 14897 bool multiple; |
| 15650 | 14898 |
| 15651 String get formEnctype(); | 14899 String name; |
| 15652 | 14900 |
| 15653 void set formEnctype(String value); | 14901 String pattern; |
| 15654 | 14902 |
| 15655 String get formMethod(); | 14903 String placeholder; |
| 15656 | 14904 |
| 15657 void set formMethod(String value); | 14905 bool readOnly; |
| 15658 | 14906 |
| 15659 bool get formNoValidate(); | 14907 bool required; |
| 15660 | 14908 |
| 15661 void set formNoValidate(bool value); | 14909 String selectionDirection; |
| 15662 | 14910 |
| 15663 String get formTarget(); | 14911 int selectionEnd; |
| 15664 | 14912 |
| 15665 void set formTarget(String value); | 14913 int selectionStart; |
| 15666 | 14914 |
| 15667 bool get incremental(); | 14915 int size; |
| 15668 | 14916 |
| 15669 void set incremental(bool value); | 14917 String src; |
| 15670 | 14918 |
| 15671 bool get indeterminate(); | 14919 String step; |
| 15672 | 14920 |
| 15673 void set indeterminate(bool value); | 14921 String type; |
| 15674 | 14922 |
| 15675 NodeList get labels(); | 14923 String useMap; |
| 15676 | 14924 |
| 15677 HTMLElement get list(); | 14925 final String validationMessage; |
| 15678 | 14926 |
| 15679 String get max(); | 14927 final ValidityState validity; |
| 15680 | 14928 |
| 15681 void set max(String value); | 14929 String value; |
| 15682 | 14930 |
| 15683 int get maxLength(); | 14931 Date valueAsDate; |
| 15684 | 14932 |
| 15685 void set maxLength(int value); | 14933 num valueAsNumber; |
| 15686 | 14934 |
| 15687 String get min(); | 14935 bool webkitGrammar; |
| 15688 | 14936 |
| 15689 void set min(String value); | 14937 bool webkitSpeech; |
| 15690 | 14938 |
| 15691 bool get multiple(); | 14939 bool webkitdirectory; |
| 15692 | 14940 |
| 15693 void set multiple(bool value); | 14941 final bool willValidate; |
| 15694 | |
| 15695 String get name(); | |
| 15696 | |
| 15697 void set name(String value); | |
| 15698 | |
| 15699 String get pattern(); | |
| 15700 | |
| 15701 void set pattern(String value); | |
| 15702 | |
| 15703 String get placeholder(); | |
| 15704 | |
| 15705 void set placeholder(String value); | |
| 15706 | |
| 15707 bool get readOnly(); | |
| 15708 | |
| 15709 void set readOnly(bool value); | |
| 15710 | |
| 15711 bool get required(); | |
| 15712 | |
| 15713 void set required(bool value); | |
| 15714 | |
| 15715 HTMLOptionElement get selectedOption(); | |
| 15716 | |
| 15717 String get selectionDirection(); | |
| 15718 | |
| 15719 void set selectionDirection(String value); | |
| 15720 | |
| 15721 int get selectionEnd(); | |
| 15722 | |
| 15723 void set selectionEnd(int value); | |
| 15724 | |
| 15725 int get selectionStart(); | |
| 15726 | |
| 15727 void set selectionStart(int value); | |
| 15728 | |
| 15729 int get size(); | |
| 15730 | |
| 15731 void set size(int value); | |
| 15732 | |
| 15733 String get src(); | |
| 15734 | |
| 15735 void set src(String value); | |
| 15736 | |
| 15737 String get step(); | |
| 15738 | |
| 15739 void set step(String value); | |
| 15740 | |
| 15741 String get type(); | |
| 15742 | |
| 15743 void set type(String value); | |
| 15744 | |
| 15745 String get useMap(); | |
| 15746 | |
| 15747 void set useMap(String value); | |
| 15748 | |
| 15749 String get validationMessage(); | |
| 15750 | |
| 15751 ValidityState get validity(); | |
| 15752 | |
| 15753 String get value(); | |
| 15754 | |
| 15755 void set value(String value); | |
| 15756 | |
| 15757 Date get valueAsDate(); | |
| 15758 | |
| 15759 void set valueAsDate(Date value); | |
| 15760 | |
| 15761 num get valueAsNumber(); | |
| 15762 | |
| 15763 void set valueAsNumber(num value); | |
| 15764 | |
| 15765 bool get webkitGrammar(); | |
| 15766 | |
| 15767 void set webkitGrammar(bool value); | |
| 15768 | |
| 15769 bool get webkitSpeech(); | |
| 15770 | |
| 15771 void set webkitSpeech(bool value); | |
| 15772 | |
| 15773 bool get webkitdirectory(); | |
| 15774 | |
| 15775 void set webkitdirectory(bool value); | |
| 15776 | |
| 15777 bool get willValidate(); | |
| 15778 | 14942 |
| 15779 bool checkValidity(); | 14943 bool checkValidity(); |
| 15780 | 14944 |
| 15781 void click(); | 14945 void click(); |
| 15782 | 14946 |
| 15783 void select(); | 14947 void select(); |
| 15784 | 14948 |
| 15785 void setCustomValidity(String error); | 14949 void setCustomValidity(String error); |
| 15786 | 14950 |
| 15787 void setSelectionRange(int start, int end, [String direction]); | 14951 void setSelectionRange(int start, int end, [String direction]); |
| 15788 | 14952 |
| 15789 void stepDown([int n]); | 14953 void stepDown([int n]); |
| 15790 | 14954 |
| 15791 void stepUp([int n]); | 14955 void stepUp([int n]); |
| 15792 } | 14956 } |
| 15793 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14957 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15794 // for details. All rights reserved. Use of this source code is governed by a | 14958 // for details. All rights reserved. Use of this source code is governed by a |
| 15795 // BSD-style license that can be found in the LICENSE file. | 14959 // BSD-style license that can be found in the LICENSE file. |
| 15796 | 14960 |
| 15797 // WARNING: Do not edit - generated code. | 14961 // WARNING: Do not edit - generated code. |
| 15798 | 14962 |
| 15799 interface HTMLIsIndexElement extends HTMLInputElement { | 14963 interface HTMLIsIndexElement extends HTMLInputElement { |
| 15800 | 14964 |
| 15801 HTMLFormElement get form(); | 14965 final HTMLFormElement form; |
| 15802 | 14966 |
| 15803 String get prompt(); | 14967 String prompt; |
| 15804 | |
| 15805 void set prompt(String value); | |
| 15806 } | 14968 } |
| 15807 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14969 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15808 // for details. All rights reserved. Use of this source code is governed by a | 14970 // for details. All rights reserved. Use of this source code is governed by a |
| 15809 // BSD-style license that can be found in the LICENSE file. | 14971 // BSD-style license that can be found in the LICENSE file. |
| 15810 | 14972 |
| 15811 // WARNING: Do not edit - generated code. | 14973 // WARNING: Do not edit - generated code. |
| 15812 | 14974 |
| 15813 interface HTMLKeygenElement extends HTMLElement { | 14975 interface HTMLKeygenElement extends HTMLElement { |
| 15814 | 14976 |
| 15815 bool get autofocus(); | 14977 bool autofocus; |
| 15816 | 14978 |
| 15817 void set autofocus(bool value); | 14979 String challenge; |
| 15818 | 14980 |
| 15819 String get challenge(); | 14981 bool disabled; |
| 15820 | 14982 |
| 15821 void set challenge(String value); | 14983 final HTMLFormElement form; |
| 15822 | 14984 |
| 15823 bool get disabled(); | 14985 String keytype; |
| 15824 | 14986 |
| 15825 void set disabled(bool value); | 14987 final NodeList labels; |
| 15826 | 14988 |
| 15827 HTMLFormElement get form(); | 14989 String name; |
| 15828 | 14990 |
| 15829 String get keytype(); | 14991 final String type; |
| 15830 | 14992 |
| 15831 void set keytype(String value); | 14993 final String validationMessage; |
| 15832 | 14994 |
| 15833 NodeList get labels(); | 14995 final ValidityState validity; |
| 15834 | 14996 |
| 15835 String get name(); | 14997 final bool willValidate; |
| 15836 | |
| 15837 void set name(String value); | |
| 15838 | |
| 15839 String get type(); | |
| 15840 | |
| 15841 String get validationMessage(); | |
| 15842 | |
| 15843 ValidityState get validity(); | |
| 15844 | |
| 15845 bool get willValidate(); | |
| 15846 | 14998 |
| 15847 bool checkValidity(); | 14999 bool checkValidity(); |
| 15848 | 15000 |
| 15849 void setCustomValidity(String error); | 15001 void setCustomValidity(String error); |
| 15850 } | 15002 } |
| 15851 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15003 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15852 // for details. All rights reserved. Use of this source code is governed by a | 15004 // for details. All rights reserved. Use of this source code is governed by a |
| 15853 // BSD-style license that can be found in the LICENSE file. | 15005 // BSD-style license that can be found in the LICENSE file. |
| 15854 | 15006 |
| 15855 // WARNING: Do not edit - generated code. | 15007 // WARNING: Do not edit - generated code. |
| 15856 | 15008 |
| 15857 interface HTMLLIElement extends HTMLElement { | 15009 interface HTMLLIElement extends HTMLElement { |
| 15858 | 15010 |
| 15859 String get type(); | 15011 String type; |
| 15860 | 15012 |
| 15861 void set type(String value); | 15013 int value; |
| 15862 | |
| 15863 int get value(); | |
| 15864 | |
| 15865 void set value(int value); | |
| 15866 } | 15014 } |
| 15867 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15015 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15868 // for details. All rights reserved. Use of this source code is governed by a | 15016 // for details. All rights reserved. Use of this source code is governed by a |
| 15869 // BSD-style license that can be found in the LICENSE file. | 15017 // BSD-style license that can be found in the LICENSE file. |
| 15870 | 15018 |
| 15871 // WARNING: Do not edit - generated code. | 15019 // WARNING: Do not edit - generated code. |
| 15872 | 15020 |
| 15873 interface HTMLLabelElement extends HTMLElement { | 15021 interface HTMLLabelElement extends HTMLElement { |
| 15874 | 15022 |
| 15875 HTMLElement get control(); | 15023 final HTMLElement control; |
| 15876 | 15024 |
| 15877 HTMLFormElement get form(); | 15025 final HTMLFormElement form; |
| 15878 | 15026 |
| 15879 String get htmlFor(); | 15027 String htmlFor; |
| 15880 | |
| 15881 void set htmlFor(String value); | |
| 15882 } | 15028 } |
| 15883 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15029 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15884 // for details. All rights reserved. Use of this source code is governed by a | 15030 // for details. All rights reserved. Use of this source code is governed by a |
| 15885 // BSD-style license that can be found in the LICENSE file. | 15031 // BSD-style license that can be found in the LICENSE file. |
| 15886 | 15032 |
| 15887 // WARNING: Do not edit - generated code. | 15033 // WARNING: Do not edit - generated code. |
| 15888 | 15034 |
| 15889 interface HTMLLegendElement extends HTMLElement { | 15035 interface HTMLLegendElement extends HTMLElement { |
| 15890 | 15036 |
| 15891 String get align(); | 15037 String align; |
| 15892 | 15038 |
| 15893 void set align(String value); | 15039 final HTMLFormElement form; |
| 15894 | |
| 15895 HTMLFormElement get form(); | |
| 15896 } | 15040 } |
| 15897 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15041 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15898 // for details. All rights reserved. Use of this source code is governed by a | 15042 // for details. All rights reserved. Use of this source code is governed by a |
| 15899 // BSD-style license that can be found in the LICENSE file. | 15043 // BSD-style license that can be found in the LICENSE file. |
| 15900 | 15044 |
| 15901 // WARNING: Do not edit - generated code. | 15045 // WARNING: Do not edit - generated code. |
| 15902 | 15046 |
| 15903 interface HTMLLinkElement extends HTMLElement { | 15047 interface HTMLLinkElement extends HTMLElement { |
| 15904 | 15048 |
| 15905 String get charset(); | 15049 String charset; |
| 15906 | 15050 |
| 15907 void set charset(String value); | 15051 bool disabled; |
| 15908 | 15052 |
| 15909 bool get disabled(); | 15053 String href; |
| 15910 | 15054 |
| 15911 void set disabled(bool value); | 15055 String hreflang; |
| 15912 | 15056 |
| 15913 String get href(); | 15057 String media; |
| 15914 | 15058 |
| 15915 void set href(String value); | 15059 String rel; |
| 15916 | 15060 |
| 15917 String get hreflang(); | 15061 String rev; |
| 15918 | 15062 |
| 15919 void set hreflang(String value); | 15063 final StyleSheet sheet; |
| 15920 | 15064 |
| 15921 String get media(); | 15065 DOMSettableTokenList sizes; |
| 15922 | 15066 |
| 15923 void set media(String value); | 15067 String target; |
| 15924 | 15068 |
| 15925 String get rel(); | 15069 String type; |
| 15926 | |
| 15927 void set rel(String value); | |
| 15928 | |
| 15929 String get rev(); | |
| 15930 | |
| 15931 void set rev(String value); | |
| 15932 | |
| 15933 StyleSheet get sheet(); | |
| 15934 | |
| 15935 DOMSettableTokenList get sizes(); | |
| 15936 | |
| 15937 void set sizes(DOMSettableTokenList value); | |
| 15938 | |
| 15939 String get target(); | |
| 15940 | |
| 15941 void set target(String value); | |
| 15942 | |
| 15943 String get type(); | |
| 15944 | |
| 15945 void set type(String value); | |
| 15946 } | 15070 } |
| 15947 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15071 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15948 // for details. All rights reserved. Use of this source code is governed by a | 15072 // for details. All rights reserved. Use of this source code is governed by a |
| 15949 // BSD-style license that can be found in the LICENSE file. | 15073 // BSD-style license that can be found in the LICENSE file. |
| 15950 | 15074 |
| 15951 // WARNING: Do not edit - generated code. | 15075 // WARNING: Do not edit - generated code. |
| 15952 | 15076 |
| 15953 interface HTMLMapElement extends HTMLElement { | 15077 interface HTMLMapElement extends HTMLElement { |
| 15954 | 15078 |
| 15955 HTMLCollection get areas(); | 15079 final HTMLCollection areas; |
| 15956 | 15080 |
| 15957 String get name(); | 15081 String name; |
| 15958 | |
| 15959 void set name(String value); | |
| 15960 } | 15082 } |
| 15961 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15083 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 15962 // for details. All rights reserved. Use of this source code is governed by a | 15084 // for details. All rights reserved. Use of this source code is governed by a |
| 15963 // BSD-style license that can be found in the LICENSE file. | 15085 // BSD-style license that can be found in the LICENSE file. |
| 15964 | 15086 |
| 15965 // WARNING: Do not edit - generated code. | 15087 // WARNING: Do not edit - generated code. |
| 15966 | 15088 |
| 15967 interface HTMLMarqueeElement extends HTMLElement { | 15089 interface HTMLMarqueeElement extends HTMLElement { |
| 15968 | 15090 |
| 15969 String get behavior(); | 15091 String behavior; |
| 15970 | 15092 |
| 15971 void set behavior(String value); | 15093 String bgColor; |
| 15972 | 15094 |
| 15973 String get bgColor(); | 15095 String direction; |
| 15974 | 15096 |
| 15975 void set bgColor(String value); | 15097 String height; |
| 15976 | 15098 |
| 15977 String get direction(); | 15099 int hspace; |
| 15978 | 15100 |
| 15979 void set direction(String value); | 15101 int loop; |
| 15980 | 15102 |
| 15981 String get height(); | 15103 int scrollAmount; |
| 15982 | 15104 |
| 15983 void set height(String value); | 15105 int scrollDelay; |
| 15984 | 15106 |
| 15985 int get hspace(); | 15107 bool trueSpeed; |
| 15986 | 15108 |
| 15987 void set hspace(int value); | 15109 int vspace; |
| 15988 | 15110 |
| 15989 int get loop(); | 15111 String width; |
| 15990 | |
| 15991 void set loop(int value); | |
| 15992 | |
| 15993 int get scrollAmount(); | |
| 15994 | |
| 15995 void set scrollAmount(int value); | |
| 15996 | |
| 15997 int get scrollDelay(); | |
| 15998 | |
| 15999 void set scrollDelay(int value); | |
| 16000 | |
| 16001 bool get trueSpeed(); | |
| 16002 | |
| 16003 void set trueSpeed(bool value); | |
| 16004 | |
| 16005 int get vspace(); | |
| 16006 | |
| 16007 void set vspace(int value); | |
| 16008 | |
| 16009 String get width(); | |
| 16010 | |
| 16011 void set width(String value); | |
| 16012 | 15112 |
| 16013 void start(); | 15113 void start(); |
| 16014 | 15114 |
| 16015 void stop(); | 15115 void stop(); |
| 16016 } | 15116 } |
| 16017 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15117 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16018 // for details. All rights reserved. Use of this source code is governed by a | 15118 // for details. All rights reserved. Use of this source code is governed by a |
| 16019 // BSD-style license that can be found in the LICENSE file. | 15119 // BSD-style license that can be found in the LICENSE file. |
| 16020 | 15120 |
| 16021 // WARNING: Do not edit - generated code. | 15121 // WARNING: Do not edit - generated code. |
| (...skipping 23 matching lines...) Expand all Loading... |
| 16045 static final int NETWORK_LOADING = 2; | 15145 static final int NETWORK_LOADING = 2; |
| 16046 | 15146 |
| 16047 static final int NETWORK_NO_SOURCE = 3; | 15147 static final int NETWORK_NO_SOURCE = 3; |
| 16048 | 15148 |
| 16049 static final int SOURCE_CLOSED = 0; | 15149 static final int SOURCE_CLOSED = 0; |
| 16050 | 15150 |
| 16051 static final int SOURCE_ENDED = 2; | 15151 static final int SOURCE_ENDED = 2; |
| 16052 | 15152 |
| 16053 static final int SOURCE_OPEN = 1; | 15153 static final int SOURCE_OPEN = 1; |
| 16054 | 15154 |
| 16055 bool get autoplay(); | 15155 bool autoplay; |
| 16056 | 15156 |
| 16057 void set autoplay(bool value); | 15157 final TimeRanges buffered; |
| 16058 | 15158 |
| 16059 TimeRanges get buffered(); | 15159 MediaController controller; |
| 16060 | 15160 |
| 16061 MediaController get controller(); | 15161 bool controls; |
| 16062 | 15162 |
| 16063 void set controller(MediaController value); | 15163 final String currentSrc; |
| 16064 | 15164 |
| 16065 bool get controls(); | 15165 num currentTime; |
| 16066 | 15166 |
| 16067 void set controls(bool value); | 15167 bool defaultMuted; |
| 16068 | 15168 |
| 16069 String get currentSrc(); | 15169 num defaultPlaybackRate; |
| 16070 | 15170 |
| 16071 num get currentTime(); | 15171 final num duration; |
| 16072 | 15172 |
| 16073 void set currentTime(num value); | 15173 final bool ended; |
| 16074 | 15174 |
| 16075 bool get defaultMuted(); | 15175 final MediaError error; |
| 16076 | 15176 |
| 16077 void set defaultMuted(bool value); | 15177 final num initialTime; |
| 16078 | 15178 |
| 16079 num get defaultPlaybackRate(); | 15179 bool loop; |
| 16080 | 15180 |
| 16081 void set defaultPlaybackRate(num value); | 15181 String mediaGroup; |
| 16082 | 15182 |
| 16083 num get duration(); | 15183 bool muted; |
| 16084 | 15184 |
| 16085 bool get ended(); | 15185 final int networkState; |
| 16086 | 15186 |
| 16087 MediaError get error(); | 15187 final bool paused; |
| 16088 | 15188 |
| 16089 num get initialTime(); | 15189 num playbackRate; |
| 16090 | 15190 |
| 16091 bool get loop(); | 15191 final TimeRanges played; |
| 16092 | 15192 |
| 16093 void set loop(bool value); | 15193 String preload; |
| 16094 | 15194 |
| 16095 String get mediaGroup(); | 15195 final int readyState; |
| 16096 | 15196 |
| 16097 void set mediaGroup(String value); | 15197 final TimeRanges seekable; |
| 16098 | 15198 |
| 16099 bool get muted(); | 15199 final bool seeking; |
| 16100 | 15200 |
| 16101 void set muted(bool value); | 15201 String src; |
| 16102 | 15202 |
| 16103 int get networkState(); | 15203 final num startTime; |
| 16104 | 15204 |
| 16105 bool get paused(); | 15205 final TextTrackList textTracks; |
| 16106 | 15206 |
| 16107 num get playbackRate(); | 15207 num volume; |
| 16108 | 15208 |
| 16109 void set playbackRate(num value); | 15209 final int webkitAudioDecodedByteCount; |
| 16110 | 15210 |
| 16111 TimeRanges get played(); | 15211 bool webkitClosedCaptionsVisible; |
| 16112 | 15212 |
| 16113 String get preload(); | 15213 final bool webkitHasClosedCaptions; |
| 16114 | 15214 |
| 16115 void set preload(String value); | 15215 final String webkitMediaSourceURL; |
| 16116 | 15216 |
| 16117 int get readyState(); | 15217 bool webkitPreservesPitch; |
| 16118 | 15218 |
| 16119 TimeRanges get seekable(); | 15219 final int webkitSourceState; |
| 16120 | 15220 |
| 16121 bool get seeking(); | 15221 final int webkitVideoDecodedByteCount; |
| 16122 | |
| 16123 String get src(); | |
| 16124 | |
| 16125 void set src(String value); | |
| 16126 | |
| 16127 num get startTime(); | |
| 16128 | |
| 16129 TextTrackList get textTracks(); | |
| 16130 | |
| 16131 num get volume(); | |
| 16132 | |
| 16133 void set volume(num value); | |
| 16134 | |
| 16135 int get webkitAudioDecodedByteCount(); | |
| 16136 | |
| 16137 bool get webkitClosedCaptionsVisible(); | |
| 16138 | |
| 16139 void set webkitClosedCaptionsVisible(bool value); | |
| 16140 | |
| 16141 bool get webkitHasClosedCaptions(); | |
| 16142 | |
| 16143 String get webkitMediaSourceURL(); | |
| 16144 | |
| 16145 bool get webkitPreservesPitch(); | |
| 16146 | |
| 16147 void set webkitPreservesPitch(bool value); | |
| 16148 | |
| 16149 int get webkitSourceState(); | |
| 16150 | |
| 16151 int get webkitVideoDecodedByteCount(); | |
| 16152 | 15222 |
| 16153 TextTrack addTrack(String kind, [String label, String language]); | 15223 TextTrack addTrack(String kind, [String label, String language]); |
| 16154 | 15224 |
| 16155 String canPlayType(String type); | 15225 String canPlayType(String type); |
| 16156 | 15226 |
| 16157 void load(); | 15227 void load(); |
| 16158 | 15228 |
| 16159 void pause(); | 15229 void pause(); |
| 16160 | 15230 |
| 16161 void play(); | 15231 void play(); |
| 16162 | 15232 |
| 16163 void webkitSourceAppend(Uint8Array data); | 15233 void webkitSourceAppend(Uint8Array data); |
| 16164 | 15234 |
| 16165 void webkitSourceEndOfStream(int status); | 15235 void webkitSourceEndOfStream(int status); |
| 16166 } | 15236 } |
| 16167 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15237 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16168 // for details. All rights reserved. Use of this source code is governed by a | 15238 // for details. All rights reserved. Use of this source code is governed by a |
| 16169 // BSD-style license that can be found in the LICENSE file. | 15239 // BSD-style license that can be found in the LICENSE file. |
| 16170 | 15240 |
| 16171 // WARNING: Do not edit - generated code. | 15241 // WARNING: Do not edit - generated code. |
| 16172 | 15242 |
| 16173 interface HTMLMenuElement extends HTMLElement { | 15243 interface HTMLMenuElement extends HTMLElement { |
| 16174 | 15244 |
| 16175 bool get compact(); | 15245 bool compact; |
| 16176 | |
| 16177 void set compact(bool value); | |
| 16178 } | 15246 } |
| 16179 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15247 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16180 // for details. All rights reserved. Use of this source code is governed by a | 15248 // for details. All rights reserved. Use of this source code is governed by a |
| 16181 // BSD-style license that can be found in the LICENSE file. | 15249 // BSD-style license that can be found in the LICENSE file. |
| 16182 | 15250 |
| 16183 // WARNING: Do not edit - generated code. | 15251 // WARNING: Do not edit - generated code. |
| 16184 | 15252 |
| 16185 interface HTMLMetaElement extends HTMLElement { | 15253 interface HTMLMetaElement extends HTMLElement { |
| 16186 | 15254 |
| 16187 String get content(); | 15255 String content; |
| 16188 | 15256 |
| 16189 void set content(String value); | 15257 String httpEquiv; |
| 16190 | 15258 |
| 16191 String get httpEquiv(); | 15259 String name; |
| 16192 | 15260 |
| 16193 void set httpEquiv(String value); | 15261 String scheme; |
| 16194 | |
| 16195 String get name(); | |
| 16196 | |
| 16197 void set name(String value); | |
| 16198 | |
| 16199 String get scheme(); | |
| 16200 | |
| 16201 void set scheme(String value); | |
| 16202 } | 15262 } |
| 16203 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15263 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16204 // for details. All rights reserved. Use of this source code is governed by a | 15264 // for details. All rights reserved. Use of this source code is governed by a |
| 16205 // BSD-style license that can be found in the LICENSE file. | 15265 // BSD-style license that can be found in the LICENSE file. |
| 16206 | 15266 |
| 16207 // WARNING: Do not edit - generated code. | 15267 // WARNING: Do not edit - generated code. |
| 16208 | 15268 |
| 16209 interface HTMLMeterElement extends HTMLElement { | 15269 interface HTMLMeterElement extends HTMLElement { |
| 16210 | 15270 |
| 16211 HTMLFormElement get form(); | 15271 final HTMLFormElement form; |
| 16212 | 15272 |
| 16213 num get high(); | 15273 num high; |
| 16214 | 15274 |
| 16215 void set high(num value); | 15275 final NodeList labels; |
| 16216 | 15276 |
| 16217 NodeList get labels(); | 15277 num low; |
| 16218 | 15278 |
| 16219 num get low(); | 15279 num max; |
| 16220 | 15280 |
| 16221 void set low(num value); | 15281 num min; |
| 16222 | 15282 |
| 16223 num get max(); | 15283 num optimum; |
| 16224 | 15284 |
| 16225 void set max(num value); | 15285 num value; |
| 16226 | |
| 16227 num get min(); | |
| 16228 | |
| 16229 void set min(num value); | |
| 16230 | |
| 16231 num get optimum(); | |
| 16232 | |
| 16233 void set optimum(num value); | |
| 16234 | |
| 16235 num get value(); | |
| 16236 | |
| 16237 void set value(num value); | |
| 16238 } | 15286 } |
| 16239 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15287 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16240 // for details. All rights reserved. Use of this source code is governed by a | 15288 // for details. All rights reserved. Use of this source code is governed by a |
| 16241 // BSD-style license that can be found in the LICENSE file. | 15289 // BSD-style license that can be found in the LICENSE file. |
| 16242 | 15290 |
| 16243 // WARNING: Do not edit - generated code. | 15291 // WARNING: Do not edit - generated code. |
| 16244 | 15292 |
| 16245 interface HTMLModElement extends HTMLElement { | 15293 interface HTMLModElement extends HTMLElement { |
| 16246 | 15294 |
| 16247 String get cite(); | 15295 String cite; |
| 16248 | 15296 |
| 16249 void set cite(String value); | 15297 String dateTime; |
| 16250 | |
| 16251 String get dateTime(); | |
| 16252 | |
| 16253 void set dateTime(String value); | |
| 16254 } | 15298 } |
| 16255 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15299 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16256 // for details. All rights reserved. Use of this source code is governed by a | 15300 // for details. All rights reserved. Use of this source code is governed by a |
| 16257 // BSD-style license that can be found in the LICENSE file. | 15301 // BSD-style license that can be found in the LICENSE file. |
| 16258 | 15302 |
| 16259 // WARNING: Do not edit - generated code. | 15303 // WARNING: Do not edit - generated code. |
| 16260 | 15304 |
| 16261 interface HTMLOListElement extends HTMLElement { | 15305 interface HTMLOListElement extends HTMLElement { |
| 16262 | 15306 |
| 16263 bool get compact(); | 15307 bool compact; |
| 16264 | 15308 |
| 16265 void set compact(bool value); | 15309 bool reversed; |
| 16266 | 15310 |
| 16267 bool get reversed(); | 15311 int start; |
| 16268 | 15312 |
| 16269 void set reversed(bool value); | 15313 String type; |
| 16270 | |
| 16271 int get start(); | |
| 16272 | |
| 16273 void set start(int value); | |
| 16274 | |
| 16275 String get type(); | |
| 16276 | |
| 16277 void set type(String value); | |
| 16278 } | 15314 } |
| 16279 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15315 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16280 // for details. All rights reserved. Use of this source code is governed by a | 15316 // for details. All rights reserved. Use of this source code is governed by a |
| 16281 // BSD-style license that can be found in the LICENSE file. | 15317 // BSD-style license that can be found in the LICENSE file. |
| 16282 | 15318 |
| 16283 // WARNING: Do not edit - generated code. | 15319 // WARNING: Do not edit - generated code. |
| 16284 | 15320 |
| 16285 interface HTMLObjectElement extends HTMLElement { | 15321 interface HTMLObjectElement extends HTMLElement { |
| 16286 | 15322 |
| 16287 String get align(); | 15323 String align; |
| 16288 | 15324 |
| 16289 void set align(String value); | 15325 String archive; |
| 16290 | 15326 |
| 16291 String get archive(); | 15327 String border; |
| 16292 | 15328 |
| 16293 void set archive(String value); | 15329 String code; |
| 16294 | 15330 |
| 16295 String get border(); | 15331 String codeBase; |
| 16296 | 15332 |
| 16297 void set border(String value); | 15333 String codeType; |
| 16298 | 15334 |
| 16299 String get code(); | 15335 final Document contentDocument; |
| 16300 | 15336 |
| 16301 void set code(String value); | 15337 String data; |
| 16302 | 15338 |
| 16303 String get codeBase(); | 15339 bool declare; |
| 16304 | 15340 |
| 16305 void set codeBase(String value); | 15341 final HTMLFormElement form; |
| 16306 | 15342 |
| 16307 String get codeType(); | 15343 String height; |
| 16308 | 15344 |
| 16309 void set codeType(String value); | 15345 int hspace; |
| 16310 | 15346 |
| 16311 Document get contentDocument(); | 15347 String name; |
| 16312 | 15348 |
| 16313 String get data(); | 15349 String standby; |
| 16314 | 15350 |
| 16315 void set data(String value); | 15351 String type; |
| 16316 | 15352 |
| 16317 bool get declare(); | 15353 String useMap; |
| 16318 | 15354 |
| 16319 void set declare(bool value); | 15355 final String validationMessage; |
| 16320 | 15356 |
| 16321 HTMLFormElement get form(); | 15357 final ValidityState validity; |
| 16322 | 15358 |
| 16323 String get height(); | 15359 int vspace; |
| 16324 | 15360 |
| 16325 void set height(String value); | 15361 String width; |
| 16326 | 15362 |
| 16327 int get hspace(); | 15363 final bool willValidate; |
| 16328 | |
| 16329 void set hspace(int value); | |
| 16330 | |
| 16331 String get name(); | |
| 16332 | |
| 16333 void set name(String value); | |
| 16334 | |
| 16335 String get standby(); | |
| 16336 | |
| 16337 void set standby(String value); | |
| 16338 | |
| 16339 String get type(); | |
| 16340 | |
| 16341 void set type(String value); | |
| 16342 | |
| 16343 String get useMap(); | |
| 16344 | |
| 16345 void set useMap(String value); | |
| 16346 | |
| 16347 String get validationMessage(); | |
| 16348 | |
| 16349 ValidityState get validity(); | |
| 16350 | |
| 16351 int get vspace(); | |
| 16352 | |
| 16353 void set vspace(int value); | |
| 16354 | |
| 16355 String get width(); | |
| 16356 | |
| 16357 void set width(String value); | |
| 16358 | |
| 16359 bool get willValidate(); | |
| 16360 | 15364 |
| 16361 bool checkValidity(); | 15365 bool checkValidity(); |
| 16362 | 15366 |
| 16363 SVGDocument getSVGDocument(); | 15367 SVGDocument getSVGDocument(); |
| 16364 | 15368 |
| 16365 void setCustomValidity(String error); | 15369 void setCustomValidity(String error); |
| 16366 } | 15370 } |
| 16367 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15371 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16368 // for details. All rights reserved. Use of this source code is governed by a | 15372 // for details. All rights reserved. Use of this source code is governed by a |
| 16369 // BSD-style license that can be found in the LICENSE file. | 15373 // BSD-style license that can be found in the LICENSE file. |
| 16370 | 15374 |
| 16371 // WARNING: Do not edit - generated code. | 15375 // WARNING: Do not edit - generated code. |
| 16372 | 15376 |
| 16373 interface HTMLOptGroupElement extends HTMLElement { | 15377 interface HTMLOptGroupElement extends HTMLElement { |
| 16374 | 15378 |
| 16375 bool get disabled(); | 15379 bool disabled; |
| 16376 | 15380 |
| 16377 void set disabled(bool value); | 15381 String label; |
| 16378 | |
| 16379 String get label(); | |
| 16380 | |
| 16381 void set label(String value); | |
| 16382 } | 15382 } |
| 16383 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15383 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16384 // for details. All rights reserved. Use of this source code is governed by a | 15384 // for details. All rights reserved. Use of this source code is governed by a |
| 16385 // BSD-style license that can be found in the LICENSE file. | 15385 // BSD-style license that can be found in the LICENSE file. |
| 16386 | 15386 |
| 16387 // WARNING: Do not edit - generated code. | 15387 // WARNING: Do not edit - generated code. |
| 16388 | 15388 |
| 16389 interface HTMLOptionElement extends HTMLElement { | 15389 interface HTMLOptionElement extends HTMLElement { |
| 16390 | 15390 |
| 16391 bool get defaultSelected(); | 15391 bool defaultSelected; |
| 16392 | 15392 |
| 16393 void set defaultSelected(bool value); | 15393 bool disabled; |
| 16394 | 15394 |
| 16395 bool get disabled(); | 15395 final HTMLFormElement form; |
| 16396 | 15396 |
| 16397 void set disabled(bool value); | 15397 final int index; |
| 16398 | 15398 |
| 16399 HTMLFormElement get form(); | 15399 String label; |
| 16400 | 15400 |
| 16401 int get index(); | 15401 bool selected; |
| 16402 | 15402 |
| 16403 String get label(); | 15403 String text; |
| 16404 | 15404 |
| 16405 void set label(String value); | 15405 String value; |
| 16406 | |
| 16407 bool get selected(); | |
| 16408 | |
| 16409 void set selected(bool value); | |
| 16410 | |
| 16411 String get text(); | |
| 16412 | |
| 16413 void set text(String value); | |
| 16414 | |
| 16415 String get value(); | |
| 16416 | |
| 16417 void set value(String value); | |
| 16418 } | 15406 } |
| 16419 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15407 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16420 // for details. All rights reserved. Use of this source code is governed by a | 15408 // for details. All rights reserved. Use of this source code is governed by a |
| 16421 // BSD-style license that can be found in the LICENSE file. | 15409 // BSD-style license that can be found in the LICENSE file. |
| 16422 | 15410 |
| 16423 // WARNING: Do not edit - generated code. | 15411 // WARNING: Do not edit - generated code. |
| 16424 | 15412 |
| 16425 interface HTMLOptionsCollection extends HTMLCollection { | 15413 interface HTMLOptionsCollection extends HTMLCollection { |
| 16426 | 15414 |
| 16427 int get length(); | 15415 int length; |
| 16428 | 15416 |
| 16429 void set length(int value); | 15417 int selectedIndex; |
| 16430 | |
| 16431 int get selectedIndex(); | |
| 16432 | |
| 16433 void set selectedIndex(int value); | |
| 16434 | 15418 |
| 16435 void remove(int index); | 15419 void remove(int index); |
| 16436 } | 15420 } |
| 16437 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15421 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16438 // for details. All rights reserved. Use of this source code is governed by a | 15422 // for details. All rights reserved. Use of this source code is governed by a |
| 16439 // BSD-style license that can be found in the LICENSE file. | 15423 // BSD-style license that can be found in the LICENSE file. |
| 16440 | 15424 |
| 16441 // WARNING: Do not edit - generated code. | 15425 // WARNING: Do not edit - generated code. |
| 16442 | 15426 |
| 16443 interface HTMLOutputElement extends HTMLElement { | 15427 interface HTMLOutputElement extends HTMLElement { |
| 16444 | 15428 |
| 16445 String get defaultValue(); | 15429 String defaultValue; |
| 16446 | 15430 |
| 16447 void set defaultValue(String value); | 15431 final HTMLFormElement form; |
| 16448 | 15432 |
| 16449 HTMLFormElement get form(); | 15433 DOMSettableTokenList htmlFor; |
| 16450 | 15434 |
| 16451 DOMSettableTokenList get htmlFor(); | 15435 final NodeList labels; |
| 16452 | 15436 |
| 16453 void set htmlFor(DOMSettableTokenList value); | 15437 String name; |
| 16454 | 15438 |
| 16455 NodeList get labels(); | 15439 final String type; |
| 16456 | 15440 |
| 16457 String get name(); | 15441 final String validationMessage; |
| 16458 | 15442 |
| 16459 void set name(String value); | 15443 final ValidityState validity; |
| 16460 | 15444 |
| 16461 String get type(); | 15445 String value; |
| 16462 | 15446 |
| 16463 String get validationMessage(); | 15447 final bool willValidate; |
| 16464 | |
| 16465 ValidityState get validity(); | |
| 16466 | |
| 16467 String get value(); | |
| 16468 | |
| 16469 void set value(String value); | |
| 16470 | |
| 16471 bool get willValidate(); | |
| 16472 | 15448 |
| 16473 bool checkValidity(); | 15449 bool checkValidity(); |
| 16474 | 15450 |
| 16475 void setCustomValidity(String error); | 15451 void setCustomValidity(String error); |
| 16476 } | 15452 } |
| 16477 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15453 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16478 // for details. All rights reserved. Use of this source code is governed by a | 15454 // for details. All rights reserved. Use of this source code is governed by a |
| 16479 // BSD-style license that can be found in the LICENSE file. | 15455 // BSD-style license that can be found in the LICENSE file. |
| 16480 | 15456 |
| 16481 // WARNING: Do not edit - generated code. | 15457 // WARNING: Do not edit - generated code. |
| 16482 | 15458 |
| 16483 interface HTMLParagraphElement extends HTMLElement { | 15459 interface HTMLParagraphElement extends HTMLElement { |
| 16484 | 15460 |
| 16485 String get align(); | 15461 String align; |
| 16486 | |
| 16487 void set align(String value); | |
| 16488 } | 15462 } |
| 16489 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15463 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16490 // for details. All rights reserved. Use of this source code is governed by a | 15464 // for details. All rights reserved. Use of this source code is governed by a |
| 16491 // BSD-style license that can be found in the LICENSE file. | 15465 // BSD-style license that can be found in the LICENSE file. |
| 16492 | 15466 |
| 16493 // WARNING: Do not edit - generated code. | 15467 // WARNING: Do not edit - generated code. |
| 16494 | 15468 |
| 16495 interface HTMLParamElement extends HTMLElement { | 15469 interface HTMLParamElement extends HTMLElement { |
| 16496 | 15470 |
| 16497 String get name(); | 15471 String name; |
| 16498 | 15472 |
| 16499 void set name(String value); | 15473 String type; |
| 16500 | 15474 |
| 16501 String get type(); | 15475 String value; |
| 16502 | 15476 |
| 16503 void set type(String value); | 15477 String valueType; |
| 16504 | |
| 16505 String get value(); | |
| 16506 | |
| 16507 void set value(String value); | |
| 16508 | |
| 16509 String get valueType(); | |
| 16510 | |
| 16511 void set valueType(String value); | |
| 16512 } | 15478 } |
| 16513 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15479 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16514 // for details. All rights reserved. Use of this source code is governed by a | 15480 // for details. All rights reserved. Use of this source code is governed by a |
| 16515 // BSD-style license that can be found in the LICENSE file. | 15481 // BSD-style license that can be found in the LICENSE file. |
| 16516 | 15482 |
| 16517 // WARNING: Do not edit - generated code. | 15483 // WARNING: Do not edit - generated code. |
| 16518 | 15484 |
| 16519 interface HTMLPreElement extends HTMLElement { | 15485 interface HTMLPreElement extends HTMLElement { |
| 16520 | 15486 |
| 16521 int get width(); | 15487 int width; |
| 16522 | 15488 |
| 16523 void set width(int value); | 15489 bool wrap; |
| 16524 | |
| 16525 bool get wrap(); | |
| 16526 | |
| 16527 void set wrap(bool value); | |
| 16528 } | 15490 } |
| 16529 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15491 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16530 // for details. All rights reserved. Use of this source code is governed by a | 15492 // for details. All rights reserved. Use of this source code is governed by a |
| 16531 // BSD-style license that can be found in the LICENSE file. | 15493 // BSD-style license that can be found in the LICENSE file. |
| 16532 | 15494 |
| 16533 // WARNING: Do not edit - generated code. | 15495 // WARNING: Do not edit - generated code. |
| 16534 | 15496 |
| 16535 interface HTMLProgressElement extends HTMLElement { | 15497 interface HTMLProgressElement extends HTMLElement { |
| 16536 | 15498 |
| 16537 HTMLFormElement get form(); | 15499 final HTMLFormElement form; |
| 16538 | 15500 |
| 16539 NodeList get labels(); | 15501 final NodeList labels; |
| 16540 | 15502 |
| 16541 num get max(); | 15503 num max; |
| 16542 | 15504 |
| 16543 void set max(num value); | 15505 final num position; |
| 16544 | 15506 |
| 16545 num get position(); | 15507 num value; |
| 16546 | |
| 16547 num get value(); | |
| 16548 | |
| 16549 void set value(num value); | |
| 16550 } | 15508 } |
| 16551 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15509 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16552 // for details. All rights reserved. Use of this source code is governed by a | 15510 // for details. All rights reserved. Use of this source code is governed by a |
| 16553 // BSD-style license that can be found in the LICENSE file. | |
| 16554 | |
| 16555 // WARNING: Do not edit - generated code. | |
| 16556 | |
| 16557 interface HTMLPropertiesCollection extends HTMLCollection { | |
| 16558 | |
| 16559 int get length(); | |
| 16560 | |
| 16561 Node item(int index); | |
| 16562 } | |
| 16563 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 16564 // for details. All rights reserved. Use of this source code is governed by a | |
| 16565 // BSD-style license that can be found in the LICENSE file. | 15511 // BSD-style license that can be found in the LICENSE file. |
| 16566 | 15512 |
| 16567 // WARNING: Do not edit - generated code. | 15513 // WARNING: Do not edit - generated code. |
| 16568 | 15514 |
| 16569 interface HTMLQuoteElement extends HTMLElement { | 15515 interface HTMLQuoteElement extends HTMLElement { |
| 16570 | 15516 |
| 16571 String get cite(); | 15517 String cite; |
| 16572 | |
| 16573 void set cite(String value); | |
| 16574 } | 15518 } |
| 16575 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15519 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16576 // for details. All rights reserved. Use of this source code is governed by a | 15520 // for details. All rights reserved. Use of this source code is governed by a |
| 16577 // BSD-style license that can be found in the LICENSE file. | 15521 // BSD-style license that can be found in the LICENSE file. |
| 16578 | 15522 |
| 16579 // WARNING: Do not edit - generated code. | 15523 // WARNING: Do not edit - generated code. |
| 16580 | 15524 |
| 16581 interface HTMLScriptElement extends HTMLElement { | 15525 interface HTMLScriptElement extends HTMLElement { |
| 16582 | 15526 |
| 16583 bool get async(); | 15527 bool async; |
| 16584 | 15528 |
| 16585 void set async(bool value); | 15529 String charset; |
| 16586 | 15530 |
| 16587 String get charset(); | 15531 bool defer; |
| 16588 | 15532 |
| 16589 void set charset(String value); | 15533 String event; |
| 16590 | 15534 |
| 16591 bool get defer(); | 15535 String htmlFor; |
| 16592 | 15536 |
| 16593 void set defer(bool value); | 15537 String src; |
| 16594 | 15538 |
| 16595 String get event(); | 15539 String text; |
| 16596 | 15540 |
| 16597 void set event(String value); | 15541 String type; |
| 16598 | |
| 16599 String get htmlFor(); | |
| 16600 | |
| 16601 void set htmlFor(String value); | |
| 16602 | |
| 16603 String get src(); | |
| 16604 | |
| 16605 void set src(String value); | |
| 16606 | |
| 16607 String get text(); | |
| 16608 | |
| 16609 void set text(String value); | |
| 16610 | |
| 16611 String get type(); | |
| 16612 | |
| 16613 void set type(String value); | |
| 16614 } | 15542 } |
| 16615 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15543 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16616 // for details. All rights reserved. Use of this source code is governed by a | 15544 // for details. All rights reserved. Use of this source code is governed by a |
| 16617 // BSD-style license that can be found in the LICENSE file. | 15545 // BSD-style license that can be found in the LICENSE file. |
| 16618 | 15546 |
| 16619 // WARNING: Do not edit - generated code. | 15547 // WARNING: Do not edit - generated code. |
| 16620 | 15548 |
| 16621 interface HTMLSelectElement extends HTMLElement { | 15549 interface HTMLSelectElement extends HTMLElement { |
| 16622 | 15550 |
| 16623 bool get autofocus(); | 15551 bool autofocus; |
| 16624 | 15552 |
| 16625 void set autofocus(bool value); | 15553 bool disabled; |
| 16626 | 15554 |
| 16627 bool get disabled(); | 15555 final HTMLFormElement form; |
| 16628 | 15556 |
| 16629 void set disabled(bool value); | 15557 final NodeList labels; |
| 16630 | 15558 |
| 16631 HTMLFormElement get form(); | 15559 int length; |
| 16632 | 15560 |
| 16633 NodeList get labels(); | 15561 bool multiple; |
| 16634 | 15562 |
| 16635 int get length(); | 15563 String name; |
| 16636 | 15564 |
| 16637 void set length(int value); | 15565 final HTMLOptionsCollection options; |
| 16638 | 15566 |
| 16639 bool get multiple(); | 15567 bool required; |
| 16640 | 15568 |
| 16641 void set multiple(bool value); | 15569 int selectedIndex; |
| 16642 | 15570 |
| 16643 String get name(); | 15571 int size; |
| 16644 | 15572 |
| 16645 void set name(String value); | 15573 final String type; |
| 16646 | 15574 |
| 16647 HTMLOptionsCollection get options(); | 15575 final String validationMessage; |
| 16648 | 15576 |
| 16649 bool get required(); | 15577 final ValidityState validity; |
| 16650 | 15578 |
| 16651 void set required(bool value); | 15579 String value; |
| 16652 | 15580 |
| 16653 int get selectedIndex(); | 15581 final bool willValidate; |
| 16654 | |
| 16655 void set selectedIndex(int value); | |
| 16656 | |
| 16657 int get size(); | |
| 16658 | |
| 16659 void set size(int value); | |
| 16660 | |
| 16661 String get type(); | |
| 16662 | |
| 16663 String get validationMessage(); | |
| 16664 | |
| 16665 ValidityState get validity(); | |
| 16666 | |
| 16667 String get value(); | |
| 16668 | |
| 16669 void set value(String value); | |
| 16670 | |
| 16671 bool get willValidate(); | |
| 16672 | 15582 |
| 16673 void add(HTMLElement element, HTMLElement before); | 15583 void add(HTMLElement element, HTMLElement before); |
| 16674 | 15584 |
| 16675 bool checkValidity(); | 15585 bool checkValidity(); |
| 16676 | 15586 |
| 16677 Node item(int index); | 15587 Node item(int index); |
| 16678 | 15588 |
| 16679 Node namedItem(String name); | 15589 Node namedItem(String name); |
| 16680 | 15590 |
| 16681 void remove(var index_OR_option); | 15591 void remove(var index_OR_option); |
| 16682 | 15592 |
| 16683 void setCustomValidity(String error); | 15593 void setCustomValidity(String error); |
| 16684 } | 15594 } |
| 16685 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15595 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16686 // for details. All rights reserved. Use of this source code is governed by a | 15596 // for details. All rights reserved. Use of this source code is governed by a |
| 16687 // BSD-style license that can be found in the LICENSE file. | 15597 // BSD-style license that can be found in the LICENSE file. |
| 16688 | 15598 |
| 16689 // WARNING: Do not edit - generated code. | 15599 // WARNING: Do not edit - generated code. |
| 16690 | 15600 |
| 16691 interface HTMLSourceElement extends HTMLElement { | 15601 interface HTMLSourceElement extends HTMLElement { |
| 16692 | 15602 |
| 16693 String get media(); | 15603 String media; |
| 16694 | 15604 |
| 16695 void set media(String value); | 15605 String src; |
| 16696 | 15606 |
| 16697 String get src(); | 15607 String type; |
| 16698 | |
| 16699 void set src(String value); | |
| 16700 | |
| 16701 String get type(); | |
| 16702 | |
| 16703 void set type(String value); | |
| 16704 } | 15608 } |
| 16705 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15609 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16706 // for details. All rights reserved. Use of this source code is governed by a | 15610 // for details. All rights reserved. Use of this source code is governed by a |
| 16707 // BSD-style license that can be found in the LICENSE file. | 15611 // BSD-style license that can be found in the LICENSE file. |
| 16708 | 15612 |
| 16709 // WARNING: Do not edit - generated code. | 15613 // WARNING: Do not edit - generated code. |
| 16710 | 15614 |
| 16711 interface HTMLSpanElement extends HTMLElement { | 15615 interface HTMLSpanElement extends HTMLElement { |
| 16712 } | 15616 } |
| 16713 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15617 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16714 // for details. All rights reserved. Use of this source code is governed by a | 15618 // for details. All rights reserved. Use of this source code is governed by a |
| 16715 // BSD-style license that can be found in the LICENSE file. | 15619 // BSD-style license that can be found in the LICENSE file. |
| 16716 | 15620 |
| 16717 // WARNING: Do not edit - generated code. | 15621 // WARNING: Do not edit - generated code. |
| 16718 | 15622 |
| 16719 interface HTMLStyleElement extends HTMLElement { | 15623 interface HTMLStyleElement extends HTMLElement { |
| 16720 | 15624 |
| 16721 bool get disabled(); | 15625 bool disabled; |
| 16722 | 15626 |
| 16723 void set disabled(bool value); | 15627 String media; |
| 16724 | 15628 |
| 16725 String get media(); | 15629 final StyleSheet sheet; |
| 16726 | 15630 |
| 16727 void set media(String value); | 15631 String type; |
| 16728 | |
| 16729 bool get scoped(); | |
| 16730 | |
| 16731 void set scoped(bool value); | |
| 16732 | |
| 16733 StyleSheet get sheet(); | |
| 16734 | |
| 16735 String get type(); | |
| 16736 | |
| 16737 void set type(String value); | |
| 16738 } | 15632 } |
| 16739 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15633 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16740 // for details. All rights reserved. Use of this source code is governed by a | 15634 // for details. All rights reserved. Use of this source code is governed by a |
| 16741 // BSD-style license that can be found in the LICENSE file. | 15635 // BSD-style license that can be found in the LICENSE file. |
| 16742 | 15636 |
| 16743 // WARNING: Do not edit - generated code. | 15637 // WARNING: Do not edit - generated code. |
| 16744 | 15638 |
| 16745 interface HTMLTableCaptionElement extends HTMLElement { | 15639 interface HTMLTableCaptionElement extends HTMLElement { |
| 16746 | 15640 |
| 16747 String get align(); | 15641 String align; |
| 16748 | |
| 16749 void set align(String value); | |
| 16750 } | 15642 } |
| 16751 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15643 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16752 // for details. All rights reserved. Use of this source code is governed by a | 15644 // for details. All rights reserved. Use of this source code is governed by a |
| 16753 // BSD-style license that can be found in the LICENSE file. | 15645 // BSD-style license that can be found in the LICENSE file. |
| 16754 | 15646 |
| 16755 // WARNING: Do not edit - generated code. | 15647 // WARNING: Do not edit - generated code. |
| 16756 | 15648 |
| 16757 interface HTMLTableCellElement extends HTMLElement { | 15649 interface HTMLTableCellElement extends HTMLElement { |
| 16758 | 15650 |
| 16759 String get abbr(); | 15651 String abbr; |
| 16760 | 15652 |
| 16761 void set abbr(String value); | 15653 String align; |
| 16762 | 15654 |
| 16763 String get align(); | 15655 String axis; |
| 16764 | 15656 |
| 16765 void set align(String value); | 15657 String bgColor; |
| 16766 | 15658 |
| 16767 String get axis(); | 15659 final int cellIndex; |
| 16768 | 15660 |
| 16769 void set axis(String value); | 15661 String ch; |
| 16770 | 15662 |
| 16771 String get bgColor(); | 15663 String chOff; |
| 16772 | 15664 |
| 16773 void set bgColor(String value); | 15665 int colSpan; |
| 16774 | 15666 |
| 16775 int get cellIndex(); | 15667 String headers; |
| 16776 | 15668 |
| 16777 String get ch(); | 15669 String height; |
| 16778 | 15670 |
| 16779 void set ch(String value); | 15671 bool noWrap; |
| 16780 | 15672 |
| 16781 String get chOff(); | 15673 int rowSpan; |
| 16782 | 15674 |
| 16783 void set chOff(String value); | 15675 String scope; |
| 16784 | 15676 |
| 16785 int get colSpan(); | 15677 String vAlign; |
| 16786 | 15678 |
| 16787 void set colSpan(int value); | 15679 String width; |
| 16788 | |
| 16789 String get headers(); | |
| 16790 | |
| 16791 void set headers(String value); | |
| 16792 | |
| 16793 String get height(); | |
| 16794 | |
| 16795 void set height(String value); | |
| 16796 | |
| 16797 bool get noWrap(); | |
| 16798 | |
| 16799 void set noWrap(bool value); | |
| 16800 | |
| 16801 int get rowSpan(); | |
| 16802 | |
| 16803 void set rowSpan(int value); | |
| 16804 | |
| 16805 String get scope(); | |
| 16806 | |
| 16807 void set scope(String value); | |
| 16808 | |
| 16809 String get vAlign(); | |
| 16810 | |
| 16811 void set vAlign(String value); | |
| 16812 | |
| 16813 String get width(); | |
| 16814 | |
| 16815 void set width(String value); | |
| 16816 } | 15680 } |
| 16817 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15681 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16818 // for details. All rights reserved. Use of this source code is governed by a | 15682 // for details. All rights reserved. Use of this source code is governed by a |
| 16819 // BSD-style license that can be found in the LICENSE file. | 15683 // BSD-style license that can be found in the LICENSE file. |
| 16820 | 15684 |
| 16821 // WARNING: Do not edit - generated code. | 15685 // WARNING: Do not edit - generated code. |
| 16822 | 15686 |
| 16823 interface HTMLTableColElement extends HTMLElement { | 15687 interface HTMLTableColElement extends HTMLElement { |
| 16824 | 15688 |
| 16825 String get align(); | 15689 String align; |
| 16826 | 15690 |
| 16827 void set align(String value); | 15691 String ch; |
| 16828 | 15692 |
| 16829 String get ch(); | 15693 String chOff; |
| 16830 | 15694 |
| 16831 void set ch(String value); | 15695 int span; |
| 16832 | 15696 |
| 16833 String get chOff(); | 15697 String vAlign; |
| 16834 | 15698 |
| 16835 void set chOff(String value); | 15699 String width; |
| 16836 | |
| 16837 int get span(); | |
| 16838 | |
| 16839 void set span(int value); | |
| 16840 | |
| 16841 String get vAlign(); | |
| 16842 | |
| 16843 void set vAlign(String value); | |
| 16844 | |
| 16845 String get width(); | |
| 16846 | |
| 16847 void set width(String value); | |
| 16848 } | 15700 } |
| 16849 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15701 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16850 // for details. All rights reserved. Use of this source code is governed by a | 15702 // for details. All rights reserved. Use of this source code is governed by a |
| 16851 // BSD-style license that can be found in the LICENSE file. | 15703 // BSD-style license that can be found in the LICENSE file. |
| 16852 | 15704 |
| 16853 // WARNING: Do not edit - generated code. | 15705 // WARNING: Do not edit - generated code. |
| 16854 | 15706 |
| 16855 interface HTMLTableElement extends HTMLElement { | 15707 interface HTMLTableElement extends HTMLElement { |
| 16856 | 15708 |
| 16857 String get align(); | 15709 String align; |
| 16858 | 15710 |
| 16859 void set align(String value); | 15711 String bgColor; |
| 16860 | 15712 |
| 16861 String get bgColor(); | 15713 String border; |
| 16862 | 15714 |
| 16863 void set bgColor(String value); | 15715 HTMLTableCaptionElement caption; |
| 16864 | 15716 |
| 16865 String get border(); | 15717 String cellPadding; |
| 16866 | 15718 |
| 16867 void set border(String value); | 15719 String cellSpacing; |
| 16868 | 15720 |
| 16869 HTMLTableCaptionElement get caption(); | 15721 String frame; |
| 16870 | 15722 |
| 16871 void set caption(HTMLTableCaptionElement value); | 15723 final HTMLCollection rows; |
| 16872 | 15724 |
| 16873 String get cellPadding(); | 15725 String rules; |
| 16874 | 15726 |
| 16875 void set cellPadding(String value); | 15727 String summary; |
| 16876 | 15728 |
| 16877 String get cellSpacing(); | 15729 final HTMLCollection tBodies; |
| 16878 | 15730 |
| 16879 void set cellSpacing(String value); | 15731 HTMLTableSectionElement tFoot; |
| 16880 | 15732 |
| 16881 String get frame(); | 15733 HTMLTableSectionElement tHead; |
| 16882 | 15734 |
| 16883 void set frame(String value); | 15735 String width; |
| 16884 | |
| 16885 HTMLCollection get rows(); | |
| 16886 | |
| 16887 String get rules(); | |
| 16888 | |
| 16889 void set rules(String value); | |
| 16890 | |
| 16891 String get summary(); | |
| 16892 | |
| 16893 void set summary(String value); | |
| 16894 | |
| 16895 HTMLCollection get tBodies(); | |
| 16896 | |
| 16897 HTMLTableSectionElement get tFoot(); | |
| 16898 | |
| 16899 void set tFoot(HTMLTableSectionElement value); | |
| 16900 | |
| 16901 HTMLTableSectionElement get tHead(); | |
| 16902 | |
| 16903 void set tHead(HTMLTableSectionElement value); | |
| 16904 | |
| 16905 String get width(); | |
| 16906 | |
| 16907 void set width(String value); | |
| 16908 | 15736 |
| 16909 HTMLElement createCaption(); | 15737 HTMLElement createCaption(); |
| 16910 | 15738 |
| 16911 HTMLElement createTFoot(); | 15739 HTMLElement createTFoot(); |
| 16912 | 15740 |
| 16913 HTMLElement createTHead(); | 15741 HTMLElement createTHead(); |
| 16914 | 15742 |
| 16915 void deleteCaption(); | 15743 void deleteCaption(); |
| 16916 | 15744 |
| 16917 void deleteRow(int index); | 15745 void deleteRow(int index); |
| 16918 | 15746 |
| 16919 void deleteTFoot(); | 15747 void deleteTFoot(); |
| 16920 | 15748 |
| 16921 void deleteTHead(); | 15749 void deleteTHead(); |
| 16922 | 15750 |
| 16923 HTMLElement insertRow(int index); | 15751 HTMLElement insertRow(int index); |
| 16924 } | 15752 } |
| 16925 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15753 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16926 // for details. All rights reserved. Use of this source code is governed by a | 15754 // for details. All rights reserved. Use of this source code is governed by a |
| 16927 // BSD-style license that can be found in the LICENSE file. | 15755 // BSD-style license that can be found in the LICENSE file. |
| 16928 | 15756 |
| 16929 // WARNING: Do not edit - generated code. | 15757 // WARNING: Do not edit - generated code. |
| 16930 | 15758 |
| 16931 interface HTMLTableRowElement extends HTMLElement { | 15759 interface HTMLTableRowElement extends HTMLElement { |
| 16932 | 15760 |
| 16933 String get align(); | 15761 String align; |
| 16934 | 15762 |
| 16935 void set align(String value); | 15763 String bgColor; |
| 16936 | 15764 |
| 16937 String get bgColor(); | 15765 final HTMLCollection cells; |
| 16938 | 15766 |
| 16939 void set bgColor(String value); | 15767 String ch; |
| 16940 | 15768 |
| 16941 HTMLCollection get cells(); | 15769 String chOff; |
| 16942 | 15770 |
| 16943 String get ch(); | 15771 final int rowIndex; |
| 16944 | 15772 |
| 16945 void set ch(String value); | 15773 final int sectionRowIndex; |
| 16946 | 15774 |
| 16947 String get chOff(); | 15775 String vAlign; |
| 16948 | |
| 16949 void set chOff(String value); | |
| 16950 | |
| 16951 int get rowIndex(); | |
| 16952 | |
| 16953 int get sectionRowIndex(); | |
| 16954 | |
| 16955 String get vAlign(); | |
| 16956 | |
| 16957 void set vAlign(String value); | |
| 16958 | 15776 |
| 16959 void deleteCell(int index); | 15777 void deleteCell(int index); |
| 16960 | 15778 |
| 16961 HTMLElement insertCell(int index); | 15779 HTMLElement insertCell(int index); |
| 16962 } | 15780 } |
| 16963 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15781 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16964 // for details. All rights reserved. Use of this source code is governed by a | 15782 // for details. All rights reserved. Use of this source code is governed by a |
| 16965 // BSD-style license that can be found in the LICENSE file. | 15783 // BSD-style license that can be found in the LICENSE file. |
| 16966 | 15784 |
| 16967 // WARNING: Do not edit - generated code. | 15785 // WARNING: Do not edit - generated code. |
| 16968 | 15786 |
| 16969 interface HTMLTableSectionElement extends HTMLElement { | 15787 interface HTMLTableSectionElement extends HTMLElement { |
| 16970 | 15788 |
| 16971 String get align(); | 15789 String align; |
| 16972 | 15790 |
| 16973 void set align(String value); | 15791 String ch; |
| 16974 | 15792 |
| 16975 String get ch(); | 15793 String chOff; |
| 16976 | 15794 |
| 16977 void set ch(String value); | 15795 final HTMLCollection rows; |
| 16978 | 15796 |
| 16979 String get chOff(); | 15797 String vAlign; |
| 16980 | |
| 16981 void set chOff(String value); | |
| 16982 | |
| 16983 HTMLCollection get rows(); | |
| 16984 | |
| 16985 String get vAlign(); | |
| 16986 | |
| 16987 void set vAlign(String value); | |
| 16988 | 15798 |
| 16989 void deleteRow(int index); | 15799 void deleteRow(int index); |
| 16990 | 15800 |
| 16991 HTMLElement insertRow(int index); | 15801 HTMLElement insertRow(int index); |
| 16992 } | 15802 } |
| 16993 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15803 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 16994 // for details. All rights reserved. Use of this source code is governed by a | 15804 // for details. All rights reserved. Use of this source code is governed by a |
| 16995 // BSD-style license that can be found in the LICENSE file. | 15805 // BSD-style license that can be found in the LICENSE file. |
| 16996 | 15806 |
| 16997 // WARNING: Do not edit - generated code. | 15807 // WARNING: Do not edit - generated code. |
| 16998 | 15808 |
| 16999 interface HTMLTextAreaElement extends HTMLElement { | 15809 interface HTMLTextAreaElement extends HTMLElement { |
| 17000 | 15810 |
| 17001 bool get autofocus(); | 15811 bool autofocus; |
| 17002 | 15812 |
| 17003 void set autofocus(bool value); | 15813 int cols; |
| 17004 | 15814 |
| 17005 int get cols(); | 15815 String defaultValue; |
| 17006 | 15816 |
| 17007 void set cols(int value); | 15817 String dirName; |
| 17008 | 15818 |
| 17009 String get defaultValue(); | 15819 bool disabled; |
| 17010 | 15820 |
| 17011 void set defaultValue(String value); | 15821 final HTMLFormElement form; |
| 17012 | 15822 |
| 17013 String get dirName(); | 15823 final NodeList labels; |
| 17014 | 15824 |
| 17015 void set dirName(String value); | 15825 int maxLength; |
| 17016 | 15826 |
| 17017 bool get disabled(); | 15827 String name; |
| 17018 | 15828 |
| 17019 void set disabled(bool value); | 15829 String placeholder; |
| 17020 | 15830 |
| 17021 HTMLFormElement get form(); | 15831 bool readOnly; |
| 17022 | 15832 |
| 17023 NodeList get labels(); | 15833 bool required; |
| 17024 | 15834 |
| 17025 int get maxLength(); | 15835 int rows; |
| 17026 | 15836 |
| 17027 void set maxLength(int value); | 15837 String selectionDirection; |
| 17028 | 15838 |
| 17029 String get name(); | 15839 int selectionEnd; |
| 17030 | 15840 |
| 17031 void set name(String value); | 15841 int selectionStart; |
| 17032 | 15842 |
| 17033 String get placeholder(); | 15843 final int textLength; |
| 17034 | 15844 |
| 17035 void set placeholder(String value); | 15845 final String type; |
| 17036 | 15846 |
| 17037 bool get readOnly(); | 15847 final String validationMessage; |
| 17038 | 15848 |
| 17039 void set readOnly(bool value); | 15849 final ValidityState validity; |
| 17040 | 15850 |
| 17041 bool get required(); | 15851 String value; |
| 17042 | 15852 |
| 17043 void set required(bool value); | 15853 final bool willValidate; |
| 17044 | 15854 |
| 17045 int get rows(); | 15855 String wrap; |
| 17046 | |
| 17047 void set rows(int value); | |
| 17048 | |
| 17049 String get selectionDirection(); | |
| 17050 | |
| 17051 void set selectionDirection(String value); | |
| 17052 | |
| 17053 int get selectionEnd(); | |
| 17054 | |
| 17055 void set selectionEnd(int value); | |
| 17056 | |
| 17057 int get selectionStart(); | |
| 17058 | |
| 17059 void set selectionStart(int value); | |
| 17060 | |
| 17061 int get textLength(); | |
| 17062 | |
| 17063 String get type(); | |
| 17064 | |
| 17065 String get validationMessage(); | |
| 17066 | |
| 17067 ValidityState get validity(); | |
| 17068 | |
| 17069 String get value(); | |
| 17070 | |
| 17071 void set value(String value); | |
| 17072 | |
| 17073 bool get willValidate(); | |
| 17074 | |
| 17075 String get wrap(); | |
| 17076 | |
| 17077 void set wrap(String value); | |
| 17078 | 15856 |
| 17079 bool checkValidity(); | 15857 bool checkValidity(); |
| 17080 | 15858 |
| 17081 void select(); | 15859 void select(); |
| 17082 | 15860 |
| 17083 void setCustomValidity(String error); | 15861 void setCustomValidity(String error); |
| 17084 | 15862 |
| 17085 void setSelectionRange(int start, int end, [String direction]); | 15863 void setSelectionRange(int start, int end, [String direction]); |
| 17086 } | 15864 } |
| 17087 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15865 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17088 // for details. All rights reserved. Use of this source code is governed by a | 15866 // for details. All rights reserved. Use of this source code is governed by a |
| 17089 // BSD-style license that can be found in the LICENSE file. | 15867 // BSD-style license that can be found in the LICENSE file. |
| 17090 | 15868 |
| 17091 // WARNING: Do not edit - generated code. | 15869 // WARNING: Do not edit - generated code. |
| 17092 | 15870 |
| 17093 interface HTMLTitleElement extends HTMLElement { | 15871 interface HTMLTitleElement extends HTMLElement { |
| 17094 | 15872 |
| 17095 String get text(); | 15873 String text; |
| 17096 | |
| 17097 void set text(String value); | |
| 17098 } | 15874 } |
| 17099 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15875 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17100 // for details. All rights reserved. Use of this source code is governed by a | 15876 // for details. All rights reserved. Use of this source code is governed by a |
| 17101 // BSD-style license that can be found in the LICENSE file. | 15877 // BSD-style license that can be found in the LICENSE file. |
| 17102 | 15878 |
| 17103 // WARNING: Do not edit - generated code. | 15879 // WARNING: Do not edit - generated code. |
| 17104 | 15880 |
| 17105 interface HTMLTrackElement extends HTMLElement { | 15881 interface HTMLTrackElement extends HTMLElement { |
| 17106 | 15882 |
| 17107 static final int ERROR = 3; | 15883 static final int ERROR = 3; |
| 17108 | 15884 |
| 17109 static final int LOADED = 2; | 15885 static final int LOADED = 2; |
| 17110 | 15886 |
| 17111 static final int LOADING = 1; | 15887 static final int LOADING = 1; |
| 17112 | 15888 |
| 17113 static final int NONE = 0; | 15889 static final int NONE = 0; |
| 17114 | 15890 |
| 17115 bool get isDefault(); | 15891 bool isDefault; |
| 17116 | 15892 |
| 17117 void set isDefault(bool value); | 15893 String kind; |
| 17118 | 15894 |
| 17119 String get kind(); | 15895 String label; |
| 17120 | 15896 |
| 17121 void set kind(String value); | 15897 final int readyState; |
| 17122 | 15898 |
| 17123 String get label(); | 15899 String src; |
| 17124 | 15900 |
| 17125 void set label(String value); | 15901 String srclang; |
| 17126 | 15902 |
| 17127 int get readyState(); | 15903 final TextTrack track; |
| 17128 | |
| 17129 String get src(); | |
| 17130 | |
| 17131 void set src(String value); | |
| 17132 | |
| 17133 String get srclang(); | |
| 17134 | |
| 17135 void set srclang(String value); | |
| 17136 | |
| 17137 TextTrack get track(); | |
| 17138 } | 15904 } |
| 17139 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15905 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17140 // for details. All rights reserved. Use of this source code is governed by a | 15906 // for details. All rights reserved. Use of this source code is governed by a |
| 17141 // BSD-style license that can be found in the LICENSE file. | 15907 // BSD-style license that can be found in the LICENSE file. |
| 17142 | 15908 |
| 17143 // WARNING: Do not edit - generated code. | 15909 // WARNING: Do not edit - generated code. |
| 17144 | 15910 |
| 17145 interface HTMLUListElement extends HTMLElement { | 15911 interface HTMLUListElement extends HTMLElement { |
| 17146 | 15912 |
| 17147 bool get compact(); | 15913 bool compact; |
| 17148 | 15914 |
| 17149 void set compact(bool value); | 15915 String type; |
| 17150 | |
| 17151 String get type(); | |
| 17152 | |
| 17153 void set type(String value); | |
| 17154 } | 15916 } |
| 17155 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15917 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17156 // for details. All rights reserved. Use of this source code is governed by a | 15918 // for details. All rights reserved. Use of this source code is governed by a |
| 17157 // BSD-style license that can be found in the LICENSE file. | 15919 // BSD-style license that can be found in the LICENSE file. |
| 17158 | 15920 |
| 17159 // WARNING: Do not edit - generated code. | 15921 // WARNING: Do not edit - generated code. |
| 17160 | 15922 |
| 17161 interface HTMLUnknownElement extends HTMLElement { | 15923 interface HTMLUnknownElement extends HTMLElement { |
| 17162 } | 15924 } |
| 17163 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15925 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17164 // for details. All rights reserved. Use of this source code is governed by a | 15926 // for details. All rights reserved. Use of this source code is governed by a |
| 17165 // BSD-style license that can be found in the LICENSE file. | 15927 // BSD-style license that can be found in the LICENSE file. |
| 17166 | 15928 |
| 17167 // WARNING: Do not edit - generated code. | 15929 // WARNING: Do not edit - generated code. |
| 17168 | 15930 |
| 17169 interface HTMLVideoElement extends HTMLMediaElement { | 15931 interface HTMLVideoElement extends HTMLMediaElement { |
| 17170 | 15932 |
| 17171 int get height(); | 15933 int height; |
| 17172 | 15934 |
| 17173 void set height(int value); | 15935 String poster; |
| 17174 | 15936 |
| 17175 String get poster(); | 15937 final int videoHeight; |
| 17176 | 15938 |
| 17177 void set poster(String value); | 15939 final int videoWidth; |
| 17178 | 15940 |
| 17179 int get videoHeight(); | 15941 final int webkitDecodedFrameCount; |
| 17180 | 15942 |
| 17181 int get videoWidth(); | 15943 final bool webkitDisplayingFullscreen; |
| 17182 | 15944 |
| 17183 int get webkitDecodedFrameCount(); | 15945 final int webkitDroppedFrameCount; |
| 17184 | 15946 |
| 17185 bool get webkitDisplayingFullscreen(); | 15947 final bool webkitSupportsFullscreen; |
| 17186 | 15948 |
| 17187 int get webkitDroppedFrameCount(); | 15949 int width; |
| 17188 | |
| 17189 bool get webkitSupportsFullscreen(); | |
| 17190 | |
| 17191 int get width(); | |
| 17192 | |
| 17193 void set width(int value); | |
| 17194 | 15950 |
| 17195 void webkitEnterFullScreen(); | 15951 void webkitEnterFullScreen(); |
| 17196 | 15952 |
| 17197 void webkitEnterFullscreen(); | 15953 void webkitEnterFullscreen(); |
| 17198 | 15954 |
| 17199 void webkitExitFullScreen(); | 15955 void webkitExitFullScreen(); |
| 17200 | 15956 |
| 17201 void webkitExitFullscreen(); | 15957 void webkitExitFullscreen(); |
| 17202 } | 15958 } |
| 17203 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15959 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17204 // for details. All rights reserved. Use of this source code is governed by a | 15960 // for details. All rights reserved. Use of this source code is governed by a |
| 17205 // BSD-style license that can be found in the LICENSE file. | 15961 // BSD-style license that can be found in the LICENSE file. |
| 17206 | 15962 |
| 17207 // WARNING: Do not edit - generated code. | 15963 // WARNING: Do not edit - generated code. |
| 17208 | 15964 |
| 17209 interface HashChangeEvent extends Event { | 15965 interface HashChangeEvent extends Event { |
| 17210 | 15966 |
| 17211 String get newURL(); | 15967 final String newURL; |
| 17212 | 15968 |
| 17213 String get oldURL(); | 15969 final String oldURL; |
| 17214 | 15970 |
| 17215 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String
oldURL, String newURL); | 15971 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String
oldURL, String newURL); |
| 17216 } | 15972 } |
| 17217 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15973 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17218 // for details. All rights reserved. Use of this source code is governed by a | 15974 // for details. All rights reserved. Use of this source code is governed by a |
| 17219 // BSD-style license that can be found in the LICENSE file. | 15975 // BSD-style license that can be found in the LICENSE file. |
| 17220 | 15976 |
| 17221 // WARNING: Do not edit - generated code. | 15977 // WARNING: Do not edit - generated code. |
| 17222 | 15978 |
| 17223 interface HighPass2FilterNode extends AudioNode { | 15979 interface HighPass2FilterNode extends AudioNode { |
| 17224 | 15980 |
| 17225 AudioParam get cutoff(); | 15981 final AudioParam cutoff; |
| 17226 | 15982 |
| 17227 AudioParam get resonance(); | 15983 final AudioParam resonance; |
| 17228 } | 15984 } |
| 17229 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15985 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17230 // for details. All rights reserved. Use of this source code is governed by a | 15986 // for details. All rights reserved. Use of this source code is governed by a |
| 17231 // BSD-style license that can be found in the LICENSE file. | 15987 // BSD-style license that can be found in the LICENSE file. |
| 17232 | 15988 |
| 17233 // WARNING: Do not edit - generated code. | 15989 // WARNING: Do not edit - generated code. |
| 17234 | 15990 |
| 17235 interface History { | 15991 interface History { |
| 17236 | 15992 |
| 17237 int get length(); | 15993 final int length; |
| 17238 | 15994 |
| 17239 void back(); | 15995 void back(); |
| 17240 | 15996 |
| 17241 void forward(); | 15997 void forward(); |
| 17242 | 15998 |
| 17243 void go(int distance); | 15999 void go(int distance); |
| 17244 | 16000 |
| 17245 void pushState(Object data, String title, [String url]); | 16001 void pushState(Object data, String title, [String url]); |
| 17246 | 16002 |
| 17247 void replaceState(Object data, String title, [String url]); | 16003 void replaceState(Object data, String title, [String url]); |
| (...skipping 15 matching lines...) Expand all Loading... |
| 17263 interface IDBCursor { | 16019 interface IDBCursor { |
| 17264 | 16020 |
| 17265 static final int NEXT = 0; | 16021 static final int NEXT = 0; |
| 17266 | 16022 |
| 17267 static final int NEXT_NO_DUPLICATE = 1; | 16023 static final int NEXT_NO_DUPLICATE = 1; |
| 17268 | 16024 |
| 17269 static final int PREV = 2; | 16025 static final int PREV = 2; |
| 17270 | 16026 |
| 17271 static final int PREV_NO_DUPLICATE = 3; | 16027 static final int PREV_NO_DUPLICATE = 3; |
| 17272 | 16028 |
| 17273 int get direction(); | 16029 final int direction; |
| 17274 | 16030 |
| 17275 IDBKey get key(); | 16031 final IDBKey key; |
| 17276 | 16032 |
| 17277 IDBKey get primaryKey(); | 16033 final IDBKey primaryKey; |
| 17278 | 16034 |
| 17279 IDBAny get source(); | 16035 final IDBAny source; |
| 17280 | 16036 |
| 17281 void continueFunction([IDBKey key]); | 16037 void continueFunction([IDBKey key]); |
| 17282 | 16038 |
| 17283 IDBRequest delete(); | 16039 IDBRequest delete(); |
| 17284 | 16040 |
| 17285 IDBRequest update(Dynamic value); | 16041 IDBRequest update(Dynamic value); |
| 17286 } | 16042 } |
| 17287 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16043 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17288 // for details. All rights reserved. Use of this source code is governed by a | 16044 // for details. All rights reserved. Use of this source code is governed by a |
| 17289 // BSD-style license that can be found in the LICENSE file. | 16045 // BSD-style license that can be found in the LICENSE file. |
| 17290 | 16046 |
| 17291 // WARNING: Do not edit - generated code. | 16047 // WARNING: Do not edit - generated code. |
| 17292 | 16048 |
| 17293 interface IDBCursorWithValue extends IDBCursor { | 16049 interface IDBCursorWithValue extends IDBCursor { |
| 17294 | 16050 |
| 17295 IDBAny get value(); | 16051 final IDBAny value; |
| 17296 } | 16052 } |
| 17297 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16053 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17298 // for details. All rights reserved. Use of this source code is governed by a | 16054 // for details. All rights reserved. Use of this source code is governed by a |
| 17299 // BSD-style license that can be found in the LICENSE file. | 16055 // BSD-style license that can be found in the LICENSE file. |
| 17300 | 16056 |
| 17301 // WARNING: Do not edit - generated code. | 16057 // WARNING: Do not edit - generated code. |
| 17302 | 16058 |
| 17303 interface IDBDatabase { | 16059 interface IDBDatabase { |
| 17304 | 16060 |
| 17305 String get name(); | 16061 final String name; |
| 17306 | 16062 |
| 17307 EventListener get onabort(); | 16063 EventListener onabort; |
| 17308 | 16064 |
| 17309 void set onabort(EventListener value); | 16065 EventListener onerror; |
| 17310 | 16066 |
| 17311 EventListener get onerror(); | 16067 EventListener onversionchange; |
| 17312 | 16068 |
| 17313 void set onerror(EventListener value); | 16069 final String version; |
| 17314 | |
| 17315 EventListener get onversionchange(); | |
| 17316 | |
| 17317 void set onversionchange(EventListener value); | |
| 17318 | |
| 17319 String get version(); | |
| 17320 | 16070 |
| 17321 void addEventListener(String type, EventListener listener, [bool useCapture]); | 16071 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 17322 | 16072 |
| 17323 void close(); | 16073 void close(); |
| 17324 | 16074 |
| 17325 IDBObjectStore createObjectStore(String name); | 16075 IDBObjectStore createObjectStore(String name); |
| 17326 | 16076 |
| 17327 void deleteObjectStore(String name); | 16077 void deleteObjectStore(String name); |
| 17328 | 16078 |
| 17329 bool dispatchEvent(Event evt); | 16079 bool dispatchEvent(Event evt); |
| 17330 | 16080 |
| 17331 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 16081 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 17332 | 16082 |
| 17333 IDBVersionChangeRequest setVersion(String version); | 16083 IDBVersionChangeRequest setVersion(String version); |
| 17334 | 16084 |
| 17335 IDBTransaction transaction(String storeName, int mode); | 16085 IDBTransaction transaction(String storeName, int mode); |
| 17336 } | 16086 } |
| 17337 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16087 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17338 // for details. All rights reserved. Use of this source code is governed by a | 16088 // for details. All rights reserved. Use of this source code is governed by a |
| 17339 // BSD-style license that can be found in the LICENSE file. | 16089 // BSD-style license that can be found in the LICENSE file. |
| 17340 | 16090 |
| 17341 // WARNING: Do not edit - generated code. | 16091 // WARNING: Do not edit - generated code. |
| 17342 | 16092 |
| 17343 interface IDBDatabaseError { | 16093 interface IDBDatabaseError { |
| 17344 | 16094 |
| 17345 int get code(); | 16095 int code; |
| 17346 | 16096 |
| 17347 void set code(int value); | 16097 String message; |
| 17348 | |
| 17349 String get message(); | |
| 17350 | |
| 17351 void set message(String value); | |
| 17352 } | 16098 } |
| 17353 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16099 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17354 // for details. All rights reserved. Use of this source code is governed by a | 16100 // for details. All rights reserved. Use of this source code is governed by a |
| 17355 // BSD-style license that can be found in the LICENSE file. | 16101 // BSD-style license that can be found in the LICENSE file. |
| 17356 | 16102 |
| 17357 // WARNING: Do not edit - generated code. | 16103 // WARNING: Do not edit - generated code. |
| 17358 | 16104 |
| 17359 interface IDBDatabaseException { | 16105 interface IDBDatabaseException { |
| 17360 | 16106 |
| 17361 static final int ABORT_ERR = 8; | 16107 static final int ABORT_ERR = 8; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 17377 static final int READ_ONLY_ERR = 9; | 16123 static final int READ_ONLY_ERR = 9; |
| 17378 | 16124 |
| 17379 static final int TIMEOUT_ERR = 10; | 16125 static final int TIMEOUT_ERR = 10; |
| 17380 | 16126 |
| 17381 static final int TRANSACTION_INACTIVE_ERR = 7; | 16127 static final int TRANSACTION_INACTIVE_ERR = 7; |
| 17382 | 16128 |
| 17383 static final int UNKNOWN_ERR = 1; | 16129 static final int UNKNOWN_ERR = 1; |
| 17384 | 16130 |
| 17385 static final int VER_ERR = 12; | 16131 static final int VER_ERR = 12; |
| 17386 | 16132 |
| 17387 int get code(); | 16133 final int code; |
| 17388 | 16134 |
| 17389 String get message(); | 16135 final String message; |
| 17390 | 16136 |
| 17391 String get name(); | 16137 final String name; |
| 17392 | 16138 |
| 17393 String toString(); | 16139 String toString(); |
| 17394 } | 16140 } |
| 17395 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16141 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17396 // for details. All rights reserved. Use of this source code is governed by a | 16142 // for details. All rights reserved. Use of this source code is governed by a |
| 17397 // BSD-style license that can be found in the LICENSE file. | 16143 // BSD-style license that can be found in the LICENSE file. |
| 17398 | 16144 |
| 17399 // WARNING: Do not edit - generated code. | 16145 // WARNING: Do not edit - generated code. |
| 17400 | 16146 |
| 17401 interface IDBFactory { | 16147 interface IDBFactory { |
| 17402 | 16148 |
| 17403 int cmp(IDBKey first, IDBKey second); | 16149 int cmp(IDBKey first, IDBKey second); |
| 17404 | 16150 |
| 17405 IDBVersionChangeRequest deleteDatabase(String name); | 16151 IDBVersionChangeRequest deleteDatabase(String name); |
| 17406 | 16152 |
| 17407 IDBRequest getDatabaseNames(); | 16153 IDBRequest getDatabaseNames(); |
| 17408 | 16154 |
| 17409 IDBRequest open(String name); | 16155 IDBRequest open(String name); |
| 17410 } | 16156 } |
| 17411 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16157 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17412 // for details. All rights reserved. Use of this source code is governed by a | 16158 // for details. All rights reserved. Use of this source code is governed by a |
| 17413 // BSD-style license that can be found in the LICENSE file. | 16159 // BSD-style license that can be found in the LICENSE file. |
| 17414 | 16160 |
| 17415 // WARNING: Do not edit - generated code. | 16161 // WARNING: Do not edit - generated code. |
| 17416 | 16162 |
| 17417 interface IDBIndex { | 16163 interface IDBIndex { |
| 17418 | 16164 |
| 17419 String get keyPath(); | 16165 final String keyPath; |
| 17420 | 16166 |
| 17421 bool get multiEntry(); | 16167 final bool multiEntry; |
| 17422 | 16168 |
| 17423 String get name(); | 16169 final String name; |
| 17424 | 16170 |
| 17425 IDBObjectStore get objectStore(); | 16171 final IDBObjectStore objectStore; |
| 17426 | 16172 |
| 17427 bool get unique(); | 16173 final bool unique; |
| 17428 | 16174 |
| 17429 IDBRequest count([IDBKeyRange range]); | 16175 IDBRequest count([IDBKeyRange range]); |
| 17430 | 16176 |
| 17431 IDBRequest getObject(IDBKey key); | 16177 IDBRequest getObject(IDBKey key); |
| 17432 | 16178 |
| 17433 IDBRequest getKey(IDBKey key); | 16179 IDBRequest getKey(IDBKey key); |
| 17434 | 16180 |
| 17435 IDBRequest openCursor([IDBKeyRange range, int direction]); | 16181 IDBRequest openCursor([IDBKeyRange range, int direction]); |
| 17436 | 16182 |
| 17437 IDBRequest openKeyCursor([IDBKeyRange range, int direction]); | 16183 IDBRequest openKeyCursor([IDBKeyRange range, int direction]); |
| 17438 } | 16184 } |
| 17439 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16185 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17440 // for details. All rights reserved. Use of this source code is governed by a | 16186 // for details. All rights reserved. Use of this source code is governed by a |
| 17441 // BSD-style license that can be found in the LICENSE file. | 16187 // BSD-style license that can be found in the LICENSE file. |
| 17442 | 16188 |
| 17443 // WARNING: Do not edit - generated code. | 16189 // WARNING: Do not edit - generated code. |
| 17444 | 16190 |
| 17445 interface IDBKey { | 16191 interface IDBKey { |
| 17446 } | 16192 } |
| 17447 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16193 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17448 // for details. All rights reserved. Use of this source code is governed by a | 16194 // for details. All rights reserved. Use of this source code is governed by a |
| 17449 // BSD-style license that can be found in the LICENSE file. | 16195 // BSD-style license that can be found in the LICENSE file. |
| 17450 | 16196 |
| 17451 // WARNING: Do not edit - generated code. | 16197 // WARNING: Do not edit - generated code. |
| 17452 | 16198 |
| 17453 interface IDBKeyRange { | 16199 interface IDBKeyRange { |
| 17454 | 16200 |
| 17455 IDBKey get lower(); | 16201 final IDBKey lower; |
| 17456 | 16202 |
| 17457 bool get lowerOpen(); | 16203 final bool lowerOpen; |
| 17458 | 16204 |
| 17459 IDBKey get upper(); | 16205 final IDBKey upper; |
| 17460 | 16206 |
| 17461 bool get upperOpen(); | 16207 final bool upperOpen; |
| 17462 | 16208 |
| 17463 IDBKeyRange bound(IDBKey lower, IDBKey upper, [bool lowerOpen, bool upperOpen]
); | 16209 IDBKeyRange bound(IDBKey lower, IDBKey upper, [bool lowerOpen, bool upperOpen]
); |
| 17464 | 16210 |
| 17465 IDBKeyRange lowerBound(IDBKey bound, [bool open]); | 16211 IDBKeyRange lowerBound(IDBKey bound, [bool open]); |
| 17466 | 16212 |
| 17467 IDBKeyRange only(IDBKey value); | 16213 IDBKeyRange only(IDBKey value); |
| 17468 | 16214 |
| 17469 IDBKeyRange upperBound(IDBKey bound, [bool open]); | 16215 IDBKeyRange upperBound(IDBKey bound, [bool open]); |
| 17470 } | 16216 } |
| 17471 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16217 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17472 // for details. All rights reserved. Use of this source code is governed by a | 16218 // for details. All rights reserved. Use of this source code is governed by a |
| 17473 // BSD-style license that can be found in the LICENSE file. | 16219 // BSD-style license that can be found in the LICENSE file. |
| 17474 | 16220 |
| 17475 // WARNING: Do not edit - generated code. | 16221 // WARNING: Do not edit - generated code. |
| 17476 | 16222 |
| 17477 interface IDBObjectStore { | 16223 interface IDBObjectStore { |
| 17478 | 16224 |
| 17479 String get keyPath(); | 16225 final String keyPath; |
| 17480 | 16226 |
| 17481 String get name(); | 16227 final String name; |
| 17482 | 16228 |
| 17483 IDBTransaction get transaction(); | 16229 final IDBTransaction transaction; |
| 17484 | 16230 |
| 17485 IDBRequest add(Dynamic value, [IDBKey key]); | 16231 IDBRequest add(Dynamic value, [IDBKey key]); |
| 17486 | 16232 |
| 17487 IDBRequest clear(); | 16233 IDBRequest clear(); |
| 17488 | 16234 |
| 17489 IDBRequest count([IDBKeyRange range]); | 16235 IDBRequest count([IDBKeyRange range]); |
| 17490 | 16236 |
| 17491 IDBIndex createIndex(String name, String keyPath); | 16237 IDBIndex createIndex(String name, String keyPath); |
| 17492 | 16238 |
| 17493 IDBRequest delete(IDBKey key); | 16239 IDBRequest delete(IDBKey key); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 17507 // BSD-style license that can be found in the LICENSE file. | 16253 // BSD-style license that can be found in the LICENSE file. |
| 17508 | 16254 |
| 17509 // WARNING: Do not edit - generated code. | 16255 // WARNING: Do not edit - generated code. |
| 17510 | 16256 |
| 17511 interface IDBRequest { | 16257 interface IDBRequest { |
| 17512 | 16258 |
| 17513 static final int DONE = 2; | 16259 static final int DONE = 2; |
| 17514 | 16260 |
| 17515 static final int LOADING = 1; | 16261 static final int LOADING = 1; |
| 17516 | 16262 |
| 17517 int get errorCode(); | 16263 final int errorCode; |
| 17518 | 16264 |
| 17519 EventListener get onerror(); | 16265 EventListener onerror; |
| 17520 | 16266 |
| 17521 void set onerror(EventListener value); | 16267 EventListener onsuccess; |
| 17522 | 16268 |
| 17523 EventListener get onsuccess(); | 16269 final int readyState; |
| 17524 | 16270 |
| 17525 void set onsuccess(EventListener value); | 16271 final IDBAny result; |
| 17526 | 16272 |
| 17527 int get readyState(); | 16273 final IDBAny source; |
| 17528 | 16274 |
| 17529 IDBAny get result(); | 16275 final IDBTransaction transaction; |
| 17530 | 16276 |
| 17531 IDBAny get source(); | 16277 final String webkitErrorMessage; |
| 17532 | |
| 17533 IDBTransaction get transaction(); | |
| 17534 | |
| 17535 String get webkitErrorMessage(); | |
| 17536 | 16278 |
| 17537 void addEventListener(String type, EventListener listener, [bool useCapture]); | 16279 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 17538 | 16280 |
| 17539 bool dispatchEvent(Event evt); | 16281 bool dispatchEvent(Event evt); |
| 17540 | 16282 |
| 17541 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 16283 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 17542 } | 16284 } |
| 17543 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16285 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17544 // for details. All rights reserved. Use of this source code is governed by a | 16286 // for details. All rights reserved. Use of this source code is governed by a |
| 17545 // BSD-style license that can be found in the LICENSE file. | 16287 // BSD-style license that can be found in the LICENSE file. |
| 17546 | 16288 |
| 17547 // WARNING: Do not edit - generated code. | 16289 // WARNING: Do not edit - generated code. |
| 17548 | 16290 |
| 17549 interface IDBTransaction { | 16291 interface IDBTransaction { |
| 17550 | 16292 |
| 17551 static final int READ_ONLY = 0; | 16293 static final int READ_ONLY = 0; |
| 17552 | 16294 |
| 17553 static final int READ_WRITE = 1; | 16295 static final int READ_WRITE = 1; |
| 17554 | 16296 |
| 17555 static final int VERSION_CHANGE = 2; | 16297 static final int VERSION_CHANGE = 2; |
| 17556 | 16298 |
| 17557 IDBDatabase get db(); | 16299 final IDBDatabase db; |
| 17558 | 16300 |
| 17559 int get mode(); | 16301 final int mode; |
| 17560 | 16302 |
| 17561 EventListener get onabort(); | 16303 EventListener onabort; |
| 17562 | 16304 |
| 17563 void set onabort(EventListener value); | 16305 EventListener oncomplete; |
| 17564 | 16306 |
| 17565 EventListener get oncomplete(); | 16307 EventListener onerror; |
| 17566 | |
| 17567 void set oncomplete(EventListener value); | |
| 17568 | |
| 17569 EventListener get onerror(); | |
| 17570 | |
| 17571 void set onerror(EventListener value); | |
| 17572 | 16308 |
| 17573 void abort(); | 16309 void abort(); |
| 17574 | 16310 |
| 17575 void addEventListener(String type, EventListener listener, [bool useCapture]); | 16311 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 17576 | 16312 |
| 17577 bool dispatchEvent(Event evt); | 16313 bool dispatchEvent(Event evt); |
| 17578 | 16314 |
| 17579 IDBObjectStore objectStore(String name); | 16315 IDBObjectStore objectStore(String name); |
| 17580 | 16316 |
| 17581 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 16317 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 17582 } | 16318 } |
| 17583 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16319 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17584 // for details. All rights reserved. Use of this source code is governed by a | 16320 // for details. All rights reserved. Use of this source code is governed by a |
| 17585 // BSD-style license that can be found in the LICENSE file. | 16321 // BSD-style license that can be found in the LICENSE file. |
| 17586 | 16322 |
| 17587 // WARNING: Do not edit - generated code. | 16323 // WARNING: Do not edit - generated code. |
| 17588 | 16324 |
| 17589 interface IDBVersionChangeEvent extends Event { | 16325 interface IDBVersionChangeEvent extends Event { |
| 17590 | 16326 |
| 17591 String get version(); | 16327 final String version; |
| 17592 } | 16328 } |
| 17593 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16329 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17594 // for details. All rights reserved. Use of this source code is governed by a | 16330 // for details. All rights reserved. Use of this source code is governed by a |
| 17595 // BSD-style license that can be found in the LICENSE file. | 16331 // BSD-style license that can be found in the LICENSE file. |
| 17596 | 16332 |
| 17597 // WARNING: Do not edit - generated code. | 16333 // WARNING: Do not edit - generated code. |
| 17598 | 16334 |
| 17599 interface IDBVersionChangeRequest extends IDBRequest { | 16335 interface IDBVersionChangeRequest extends IDBRequest { |
| 17600 | 16336 |
| 17601 EventListener get onblocked(); | 16337 EventListener onblocked; |
| 17602 | |
| 17603 void set onblocked(EventListener value); | |
| 17604 } | 16338 } |
| 17605 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16339 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17606 // for details. All rights reserved. Use of this source code is governed by a | 16340 // for details. All rights reserved. Use of this source code is governed by a |
| 17607 // BSD-style license that can be found in the LICENSE file. | 16341 // BSD-style license that can be found in the LICENSE file. |
| 17608 | 16342 |
| 17609 // WARNING: Do not edit - generated code. | 16343 // WARNING: Do not edit - generated code. |
| 17610 | 16344 |
| 17611 interface ImageData { | 16345 interface ImageData { |
| 17612 | 16346 |
| 17613 CanvasPixelArray get data(); | 16347 final CanvasPixelArray data; |
| 17614 | 16348 |
| 17615 int get height(); | 16349 final int height; |
| 17616 | 16350 |
| 17617 int get width(); | 16351 final int width; |
| 17618 } | 16352 } |
| 17619 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16353 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17620 // for details. All rights reserved. Use of this source code is governed by a | 16354 // for details. All rights reserved. Use of this source code is governed by a |
| 17621 // BSD-style license that can be found in the LICENSE file. | |
| 17622 | |
| 17623 // WARNING: Do not edit - generated code. | |
| 17624 | |
| 17625 interface InjectedScriptHost { | |
| 17626 | |
| 17627 void clearConsoleMessages(); | |
| 17628 | |
| 17629 void copyText(String text); | |
| 17630 | |
| 17631 int databaseId(Object database); | |
| 17632 | |
| 17633 void didCreateWorker(int id, String url, bool isFakeWorker); | |
| 17634 | |
| 17635 void didDestroyWorker(int id); | |
| 17636 | |
| 17637 Object evaluate(String text); | |
| 17638 | |
| 17639 Object functionDetails(Object object); | |
| 17640 | |
| 17641 void inspect(Object objectId, Object hints); | |
| 17642 | |
| 17643 Object inspectedNode(int num); | |
| 17644 | |
| 17645 Object internalConstructorName(Object object); | |
| 17646 | |
| 17647 bool isHTMLAllCollection(Object object); | |
| 17648 | |
| 17649 int nextWorkerId(); | |
| 17650 | |
| 17651 int storageId(Object storage); | |
| 17652 | |
| 17653 String type(Object object); | |
| 17654 } | |
| 17655 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 17656 // for details. All rights reserved. Use of this source code is governed by a | |
| 17657 // BSD-style license that can be found in the LICENSE file. | |
| 17658 | |
| 17659 // WARNING: Do not edit - generated code. | |
| 17660 | |
| 17661 interface InspectorFrontendHost { | |
| 17662 | |
| 17663 void bringToFront(); | |
| 17664 | |
| 17665 bool canSaveAs(); | |
| 17666 | |
| 17667 void closeWindow(); | |
| 17668 | |
| 17669 void copyText(String text); | |
| 17670 | |
| 17671 String hiddenPanels(); | |
| 17672 | |
| 17673 void inspectedURLChanged(String newURL); | |
| 17674 | |
| 17675 String loadResourceSynchronously(String url); | |
| 17676 | |
| 17677 void loaded(); | |
| 17678 | |
| 17679 String localizedStringsURL(); | |
| 17680 | |
| 17681 void moveWindowBy(num x, num y); | |
| 17682 | |
| 17683 void openInNewTab(String url); | |
| 17684 | |
| 17685 String platform(); | |
| 17686 | |
| 17687 String port(); | |
| 17688 | |
| 17689 void recordActionTaken(int actionCode); | |
| 17690 | |
| 17691 void recordPanelShown(int panelCode); | |
| 17692 | |
| 17693 void recordSettingChanged(int settingChanged); | |
| 17694 | |
| 17695 void requestAttachWindow(); | |
| 17696 | |
| 17697 void requestDetachWindow(); | |
| 17698 | |
| 17699 void requestSetDockSide(String side); | |
| 17700 | |
| 17701 void saveAs(String fileName, String content); | |
| 17702 | |
| 17703 void sendMessageToBackend(String message); | |
| 17704 | |
| 17705 void setAttachedWindowHeight(int height); | |
| 17706 | |
| 17707 void setInjectedScriptForOrigin(String origin, String script); | |
| 17708 | |
| 17709 void showContextMenu(MouseEvent event, Object items); | |
| 17710 } | |
| 17711 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 17712 // for details. All rights reserved. Use of this source code is governed by a | |
| 17713 // BSD-style license that can be found in the LICENSE file. | 16355 // BSD-style license that can be found in the LICENSE file. |
| 17714 | 16356 |
| 17715 // WARNING: Do not edit - generated code. | 16357 // WARNING: Do not edit - generated code. |
| 17716 | 16358 |
| 17717 interface Int16Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 16359 interface Int16Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 17718 | 16360 |
| 17719 Int16Array(int length); | 16361 Int16Array(int length); |
| 17720 | 16362 |
| 17721 Int16Array.fromList(List<int> list); | 16363 Int16Array.fromList(List<int> list); |
| 17722 | 16364 |
| 17723 Int16Array.fromBuffer(ArrayBuffer buffer); | 16365 Int16Array.fromBuffer(ArrayBuffer buffer); |
| 17724 | 16366 |
| 17725 static final int BYTES_PER_ELEMENT = 2; | 16367 static final int BYTES_PER_ELEMENT = 2; |
| 17726 | 16368 |
| 17727 int get length(); | 16369 final int length; |
| 17728 | 16370 |
| 17729 void setElements(Object array, [int offset]); | 16371 void setElements(Object array, [int offset]); |
| 17730 | 16372 |
| 17731 Int16Array subarray(int start, [int end]); | 16373 Int16Array subarray(int start, [int end]); |
| 17732 } | 16374 } |
| 17733 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16375 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17734 // for details. All rights reserved. Use of this source code is governed by a | 16376 // for details. All rights reserved. Use of this source code is governed by a |
| 17735 // BSD-style license that can be found in the LICENSE file. | 16377 // BSD-style license that can be found in the LICENSE file. |
| 17736 | 16378 |
| 17737 // WARNING: Do not edit - generated code. | 16379 // WARNING: Do not edit - generated code. |
| 17738 | 16380 |
| 17739 interface Int32Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 16381 interface Int32Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 17740 | 16382 |
| 17741 Int32Array(int length); | 16383 Int32Array(int length); |
| 17742 | 16384 |
| 17743 Int32Array.fromList(List<int> list); | 16385 Int32Array.fromList(List<int> list); |
| 17744 | 16386 |
| 17745 Int32Array.fromBuffer(ArrayBuffer buffer); | 16387 Int32Array.fromBuffer(ArrayBuffer buffer); |
| 17746 | 16388 |
| 17747 static final int BYTES_PER_ELEMENT = 4; | 16389 static final int BYTES_PER_ELEMENT = 4; |
| 17748 | 16390 |
| 17749 int get length(); | 16391 final int length; |
| 17750 | 16392 |
| 17751 void setElements(Object array, [int offset]); | 16393 void setElements(Object array, [int offset]); |
| 17752 | 16394 |
| 17753 Int32Array subarray(int start, [int end]); | 16395 Int32Array subarray(int start, [int end]); |
| 17754 } | 16396 } |
| 17755 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16397 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17756 // for details. All rights reserved. Use of this source code is governed by a | 16398 // for details. All rights reserved. Use of this source code is governed by a |
| 17757 // BSD-style license that can be found in the LICENSE file. | 16399 // BSD-style license that can be found in the LICENSE file. |
| 17758 | 16400 |
| 17759 // WARNING: Do not edit - generated code. | 16401 // WARNING: Do not edit - generated code. |
| 17760 | 16402 |
| 17761 interface Int8Array extends ArrayBufferView, List<int> default _TypedArrayFactor
yProvider { | 16403 interface Int8Array extends ArrayBufferView, List<int> default _TypedArrayFactor
yProvider { |
| 17762 | 16404 |
| 17763 Int8Array(int length); | 16405 Int8Array(int length); |
| 17764 | 16406 |
| 17765 Int8Array.fromList(List<int> list); | 16407 Int8Array.fromList(List<int> list); |
| 17766 | 16408 |
| 17767 Int8Array.fromBuffer(ArrayBuffer buffer); | 16409 Int8Array.fromBuffer(ArrayBuffer buffer); |
| 17768 | 16410 |
| 17769 static final int BYTES_PER_ELEMENT = 1; | 16411 static final int BYTES_PER_ELEMENT = 1; |
| 17770 | 16412 |
| 17771 int get length(); | 16413 final int length; |
| 17772 | 16414 |
| 17773 void setElements(Object array, [int offset]); | 16415 void setElements(Object array, [int offset]); |
| 17774 | 16416 |
| 17775 Int8Array subarray(int start, [int end]); | 16417 Int8Array subarray(int start, [int end]); |
| 17776 } | 16418 } |
| 17777 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16419 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17778 // for details. All rights reserved. Use of this source code is governed by a | 16420 // for details. All rights reserved. Use of this source code is governed by a |
| 17779 // BSD-style license that can be found in the LICENSE file. | 16421 // BSD-style license that can be found in the LICENSE file. |
| 17780 | 16422 |
| 17781 // WARNING: Do not edit - generated code. | 16423 // WARNING: Do not edit - generated code. |
| 17782 | 16424 |
| 17783 interface JavaScriptAudioNode extends AudioNode { | 16425 interface JavaScriptAudioNode extends AudioNode { |
| 17784 | 16426 |
| 17785 int get bufferSize(); | 16427 final int bufferSize; |
| 17786 | 16428 |
| 17787 EventListener get onaudioprocess(); | 16429 EventListener onaudioprocess; |
| 17788 | |
| 17789 void set onaudioprocess(EventListener value); | |
| 17790 } | 16430 } |
| 17791 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16431 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17792 // for details. All rights reserved. Use of this source code is governed by a | 16432 // for details. All rights reserved. Use of this source code is governed by a |
| 17793 // BSD-style license that can be found in the LICENSE file. | 16433 // BSD-style license that can be found in the LICENSE file. |
| 17794 | 16434 |
| 17795 // WARNING: Do not edit - generated code. | 16435 // WARNING: Do not edit - generated code. |
| 17796 | 16436 |
| 17797 interface JavaScriptCallFrame { | 16437 interface JavaScriptCallFrame { |
| 17798 | 16438 |
| 17799 static final int CATCH_SCOPE = 4; | 16439 static final int CATCH_SCOPE = 4; |
| 17800 | 16440 |
| 17801 static final int CLOSURE_SCOPE = 3; | 16441 static final int CLOSURE_SCOPE = 3; |
| 17802 | 16442 |
| 17803 static final int GLOBAL_SCOPE = 0; | 16443 static final int GLOBAL_SCOPE = 0; |
| 17804 | 16444 |
| 17805 static final int LOCAL_SCOPE = 1; | 16445 static final int LOCAL_SCOPE = 1; |
| 17806 | 16446 |
| 17807 static final int WITH_SCOPE = 2; | 16447 static final int WITH_SCOPE = 2; |
| 17808 | 16448 |
| 17809 JavaScriptCallFrame get caller(); | 16449 final JavaScriptCallFrame caller; |
| 17810 | 16450 |
| 17811 int get column(); | 16451 final int column; |
| 17812 | 16452 |
| 17813 String get functionName(); | 16453 final String functionName; |
| 17814 | 16454 |
| 17815 int get line(); | 16455 final int line; |
| 17816 | 16456 |
| 17817 List get scopeChain(); | 16457 final List scopeChain; |
| 17818 | 16458 |
| 17819 int get sourceID(); | 16459 final int sourceID; |
| 17820 | 16460 |
| 17821 Object get thisObject(); | 16461 final Object thisObject; |
| 17822 | 16462 |
| 17823 String get type(); | 16463 final String type; |
| 17824 | 16464 |
| 17825 void evaluate(String script); | 16465 void evaluate(String script); |
| 17826 | 16466 |
| 17827 int scopeType(int scopeIndex); | 16467 int scopeType(int scopeIndex); |
| 17828 } | 16468 } |
| 17829 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16469 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17830 // for details. All rights reserved. Use of this source code is governed by a | 16470 // for details. All rights reserved. Use of this source code is governed by a |
| 17831 // BSD-style license that can be found in the LICENSE file. | 16471 // BSD-style license that can be found in the LICENSE file. |
| 17832 | 16472 |
| 17833 // WARNING: Do not edit - generated code. | 16473 // WARNING: Do not edit - generated code. |
| 17834 | 16474 |
| 17835 interface KeyboardEvent extends UIEvent { | 16475 interface KeyboardEvent extends UIEvent { |
| 17836 | 16476 |
| 17837 bool get altGraphKey(); | 16477 final bool altGraphKey; |
| 17838 | 16478 |
| 17839 bool get altKey(); | 16479 final bool altKey; |
| 17840 | 16480 |
| 17841 bool get ctrlKey(); | 16481 final bool ctrlKey; |
| 17842 | 16482 |
| 17843 String get keyIdentifier(); | 16483 final String keyIdentifier; |
| 17844 | 16484 |
| 17845 int get keyLocation(); | 16485 final int keyLocation; |
| 17846 | 16486 |
| 17847 bool get metaKey(); | 16487 final bool metaKey; |
| 17848 | 16488 |
| 17849 bool get shiftKey(); | 16489 final bool shiftKey; |
| 17850 | 16490 |
| 17851 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); | 16491 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); |
| 17852 } | 16492 } |
| 17853 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16493 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17854 // for details. All rights reserved. Use of this source code is governed by a | 16494 // for details. All rights reserved. Use of this source code is governed by a |
| 17855 // BSD-style license that can be found in the LICENSE file. | 16495 // BSD-style license that can be found in the LICENSE file. |
| 17856 | 16496 |
| 17857 // WARNING: Do not edit - generated code. | 16497 // WARNING: Do not edit - generated code. |
| 17858 | 16498 |
| 17859 interface Location { | 16499 interface Location { |
| 17860 | 16500 |
| 17861 String get hash(); | 16501 String hash; |
| 17862 | 16502 |
| 17863 void set hash(String value); | 16503 String host; |
| 17864 | 16504 |
| 17865 String get host(); | 16505 String hostname; |
| 17866 | 16506 |
| 17867 void set host(String value); | 16507 String href; |
| 17868 | 16508 |
| 17869 String get hostname(); | 16509 final String origin; |
| 17870 | 16510 |
| 17871 void set hostname(String value); | 16511 String pathname; |
| 17872 | 16512 |
| 17873 String get href(); | 16513 String port; |
| 17874 | 16514 |
| 17875 void set href(String value); | 16515 String protocol; |
| 17876 | 16516 |
| 17877 String get origin(); | 16517 String search; |
| 17878 | |
| 17879 String get pathname(); | |
| 17880 | |
| 17881 void set pathname(String value); | |
| 17882 | |
| 17883 String get port(); | |
| 17884 | |
| 17885 void set port(String value); | |
| 17886 | |
| 17887 String get protocol(); | |
| 17888 | |
| 17889 void set protocol(String value); | |
| 17890 | |
| 17891 String get search(); | |
| 17892 | |
| 17893 void set search(String value); | |
| 17894 | 16518 |
| 17895 void assign(String url); | 16519 void assign(String url); |
| 17896 | 16520 |
| 17897 void reload(); | 16521 void reload(); |
| 17898 | 16522 |
| 17899 void replace(String url); | 16523 void replace(String url); |
| 17900 | 16524 |
| 17901 String toString(); | 16525 String toString(); |
| 17902 } | 16526 } |
| 17903 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16527 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17904 // for details. All rights reserved. Use of this source code is governed by a | 16528 // for details. All rights reserved. Use of this source code is governed by a |
| 17905 // BSD-style license that can be found in the LICENSE file. | 16529 // BSD-style license that can be found in the LICENSE file. |
| 17906 | 16530 |
| 17907 // WARNING: Do not edit - generated code. | 16531 // WARNING: Do not edit - generated code. |
| 17908 | 16532 |
| 17909 interface LowPass2FilterNode extends AudioNode { | 16533 interface LowPass2FilterNode extends AudioNode { |
| 17910 | 16534 |
| 17911 AudioParam get cutoff(); | 16535 final AudioParam cutoff; |
| 17912 | 16536 |
| 17913 AudioParam get resonance(); | 16537 final AudioParam resonance; |
| 17914 } | 16538 } |
| 17915 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16539 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17916 // for details. All rights reserved. Use of this source code is governed by a | 16540 // for details. All rights reserved. Use of this source code is governed by a |
| 17917 // BSD-style license that can be found in the LICENSE file. | 16541 // BSD-style license that can be found in the LICENSE file. |
| 17918 | 16542 |
| 17919 // WARNING: Do not edit - generated code. | 16543 // WARNING: Do not edit - generated code. |
| 17920 | 16544 |
| 17921 interface MediaController { | 16545 interface MediaController { |
| 17922 | 16546 |
| 17923 TimeRanges get buffered(); | 16547 final TimeRanges buffered; |
| 17924 | 16548 |
| 17925 num get currentTime(); | 16549 num currentTime; |
| 17926 | 16550 |
| 17927 void set currentTime(num value); | 16551 num defaultPlaybackRate; |
| 17928 | 16552 |
| 17929 num get defaultPlaybackRate(); | 16553 final num duration; |
| 17930 | 16554 |
| 17931 void set defaultPlaybackRate(num value); | 16555 bool muted; |
| 17932 | 16556 |
| 17933 num get duration(); | 16557 final bool paused; |
| 17934 | 16558 |
| 17935 bool get muted(); | 16559 num playbackRate; |
| 17936 | 16560 |
| 17937 void set muted(bool value); | 16561 final TimeRanges played; |
| 17938 | 16562 |
| 17939 bool get paused(); | 16563 final TimeRanges seekable; |
| 17940 | 16564 |
| 17941 num get playbackRate(); | 16565 num volume; |
| 17942 | |
| 17943 void set playbackRate(num value); | |
| 17944 | |
| 17945 TimeRanges get played(); | |
| 17946 | |
| 17947 TimeRanges get seekable(); | |
| 17948 | |
| 17949 num get volume(); | |
| 17950 | |
| 17951 void set volume(num value); | |
| 17952 | 16566 |
| 17953 void addEventListener(String type, EventListener listener, [bool useCapture]); | 16567 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 17954 | 16568 |
| 17955 bool dispatchEvent(Event evt); | 16569 bool dispatchEvent(Event evt); |
| 17956 | 16570 |
| 17957 void pause(); | 16571 void pause(); |
| 17958 | 16572 |
| 17959 void play(); | 16573 void play(); |
| 17960 | 16574 |
| 17961 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 16575 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 17962 } | 16576 } |
| 17963 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16577 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17964 // for details. All rights reserved. Use of this source code is governed by a | 16578 // for details. All rights reserved. Use of this source code is governed by a |
| 17965 // BSD-style license that can be found in the LICENSE file. | 16579 // BSD-style license that can be found in the LICENSE file. |
| 17966 | 16580 |
| 17967 // WARNING: Do not edit - generated code. | 16581 // WARNING: Do not edit - generated code. |
| 17968 | 16582 |
| 17969 interface MediaElementAudioSourceNode extends AudioSourceNode { | 16583 interface MediaElementAudioSourceNode extends AudioSourceNode { |
| 17970 | 16584 |
| 17971 HTMLMediaElement get mediaElement(); | 16585 final HTMLMediaElement mediaElement; |
| 17972 } | 16586 } |
| 17973 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16587 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17974 // for details. All rights reserved. Use of this source code is governed by a | 16588 // for details. All rights reserved. Use of this source code is governed by a |
| 17975 // BSD-style license that can be found in the LICENSE file. | 16589 // BSD-style license that can be found in the LICENSE file. |
| 17976 | 16590 |
| 17977 // WARNING: Do not edit - generated code. | 16591 // WARNING: Do not edit - generated code. |
| 17978 | 16592 |
| 17979 interface MediaError { | 16593 interface MediaError { |
| 17980 | 16594 |
| 17981 static final int MEDIA_ERR_ABORTED = 1; | 16595 static final int MEDIA_ERR_ABORTED = 1; |
| 17982 | 16596 |
| 17983 static final int MEDIA_ERR_DECODE = 3; | 16597 static final int MEDIA_ERR_DECODE = 3; |
| 17984 | 16598 |
| 17985 static final int MEDIA_ERR_NETWORK = 2; | 16599 static final int MEDIA_ERR_NETWORK = 2; |
| 17986 | 16600 |
| 17987 static final int MEDIA_ERR_SRC_NOT_SUPPORTED = 4; | 16601 static final int MEDIA_ERR_SRC_NOT_SUPPORTED = 4; |
| 17988 | 16602 |
| 17989 int get code(); | 16603 final int code; |
| 17990 } | 16604 } |
| 17991 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16605 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 17992 // for details. All rights reserved. Use of this source code is governed by a | 16606 // for details. All rights reserved. Use of this source code is governed by a |
| 17993 // BSD-style license that can be found in the LICENSE file. | 16607 // BSD-style license that can be found in the LICENSE file. |
| 17994 | 16608 |
| 17995 // WARNING: Do not edit - generated code. | 16609 // WARNING: Do not edit - generated code. |
| 17996 | 16610 |
| 17997 interface MediaList extends List<String> { | 16611 interface MediaList extends List<String> { |
| 17998 | 16612 |
| 17999 int get length(); | 16613 final int length; |
| 18000 | 16614 |
| 18001 String get mediaText(); | 16615 String mediaText; |
| 18002 | |
| 18003 void set mediaText(String value); | |
| 18004 | 16616 |
| 18005 void appendMedium(String newMedium); | 16617 void appendMedium(String newMedium); |
| 18006 | 16618 |
| 18007 void deleteMedium(String oldMedium); | 16619 void deleteMedium(String oldMedium); |
| 18008 | 16620 |
| 18009 String item(int index); | 16621 String item(int index); |
| 18010 } | 16622 } |
| 18011 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16623 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18012 // for details. All rights reserved. Use of this source code is governed by a | 16624 // for details. All rights reserved. Use of this source code is governed by a |
| 18013 // BSD-style license that can be found in the LICENSE file. | 16625 // BSD-style license that can be found in the LICENSE file. |
| 18014 | 16626 |
| 18015 // WARNING: Do not edit - generated code. | 16627 // WARNING: Do not edit - generated code. |
| 18016 | 16628 |
| 18017 interface MediaQueryList { | 16629 interface MediaQueryList { |
| 18018 | 16630 |
| 18019 bool get matches(); | 16631 final bool matches; |
| 18020 | 16632 |
| 18021 String get media(); | 16633 final String media; |
| 18022 | 16634 |
| 18023 void addListener(MediaQueryListListener listener); | 16635 void addListener(MediaQueryListListener listener); |
| 18024 | 16636 |
| 18025 void removeListener(MediaQueryListListener listener); | 16637 void removeListener(MediaQueryListListener listener); |
| 18026 } | 16638 } |
| 18027 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16639 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18028 // for details. All rights reserved. Use of this source code is governed by a | 16640 // for details. All rights reserved. Use of this source code is governed by a |
| 18029 // BSD-style license that can be found in the LICENSE file. | 16641 // BSD-style license that can be found in the LICENSE file. |
| 18030 | 16642 |
| 18031 // WARNING: Do not edit - generated code. | 16643 // WARNING: Do not edit - generated code. |
| 18032 | 16644 |
| 18033 interface MediaQueryListListener { | 16645 interface MediaQueryListListener { |
| 18034 | 16646 |
| 18035 void queryChanged(MediaQueryList list); | 16647 void queryChanged(MediaQueryList list); |
| 18036 } | 16648 } |
| 18037 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16649 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18038 // for details. All rights reserved. Use of this source code is governed by a | 16650 // for details. All rights reserved. Use of this source code is governed by a |
| 18039 // BSD-style license that can be found in the LICENSE file. | 16651 // BSD-style license that can be found in the LICENSE file. |
| 18040 | 16652 |
| 18041 // WARNING: Do not edit - generated code. | 16653 // WARNING: Do not edit - generated code. |
| 18042 | 16654 |
| 18043 interface MemoryInfo { | 16655 interface MemoryInfo { |
| 18044 | 16656 |
| 18045 int get jsHeapSizeLimit(); | 16657 final int jsHeapSizeLimit; |
| 18046 | 16658 |
| 18047 int get totalJSHeapSize(); | 16659 final int totalJSHeapSize; |
| 18048 | 16660 |
| 18049 int get usedJSHeapSize(); | 16661 final int usedJSHeapSize; |
| 18050 } | 16662 } |
| 18051 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16663 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18052 // for details. All rights reserved. Use of this source code is governed by a | 16664 // for details. All rights reserved. Use of this source code is governed by a |
| 18053 // BSD-style license that can be found in the LICENSE file. | 16665 // BSD-style license that can be found in the LICENSE file. |
| 18054 | 16666 |
| 18055 // WARNING: Do not edit - generated code. | 16667 // WARNING: Do not edit - generated code. |
| 18056 | 16668 |
| 18057 interface MessageChannel { | 16669 interface MessageChannel { |
| 18058 | 16670 |
| 18059 MessagePort get port1(); | 16671 final MessagePort port1; |
| 18060 | 16672 |
| 18061 MessagePort get port2(); | 16673 final MessagePort port2; |
| 18062 } | 16674 } |
| 18063 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16675 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18064 // for details. All rights reserved. Use of this source code is governed by a | 16676 // for details. All rights reserved. Use of this source code is governed by a |
| 18065 // BSD-style license that can be found in the LICENSE file. | 16677 // BSD-style license that can be found in the LICENSE file. |
| 18066 | 16678 |
| 18067 // WARNING: Do not edit - generated code. | 16679 // WARNING: Do not edit - generated code. |
| 18068 | 16680 |
| 18069 interface MessageEvent extends Event { | 16681 interface MessageEvent extends Event { |
| 18070 | 16682 |
| 18071 Object get data(); | 16683 final Object data; |
| 18072 | 16684 |
| 18073 String get lastEventId(); | 16685 final String lastEventId; |
| 18074 | 16686 |
| 18075 String get origin(); | 16687 final String origin; |
| 18076 | 16688 |
| 18077 List get ports(); | 16689 final List ports; |
| 18078 | 16690 |
| 18079 DOMWindow get source(); | 16691 final DOMWindow source; |
| 18080 | 16692 |
| 18081 void initMessageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, O
bject dataArg, String originArg, String lastEventIdArg, DOMWindow sourceArg, Lis
t messagePorts); | 16693 void initMessageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, O
bject dataArg, String originArg, String lastEventIdArg, DOMWindow sourceArg, Lis
t messagePorts); |
| 18082 | 16694 |
| 18083 void webkitInitMessageEvent(String typeArg, bool canBubbleArg, bool cancelable
Arg, Object dataArg, String originArg, String lastEventIdArg, DOMWindow sourceAr
g, List transferables); | 16695 void webkitInitMessageEvent(String typeArg, bool canBubbleArg, bool cancelable
Arg, Object dataArg, String originArg, String lastEventIdArg, DOMWindow sourceAr
g, List transferables); |
| 18084 } | 16696 } |
| 18085 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16697 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18086 // for details. All rights reserved. Use of this source code is governed by a | 16698 // for details. All rights reserved. Use of this source code is governed by a |
| 18087 // BSD-style license that can be found in the LICENSE file. | 16699 // BSD-style license that can be found in the LICENSE file. |
| 18088 | 16700 |
| 18089 // WARNING: Do not edit - generated code. | 16701 // WARNING: Do not edit - generated code. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 18105 void webkitPostMessage(String message, [List transfer]); | 16717 void webkitPostMessage(String message, [List transfer]); |
| 18106 } | 16718 } |
| 18107 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16719 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18108 // for details. All rights reserved. Use of this source code is governed by a | 16720 // for details. All rights reserved. Use of this source code is governed by a |
| 18109 // BSD-style license that can be found in the LICENSE file. | 16721 // BSD-style license that can be found in the LICENSE file. |
| 18110 | 16722 |
| 18111 // WARNING: Do not edit - generated code. | 16723 // WARNING: Do not edit - generated code. |
| 18112 | 16724 |
| 18113 interface Metadata { | 16725 interface Metadata { |
| 18114 | 16726 |
| 18115 Date get modificationTime(); | 16727 final Date modificationTime; |
| 18116 } | 16728 } |
| 18117 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16729 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18118 // for details. All rights reserved. Use of this source code is governed by a | 16730 // for details. All rights reserved. Use of this source code is governed by a |
| 18119 // BSD-style license that can be found in the LICENSE file. | 16731 // BSD-style license that can be found in the LICENSE file. |
| 18120 | 16732 |
| 18121 // WARNING: Do not edit - generated code. | 16733 // WARNING: Do not edit - generated code. |
| 18122 | 16734 |
| 18123 typedef bool MetadataCallback(Metadata metadata); | 16735 typedef bool MetadataCallback(Metadata metadata); |
| 18124 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16736 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18125 // for details. All rights reserved. Use of this source code is governed by a | 16737 // for details. All rights reserved. Use of this source code is governed by a |
| 18126 // BSD-style license that can be found in the LICENSE file. | 16738 // BSD-style license that can be found in the LICENSE file. |
| 18127 | 16739 |
| 18128 // WARNING: Do not edit - generated code. | 16740 // WARNING: Do not edit - generated code. |
| 18129 | 16741 |
| 18130 interface MouseEvent extends UIEvent { | 16742 interface MouseEvent extends UIEvent { |
| 18131 | 16743 |
| 18132 bool get altKey(); | 16744 final bool altKey; |
| 18133 | 16745 |
| 18134 int get button(); | 16746 final int button; |
| 18135 | 16747 |
| 18136 int get clientX(); | 16748 final int clientX; |
| 18137 | 16749 |
| 18138 int get clientY(); | 16750 final int clientY; |
| 18139 | 16751 |
| 18140 bool get ctrlKey(); | 16752 final bool ctrlKey; |
| 18141 | 16753 |
| 18142 Clipboard get dataTransfer(); | 16754 final Clipboard dataTransfer; |
| 18143 | 16755 |
| 18144 Node get fromElement(); | 16756 final Node fromElement; |
| 18145 | 16757 |
| 18146 bool get metaKey(); | 16758 final bool metaKey; |
| 18147 | 16759 |
| 18148 int get offsetX(); | 16760 final int offsetX; |
| 18149 | 16761 |
| 18150 int get offsetY(); | 16762 final int offsetY; |
| 18151 | 16763 |
| 18152 EventTarget get relatedTarget(); | 16764 final EventTarget relatedTarget; |
| 18153 | 16765 |
| 18154 int get screenX(); | 16766 final int screenX; |
| 18155 | 16767 |
| 18156 int get screenY(); | 16768 final int screenY; |
| 18157 | 16769 |
| 18158 bool get shiftKey(); | 16770 final bool shiftKey; |
| 18159 | 16771 |
| 18160 Node get toElement(); | 16772 final Node toElement; |
| 18161 | 16773 |
| 18162 int get webkitMovementX(); | 16774 final int x; |
| 18163 | 16775 |
| 18164 int get webkitMovementY(); | 16776 final int y; |
| 18165 | |
| 18166 int get x(); | |
| 18167 | |
| 18168 int get y(); | |
| 18169 | 16777 |
| 18170 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi
ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey
, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge
t); | 16778 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi
ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey
, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge
t); |
| 18171 } | 16779 } |
| 18172 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16780 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18173 // for details. All rights reserved. Use of this source code is governed by a | 16781 // for details. All rights reserved. Use of this source code is governed by a |
| 18174 // BSD-style license that can be found in the LICENSE file. | 16782 // BSD-style license that can be found in the LICENSE file. |
| 18175 | 16783 |
| 18176 // WARNING: Do not edit - generated code. | 16784 // WARNING: Do not edit - generated code. |
| 18177 | 16785 |
| 18178 interface MutationCallback { | |
| 18179 } | |
| 18180 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 18181 // for details. All rights reserved. Use of this source code is governed by a | |
| 18182 // BSD-style license that can be found in the LICENSE file. | |
| 18183 | |
| 18184 // WARNING: Do not edit - generated code. | |
| 18185 | |
| 18186 interface MutationEvent extends Event { | 16786 interface MutationEvent extends Event { |
| 18187 | 16787 |
| 18188 static final int ADDITION = 2; | 16788 static final int ADDITION = 2; |
| 18189 | 16789 |
| 18190 static final int MODIFICATION = 1; | 16790 static final int MODIFICATION = 1; |
| 18191 | 16791 |
| 18192 static final int REMOVAL = 3; | 16792 static final int REMOVAL = 3; |
| 18193 | 16793 |
| 18194 int get attrChange(); | 16794 final int attrChange; |
| 18195 | 16795 |
| 18196 String get attrName(); | 16796 final String attrName; |
| 18197 | 16797 |
| 18198 String get newValue(); | 16798 final String newValue; |
| 18199 | 16799 |
| 18200 String get prevValue(); | 16800 final String prevValue; |
| 18201 | 16801 |
| 18202 Node get relatedNode(); | 16802 final Node relatedNode; |
| 18203 | 16803 |
| 18204 void initMutationEvent(String type, bool canBubble, bool cancelable, Node rela
tedNode, String prevValue, String newValue, String attrName, int attrChange); | 16804 void initMutationEvent(String type, bool canBubble, bool cancelable, Node rela
tedNode, String prevValue, String newValue, String attrName, int attrChange); |
| 18205 } | 16805 } |
| 18206 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16806 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18207 // for details. All rights reserved. Use of this source code is governed by a | 16807 // for details. All rights reserved. Use of this source code is governed by a |
| 18208 // BSD-style license that can be found in the LICENSE file. | 16808 // BSD-style license that can be found in the LICENSE file. |
| 18209 | 16809 |
| 18210 // WARNING: Do not edit - generated code. | 16810 // WARNING: Do not edit - generated code. |
| 18211 | 16811 |
| 18212 interface MutationRecord { | |
| 18213 | |
| 18214 NodeList get addedNodes(); | |
| 18215 | |
| 18216 String get attributeName(); | |
| 18217 | |
| 18218 String get attributeNamespace(); | |
| 18219 | |
| 18220 Node get nextSibling(); | |
| 18221 | |
| 18222 String get oldValue(); | |
| 18223 | |
| 18224 Node get previousSibling(); | |
| 18225 | |
| 18226 NodeList get removedNodes(); | |
| 18227 | |
| 18228 Node get target(); | |
| 18229 | |
| 18230 String get type(); | |
| 18231 } | |
| 18232 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 18233 // for details. All rights reserved. Use of this source code is governed by a | |
| 18234 // BSD-style license that can be found in the LICENSE file. | |
| 18235 | |
| 18236 // WARNING: Do not edit - generated code. | |
| 18237 | |
| 18238 interface NamedNodeMap extends List<Node> { | 16812 interface NamedNodeMap extends List<Node> { |
| 18239 | 16813 |
| 18240 int get length(); | 16814 final int length; |
| 18241 | 16815 |
| 18242 Node getNamedItem(String name); | 16816 Node getNamedItem(String name); |
| 18243 | 16817 |
| 18244 Node getNamedItemNS(String namespaceURI, String localName); | 16818 Node getNamedItemNS(String namespaceURI, String localName); |
| 18245 | 16819 |
| 18246 Node item(int index); | 16820 Node item(int index); |
| 18247 | 16821 |
| 18248 Node removeNamedItem(String name); | 16822 Node removeNamedItem(String name); |
| 18249 | 16823 |
| 18250 Node removeNamedItemNS(String namespaceURI, String localName); | 16824 Node removeNamedItemNS(String namespaceURI, String localName); |
| 18251 | 16825 |
| 18252 Node setNamedItem(Node node); | 16826 Node setNamedItem(Node node); |
| 18253 | 16827 |
| 18254 Node setNamedItemNS(Node node); | 16828 Node setNamedItemNS(Node node); |
| 18255 } | 16829 } |
| 18256 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16830 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18257 // for details. All rights reserved. Use of this source code is governed by a | 16831 // for details. All rights reserved. Use of this source code is governed by a |
| 18258 // BSD-style license that can be found in the LICENSE file. | 16832 // BSD-style license that can be found in the LICENSE file. |
| 18259 | 16833 |
| 18260 // WARNING: Do not edit - generated code. | 16834 // WARNING: Do not edit - generated code. |
| 18261 | 16835 |
| 18262 interface Navigator { | 16836 interface Navigator { |
| 18263 | 16837 |
| 18264 String get appCodeName(); | 16838 final String appCodeName; |
| 18265 | 16839 |
| 18266 String get appName(); | 16840 final String appName; |
| 18267 | 16841 |
| 18268 String get appVersion(); | 16842 final String appVersion; |
| 18269 | 16843 |
| 18270 bool get cookieEnabled(); | 16844 final bool cookieEnabled; |
| 18271 | 16845 |
| 18272 Geolocation get geolocation(); | 16846 final Geolocation geolocation; |
| 18273 | 16847 |
| 18274 String get language(); | 16848 final String language; |
| 18275 | 16849 |
| 18276 DOMMimeTypeArray get mimeTypes(); | 16850 final DOMMimeTypeArray mimeTypes; |
| 18277 | 16851 |
| 18278 bool get onLine(); | 16852 final bool onLine; |
| 18279 | 16853 |
| 18280 String get platform(); | 16854 final String platform; |
| 18281 | 16855 |
| 18282 DOMPluginArray get plugins(); | 16856 final DOMPluginArray plugins; |
| 18283 | 16857 |
| 18284 String get product(); | 16858 final String product; |
| 18285 | 16859 |
| 18286 String get productSub(); | 16860 final String productSub; |
| 18287 | 16861 |
| 18288 String get userAgent(); | 16862 final String userAgent; |
| 18289 | 16863 |
| 18290 String get vendor(); | 16864 final String vendor; |
| 18291 | 16865 |
| 18292 String get vendorSub(); | 16866 final String vendorSub; |
| 18293 | 16867 |
| 18294 void getStorageUpdates(); | 16868 void getStorageUpdates(); |
| 18295 | 16869 |
| 18296 bool javaEnabled(); | 16870 bool javaEnabled(); |
| 18297 | 16871 |
| 18298 void registerProtocolHandler(String scheme, String url, String title); | 16872 void registerProtocolHandler(String scheme, String url, String title); |
| 18299 } | 16873 } |
| 18300 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 16874 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18301 // for details. All rights reserved. Use of this source code is governed by a | 16875 // for details. All rights reserved. Use of this source code is governed by a |
| 18302 // BSD-style license that can be found in the LICENSE file. | 16876 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18334 static final int ENTITY_NODE = 6; | 16908 static final int ENTITY_NODE = 6; |
| 18335 | 16909 |
| 18336 static final int ENTITY_REFERENCE_NODE = 5; | 16910 static final int ENTITY_REFERENCE_NODE = 5; |
| 18337 | 16911 |
| 18338 static final int NOTATION_NODE = 12; | 16912 static final int NOTATION_NODE = 12; |
| 18339 | 16913 |
| 18340 static final int PROCESSING_INSTRUCTION_NODE = 7; | 16914 static final int PROCESSING_INSTRUCTION_NODE = 7; |
| 18341 | 16915 |
| 18342 static final int TEXT_NODE = 3; | 16916 static final int TEXT_NODE = 3; |
| 18343 | 16917 |
| 18344 NamedNodeMap get attributes(); | 16918 final NamedNodeMap attributes; |
| 18345 | 16919 |
| 18346 String get baseURI(); | 16920 final String baseURI; |
| 18347 | 16921 |
| 18348 NodeList get childNodes(); | 16922 final NodeList childNodes; |
| 18349 | 16923 |
| 18350 Node get firstChild(); | 16924 final Node firstChild; |
| 18351 | 16925 |
| 18352 Node get lastChild(); | 16926 final Node lastChild; |
| 18353 | 16927 |
| 18354 String get localName(); | 16928 final String localName; |
| 18355 | 16929 |
| 18356 String get namespaceURI(); | 16930 final String namespaceURI; |
| 18357 | 16931 |
| 18358 Node get nextSibling(); | 16932 final Node nextSibling; |
| 18359 | 16933 |
| 18360 String get nodeName(); | 16934 final String nodeName; |
| 18361 | 16935 |
| 18362 int get nodeType(); | 16936 final int nodeType; |
| 18363 | 16937 |
| 18364 String get nodeValue(); | 16938 String nodeValue; |
| 18365 | 16939 |
| 18366 void set nodeValue(String value); | 16940 final Document ownerDocument; |
| 18367 | 16941 |
| 18368 Document get ownerDocument(); | 16942 final Element parentElement; |
| 18369 | 16943 |
| 18370 Element get parentElement(); | 16944 final Node parentNode; |
| 18371 | 16945 |
| 18372 Node get parentNode(); | 16946 String prefix; |
| 18373 | 16947 |
| 18374 String get prefix(); | 16948 final Node previousSibling; |
| 18375 | 16949 |
| 18376 void set prefix(String value); | 16950 String textContent; |
| 18377 | |
| 18378 Node get previousSibling(); | |
| 18379 | |
| 18380 String get textContent(); | |
| 18381 | |
| 18382 void set textContent(String value); | |
| 18383 | 16951 |
| 18384 void addEventListener(String type, EventListener listener, [bool useCapture]); | 16952 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 18385 | 16953 |
| 18386 Node appendChild(Node newChild); | 16954 Node appendChild(Node newChild); |
| 18387 | 16955 |
| 18388 Node cloneNode(bool deep); | 16956 Node cloneNode(bool deep); |
| 18389 | 16957 |
| 18390 int compareDocumentPosition(Node other); | 16958 int compareDocumentPosition(Node other); |
| 18391 | 16959 |
| 18392 bool contains(Node other); | 16960 bool contains(Node other); |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18462 int acceptNode(Node n); | 17030 int acceptNode(Node n); |
| 18463 } | 17031 } |
| 18464 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17032 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18465 // for details. All rights reserved. Use of this source code is governed by a | 17033 // for details. All rights reserved. Use of this source code is governed by a |
| 18466 // BSD-style license that can be found in the LICENSE file. | 17034 // BSD-style license that can be found in the LICENSE file. |
| 18467 | 17035 |
| 18468 // WARNING: Do not edit - generated code. | 17036 // WARNING: Do not edit - generated code. |
| 18469 | 17037 |
| 18470 interface NodeIterator { | 17038 interface NodeIterator { |
| 18471 | 17039 |
| 18472 bool get expandEntityReferences(); | 17040 final bool expandEntityReferences; |
| 18473 | 17041 |
| 18474 NodeFilter get filter(); | 17042 final NodeFilter filter; |
| 18475 | 17043 |
| 18476 bool get pointerBeforeReferenceNode(); | 17044 final bool pointerBeforeReferenceNode; |
| 18477 | 17045 |
| 18478 Node get referenceNode(); | 17046 final Node referenceNode; |
| 18479 | 17047 |
| 18480 Node get root(); | 17048 final Node root; |
| 18481 | 17049 |
| 18482 int get whatToShow(); | 17050 final int whatToShow; |
| 18483 | 17051 |
| 18484 void detach(); | 17052 void detach(); |
| 18485 | 17053 |
| 18486 Node nextNode(); | 17054 Node nextNode(); |
| 18487 | 17055 |
| 18488 Node previousNode(); | 17056 Node previousNode(); |
| 18489 } | 17057 } |
| 18490 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17058 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18491 // for details. All rights reserved. Use of this source code is governed by a | 17059 // for details. All rights reserved. Use of this source code is governed by a |
| 18492 // BSD-style license that can be found in the LICENSE file. | 17060 // BSD-style license that can be found in the LICENSE file. |
| 18493 | 17061 |
| 18494 // WARNING: Do not edit - generated code. | 17062 // WARNING: Do not edit - generated code. |
| 18495 | 17063 |
| 18496 interface NodeList extends List<Node> { | 17064 interface NodeList extends List<Node> { |
| 18497 | 17065 |
| 18498 int get length(); | 17066 final int length; |
| 18499 | 17067 |
| 18500 Node item(int index); | 17068 Node item(int index); |
| 18501 } | 17069 } |
| 18502 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17070 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18503 // for details. All rights reserved. Use of this source code is governed by a | 17071 // for details. All rights reserved. Use of this source code is governed by a |
| 18504 // BSD-style license that can be found in the LICENSE file. | 17072 // BSD-style license that can be found in the LICENSE file. |
| 18505 | 17073 |
| 18506 // WARNING: Do not edit - generated code. | 17074 // WARNING: Do not edit - generated code. |
| 18507 | 17075 |
| 18508 interface NodeSelector { | 17076 interface NodeSelector { |
| 18509 | 17077 |
| 18510 Element querySelector(String selectors); | 17078 Element querySelector(String selectors); |
| 18511 | 17079 |
| 18512 NodeList querySelectorAll(String selectors); | 17080 NodeList querySelectorAll(String selectors); |
| 18513 } | 17081 } |
| 18514 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17082 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18515 // for details. All rights reserved. Use of this source code is governed by a | 17083 // for details. All rights reserved. Use of this source code is governed by a |
| 18516 // BSD-style license that can be found in the LICENSE file. | 17084 // BSD-style license that can be found in the LICENSE file. |
| 18517 | 17085 |
| 18518 // WARNING: Do not edit - generated code. | 17086 // WARNING: Do not edit - generated code. |
| 18519 | 17087 |
| 18520 interface Notation extends Node { | 17088 interface Notation extends Node { |
| 18521 | 17089 |
| 18522 String get publicId(); | 17090 final String publicId; |
| 18523 | 17091 |
| 18524 String get systemId(); | 17092 final String systemId; |
| 18525 } | 17093 } |
| 18526 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17094 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18527 // for details. All rights reserved. Use of this source code is governed by a | 17095 // for details. All rights reserved. Use of this source code is governed by a |
| 18528 // BSD-style license that can be found in the LICENSE file. | 17096 // BSD-style license that can be found in the LICENSE file. |
| 18529 | 17097 |
| 18530 // WARNING: Do not edit - generated code. | 17098 // WARNING: Do not edit - generated code. |
| 18531 | 17099 |
| 18532 interface Notification extends EventTarget { | 17100 interface Notification extends EventTarget { |
| 18533 | 17101 |
| 18534 String get dir(); | 17102 String dir; |
| 18535 | 17103 |
| 18536 void set dir(String value); | 17104 String replaceId; |
| 18537 | |
| 18538 String get replaceId(); | |
| 18539 | |
| 18540 void set replaceId(String value); | |
| 18541 | 17105 |
| 18542 void addEventListener(String type, EventListener listener, [bool useCapture]); | 17106 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 18543 | 17107 |
| 18544 void cancel(); | 17108 void cancel(); |
| 18545 | 17109 |
| 18546 bool dispatchEvent(Event evt); | 17110 bool dispatchEvent(Event evt); |
| 18547 | 17111 |
| 18548 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 17112 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 18549 | 17113 |
| 18550 void show(); | 17114 void show(); |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18602 bool isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject); | 17166 bool isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject); |
| 18603 } | 17167 } |
| 18604 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17168 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18605 // for details. All rights reserved. Use of this source code is governed by a | 17169 // for details. All rights reserved. Use of this source code is governed by a |
| 18606 // BSD-style license that can be found in the LICENSE file. | 17170 // BSD-style license that can be found in the LICENSE file. |
| 18607 | 17171 |
| 18608 // WARNING: Do not edit - generated code. | 17172 // WARNING: Do not edit - generated code. |
| 18609 | 17173 |
| 18610 interface OfflineAudioCompletionEvent extends Event { | 17174 interface OfflineAudioCompletionEvent extends Event { |
| 18611 | 17175 |
| 18612 AudioBuffer get renderedBuffer(); | 17176 final AudioBuffer renderedBuffer; |
| 18613 } | 17177 } |
| 18614 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17178 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18615 // for details. All rights reserved. Use of this source code is governed by a | 17179 // for details. All rights reserved. Use of this source code is governed by a |
| 18616 // BSD-style license that can be found in the LICENSE file. | 17180 // BSD-style license that can be found in the LICENSE file. |
| 18617 | 17181 |
| 18618 // WARNING: Do not edit - generated code. | 17182 // WARNING: Do not edit - generated code. |
| 18619 | 17183 |
| 18620 interface OperationNotAllowedException { | 17184 interface OperationNotAllowedException { |
| 18621 | 17185 |
| 18622 static final int NOT_ALLOWED_ERR = 1; | 17186 static final int NOT_ALLOWED_ERR = 1; |
| 18623 | 17187 |
| 18624 int get code(); | 17188 final int code; |
| 18625 | 17189 |
| 18626 String get message(); | 17190 final String message; |
| 18627 | 17191 |
| 18628 String get name(); | 17192 final String name; |
| 18629 | 17193 |
| 18630 String toString(); | 17194 String toString(); |
| 18631 } | 17195 } |
| 18632 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17196 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18633 // for details. All rights reserved. Use of this source code is governed by a | 17197 // for details. All rights reserved. Use of this source code is governed by a |
| 18634 // BSD-style license that can be found in the LICENSE file. | 17198 // BSD-style license that can be found in the LICENSE file. |
| 18635 | 17199 |
| 18636 // WARNING: Do not edit - generated code. | 17200 // WARNING: Do not edit - generated code. |
| 18637 | 17201 |
| 18638 interface OverflowEvent extends Event { | 17202 interface OverflowEvent extends Event { |
| 18639 | 17203 |
| 18640 static final int BOTH = 2; | 17204 static final int BOTH = 2; |
| 18641 | 17205 |
| 18642 static final int HORIZONTAL = 0; | 17206 static final int HORIZONTAL = 0; |
| 18643 | 17207 |
| 18644 static final int VERTICAL = 1; | 17208 static final int VERTICAL = 1; |
| 18645 | 17209 |
| 18646 bool get horizontalOverflow(); | 17210 final bool horizontalOverflow; |
| 18647 | 17211 |
| 18648 int get orient(); | 17212 final int orient; |
| 18649 | 17213 |
| 18650 bool get verticalOverflow(); | 17214 final bool verticalOverflow; |
| 18651 } | 17215 } |
| 18652 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17216 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18653 // for details. All rights reserved. Use of this source code is governed by a | 17217 // for details. All rights reserved. Use of this source code is governed by a |
| 18654 // BSD-style license that can be found in the LICENSE file. | 17218 // BSD-style license that can be found in the LICENSE file. |
| 18655 | 17219 |
| 18656 // WARNING: Do not edit - generated code. | 17220 // WARNING: Do not edit - generated code. |
| 18657 | 17221 |
| 18658 interface PageTransitionEvent extends Event { | 17222 interface PageTransitionEvent extends Event { |
| 18659 | 17223 |
| 18660 bool get persisted(); | 17224 final bool persisted; |
| 18661 } | 17225 } |
| 18662 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17226 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18663 // for details. All rights reserved. Use of this source code is governed by a | 17227 // for details. All rights reserved. Use of this source code is governed by a |
| 18664 // BSD-style license that can be found in the LICENSE file. | 17228 // BSD-style license that can be found in the LICENSE file. |
| 18665 | 17229 |
| 18666 // WARNING: Do not edit - generated code. | 17230 // WARNING: Do not edit - generated code. |
| 18667 | 17231 |
| 18668 interface Performance { | 17232 interface Performance { |
| 18669 | 17233 |
| 18670 MemoryInfo get memory(); | 17234 final MemoryInfo memory; |
| 18671 | 17235 |
| 18672 PerformanceNavigation get navigation(); | 17236 final PerformanceNavigation navigation; |
| 18673 | 17237 |
| 18674 PerformanceTiming get timing(); | 17238 final PerformanceTiming timing; |
| 18675 } | 17239 } |
| 18676 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17240 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18677 // for details. All rights reserved. Use of this source code is governed by a | 17241 // for details. All rights reserved. Use of this source code is governed by a |
| 18678 // BSD-style license that can be found in the LICENSE file. | 17242 // BSD-style license that can be found in the LICENSE file. |
| 18679 | 17243 |
| 18680 // WARNING: Do not edit - generated code. | 17244 // WARNING: Do not edit - generated code. |
| 18681 | 17245 |
| 18682 interface PerformanceNavigation { | 17246 interface PerformanceNavigation { |
| 18683 | 17247 |
| 18684 static final int TYPE_BACK_FORWARD = 2; | 17248 static final int TYPE_BACK_FORWARD = 2; |
| 18685 | 17249 |
| 18686 static final int TYPE_NAVIGATE = 0; | 17250 static final int TYPE_NAVIGATE = 0; |
| 18687 | 17251 |
| 18688 static final int TYPE_RELOAD = 1; | 17252 static final int TYPE_RELOAD = 1; |
| 18689 | 17253 |
| 18690 static final int TYPE_RESERVED = 255; | 17254 static final int TYPE_RESERVED = 255; |
| 18691 | 17255 |
| 18692 int get redirectCount(); | 17256 final int redirectCount; |
| 18693 | 17257 |
| 18694 int get type(); | 17258 final int type; |
| 18695 } | 17259 } |
| 18696 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17260 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18697 // for details. All rights reserved. Use of this source code is governed by a | 17261 // for details. All rights reserved. Use of this source code is governed by a |
| 18698 // BSD-style license that can be found in the LICENSE file. | 17262 // BSD-style license that can be found in the LICENSE file. |
| 18699 | 17263 |
| 18700 // WARNING: Do not edit - generated code. | 17264 // WARNING: Do not edit - generated code. |
| 18701 | 17265 |
| 18702 interface PerformanceTiming { | 17266 interface PerformanceTiming { |
| 18703 | 17267 |
| 18704 int get connectEnd(); | 17268 final int connectEnd; |
| 18705 | 17269 |
| 18706 int get connectStart(); | 17270 final int connectStart; |
| 18707 | 17271 |
| 18708 int get domComplete(); | 17272 final int domComplete; |
| 18709 | 17273 |
| 18710 int get domContentLoadedEventEnd(); | 17274 final int domContentLoadedEventEnd; |
| 18711 | 17275 |
| 18712 int get domContentLoadedEventStart(); | 17276 final int domContentLoadedEventStart; |
| 18713 | 17277 |
| 18714 int get domInteractive(); | 17278 final int domInteractive; |
| 18715 | 17279 |
| 18716 int get domLoading(); | 17280 final int domLoading; |
| 18717 | 17281 |
| 18718 int get domainLookupEnd(); | 17282 final int domainLookupEnd; |
| 18719 | 17283 |
| 18720 int get domainLookupStart(); | 17284 final int domainLookupStart; |
| 18721 | 17285 |
| 18722 int get fetchStart(); | 17286 final int fetchStart; |
| 18723 | 17287 |
| 18724 int get loadEventEnd(); | 17288 final int loadEventEnd; |
| 18725 | 17289 |
| 18726 int get loadEventStart(); | 17290 final int loadEventStart; |
| 18727 | 17291 |
| 18728 int get navigationStart(); | 17292 final int navigationStart; |
| 18729 | 17293 |
| 18730 int get redirectEnd(); | 17294 final int redirectEnd; |
| 18731 | 17295 |
| 18732 int get redirectStart(); | 17296 final int redirectStart; |
| 18733 | 17297 |
| 18734 int get requestStart(); | 17298 final int requestStart; |
| 18735 | 17299 |
| 18736 int get responseEnd(); | 17300 final int responseEnd; |
| 18737 | 17301 |
| 18738 int get responseStart(); | 17302 final int responseStart; |
| 18739 | 17303 |
| 18740 int get secureConnectionStart(); | 17304 final int secureConnectionStart; |
| 18741 | 17305 |
| 18742 int get unloadEventEnd(); | 17306 final int unloadEventEnd; |
| 18743 | 17307 |
| 18744 int get unloadEventStart(); | 17308 final int unloadEventStart; |
| 18745 } | 17309 } |
| 18746 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17310 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18747 // for details. All rights reserved. Use of this source code is governed by a | 17311 // for details. All rights reserved. Use of this source code is governed by a |
| 18748 // BSD-style license that can be found in the LICENSE file. | |
| 18749 | |
| 18750 // WARNING: Do not edit - generated code. | |
| 18751 | |
| 18752 interface PointerLock { | |
| 18753 | |
| 18754 bool get isLocked(); | |
| 18755 | |
| 18756 void lock(Element target, [VoidCallback successCallback, VoidCallback failureC
allback]); | |
| 18757 | |
| 18758 void unlock(); | |
| 18759 } | |
| 18760 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 18761 // for details. All rights reserved. Use of this source code is governed by a | |
| 18762 // BSD-style license that can be found in the LICENSE file. | 17312 // BSD-style license that can be found in the LICENSE file. |
| 18763 | 17313 |
| 18764 // WARNING: Do not edit - generated code. | 17314 // WARNING: Do not edit - generated code. |
| 18765 | 17315 |
| 18766 interface PopStateEvent extends Event { | 17316 interface PopStateEvent extends Event { |
| 18767 | 17317 |
| 18768 Object get state(); | 17318 final Object state; |
| 18769 } | 17319 } |
| 18770 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17320 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18771 // for details. All rights reserved. Use of this source code is governed by a | 17321 // for details. All rights reserved. Use of this source code is governed by a |
| 18772 // BSD-style license that can be found in the LICENSE file. | 17322 // BSD-style license that can be found in the LICENSE file. |
| 18773 | 17323 |
| 18774 // WARNING: Do not edit - generated code. | 17324 // WARNING: Do not edit - generated code. |
| 18775 | 17325 |
| 18776 typedef bool PositionCallback(Geoposition position); | 17326 typedef bool PositionCallback(Geoposition position); |
| 18777 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17327 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18778 // for details. All rights reserved. Use of this source code is governed by a | 17328 // for details. All rights reserved. Use of this source code is governed by a |
| 18779 // BSD-style license that can be found in the LICENSE file. | 17329 // BSD-style license that can be found in the LICENSE file. |
| 18780 | 17330 |
| 18781 // WARNING: Do not edit - generated code. | 17331 // WARNING: Do not edit - generated code. |
| 18782 | 17332 |
| 18783 interface PositionError { | 17333 interface PositionError { |
| 18784 | 17334 |
| 18785 static final int PERMISSION_DENIED = 1; | 17335 static final int PERMISSION_DENIED = 1; |
| 18786 | 17336 |
| 18787 static final int POSITION_UNAVAILABLE = 2; | 17337 static final int POSITION_UNAVAILABLE = 2; |
| 18788 | 17338 |
| 18789 static final int TIMEOUT = 3; | 17339 static final int TIMEOUT = 3; |
| 18790 | 17340 |
| 18791 int get code(); | 17341 final int code; |
| 18792 | 17342 |
| 18793 String get message(); | 17343 final String message; |
| 18794 } | 17344 } |
| 18795 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17345 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18796 // for details. All rights reserved. Use of this source code is governed by a | 17346 // for details. All rights reserved. Use of this source code is governed by a |
| 18797 // BSD-style license that can be found in the LICENSE file. | 17347 // BSD-style license that can be found in the LICENSE file. |
| 18798 | 17348 |
| 18799 // WARNING: Do not edit - generated code. | 17349 // WARNING: Do not edit - generated code. |
| 18800 | 17350 |
| 18801 typedef bool PositionErrorCallback(PositionError error); | 17351 typedef bool PositionErrorCallback(PositionError error); |
| 18802 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17352 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18803 // for details. All rights reserved. Use of this source code is governed by a | 17353 // for details. All rights reserved. Use of this source code is governed by a |
| 18804 // BSD-style license that can be found in the LICENSE file. | 17354 // BSD-style license that can be found in the LICENSE file. |
| 18805 | 17355 |
| 18806 // WARNING: Do not edit - generated code. | 17356 // WARNING: Do not edit - generated code. |
| 18807 | 17357 |
| 18808 interface ProcessingInstruction extends Node { | 17358 interface ProcessingInstruction extends Node { |
| 18809 | 17359 |
| 18810 String get data(); | 17360 String data; |
| 18811 | 17361 |
| 18812 void set data(String value); | 17362 final StyleSheet sheet; |
| 18813 | 17363 |
| 18814 StyleSheet get sheet(); | 17364 final String target; |
| 18815 | |
| 18816 String get target(); | |
| 18817 } | 17365 } |
| 18818 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17366 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18819 // for details. All rights reserved. Use of this source code is governed by a | 17367 // for details. All rights reserved. Use of this source code is governed by a |
| 18820 // BSD-style license that can be found in the LICENSE file. | 17368 // BSD-style license that can be found in the LICENSE file. |
| 18821 | 17369 |
| 18822 // WARNING: Do not edit - generated code. | 17370 // WARNING: Do not edit - generated code. |
| 18823 | 17371 |
| 18824 interface ProgressEvent extends Event { | 17372 interface ProgressEvent extends Event { |
| 18825 | 17373 |
| 18826 bool get lengthComputable(); | 17374 final bool lengthComputable; |
| 18827 | 17375 |
| 18828 int get loaded(); | 17376 final int loaded; |
| 18829 | 17377 |
| 18830 int get total(); | 17378 final int total; |
| 18831 } | 17379 } |
| 18832 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17380 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18833 // for details. All rights reserved. Use of this source code is governed by a | 17381 // for details. All rights reserved. Use of this source code is governed by a |
| 18834 // BSD-style license that can be found in the LICENSE file. | 17382 // BSD-style license that can be found in the LICENSE file. |
| 18835 | 17383 |
| 18836 // WARNING: Do not edit - generated code. | 17384 // WARNING: Do not edit - generated code. |
| 18837 | 17385 |
| 18838 interface RGBColor { | 17386 interface RGBColor { |
| 18839 | 17387 |
| 18840 CSSPrimitiveValue get blue(); | 17388 final CSSPrimitiveValue blue; |
| 18841 | 17389 |
| 18842 CSSPrimitiveValue get green(); | 17390 final CSSPrimitiveValue green; |
| 18843 | 17391 |
| 18844 CSSPrimitiveValue get red(); | 17392 final CSSPrimitiveValue red; |
| 18845 } | 17393 } |
| 18846 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17394 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18847 // for details. All rights reserved. Use of this source code is governed by a | 17395 // for details. All rights reserved. Use of this source code is governed by a |
| 18848 // BSD-style license that can be found in the LICENSE file. | 17396 // BSD-style license that can be found in the LICENSE file. |
| 18849 | 17397 |
| 18850 // WARNING: Do not edit - generated code. | 17398 // WARNING: Do not edit - generated code. |
| 18851 | 17399 |
| 18852 interface Range { | 17400 interface Range { |
| 18853 | 17401 |
| 18854 static final int END_TO_END = 2; | 17402 static final int END_TO_END = 2; |
| 18855 | 17403 |
| 18856 static final int END_TO_START = 3; | 17404 static final int END_TO_START = 3; |
| 18857 | 17405 |
| 18858 static final int NODE_AFTER = 1; | 17406 static final int NODE_AFTER = 1; |
| 18859 | 17407 |
| 18860 static final int NODE_BEFORE = 0; | 17408 static final int NODE_BEFORE = 0; |
| 18861 | 17409 |
| 18862 static final int NODE_BEFORE_AND_AFTER = 2; | 17410 static final int NODE_BEFORE_AND_AFTER = 2; |
| 18863 | 17411 |
| 18864 static final int NODE_INSIDE = 3; | 17412 static final int NODE_INSIDE = 3; |
| 18865 | 17413 |
| 18866 static final int START_TO_END = 1; | 17414 static final int START_TO_END = 1; |
| 18867 | 17415 |
| 18868 static final int START_TO_START = 0; | 17416 static final int START_TO_START = 0; |
| 18869 | 17417 |
| 18870 bool get collapsed(); | 17418 final bool collapsed; |
| 18871 | 17419 |
| 18872 Node get commonAncestorContainer(); | 17420 final Node commonAncestorContainer; |
| 18873 | 17421 |
| 18874 Node get endContainer(); | 17422 final Node endContainer; |
| 18875 | 17423 |
| 18876 int get endOffset(); | 17424 final int endOffset; |
| 18877 | 17425 |
| 18878 Node get startContainer(); | 17426 final Node startContainer; |
| 18879 | 17427 |
| 18880 int get startOffset(); | 17428 final int startOffset; |
| 18881 | 17429 |
| 18882 DocumentFragment cloneContents(); | 17430 DocumentFragment cloneContents(); |
| 18883 | 17431 |
| 18884 Range cloneRange(); | 17432 Range cloneRange(); |
| 18885 | 17433 |
| 18886 void collapse(bool toStart); | 17434 void collapse(bool toStart); |
| 18887 | 17435 |
| 18888 int compareNode(Node refNode); | 17436 int compareNode(Node refNode); |
| 18889 | 17437 |
| 18890 int comparePoint(Node refNode, int offset); | 17438 int comparePoint(Node refNode, int offset); |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18934 // BSD-style license that can be found in the LICENSE file. | 17482 // BSD-style license that can be found in the LICENSE file. |
| 18935 | 17483 |
| 18936 // WARNING: Do not edit - generated code. | 17484 // WARNING: Do not edit - generated code. |
| 18937 | 17485 |
| 18938 interface RangeException { | 17486 interface RangeException { |
| 18939 | 17487 |
| 18940 static final int BAD_BOUNDARYPOINTS_ERR = 1; | 17488 static final int BAD_BOUNDARYPOINTS_ERR = 1; |
| 18941 | 17489 |
| 18942 static final int INVALID_NODE_TYPE_ERR = 2; | 17490 static final int INVALID_NODE_TYPE_ERR = 2; |
| 18943 | 17491 |
| 18944 int get code(); | 17492 final int code; |
| 18945 | 17493 |
| 18946 String get message(); | 17494 final String message; |
| 18947 | 17495 |
| 18948 String get name(); | 17496 final String name; |
| 18949 | 17497 |
| 18950 String toString(); | 17498 String toString(); |
| 18951 } | 17499 } |
| 18952 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17500 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18953 // for details. All rights reserved. Use of this source code is governed by a | 17501 // for details. All rights reserved. Use of this source code is governed by a |
| 18954 // BSD-style license that can be found in the LICENSE file. | 17502 // BSD-style license that can be found in the LICENSE file. |
| 18955 | 17503 |
| 18956 // WARNING: Do not edit - generated code. | 17504 // WARNING: Do not edit - generated code. |
| 18957 | 17505 |
| 18958 interface RealtimeAnalyserNode extends AudioNode { | 17506 interface RealtimeAnalyserNode extends AudioNode { |
| 18959 | 17507 |
| 18960 int get fftSize(); | 17508 int fftSize; |
| 18961 | 17509 |
| 18962 void set fftSize(int value); | 17510 final int frequencyBinCount; |
| 18963 | 17511 |
| 18964 int get frequencyBinCount(); | 17512 num maxDecibels; |
| 18965 | 17513 |
| 18966 num get maxDecibels(); | 17514 num minDecibels; |
| 18967 | 17515 |
| 18968 void set maxDecibels(num value); | 17516 num smoothingTimeConstant; |
| 18969 | |
| 18970 num get minDecibels(); | |
| 18971 | |
| 18972 void set minDecibels(num value); | |
| 18973 | |
| 18974 num get smoothingTimeConstant(); | |
| 18975 | |
| 18976 void set smoothingTimeConstant(num value); | |
| 18977 | 17517 |
| 18978 void getByteFrequencyData(Uint8Array array); | 17518 void getByteFrequencyData(Uint8Array array); |
| 18979 | 17519 |
| 18980 void getByteTimeDomainData(Uint8Array array); | 17520 void getByteTimeDomainData(Uint8Array array); |
| 18981 | 17521 |
| 18982 void getFloatFrequencyData(Float32Array array); | 17522 void getFloatFrequencyData(Float32Array array); |
| 18983 } | 17523 } |
| 18984 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17524 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18985 // for details. All rights reserved. Use of this source code is governed by a | 17525 // for details. All rights reserved. Use of this source code is governed by a |
| 18986 // BSD-style license that can be found in the LICENSE file. | 17526 // BSD-style license that can be found in the LICENSE file. |
| 18987 | 17527 |
| 18988 // WARNING: Do not edit - generated code. | 17528 // WARNING: Do not edit - generated code. |
| 18989 | 17529 |
| 18990 interface Rect { | 17530 interface Rect { |
| 18991 | 17531 |
| 18992 CSSPrimitiveValue get bottom(); | 17532 final CSSPrimitiveValue bottom; |
| 18993 | 17533 |
| 18994 CSSPrimitiveValue get left(); | 17534 final CSSPrimitiveValue left; |
| 18995 | 17535 |
| 18996 CSSPrimitiveValue get right(); | 17536 final CSSPrimitiveValue right; |
| 18997 | 17537 |
| 18998 CSSPrimitiveValue get top(); | 17538 final CSSPrimitiveValue top; |
| 18999 } | 17539 } |
| 19000 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17540 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19001 // for details. All rights reserved. Use of this source code is governed by a | 17541 // for details. All rights reserved. Use of this source code is governed by a |
| 19002 // BSD-style license that can be found in the LICENSE file. | 17542 // BSD-style license that can be found in the LICENSE file. |
| 19003 | 17543 |
| 19004 // WARNING: Do not edit - generated code. | 17544 // WARNING: Do not edit - generated code. |
| 19005 | 17545 |
| 19006 interface SQLError { | 17546 interface SQLError { |
| 19007 | 17547 |
| 19008 static final int CONSTRAINT_ERR = 6; | 17548 static final int CONSTRAINT_ERR = 6; |
| 19009 | 17549 |
| 19010 static final int DATABASE_ERR = 1; | 17550 static final int DATABASE_ERR = 1; |
| 19011 | 17551 |
| 19012 static final int QUOTA_ERR = 4; | 17552 static final int QUOTA_ERR = 4; |
| 19013 | 17553 |
| 19014 static final int SYNTAX_ERR = 5; | 17554 static final int SYNTAX_ERR = 5; |
| 19015 | 17555 |
| 19016 static final int TIMEOUT_ERR = 7; | 17556 static final int TIMEOUT_ERR = 7; |
| 19017 | 17557 |
| 19018 static final int TOO_LARGE_ERR = 3; | 17558 static final int TOO_LARGE_ERR = 3; |
| 19019 | 17559 |
| 19020 static final int UNKNOWN_ERR = 0; | 17560 static final int UNKNOWN_ERR = 0; |
| 19021 | 17561 |
| 19022 static final int VERSION_ERR = 2; | 17562 static final int VERSION_ERR = 2; |
| 19023 | 17563 |
| 19024 int get code(); | 17564 final int code; |
| 19025 | 17565 |
| 19026 String get message(); | 17566 final String message; |
| 19027 } | 17567 } |
| 19028 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17568 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19029 // for details. All rights reserved. Use of this source code is governed by a | 17569 // for details. All rights reserved. Use of this source code is governed by a |
| 19030 // BSD-style license that can be found in the LICENSE file. | 17570 // BSD-style license that can be found in the LICENSE file. |
| 19031 | 17571 |
| 19032 // WARNING: Do not edit - generated code. | 17572 // WARNING: Do not edit - generated code. |
| 19033 | 17573 |
| 19034 interface SQLException { | 17574 interface SQLException { |
| 19035 | 17575 |
| 19036 static final int CONSTRAINT_ERR = 6; | 17576 static final int CONSTRAINT_ERR = 6; |
| 19037 | 17577 |
| 19038 static final int DATABASE_ERR = 1; | 17578 static final int DATABASE_ERR = 1; |
| 19039 | 17579 |
| 19040 static final int QUOTA_ERR = 4; | 17580 static final int QUOTA_ERR = 4; |
| 19041 | 17581 |
| 19042 static final int SYNTAX_ERR = 5; | 17582 static final int SYNTAX_ERR = 5; |
| 19043 | 17583 |
| 19044 static final int TIMEOUT_ERR = 7; | 17584 static final int TIMEOUT_ERR = 7; |
| 19045 | 17585 |
| 19046 static final int TOO_LARGE_ERR = 3; | 17586 static final int TOO_LARGE_ERR = 3; |
| 19047 | 17587 |
| 19048 static final int UNKNOWN_ERR = 0; | 17588 static final int UNKNOWN_ERR = 0; |
| 19049 | 17589 |
| 19050 static final int VERSION_ERR = 2; | 17590 static final int VERSION_ERR = 2; |
| 19051 | 17591 |
| 19052 int get code(); | 17592 final int code; |
| 19053 | 17593 |
| 19054 String get message(); | 17594 final String message; |
| 19055 } | 17595 } |
| 19056 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17596 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19057 // for details. All rights reserved. Use of this source code is governed by a | 17597 // for details. All rights reserved. Use of this source code is governed by a |
| 19058 // BSD-style license that can be found in the LICENSE file. | 17598 // BSD-style license that can be found in the LICENSE file. |
| 19059 | 17599 |
| 19060 // WARNING: Do not edit - generated code. | 17600 // WARNING: Do not edit - generated code. |
| 19061 | 17601 |
| 19062 interface SQLResultSet { | 17602 interface SQLResultSet { |
| 19063 | 17603 |
| 19064 int get insertId(); | 17604 final int insertId; |
| 19065 | 17605 |
| 19066 SQLResultSetRowList get rows(); | 17606 final SQLResultSetRowList rows; |
| 19067 | 17607 |
| 19068 int get rowsAffected(); | 17608 final int rowsAffected; |
| 19069 } | 17609 } |
| 19070 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17610 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19071 // for details. All rights reserved. Use of this source code is governed by a | 17611 // for details. All rights reserved. Use of this source code is governed by a |
| 19072 // BSD-style license that can be found in the LICENSE file. | 17612 // BSD-style license that can be found in the LICENSE file. |
| 19073 | 17613 |
| 19074 // WARNING: Do not edit - generated code. | 17614 // WARNING: Do not edit - generated code. |
| 19075 | 17615 |
| 19076 interface SQLResultSetRowList { | 17616 interface SQLResultSetRowList { |
| 19077 | 17617 |
| 19078 int get length(); | 17618 final int length; |
| 19079 | 17619 |
| 19080 Object item(int index); | 17620 Object item(int index); |
| 19081 } | 17621 } |
| 19082 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17622 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19083 // for details. All rights reserved. Use of this source code is governed by a | 17623 // for details. All rights reserved. Use of this source code is governed by a |
| 19084 // BSD-style license that can be found in the LICENSE file. | 17624 // BSD-style license that can be found in the LICENSE file. |
| 19085 | 17625 |
| 19086 // WARNING: Do not edit - generated code. | 17626 // WARNING: Do not edit - generated code. |
| 19087 | 17627 |
| 19088 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul
tSet); | 17628 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul
tSet); |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19131 | 17671 |
| 19132 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction); | 17672 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction); |
| 19133 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17673 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19134 // for details. All rights reserved. Use of this source code is governed by a | 17674 // for details. All rights reserved. Use of this source code is governed by a |
| 19135 // BSD-style license that can be found in the LICENSE file. | 17675 // BSD-style license that can be found in the LICENSE file. |
| 19136 | 17676 |
| 19137 // WARNING: Do not edit - generated code. | 17677 // WARNING: Do not edit - generated code. |
| 19138 | 17678 |
| 19139 interface SVGAElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpac
e, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { | 17679 interface SVGAElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpac
e, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { |
| 19140 | 17680 |
| 19141 SVGAnimatedString get target(); | 17681 final SVGAnimatedString target; |
| 19142 } | 17682 } |
| 19143 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17683 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19144 // for details. All rights reserved. Use of this source code is governed by a | 17684 // for details. All rights reserved. Use of this source code is governed by a |
| 19145 // BSD-style license that can be found in the LICENSE file. | 17685 // BSD-style license that can be found in the LICENSE file. |
| 19146 | 17686 |
| 19147 // WARNING: Do not edit - generated code. | 17687 // WARNING: Do not edit - generated code. |
| 19148 | 17688 |
| 19149 interface SVGAltGlyphDefElement extends SVGElement { | 17689 interface SVGAltGlyphDefElement extends SVGElement { |
| 19150 } | 17690 } |
| 19151 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17691 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19152 // for details. All rights reserved. Use of this source code is governed by a | 17692 // for details. All rights reserved. Use of this source code is governed by a |
| 19153 // BSD-style license that can be found in the LICENSE file. | 17693 // BSD-style license that can be found in the LICENSE file. |
| 19154 | 17694 |
| 19155 // WARNING: Do not edit - generated code. | 17695 // WARNING: Do not edit - generated code. |
| 19156 | 17696 |
| 19157 interface SVGAltGlyphElement extends SVGTextPositioningElement, SVGURIReference
{ | 17697 interface SVGAltGlyphElement extends SVGTextPositioningElement, SVGURIReference
{ |
| 19158 | 17698 |
| 19159 String get format(); | 17699 String format; |
| 19160 | 17700 |
| 19161 void set format(String value); | 17701 String glyphRef; |
| 19162 | |
| 19163 String get glyphRef(); | |
| 19164 | |
| 19165 void set glyphRef(String value); | |
| 19166 } | 17702 } |
| 19167 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17703 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19168 // for details. All rights reserved. Use of this source code is governed by a | 17704 // for details. All rights reserved. Use of this source code is governed by a |
| 19169 // BSD-style license that can be found in the LICENSE file. | 17705 // BSD-style license that can be found in the LICENSE file. |
| 19170 | 17706 |
| 19171 // WARNING: Do not edit - generated code. | 17707 // WARNING: Do not edit - generated code. |
| 19172 | 17708 |
| 19173 interface SVGAltGlyphItemElement extends SVGElement { | 17709 interface SVGAltGlyphItemElement extends SVGElement { |
| 19174 } | 17710 } |
| 19175 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17711 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19176 // for details. All rights reserved. Use of this source code is governed by a | 17712 // for details. All rights reserved. Use of this source code is governed by a |
| 19177 // BSD-style license that can be found in the LICENSE file. | 17713 // BSD-style license that can be found in the LICENSE file. |
| 19178 | 17714 |
| 19179 // WARNING: Do not edit - generated code. | 17715 // WARNING: Do not edit - generated code. |
| 19180 | 17716 |
| 19181 interface SVGAngle { | 17717 interface SVGAngle { |
| 19182 | 17718 |
| 19183 static final int SVG_ANGLETYPE_DEG = 2; | 17719 static final int SVG_ANGLETYPE_DEG = 2; |
| 19184 | 17720 |
| 19185 static final int SVG_ANGLETYPE_GRAD = 4; | 17721 static final int SVG_ANGLETYPE_GRAD = 4; |
| 19186 | 17722 |
| 19187 static final int SVG_ANGLETYPE_RAD = 3; | 17723 static final int SVG_ANGLETYPE_RAD = 3; |
| 19188 | 17724 |
| 19189 static final int SVG_ANGLETYPE_UNKNOWN = 0; | 17725 static final int SVG_ANGLETYPE_UNKNOWN = 0; |
| 19190 | 17726 |
| 19191 static final int SVG_ANGLETYPE_UNSPECIFIED = 1; | 17727 static final int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 19192 | 17728 |
| 19193 int get unitType(); | 17729 final int unitType; |
| 19194 | 17730 |
| 19195 num get value(); | 17731 num value; |
| 19196 | 17732 |
| 19197 void set value(num value); | 17733 String valueAsString; |
| 19198 | 17734 |
| 19199 String get valueAsString(); | 17735 num valueInSpecifiedUnits; |
| 19200 | |
| 19201 void set valueAsString(String value); | |
| 19202 | |
| 19203 num get valueInSpecifiedUnits(); | |
| 19204 | |
| 19205 void set valueInSpecifiedUnits(num value); | |
| 19206 | 17736 |
| 19207 void convertToSpecifiedUnits(int unitType); | 17737 void convertToSpecifiedUnits(int unitType); |
| 19208 | 17738 |
| 19209 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits); | 17739 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits); |
| 19210 } | 17740 } |
| 19211 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17741 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19212 // for details. All rights reserved. Use of this source code is governed by a | 17742 // for details. All rights reserved. Use of this source code is governed by a |
| 19213 // BSD-style license that can be found in the LICENSE file. | 17743 // BSD-style license that can be found in the LICENSE file. |
| 19214 | 17744 |
| 19215 // WARNING: Do not edit - generated code. | 17745 // WARNING: Do not edit - generated code. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 19241 interface SVGAnimateTransformElement extends SVGAnimationElement { | 17771 interface SVGAnimateTransformElement extends SVGAnimationElement { |
| 19242 } | 17772 } |
| 19243 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17773 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19244 // for details. All rights reserved. Use of this source code is governed by a | 17774 // for details. All rights reserved. Use of this source code is governed by a |
| 19245 // BSD-style license that can be found in the LICENSE file. | 17775 // BSD-style license that can be found in the LICENSE file. |
| 19246 | 17776 |
| 19247 // WARNING: Do not edit - generated code. | 17777 // WARNING: Do not edit - generated code. |
| 19248 | 17778 |
| 19249 interface SVGAnimatedAngle { | 17779 interface SVGAnimatedAngle { |
| 19250 | 17780 |
| 19251 SVGAngle get animVal(); | 17781 final SVGAngle animVal; |
| 19252 | 17782 |
| 19253 SVGAngle get baseVal(); | 17783 final SVGAngle baseVal; |
| 19254 } | 17784 } |
| 19255 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17785 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19256 // for details. All rights reserved. Use of this source code is governed by a | 17786 // for details. All rights reserved. Use of this source code is governed by a |
| 19257 // BSD-style license that can be found in the LICENSE file. | 17787 // BSD-style license that can be found in the LICENSE file. |
| 19258 | 17788 |
| 19259 // WARNING: Do not edit - generated code. | 17789 // WARNING: Do not edit - generated code. |
| 19260 | 17790 |
| 19261 interface SVGAnimatedBoolean { | 17791 interface SVGAnimatedBoolean { |
| 19262 | 17792 |
| 19263 bool get animVal(); | 17793 final bool animVal; |
| 19264 | 17794 |
| 19265 bool get baseVal(); | 17795 bool baseVal; |
| 19266 | |
| 19267 void set baseVal(bool value); | |
| 19268 } | 17796 } |
| 19269 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17797 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19270 // for details. All rights reserved. Use of this source code is governed by a | 17798 // for details. All rights reserved. Use of this source code is governed by a |
| 19271 // BSD-style license that can be found in the LICENSE file. | 17799 // BSD-style license that can be found in the LICENSE file. |
| 19272 | 17800 |
| 19273 // WARNING: Do not edit - generated code. | 17801 // WARNING: Do not edit - generated code. |
| 19274 | 17802 |
| 19275 interface SVGAnimatedEnumeration { | 17803 interface SVGAnimatedEnumeration { |
| 19276 | 17804 |
| 19277 int get animVal(); | 17805 final int animVal; |
| 19278 | 17806 |
| 19279 int get baseVal(); | 17807 int baseVal; |
| 19280 | |
| 19281 void set baseVal(int value); | |
| 19282 } | 17808 } |
| 19283 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17809 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19284 // for details. All rights reserved. Use of this source code is governed by a | 17810 // for details. All rights reserved. Use of this source code is governed by a |
| 19285 // BSD-style license that can be found in the LICENSE file. | 17811 // BSD-style license that can be found in the LICENSE file. |
| 19286 | 17812 |
| 19287 // WARNING: Do not edit - generated code. | 17813 // WARNING: Do not edit - generated code. |
| 19288 | 17814 |
| 19289 interface SVGAnimatedInteger { | 17815 interface SVGAnimatedInteger { |
| 19290 | 17816 |
| 19291 int get animVal(); | 17817 final int animVal; |
| 19292 | 17818 |
| 19293 int get baseVal(); | 17819 int baseVal; |
| 19294 | |
| 19295 void set baseVal(int value); | |
| 19296 } | 17820 } |
| 19297 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17821 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19298 // for details. All rights reserved. Use of this source code is governed by a | 17822 // for details. All rights reserved. Use of this source code is governed by a |
| 19299 // BSD-style license that can be found in the LICENSE file. | 17823 // BSD-style license that can be found in the LICENSE file. |
| 19300 | 17824 |
| 19301 // WARNING: Do not edit - generated code. | 17825 // WARNING: Do not edit - generated code. |
| 19302 | 17826 |
| 19303 interface SVGAnimatedLength { | 17827 interface SVGAnimatedLength { |
| 19304 | 17828 |
| 19305 SVGLength get animVal(); | 17829 final SVGLength animVal; |
| 19306 | 17830 |
| 19307 SVGLength get baseVal(); | 17831 final SVGLength baseVal; |
| 19308 } | 17832 } |
| 19309 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17833 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19310 // for details. All rights reserved. Use of this source code is governed by a | 17834 // for details. All rights reserved. Use of this source code is governed by a |
| 19311 // BSD-style license that can be found in the LICENSE file. | 17835 // BSD-style license that can be found in the LICENSE file. |
| 19312 | 17836 |
| 19313 // WARNING: Do not edit - generated code. | 17837 // WARNING: Do not edit - generated code. |
| 19314 | 17838 |
| 19315 interface SVGAnimatedLengthList { | 17839 interface SVGAnimatedLengthList { |
| 19316 | 17840 |
| 19317 SVGLengthList get animVal(); | 17841 final SVGLengthList animVal; |
| 19318 | 17842 |
| 19319 SVGLengthList get baseVal(); | 17843 final SVGLengthList baseVal; |
| 19320 } | 17844 } |
| 19321 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17845 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19322 // for details. All rights reserved. Use of this source code is governed by a | 17846 // for details. All rights reserved. Use of this source code is governed by a |
| 19323 // BSD-style license that can be found in the LICENSE file. | 17847 // BSD-style license that can be found in the LICENSE file. |
| 19324 | 17848 |
| 19325 // WARNING: Do not edit - generated code. | 17849 // WARNING: Do not edit - generated code. |
| 19326 | 17850 |
| 19327 interface SVGAnimatedNumber { | 17851 interface SVGAnimatedNumber { |
| 19328 | 17852 |
| 19329 num get animVal(); | 17853 final num animVal; |
| 19330 | 17854 |
| 19331 num get baseVal(); | 17855 num baseVal; |
| 19332 | |
| 19333 void set baseVal(num value); | |
| 19334 } | 17856 } |
| 19335 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17857 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19336 // for details. All rights reserved. Use of this source code is governed by a | 17858 // for details. All rights reserved. Use of this source code is governed by a |
| 19337 // BSD-style license that can be found in the LICENSE file. | 17859 // BSD-style license that can be found in the LICENSE file. |
| 19338 | 17860 |
| 19339 // WARNING: Do not edit - generated code. | 17861 // WARNING: Do not edit - generated code. |
| 19340 | 17862 |
| 19341 interface SVGAnimatedNumberList { | 17863 interface SVGAnimatedNumberList { |
| 19342 | 17864 |
| 19343 SVGNumberList get animVal(); | 17865 final SVGNumberList animVal; |
| 19344 | 17866 |
| 19345 SVGNumberList get baseVal(); | 17867 final SVGNumberList baseVal; |
| 19346 } | 17868 } |
| 19347 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17869 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19348 // for details. All rights reserved. Use of this source code is governed by a | 17870 // for details. All rights reserved. Use of this source code is governed by a |
| 19349 // BSD-style license that can be found in the LICENSE file. | 17871 // BSD-style license that can be found in the LICENSE file. |
| 19350 | 17872 |
| 19351 // WARNING: Do not edit - generated code. | 17873 // WARNING: Do not edit - generated code. |
| 19352 | 17874 |
| 19353 interface SVGAnimatedPreserveAspectRatio { | 17875 interface SVGAnimatedPreserveAspectRatio { |
| 19354 | 17876 |
| 19355 SVGPreserveAspectRatio get animVal(); | 17877 final SVGPreserveAspectRatio animVal; |
| 19356 | 17878 |
| 19357 SVGPreserveAspectRatio get baseVal(); | 17879 final SVGPreserveAspectRatio baseVal; |
| 19358 } | 17880 } |
| 19359 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17881 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19360 // for details. All rights reserved. Use of this source code is governed by a | 17882 // for details. All rights reserved. Use of this source code is governed by a |
| 19361 // BSD-style license that can be found in the LICENSE file. | 17883 // BSD-style license that can be found in the LICENSE file. |
| 19362 | 17884 |
| 19363 // WARNING: Do not edit - generated code. | 17885 // WARNING: Do not edit - generated code. |
| 19364 | 17886 |
| 19365 interface SVGAnimatedRect { | 17887 interface SVGAnimatedRect { |
| 19366 | 17888 |
| 19367 SVGRect get animVal(); | 17889 final SVGRect animVal; |
| 19368 | 17890 |
| 19369 SVGRect get baseVal(); | 17891 final SVGRect baseVal; |
| 19370 } | 17892 } |
| 19371 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17893 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19372 // for details. All rights reserved. Use of this source code is governed by a | 17894 // for details. All rights reserved. Use of this source code is governed by a |
| 19373 // BSD-style license that can be found in the LICENSE file. | 17895 // BSD-style license that can be found in the LICENSE file. |
| 19374 | 17896 |
| 19375 // WARNING: Do not edit - generated code. | 17897 // WARNING: Do not edit - generated code. |
| 19376 | 17898 |
| 19377 interface SVGAnimatedString { | 17899 interface SVGAnimatedString { |
| 19378 | 17900 |
| 19379 String get animVal(); | 17901 final String animVal; |
| 19380 | 17902 |
| 19381 String get baseVal(); | 17903 String baseVal; |
| 19382 | |
| 19383 void set baseVal(String value); | |
| 19384 } | 17904 } |
| 19385 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17905 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19386 // for details. All rights reserved. Use of this source code is governed by a | 17906 // for details. All rights reserved. Use of this source code is governed by a |
| 19387 // BSD-style license that can be found in the LICENSE file. | 17907 // BSD-style license that can be found in the LICENSE file. |
| 19388 | 17908 |
| 19389 // WARNING: Do not edit - generated code. | 17909 // WARNING: Do not edit - generated code. |
| 19390 | 17910 |
| 19391 interface SVGAnimatedTransformList { | 17911 interface SVGAnimatedTransformList { |
| 19392 | 17912 |
| 19393 SVGTransformList get animVal(); | 17913 final SVGTransformList animVal; |
| 19394 | 17914 |
| 19395 SVGTransformList get baseVal(); | 17915 final SVGTransformList baseVal; |
| 19396 } | 17916 } |
| 19397 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17917 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19398 // for details. All rights reserved. Use of this source code is governed by a | 17918 // for details. All rights reserved. Use of this source code is governed by a |
| 19399 // BSD-style license that can be found in the LICENSE file. | 17919 // BSD-style license that can be found in the LICENSE file. |
| 19400 | 17920 |
| 19401 // WARNING: Do not edit - generated code. | 17921 // WARNING: Do not edit - generated code. |
| 19402 | 17922 |
| 19403 interface SVGAnimationElement extends SVGElement, SVGTests, SVGExternalResources
Required, ElementTimeControl { | 17923 interface SVGAnimationElement extends SVGElement, SVGTests, SVGExternalResources
Required, ElementTimeControl { |
| 19404 | 17924 |
| 19405 SVGElement get targetElement(); | 17925 final SVGElement targetElement; |
| 19406 | 17926 |
| 19407 num getCurrentTime(); | 17927 num getCurrentTime(); |
| 19408 | 17928 |
| 19409 num getSimpleDuration(); | 17929 num getSimpleDuration(); |
| 19410 | 17930 |
| 19411 num getStartTime(); | 17931 num getStartTime(); |
| 19412 } | 17932 } |
| 19413 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17933 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19414 // for details. All rights reserved. Use of this source code is governed by a | 17934 // for details. All rights reserved. Use of this source code is governed by a |
| 19415 // BSD-style license that can be found in the LICENSE file. | 17935 // BSD-style license that can be found in the LICENSE file. |
| 19416 | 17936 |
| 19417 // WARNING: Do not edit - generated code. | 17937 // WARNING: Do not edit - generated code. |
| 19418 | 17938 |
| 19419 interface SVGCircleElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { | 17939 interface SVGCircleElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { |
| 19420 | 17940 |
| 19421 SVGAnimatedLength get cx(); | 17941 final SVGAnimatedLength cx; |
| 19422 | 17942 |
| 19423 SVGAnimatedLength get cy(); | 17943 final SVGAnimatedLength cy; |
| 19424 | 17944 |
| 19425 SVGAnimatedLength get r(); | 17945 final SVGAnimatedLength r; |
| 19426 } | 17946 } |
| 19427 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17947 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19428 // for details. All rights reserved. Use of this source code is governed by a | 17948 // for details. All rights reserved. Use of this source code is governed by a |
| 19429 // BSD-style license that can be found in the LICENSE file. | 17949 // BSD-style license that can be found in the LICENSE file. |
| 19430 | 17950 |
| 19431 // WARNING: Do not edit - generated code. | 17951 // WARNING: Do not edit - generated code. |
| 19432 | 17952 |
| 19433 interface SVGClipPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExte
rnalResourcesRequired, SVGStylable, SVGTransformable { | 17953 interface SVGClipPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExte
rnalResourcesRequired, SVGStylable, SVGTransformable { |
| 19434 | 17954 |
| 19435 SVGAnimatedEnumeration get clipPathUnits(); | 17955 final SVGAnimatedEnumeration clipPathUnits; |
| 19436 } | 17956 } |
| 19437 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17957 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19438 // for details. All rights reserved. Use of this source code is governed by a | 17958 // for details. All rights reserved. Use of this source code is governed by a |
| 19439 // BSD-style license that can be found in the LICENSE file. | 17959 // BSD-style license that can be found in the LICENSE file. |
| 19440 | 17960 |
| 19441 // WARNING: Do not edit - generated code. | 17961 // WARNING: Do not edit - generated code. |
| 19442 | 17962 |
| 19443 interface SVGColor extends CSSValue { | 17963 interface SVGColor extends CSSValue { |
| 19444 | 17964 |
| 19445 static final int SVG_COLORTYPE_CURRENTCOLOR = 3; | 17965 static final int SVG_COLORTYPE_CURRENTCOLOR = 3; |
| 19446 | 17966 |
| 19447 static final int SVG_COLORTYPE_RGBCOLOR = 1; | 17967 static final int SVG_COLORTYPE_RGBCOLOR = 1; |
| 19448 | 17968 |
| 19449 static final int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; | 17969 static final int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; |
| 19450 | 17970 |
| 19451 static final int SVG_COLORTYPE_UNKNOWN = 0; | 17971 static final int SVG_COLORTYPE_UNKNOWN = 0; |
| 19452 | 17972 |
| 19453 int get colorType(); | 17973 final int colorType; |
| 19454 | 17974 |
| 19455 RGBColor get rgbColor(); | 17975 final RGBColor rgbColor; |
| 19456 | 17976 |
| 19457 void setColor(int colorType, String rgbColor, String iccColor); | 17977 void setColor(int colorType, String rgbColor, String iccColor); |
| 19458 | 17978 |
| 19459 void setRGBColor(String rgbColor); | 17979 void setRGBColor(String rgbColor); |
| 19460 | 17980 |
| 19461 void setRGBColorICCColor(String rgbColor, String iccColor); | 17981 void setRGBColorICCColor(String rgbColor, String iccColor); |
| 19462 } | 17982 } |
| 19463 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17983 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19464 // for details. All rights reserved. Use of this source code is governed by a | 17984 // for details. All rights reserved. Use of this source code is governed by a |
| 19465 // BSD-style license that can be found in the LICENSE file. | 17985 // BSD-style license that can be found in the LICENSE file. |
| 19466 | 17986 |
| 19467 // WARNING: Do not edit - generated code. | 17987 // WARNING: Do not edit - generated code. |
| 19468 | 17988 |
| 19469 interface SVGComponentTransferFunctionElement extends SVGElement { | 17989 interface SVGComponentTransferFunctionElement extends SVGElement { |
| 19470 | 17990 |
| 19471 static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | 17991 static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; |
| 19472 | 17992 |
| 19473 static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | 17993 static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; |
| 19474 | 17994 |
| 19475 static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | 17995 static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; |
| 19476 | 17996 |
| 19477 static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | 17997 static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; |
| 19478 | 17998 |
| 19479 static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | 17999 static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; |
| 19480 | 18000 |
| 19481 static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | 18001 static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; |
| 19482 | 18002 |
| 19483 SVGAnimatedNumber get amplitude(); | 18003 final SVGAnimatedNumber amplitude; |
| 19484 | 18004 |
| 19485 SVGAnimatedNumber get exponent(); | 18005 final SVGAnimatedNumber exponent; |
| 19486 | 18006 |
| 19487 SVGAnimatedNumber get intercept(); | 18007 final SVGAnimatedNumber intercept; |
| 19488 | 18008 |
| 19489 SVGAnimatedNumber get offset(); | 18009 final SVGAnimatedNumber offset; |
| 19490 | 18010 |
| 19491 SVGAnimatedNumber get slope(); | 18011 final SVGAnimatedNumber slope; |
| 19492 | 18012 |
| 19493 SVGAnimatedNumberList get tableValues(); | 18013 final SVGAnimatedNumberList tableValues; |
| 19494 | 18014 |
| 19495 SVGAnimatedEnumeration get type(); | 18015 final SVGAnimatedEnumeration type; |
| 19496 } | 18016 } |
| 19497 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18017 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19498 // for details. All rights reserved. Use of this source code is governed by a | 18018 // for details. All rights reserved. Use of this source code is governed by a |
| 19499 // BSD-style license that can be found in the LICENSE file. | 18019 // BSD-style license that can be found in the LICENSE file. |
| 19500 | 18020 |
| 19501 // WARNING: Do not edit - generated code. | 18021 // WARNING: Do not edit - generated code. |
| 19502 | 18022 |
| 19503 interface SVGCursorElement extends SVGElement, SVGURIReference, SVGTests, SVGExt
ernalResourcesRequired { | 18023 interface SVGCursorElement extends SVGElement, SVGURIReference, SVGTests, SVGExt
ernalResourcesRequired { |
| 19504 | 18024 |
| 19505 SVGAnimatedLength get x(); | 18025 final SVGAnimatedLength x; |
| 19506 | 18026 |
| 19507 SVGAnimatedLength get y(); | 18027 final SVGAnimatedLength y; |
| 19508 } | 18028 } |
| 19509 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18029 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19510 // for details. All rights reserved. Use of this source code is governed by a | 18030 // for details. All rights reserved. Use of this source code is governed by a |
| 19511 // BSD-style license that can be found in the LICENSE file. | 18031 // BSD-style license that can be found in the LICENSE file. |
| 19512 | 18032 |
| 19513 // WARNING: Do not edit - generated code. | 18033 // WARNING: Do not edit - generated code. |
| 19514 | 18034 |
| 19515 interface SVGDefsElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { | 18035 interface SVGDefsElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { |
| 19516 } | 18036 } |
| 19517 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18037 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19518 // for details. All rights reserved. Use of this source code is governed by a | 18038 // for details. All rights reserved. Use of this source code is governed by a |
| 19519 // BSD-style license that can be found in the LICENSE file. | 18039 // BSD-style license that can be found in the LICENSE file. |
| 19520 | 18040 |
| 19521 // WARNING: Do not edit - generated code. | 18041 // WARNING: Do not edit - generated code. |
| 19522 | 18042 |
| 19523 interface SVGDescElement extends SVGElement, SVGLangSpace, SVGStylable { | 18043 interface SVGDescElement extends SVGElement, SVGLangSpace, SVGStylable { |
| 19524 } | 18044 } |
| 19525 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18045 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19526 // for details. All rights reserved. Use of this source code is governed by a | 18046 // for details. All rights reserved. Use of this source code is governed by a |
| 19527 // BSD-style license that can be found in the LICENSE file. | 18047 // BSD-style license that can be found in the LICENSE file. |
| 19528 | 18048 |
| 19529 // WARNING: Do not edit - generated code. | 18049 // WARNING: Do not edit - generated code. |
| 19530 | 18050 |
| 19531 interface SVGDocument extends Document { | 18051 interface SVGDocument extends Document { |
| 19532 | 18052 |
| 19533 SVGSVGElement get rootElement(); | 18053 final SVGSVGElement rootElement; |
| 19534 | 18054 |
| 19535 Event createEvent(String eventType); | 18055 Event createEvent(String eventType); |
| 19536 } | 18056 } |
| 19537 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18057 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19538 // for details. All rights reserved. Use of this source code is governed by a | 18058 // for details. All rights reserved. Use of this source code is governed by a |
| 19539 // BSD-style license that can be found in the LICENSE file. | 18059 // BSD-style license that can be found in the LICENSE file. |
| 19540 | 18060 |
| 19541 // WARNING: Do not edit - generated code. | 18061 // WARNING: Do not edit - generated code. |
| 19542 | 18062 |
| 19543 interface SVGElement extends Element { | 18063 interface SVGElement extends Element { |
| 19544 | 18064 |
| 19545 String get id(); | 18065 String id; |
| 19546 | 18066 |
| 19547 void set id(String value); | 18067 final SVGSVGElement ownerSVGElement; |
| 19548 | 18068 |
| 19549 SVGSVGElement get ownerSVGElement(); | 18069 final SVGElement viewportElement; |
| 19550 | 18070 |
| 19551 SVGElement get viewportElement(); | 18071 String xmlbase; |
| 19552 | |
| 19553 String get xmlbase(); | |
| 19554 | |
| 19555 void set xmlbase(String value); | |
| 19556 } | 18072 } |
| 19557 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18073 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19558 // for details. All rights reserved. Use of this source code is governed by a | 18074 // for details. All rights reserved. Use of this source code is governed by a |
| 19559 // BSD-style license that can be found in the LICENSE file. | 18075 // BSD-style license that can be found in the LICENSE file. |
| 19560 | 18076 |
| 19561 // WARNING: Do not edit - generated code. | 18077 // WARNING: Do not edit - generated code. |
| 19562 | 18078 |
| 19563 interface SVGElementInstance extends EventTarget { | 18079 interface SVGElementInstance extends EventTarget { |
| 19564 | 18080 |
| 19565 SVGElementInstanceList get childNodes(); | 18081 final SVGElementInstanceList childNodes; |
| 19566 | 18082 |
| 19567 SVGElement get correspondingElement(); | 18083 final SVGElement correspondingElement; |
| 19568 | 18084 |
| 19569 SVGUseElement get correspondingUseElement(); | 18085 final SVGUseElement correspondingUseElement; |
| 19570 | 18086 |
| 19571 SVGElementInstance get firstChild(); | 18087 final SVGElementInstance firstChild; |
| 19572 | 18088 |
| 19573 SVGElementInstance get lastChild(); | 18089 final SVGElementInstance lastChild; |
| 19574 | 18090 |
| 19575 SVGElementInstance get nextSibling(); | 18091 final SVGElementInstance nextSibling; |
| 19576 | 18092 |
| 19577 SVGElementInstance get parentNode(); | 18093 final SVGElementInstance parentNode; |
| 19578 | 18094 |
| 19579 SVGElementInstance get previousSibling(); | 18095 final SVGElementInstance previousSibling; |
| 19580 | 18096 |
| 19581 void addEventListener(String type, EventListener listener, [bool useCapture]); | 18097 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 19582 | 18098 |
| 19583 bool dispatchEvent(Event event); | 18099 bool dispatchEvent(Event event); |
| 19584 | 18100 |
| 19585 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 18101 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 19586 } | 18102 } |
| 19587 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18103 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19588 // for details. All rights reserved. Use of this source code is governed by a | 18104 // for details. All rights reserved. Use of this source code is governed by a |
| 19589 // BSD-style license that can be found in the LICENSE file. | 18105 // BSD-style license that can be found in the LICENSE file. |
| 19590 | 18106 |
| 19591 // WARNING: Do not edit - generated code. | 18107 // WARNING: Do not edit - generated code. |
| 19592 | 18108 |
| 19593 interface SVGElementInstanceList { | 18109 interface SVGElementInstanceList { |
| 19594 | 18110 |
| 19595 int get length(); | 18111 final int length; |
| 19596 | 18112 |
| 19597 SVGElementInstance item(int index); | 18113 SVGElementInstance item(int index); |
| 19598 } | 18114 } |
| 19599 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18115 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19600 // for details. All rights reserved. Use of this source code is governed by a | 18116 // for details. All rights reserved. Use of this source code is governed by a |
| 19601 // BSD-style license that can be found in the LICENSE file. | 18117 // BSD-style license that can be found in the LICENSE file. |
| 19602 | 18118 |
| 19603 // WARNING: Do not edit - generated code. | 18119 // WARNING: Do not edit - generated code. |
| 19604 | 18120 |
| 19605 interface SVGEllipseElement extends SVGElement, SVGTests, SVGLangSpace, SVGExter
nalResourcesRequired, SVGStylable, SVGTransformable { | 18121 interface SVGEllipseElement extends SVGElement, SVGTests, SVGLangSpace, SVGExter
nalResourcesRequired, SVGStylable, SVGTransformable { |
| 19606 | 18122 |
| 19607 SVGAnimatedLength get cx(); | 18123 final SVGAnimatedLength cx; |
| 19608 | 18124 |
| 19609 SVGAnimatedLength get cy(); | 18125 final SVGAnimatedLength cy; |
| 19610 | 18126 |
| 19611 SVGAnimatedLength get rx(); | 18127 final SVGAnimatedLength rx; |
| 19612 | 18128 |
| 19613 SVGAnimatedLength get ry(); | 18129 final SVGAnimatedLength ry; |
| 19614 } | 18130 } |
| 19615 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18131 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19616 // for details. All rights reserved. Use of this source code is governed by a | 18132 // for details. All rights reserved. Use of this source code is governed by a |
| 19617 // BSD-style license that can be found in the LICENSE file. | 18133 // BSD-style license that can be found in the LICENSE file. |
| 19618 | 18134 |
| 19619 // WARNING: Do not edit - generated code. | 18135 // WARNING: Do not edit - generated code. |
| 19620 | 18136 |
| 19621 interface SVGException { | 18137 interface SVGException { |
| 19622 | 18138 |
| 19623 static final int SVG_INVALID_VALUE_ERR = 1; | 18139 static final int SVG_INVALID_VALUE_ERR = 1; |
| 19624 | 18140 |
| 19625 static final int SVG_MATRIX_NOT_INVERTABLE = 2; | 18141 static final int SVG_MATRIX_NOT_INVERTABLE = 2; |
| 19626 | 18142 |
| 19627 static final int SVG_WRONG_TYPE_ERR = 0; | 18143 static final int SVG_WRONG_TYPE_ERR = 0; |
| 19628 | 18144 |
| 19629 int get code(); | 18145 final int code; |
| 19630 | 18146 |
| 19631 String get message(); | 18147 final String message; |
| 19632 | 18148 |
| 19633 String get name(); | 18149 final String name; |
| 19634 | 18150 |
| 19635 String toString(); | 18151 String toString(); |
| 19636 } | 18152 } |
| 19637 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18153 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19638 // for details. All rights reserved. Use of this source code is governed by a | 18154 // for details. All rights reserved. Use of this source code is governed by a |
| 19639 // BSD-style license that can be found in the LICENSE file. | 18155 // BSD-style license that can be found in the LICENSE file. |
| 19640 | 18156 |
| 19641 // WARNING: Do not edit - generated code. | 18157 // WARNING: Do not edit - generated code. |
| 19642 | 18158 |
| 19643 interface SVGExternalResourcesRequired { | 18159 interface SVGExternalResourcesRequired { |
| 19644 | 18160 |
| 19645 SVGAnimatedBoolean get externalResourcesRequired(); | 18161 final SVGAnimatedBoolean externalResourcesRequired; |
| 19646 } | 18162 } |
| 19647 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18163 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19648 // for details. All rights reserved. Use of this source code is governed by a | 18164 // for details. All rights reserved. Use of this source code is governed by a |
| 19649 // BSD-style license that can be found in the LICENSE file. | 18165 // BSD-style license that can be found in the LICENSE file. |
| 19650 | 18166 |
| 19651 // WARNING: Do not edit - generated code. | 18167 // WARNING: Do not edit - generated code. |
| 19652 | 18168 |
| 19653 interface SVGFEBlendElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { | 18169 interface SVGFEBlendElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { |
| 19654 | 18170 |
| 19655 static final int SVG_FEBLEND_MODE_DARKEN = 4; | 18171 static final int SVG_FEBLEND_MODE_DARKEN = 4; |
| 19656 | 18172 |
| 19657 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; | 18173 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; |
| 19658 | 18174 |
| 19659 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; | 18175 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; |
| 19660 | 18176 |
| 19661 static final int SVG_FEBLEND_MODE_NORMAL = 1; | 18177 static final int SVG_FEBLEND_MODE_NORMAL = 1; |
| 19662 | 18178 |
| 19663 static final int SVG_FEBLEND_MODE_SCREEN = 3; | 18179 static final int SVG_FEBLEND_MODE_SCREEN = 3; |
| 19664 | 18180 |
| 19665 static final int SVG_FEBLEND_MODE_UNKNOWN = 0; | 18181 static final int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 19666 | 18182 |
| 19667 SVGAnimatedString get in1(); | 18183 final SVGAnimatedString in1; |
| 19668 | 18184 |
| 19669 SVGAnimatedString get in2(); | 18185 final SVGAnimatedString in2; |
| 19670 | 18186 |
| 19671 SVGAnimatedEnumeration get mode(); | 18187 final SVGAnimatedEnumeration mode; |
| 19672 } | 18188 } |
| 19673 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18189 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19674 // for details. All rights reserved. Use of this source code is governed by a | 18190 // for details. All rights reserved. Use of this source code is governed by a |
| 19675 // BSD-style license that can be found in the LICENSE file. | 18191 // BSD-style license that can be found in the LICENSE file. |
| 19676 | 18192 |
| 19677 // WARNING: Do not edit - generated code. | 18193 // WARNING: Do not edit - generated code. |
| 19678 | 18194 |
| 19679 interface SVGFEColorMatrixElement extends SVGElement, SVGFilterPrimitiveStandard
Attributes { | 18195 interface SVGFEColorMatrixElement extends SVGElement, SVGFilterPrimitiveStandard
Attributes { |
| 19680 | 18196 |
| 19681 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 18197 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
| 19682 | 18198 |
| 19683 static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; | 18199 static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
| 19684 | 18200 |
| 19685 static final int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; | 18201 static final int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; |
| 19686 | 18202 |
| 19687 static final int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 18203 static final int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 19688 | 18204 |
| 19689 static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 18205 static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 19690 | 18206 |
| 19691 SVGAnimatedString get in1(); | 18207 final SVGAnimatedString in1; |
| 19692 | 18208 |
| 19693 SVGAnimatedEnumeration get type(); | 18209 final SVGAnimatedEnumeration type; |
| 19694 | 18210 |
| 19695 SVGAnimatedNumberList get values(); | 18211 final SVGAnimatedNumberList values; |
| 19696 } | 18212 } |
| 19697 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18213 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19698 // for details. All rights reserved. Use of this source code is governed by a | 18214 // for details. All rights reserved. Use of this source code is governed by a |
| 19699 // BSD-style license that can be found in the LICENSE file. | 18215 // BSD-style license that can be found in the LICENSE file. |
| 19700 | 18216 |
| 19701 // WARNING: Do not edit - generated code. | 18217 // WARNING: Do not edit - generated code. |
| 19702 | 18218 |
| 19703 interface SVGFEComponentTransferElement extends SVGElement, SVGFilterPrimitiveSt
andardAttributes { | 18219 interface SVGFEComponentTransferElement extends SVGElement, SVGFilterPrimitiveSt
andardAttributes { |
| 19704 | 18220 |
| 19705 SVGAnimatedString get in1(); | 18221 final SVGAnimatedString in1; |
| 19706 } | 18222 } |
| 19707 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18223 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19708 // for details. All rights reserved. Use of this source code is governed by a | 18224 // for details. All rights reserved. Use of this source code is governed by a |
| 19709 // BSD-style license that can be found in the LICENSE file. | 18225 // BSD-style license that can be found in the LICENSE file. |
| 19710 | 18226 |
| 19711 // WARNING: Do not edit - generated code. | 18227 // WARNING: Do not edit - generated code. |
| 19712 | 18228 |
| 19713 interface SVGFECompositeElement extends SVGElement, SVGFilterPrimitiveStandardAt
tributes { | 18229 interface SVGFECompositeElement extends SVGElement, SVGFilterPrimitiveStandardAt
tributes { |
| 19714 | 18230 |
| 19715 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 18231 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| 19716 | 18232 |
| 19717 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 18233 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| 19718 | 18234 |
| 19719 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2; | 18235 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
| 19720 | 18236 |
| 19721 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3; | 18237 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
| 19722 | 18238 |
| 19723 static final int SVG_FECOMPOSITE_OPERATOR_OVER = 1; | 18239 static final int SVG_FECOMPOSITE_OPERATOR_OVER = 1; |
| 19724 | 18240 |
| 19725 static final int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 18241 static final int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 19726 | 18242 |
| 19727 static final int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 18243 static final int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 19728 | 18244 |
| 19729 SVGAnimatedString get in1(); | 18245 final SVGAnimatedString in1; |
| 19730 | 18246 |
| 19731 SVGAnimatedString get in2(); | 18247 final SVGAnimatedString in2; |
| 19732 | 18248 |
| 19733 SVGAnimatedNumber get k1(); | 18249 final SVGAnimatedNumber k1; |
| 19734 | 18250 |
| 19735 SVGAnimatedNumber get k2(); | 18251 final SVGAnimatedNumber k2; |
| 19736 | 18252 |
| 19737 SVGAnimatedNumber get k3(); | 18253 final SVGAnimatedNumber k3; |
| 19738 | 18254 |
| 19739 SVGAnimatedNumber get k4(); | 18255 final SVGAnimatedNumber k4; |
| 19740 | 18256 |
| 19741 SVGAnimatedEnumeration get operator(); | 18257 final SVGAnimatedEnumeration operator; |
| 19742 } | 18258 } |
| 19743 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18259 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19744 // for details. All rights reserved. Use of this source code is governed by a | 18260 // for details. All rights reserved. Use of this source code is governed by a |
| 19745 // BSD-style license that can be found in the LICENSE file. | 18261 // BSD-style license that can be found in the LICENSE file. |
| 19746 | 18262 |
| 19747 // WARNING: Do not edit - generated code. | 18263 // WARNING: Do not edit - generated code. |
| 19748 | 18264 |
| 19749 interface SVGFEConvolveMatrixElement extends SVGElement, SVGFilterPrimitiveStand
ardAttributes { | 18265 interface SVGFEConvolveMatrixElement extends SVGElement, SVGFilterPrimitiveStand
ardAttributes { |
| 19750 | 18266 |
| 19751 static final int SVG_EDGEMODE_DUPLICATE = 1; | 18267 static final int SVG_EDGEMODE_DUPLICATE = 1; |
| 19752 | 18268 |
| 19753 static final int SVG_EDGEMODE_NONE = 3; | 18269 static final int SVG_EDGEMODE_NONE = 3; |
| 19754 | 18270 |
| 19755 static final int SVG_EDGEMODE_UNKNOWN = 0; | 18271 static final int SVG_EDGEMODE_UNKNOWN = 0; |
| 19756 | 18272 |
| 19757 static final int SVG_EDGEMODE_WRAP = 2; | 18273 static final int SVG_EDGEMODE_WRAP = 2; |
| 19758 | 18274 |
| 19759 SVGAnimatedNumber get bias(); | 18275 final SVGAnimatedNumber bias; |
| 19760 | 18276 |
| 19761 SVGAnimatedNumber get divisor(); | 18277 final SVGAnimatedNumber divisor; |
| 19762 | 18278 |
| 19763 SVGAnimatedEnumeration get edgeMode(); | 18279 final SVGAnimatedEnumeration edgeMode; |
| 19764 | 18280 |
| 19765 SVGAnimatedString get in1(); | 18281 final SVGAnimatedString in1; |
| 19766 | 18282 |
| 19767 SVGAnimatedNumberList get kernelMatrix(); | 18283 final SVGAnimatedNumberList kernelMatrix; |
| 19768 | 18284 |
| 19769 SVGAnimatedNumber get kernelUnitLengthX(); | 18285 final SVGAnimatedNumber kernelUnitLengthX; |
| 19770 | 18286 |
| 19771 SVGAnimatedNumber get kernelUnitLengthY(); | 18287 final SVGAnimatedNumber kernelUnitLengthY; |
| 19772 | 18288 |
| 19773 SVGAnimatedInteger get orderX(); | 18289 final SVGAnimatedInteger orderX; |
| 19774 | 18290 |
| 19775 SVGAnimatedInteger get orderY(); | 18291 final SVGAnimatedInteger orderY; |
| 19776 | 18292 |
| 19777 SVGAnimatedBoolean get preserveAlpha(); | 18293 final SVGAnimatedBoolean preserveAlpha; |
| 19778 | 18294 |
| 19779 SVGAnimatedInteger get targetX(); | 18295 final SVGAnimatedInteger targetX; |
| 19780 | 18296 |
| 19781 SVGAnimatedInteger get targetY(); | 18297 final SVGAnimatedInteger targetY; |
| 19782 } | 18298 } |
| 19783 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18299 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19784 // for details. All rights reserved. Use of this source code is governed by a | 18300 // for details. All rights reserved. Use of this source code is governed by a |
| 19785 // BSD-style license that can be found in the LICENSE file. | 18301 // BSD-style license that can be found in the LICENSE file. |
| 19786 | 18302 |
| 19787 // WARNING: Do not edit - generated code. | 18303 // WARNING: Do not edit - generated code. |
| 19788 | 18304 |
| 19789 interface SVGFEDiffuseLightingElement extends SVGElement, SVGFilterPrimitiveStan
dardAttributes { | 18305 interface SVGFEDiffuseLightingElement extends SVGElement, SVGFilterPrimitiveStan
dardAttributes { |
| 19790 | 18306 |
| 19791 SVGAnimatedNumber get diffuseConstant(); | 18307 final SVGAnimatedNumber diffuseConstant; |
| 19792 | 18308 |
| 19793 SVGAnimatedString get in1(); | 18309 final SVGAnimatedString in1; |
| 19794 | 18310 |
| 19795 SVGAnimatedNumber get kernelUnitLengthX(); | 18311 final SVGAnimatedNumber kernelUnitLengthX; |
| 19796 | 18312 |
| 19797 SVGAnimatedNumber get kernelUnitLengthY(); | 18313 final SVGAnimatedNumber kernelUnitLengthY; |
| 19798 | 18314 |
| 19799 SVGAnimatedNumber get surfaceScale(); | 18315 final SVGAnimatedNumber surfaceScale; |
| 19800 } | 18316 } |
| 19801 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18317 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19802 // for details. All rights reserved. Use of this source code is governed by a | 18318 // for details. All rights reserved. Use of this source code is governed by a |
| 19803 // BSD-style license that can be found in the LICENSE file. | 18319 // BSD-style license that can be found in the LICENSE file. |
| 19804 | 18320 |
| 19805 // WARNING: Do not edit - generated code. | 18321 // WARNING: Do not edit - generated code. |
| 19806 | 18322 |
| 19807 interface SVGFEDisplacementMapElement extends SVGElement, SVGFilterPrimitiveStan
dardAttributes { | 18323 interface SVGFEDisplacementMapElement extends SVGElement, SVGFilterPrimitiveStan
dardAttributes { |
| 19808 | 18324 |
| 19809 static final int SVG_CHANNEL_A = 4; | 18325 static final int SVG_CHANNEL_A = 4; |
| 19810 | 18326 |
| 19811 static final int SVG_CHANNEL_B = 3; | 18327 static final int SVG_CHANNEL_B = 3; |
| 19812 | 18328 |
| 19813 static final int SVG_CHANNEL_G = 2; | 18329 static final int SVG_CHANNEL_G = 2; |
| 19814 | 18330 |
| 19815 static final int SVG_CHANNEL_R = 1; | 18331 static final int SVG_CHANNEL_R = 1; |
| 19816 | 18332 |
| 19817 static final int SVG_CHANNEL_UNKNOWN = 0; | 18333 static final int SVG_CHANNEL_UNKNOWN = 0; |
| 19818 | 18334 |
| 19819 SVGAnimatedString get in1(); | 18335 final SVGAnimatedString in1; |
| 19820 | 18336 |
| 19821 SVGAnimatedString get in2(); | 18337 final SVGAnimatedString in2; |
| 19822 | 18338 |
| 19823 SVGAnimatedNumber get scale(); | 18339 final SVGAnimatedNumber scale; |
| 19824 | 18340 |
| 19825 SVGAnimatedEnumeration get xChannelSelector(); | 18341 final SVGAnimatedEnumeration xChannelSelector; |
| 19826 | 18342 |
| 19827 SVGAnimatedEnumeration get yChannelSelector(); | 18343 final SVGAnimatedEnumeration yChannelSelector; |
| 19828 } | 18344 } |
| 19829 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18345 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19830 // for details. All rights reserved. Use of this source code is governed by a | 18346 // for details. All rights reserved. Use of this source code is governed by a |
| 19831 // BSD-style license that can be found in the LICENSE file. | 18347 // BSD-style license that can be found in the LICENSE file. |
| 19832 | 18348 |
| 19833 // WARNING: Do not edit - generated code. | 18349 // WARNING: Do not edit - generated code. |
| 19834 | 18350 |
| 19835 interface SVGFEDistantLightElement extends SVGElement { | 18351 interface SVGFEDistantLightElement extends SVGElement { |
| 19836 | 18352 |
| 19837 SVGAnimatedNumber get azimuth(); | 18353 final SVGAnimatedNumber azimuth; |
| 19838 | 18354 |
| 19839 SVGAnimatedNumber get elevation(); | 18355 final SVGAnimatedNumber elevation; |
| 19840 } | 18356 } |
| 19841 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18357 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19842 // for details. All rights reserved. Use of this source code is governed by a | 18358 // for details. All rights reserved. Use of this source code is governed by a |
| 19843 // BSD-style license that can be found in the LICENSE file. | 18359 // BSD-style license that can be found in the LICENSE file. |
| 19844 | 18360 |
| 19845 // WARNING: Do not edit - generated code. | 18361 // WARNING: Do not edit - generated code. |
| 19846 | 18362 |
| 19847 interface SVGFEDropShadowElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { | 18363 interface SVGFEDropShadowElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { |
| 19848 | 18364 |
| 19849 SVGAnimatedNumber get dx(); | 18365 final SVGAnimatedNumber dx; |
| 19850 | 18366 |
| 19851 SVGAnimatedNumber get dy(); | 18367 final SVGAnimatedNumber dy; |
| 19852 | 18368 |
| 19853 SVGAnimatedString get in1(); | 18369 final SVGAnimatedString in1; |
| 19854 | 18370 |
| 19855 SVGAnimatedNumber get stdDeviationX(); | 18371 final SVGAnimatedNumber stdDeviationX; |
| 19856 | 18372 |
| 19857 SVGAnimatedNumber get stdDeviationY(); | 18373 final SVGAnimatedNumber stdDeviationY; |
| 19858 | 18374 |
| 19859 void setStdDeviation(num stdDeviationX, num stdDeviationY); | 18375 void setStdDeviation(num stdDeviationX, num stdDeviationY); |
| 19860 } | 18376 } |
| 19861 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18377 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19862 // for details. All rights reserved. Use of this source code is governed by a | 18378 // for details. All rights reserved. Use of this source code is governed by a |
| 19863 // BSD-style license that can be found in the LICENSE file. | 18379 // BSD-style license that can be found in the LICENSE file. |
| 19864 | 18380 |
| 19865 // WARNING: Do not edit - generated code. | 18381 // WARNING: Do not edit - generated code. |
| 19866 | 18382 |
| 19867 interface SVGFEFloodElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { | 18383 interface SVGFEFloodElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19899 interface SVGFEFuncRElement extends SVGComponentTransferFunctionElement { | 18415 interface SVGFEFuncRElement extends SVGComponentTransferFunctionElement { |
| 19900 } | 18416 } |
| 19901 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18417 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19902 // for details. All rights reserved. Use of this source code is governed by a | 18418 // for details. All rights reserved. Use of this source code is governed by a |
| 19903 // BSD-style license that can be found in the LICENSE file. | 18419 // BSD-style license that can be found in the LICENSE file. |
| 19904 | 18420 |
| 19905 // WARNING: Do not edit - generated code. | 18421 // WARNING: Do not edit - generated code. |
| 19906 | 18422 |
| 19907 interface SVGFEGaussianBlurElement extends SVGElement, SVGFilterPrimitiveStandar
dAttributes { | 18423 interface SVGFEGaussianBlurElement extends SVGElement, SVGFilterPrimitiveStandar
dAttributes { |
| 19908 | 18424 |
| 19909 SVGAnimatedString get in1(); | 18425 final SVGAnimatedString in1; |
| 19910 | 18426 |
| 19911 SVGAnimatedNumber get stdDeviationX(); | 18427 final SVGAnimatedNumber stdDeviationX; |
| 19912 | 18428 |
| 19913 SVGAnimatedNumber get stdDeviationY(); | 18429 final SVGAnimatedNumber stdDeviationY; |
| 19914 | 18430 |
| 19915 void setStdDeviation(num stdDeviationX, num stdDeviationY); | 18431 void setStdDeviation(num stdDeviationX, num stdDeviationY); |
| 19916 } | 18432 } |
| 19917 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18433 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19918 // for details. All rights reserved. Use of this source code is governed by a | 18434 // for details. All rights reserved. Use of this source code is governed by a |
| 19919 // BSD-style license that can be found in the LICENSE file. | 18435 // BSD-style license that can be found in the LICENSE file. |
| 19920 | 18436 |
| 19921 // WARNING: Do not edit - generated code. | 18437 // WARNING: Do not edit - generated code. |
| 19922 | 18438 |
| 19923 interface SVGFEImageElement extends SVGElement, SVGURIReference, SVGLangSpace, S
VGExternalResourcesRequired, SVGFilterPrimitiveStandardAttributes { | 18439 interface SVGFEImageElement extends SVGElement, SVGURIReference, SVGLangSpace, S
VGExternalResourcesRequired, SVGFilterPrimitiveStandardAttributes { |
| 19924 | 18440 |
| 19925 SVGAnimatedPreserveAspectRatio get preserveAspectRatio(); | 18441 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 19926 } | 18442 } |
| 19927 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18443 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19928 // for details. All rights reserved. Use of this source code is governed by a | 18444 // for details. All rights reserved. Use of this source code is governed by a |
| 19929 // BSD-style license that can be found in the LICENSE file. | 18445 // BSD-style license that can be found in the LICENSE file. |
| 19930 | 18446 |
| 19931 // WARNING: Do not edit - generated code. | 18447 // WARNING: Do not edit - generated code. |
| 19932 | 18448 |
| 19933 interface SVGFEMergeElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { | 18449 interface SVGFEMergeElement extends SVGElement, SVGFilterPrimitiveStandardAttrib
utes { |
| 19934 } | 18450 } |
| 19935 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18451 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19936 // for details. All rights reserved. Use of this source code is governed by a | 18452 // for details. All rights reserved. Use of this source code is governed by a |
| 19937 // BSD-style license that can be found in the LICENSE file. | 18453 // BSD-style license that can be found in the LICENSE file. |
| 19938 | 18454 |
| 19939 // WARNING: Do not edit - generated code. | 18455 // WARNING: Do not edit - generated code. |
| 19940 | 18456 |
| 19941 interface SVGFEMergeNodeElement extends SVGElement { | 18457 interface SVGFEMergeNodeElement extends SVGElement { |
| 19942 | 18458 |
| 19943 SVGAnimatedString get in1(); | 18459 final SVGAnimatedString in1; |
| 19944 } | 18460 } |
| 19945 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18461 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19946 // for details. All rights reserved. Use of this source code is governed by a | 18462 // for details. All rights reserved. Use of this source code is governed by a |
| 19947 // BSD-style license that can be found in the LICENSE file. | 18463 // BSD-style license that can be found in the LICENSE file. |
| 19948 | 18464 |
| 19949 // WARNING: Do not edit - generated code. | 18465 // WARNING: Do not edit - generated code. |
| 19950 | 18466 |
| 19951 interface SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { | 18467 interface SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { |
| 19952 | 18468 |
| 19953 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 18469 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 19954 | 18470 |
| 19955 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 18471 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 19956 | 18472 |
| 19957 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 18473 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 19958 | 18474 |
| 19959 SVGAnimatedString get in1(); | 18475 final SVGAnimatedString in1; |
| 19960 | 18476 |
| 19961 SVGAnimatedEnumeration get operator(); | 18477 final SVGAnimatedEnumeration operator; |
| 19962 | 18478 |
| 19963 SVGAnimatedNumber get radiusX(); | 18479 final SVGAnimatedNumber radiusX; |
| 19964 | 18480 |
| 19965 SVGAnimatedNumber get radiusY(); | 18481 final SVGAnimatedNumber radiusY; |
| 19966 | 18482 |
| 19967 void setRadius(num radiusX, num radiusY); | 18483 void setRadius(num radiusX, num radiusY); |
| 19968 } | 18484 } |
| 19969 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18485 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19970 // for details. All rights reserved. Use of this source code is governed by a | 18486 // for details. All rights reserved. Use of this source code is governed by a |
| 19971 // BSD-style license that can be found in the LICENSE file. | 18487 // BSD-style license that can be found in the LICENSE file. |
| 19972 | 18488 |
| 19973 // WARNING: Do not edit - generated code. | 18489 // WARNING: Do not edit - generated code. |
| 19974 | 18490 |
| 19975 interface SVGFEOffsetElement extends SVGElement, SVGFilterPrimitiveStandardAttri
butes { | 18491 interface SVGFEOffsetElement extends SVGElement, SVGFilterPrimitiveStandardAttri
butes { |
| 19976 | 18492 |
| 19977 SVGAnimatedNumber get dx(); | 18493 final SVGAnimatedNumber dx; |
| 19978 | 18494 |
| 19979 SVGAnimatedNumber get dy(); | 18495 final SVGAnimatedNumber dy; |
| 19980 | 18496 |
| 19981 SVGAnimatedString get in1(); | 18497 final SVGAnimatedString in1; |
| 19982 } | 18498 } |
| 19983 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18499 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19984 // for details. All rights reserved. Use of this source code is governed by a | 18500 // for details. All rights reserved. Use of this source code is governed by a |
| 19985 // BSD-style license that can be found in the LICENSE file. | 18501 // BSD-style license that can be found in the LICENSE file. |
| 19986 | 18502 |
| 19987 // WARNING: Do not edit - generated code. | 18503 // WARNING: Do not edit - generated code. |
| 19988 | 18504 |
| 19989 interface SVGFEPointLightElement extends SVGElement { | 18505 interface SVGFEPointLightElement extends SVGElement { |
| 19990 | 18506 |
| 19991 SVGAnimatedNumber get x(); | 18507 final SVGAnimatedNumber x; |
| 19992 | 18508 |
| 19993 SVGAnimatedNumber get y(); | 18509 final SVGAnimatedNumber y; |
| 19994 | 18510 |
| 19995 SVGAnimatedNumber get z(); | 18511 final SVGAnimatedNumber z; |
| 19996 } | 18512 } |
| 19997 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18513 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 19998 // for details. All rights reserved. Use of this source code is governed by a | 18514 // for details. All rights reserved. Use of this source code is governed by a |
| 19999 // BSD-style license that can be found in the LICENSE file. | 18515 // BSD-style license that can be found in the LICENSE file. |
| 20000 | 18516 |
| 20001 // WARNING: Do not edit - generated code. | 18517 // WARNING: Do not edit - generated code. |
| 20002 | 18518 |
| 20003 interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveSta
ndardAttributes { | 18519 interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveSta
ndardAttributes { |
| 20004 | 18520 |
| 20005 SVGAnimatedString get in1(); | 18521 final SVGAnimatedString in1; |
| 20006 | 18522 |
| 20007 SVGAnimatedNumber get specularConstant(); | 18523 final SVGAnimatedNumber specularConstant; |
| 20008 | 18524 |
| 20009 SVGAnimatedNumber get specularExponent(); | 18525 final SVGAnimatedNumber specularExponent; |
| 20010 | 18526 |
| 20011 SVGAnimatedNumber get surfaceScale(); | 18527 final SVGAnimatedNumber surfaceScale; |
| 20012 } | 18528 } |
| 20013 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18529 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20014 // for details. All rights reserved. Use of this source code is governed by a | 18530 // for details. All rights reserved. Use of this source code is governed by a |
| 20015 // BSD-style license that can be found in the LICENSE file. | 18531 // BSD-style license that can be found in the LICENSE file. |
| 20016 | 18532 |
| 20017 // WARNING: Do not edit - generated code. | 18533 // WARNING: Do not edit - generated code. |
| 20018 | 18534 |
| 20019 interface SVGFESpotLightElement extends SVGElement { | 18535 interface SVGFESpotLightElement extends SVGElement { |
| 20020 | 18536 |
| 20021 SVGAnimatedNumber get limitingConeAngle(); | 18537 final SVGAnimatedNumber limitingConeAngle; |
| 20022 | 18538 |
| 20023 SVGAnimatedNumber get pointsAtX(); | 18539 final SVGAnimatedNumber pointsAtX; |
| 20024 | 18540 |
| 20025 SVGAnimatedNumber get pointsAtY(); | 18541 final SVGAnimatedNumber pointsAtY; |
| 20026 | 18542 |
| 20027 SVGAnimatedNumber get pointsAtZ(); | 18543 final SVGAnimatedNumber pointsAtZ; |
| 20028 | 18544 |
| 20029 SVGAnimatedNumber get specularExponent(); | 18545 final SVGAnimatedNumber specularExponent; |
| 20030 | 18546 |
| 20031 SVGAnimatedNumber get x(); | 18547 final SVGAnimatedNumber x; |
| 20032 | 18548 |
| 20033 SVGAnimatedNumber get y(); | 18549 final SVGAnimatedNumber y; |
| 20034 | 18550 |
| 20035 SVGAnimatedNumber get z(); | 18551 final SVGAnimatedNumber z; |
| 20036 } | 18552 } |
| 20037 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18553 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20038 // for details. All rights reserved. Use of this source code is governed by a | 18554 // for details. All rights reserved. Use of this source code is governed by a |
| 20039 // BSD-style license that can be found in the LICENSE file. | 18555 // BSD-style license that can be found in the LICENSE file. |
| 20040 | 18556 |
| 20041 // WARNING: Do not edit - generated code. | 18557 // WARNING: Do not edit - generated code. |
| 20042 | 18558 |
| 20043 interface SVGFETileElement extends SVGElement, SVGFilterPrimitiveStandardAttribu
tes { | 18559 interface SVGFETileElement extends SVGElement, SVGFilterPrimitiveStandardAttribu
tes { |
| 20044 | 18560 |
| 20045 SVGAnimatedString get in1(); | 18561 final SVGAnimatedString in1; |
| 20046 } | 18562 } |
| 20047 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18563 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20048 // for details. All rights reserved. Use of this source code is governed by a | 18564 // for details. All rights reserved. Use of this source code is governed by a |
| 20049 // BSD-style license that can be found in the LICENSE file. | 18565 // BSD-style license that can be found in the LICENSE file. |
| 20050 | 18566 |
| 20051 // WARNING: Do not edit - generated code. | 18567 // WARNING: Do not edit - generated code. |
| 20052 | 18568 |
| 20053 interface SVGFETurbulenceElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { | 18569 interface SVGFETurbulenceElement extends SVGElement, SVGFilterPrimitiveStandardA
ttributes { |
| 20054 | 18570 |
| 20055 static final int SVG_STITCHTYPE_NOSTITCH = 2; | 18571 static final int SVG_STITCHTYPE_NOSTITCH = 2; |
| 20056 | 18572 |
| 20057 static final int SVG_STITCHTYPE_STITCH = 1; | 18573 static final int SVG_STITCHTYPE_STITCH = 1; |
| 20058 | 18574 |
| 20059 static final int SVG_STITCHTYPE_UNKNOWN = 0; | 18575 static final int SVG_STITCHTYPE_UNKNOWN = 0; |
| 20060 | 18576 |
| 20061 static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; | 18577 static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
| 20062 | 18578 |
| 20063 static final int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 18579 static final int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 20064 | 18580 |
| 20065 static final int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 18581 static final int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 20066 | 18582 |
| 20067 SVGAnimatedNumber get baseFrequencyX(); | 18583 final SVGAnimatedNumber baseFrequencyX; |
| 20068 | 18584 |
| 20069 SVGAnimatedNumber get baseFrequencyY(); | 18585 final SVGAnimatedNumber baseFrequencyY; |
| 20070 | 18586 |
| 20071 SVGAnimatedInteger get numOctaves(); | 18587 final SVGAnimatedInteger numOctaves; |
| 20072 | 18588 |
| 20073 SVGAnimatedNumber get seed(); | 18589 final SVGAnimatedNumber seed; |
| 20074 | 18590 |
| 20075 SVGAnimatedEnumeration get stitchTiles(); | 18591 final SVGAnimatedEnumeration stitchTiles; |
| 20076 | 18592 |
| 20077 SVGAnimatedEnumeration get type(); | 18593 final SVGAnimatedEnumeration type; |
| 20078 } | 18594 } |
| 20079 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18595 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20080 // for details. All rights reserved. Use of this source code is governed by a | 18596 // for details. All rights reserved. Use of this source code is governed by a |
| 20081 // BSD-style license that can be found in the LICENSE file. | 18597 // BSD-style license that can be found in the LICENSE file. |
| 20082 | 18598 |
| 20083 // WARNING: Do not edit - generated code. | 18599 // WARNING: Do not edit - generated code. |
| 20084 | 18600 |
| 20085 interface SVGFilterElement extends SVGElement, SVGURIReference, SVGLangSpace, SV
GExternalResourcesRequired, SVGStylable { | 18601 interface SVGFilterElement extends SVGElement, SVGURIReference, SVGLangSpace, SV
GExternalResourcesRequired, SVGStylable { |
| 20086 | 18602 |
| 20087 SVGAnimatedInteger get filterResX(); | 18603 final SVGAnimatedInteger filterResX; |
| 20088 | 18604 |
| 20089 SVGAnimatedInteger get filterResY(); | 18605 final SVGAnimatedInteger filterResY; |
| 20090 | 18606 |
| 20091 SVGAnimatedEnumeration get filterUnits(); | 18607 final SVGAnimatedEnumeration filterUnits; |
| 20092 | 18608 |
| 20093 SVGAnimatedLength get height(); | 18609 final SVGAnimatedLength height; |
| 20094 | 18610 |
| 20095 SVGAnimatedEnumeration get primitiveUnits(); | 18611 final SVGAnimatedEnumeration primitiveUnits; |
| 20096 | 18612 |
| 20097 SVGAnimatedLength get width(); | 18613 final SVGAnimatedLength width; |
| 20098 | 18614 |
| 20099 SVGAnimatedLength get x(); | 18615 final SVGAnimatedLength x; |
| 20100 | 18616 |
| 20101 SVGAnimatedLength get y(); | 18617 final SVGAnimatedLength y; |
| 20102 | 18618 |
| 20103 void setFilterRes(int filterResX, int filterResY); | 18619 void setFilterRes(int filterResX, int filterResY); |
| 20104 } | 18620 } |
| 20105 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18621 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20106 // for details. All rights reserved. Use of this source code is governed by a | 18622 // for details. All rights reserved. Use of this source code is governed by a |
| 20107 // BSD-style license that can be found in the LICENSE file. | 18623 // BSD-style license that can be found in the LICENSE file. |
| 20108 | 18624 |
| 20109 // WARNING: Do not edit - generated code. | 18625 // WARNING: Do not edit - generated code. |
| 20110 | 18626 |
| 20111 interface SVGFilterPrimitiveStandardAttributes extends SVGStylable { | 18627 interface SVGFilterPrimitiveStandardAttributes extends SVGStylable { |
| 20112 | 18628 |
| 20113 SVGAnimatedLength get height(); | 18629 final SVGAnimatedLength height; |
| 20114 | 18630 |
| 20115 SVGAnimatedString get result(); | 18631 final SVGAnimatedString result; |
| 20116 | 18632 |
| 20117 SVGAnimatedLength get width(); | 18633 final SVGAnimatedLength width; |
| 20118 | 18634 |
| 20119 SVGAnimatedLength get x(); | 18635 final SVGAnimatedLength x; |
| 20120 | 18636 |
| 20121 SVGAnimatedLength get y(); | 18637 final SVGAnimatedLength y; |
| 20122 } | 18638 } |
| 20123 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18639 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20124 // for details. All rights reserved. Use of this source code is governed by a | 18640 // for details. All rights reserved. Use of this source code is governed by a |
| 20125 // BSD-style license that can be found in the LICENSE file. | 18641 // BSD-style license that can be found in the LICENSE file. |
| 20126 | 18642 |
| 20127 // WARNING: Do not edit - generated code. | 18643 // WARNING: Do not edit - generated code. |
| 20128 | 18644 |
| 20129 interface SVGFitToViewBox { | 18645 interface SVGFitToViewBox { |
| 20130 | 18646 |
| 20131 SVGAnimatedPreserveAspectRatio get preserveAspectRatio(); | 18647 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 20132 | 18648 |
| 20133 SVGAnimatedRect get viewBox(); | 18649 final SVGAnimatedRect viewBox; |
| 20134 } | 18650 } |
| 20135 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18651 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20136 // for details. All rights reserved. Use of this source code is governed by a | 18652 // for details. All rights reserved. Use of this source code is governed by a |
| 20137 // BSD-style license that can be found in the LICENSE file. | 18653 // BSD-style license that can be found in the LICENSE file. |
| 20138 | 18654 |
| 20139 // WARNING: Do not edit - generated code. | 18655 // WARNING: Do not edit - generated code. |
| 20140 | 18656 |
| 20141 interface SVGFontElement extends SVGElement { | 18657 interface SVGFontElement extends SVGElement { |
| 20142 } | 18658 } |
| 20143 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18659 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 20181 interface SVGFontFaceUriElement extends SVGElement { | 18697 interface SVGFontFaceUriElement extends SVGElement { |
| 20182 } | 18698 } |
| 20183 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18699 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20184 // for details. All rights reserved. Use of this source code is governed by a | 18700 // for details. All rights reserved. Use of this source code is governed by a |
| 20185 // BSD-style license that can be found in the LICENSE file. | 18701 // BSD-style license that can be found in the LICENSE file. |
| 20186 | 18702 |
| 20187 // WARNING: Do not edit - generated code. | 18703 // WARNING: Do not edit - generated code. |
| 20188 | 18704 |
| 20189 interface SVGForeignObjectElement extends SVGElement, SVGTests, SVGLangSpace, SV
GExternalResourcesRequired, SVGStylable, SVGTransformable { | 18705 interface SVGForeignObjectElement extends SVGElement, SVGTests, SVGLangSpace, SV
GExternalResourcesRequired, SVGStylable, SVGTransformable { |
| 20190 | 18706 |
| 20191 SVGAnimatedLength get height(); | 18707 final SVGAnimatedLength height; |
| 20192 | 18708 |
| 20193 SVGAnimatedLength get width(); | 18709 final SVGAnimatedLength width; |
| 20194 | 18710 |
| 20195 SVGAnimatedLength get x(); | 18711 final SVGAnimatedLength x; |
| 20196 | 18712 |
| 20197 SVGAnimatedLength get y(); | 18713 final SVGAnimatedLength y; |
| 20198 } | 18714 } |
| 20199 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18715 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20200 // for details. All rights reserved. Use of this source code is governed by a | 18716 // for details. All rights reserved. Use of this source code is governed by a |
| 20201 // BSD-style license that can be found in the LICENSE file. | 18717 // BSD-style license that can be found in the LICENSE file. |
| 20202 | 18718 |
| 20203 // WARNING: Do not edit - generated code. | 18719 // WARNING: Do not edit - generated code. |
| 20204 | 18720 |
| 20205 interface SVGGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalRes
ourcesRequired, SVGStylable, SVGTransformable { | 18721 interface SVGGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalRes
ourcesRequired, SVGStylable, SVGTransformable { |
| 20206 } | 18722 } |
| 20207 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18723 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20208 // for details. All rights reserved. Use of this source code is governed by a | 18724 // for details. All rights reserved. Use of this source code is governed by a |
| 20209 // BSD-style license that can be found in the LICENSE file. | 18725 // BSD-style license that can be found in the LICENSE file. |
| 20210 | 18726 |
| 20211 // WARNING: Do not edit - generated code. | 18727 // WARNING: Do not edit - generated code. |
| 20212 | 18728 |
| 20213 interface SVGGlyphElement extends SVGElement { | 18729 interface SVGGlyphElement extends SVGElement { |
| 20214 } | 18730 } |
| 20215 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18731 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20216 // for details. All rights reserved. Use of this source code is governed by a | 18732 // for details. All rights reserved. Use of this source code is governed by a |
| 20217 // BSD-style license that can be found in the LICENSE file. | 18733 // BSD-style license that can be found in the LICENSE file. |
| 20218 | 18734 |
| 20219 // WARNING: Do not edit - generated code. | 18735 // WARNING: Do not edit - generated code. |
| 20220 | 18736 |
| 20221 interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable { | 18737 interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable { |
| 20222 | 18738 |
| 20223 num get dx(); | 18739 num dx; |
| 20224 | 18740 |
| 20225 void set dx(num value); | 18741 num dy; |
| 20226 | 18742 |
| 20227 num get dy(); | 18743 String format; |
| 20228 | 18744 |
| 20229 void set dy(num value); | 18745 String glyphRef; |
| 20230 | 18746 |
| 20231 String get format(); | 18747 num x; |
| 20232 | 18748 |
| 20233 void set format(String value); | 18749 num y; |
| 20234 | |
| 20235 String get glyphRef(); | |
| 20236 | |
| 20237 void set glyphRef(String value); | |
| 20238 | |
| 20239 num get x(); | |
| 20240 | |
| 20241 void set x(num value); | |
| 20242 | |
| 20243 num get y(); | |
| 20244 | |
| 20245 void set y(num value); | |
| 20246 } | 18750 } |
| 20247 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18751 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20248 // for details. All rights reserved. Use of this source code is governed by a | 18752 // for details. All rights reserved. Use of this source code is governed by a |
| 20249 // BSD-style license that can be found in the LICENSE file. | 18753 // BSD-style license that can be found in the LICENSE file. |
| 20250 | 18754 |
| 20251 // WARNING: Do not edit - generated code. | 18755 // WARNING: Do not edit - generated code. |
| 20252 | 18756 |
| 20253 interface SVGGradientElement extends SVGElement, SVGURIReference, SVGExternalRes
ourcesRequired, SVGStylable { | 18757 interface SVGGradientElement extends SVGElement, SVGURIReference, SVGExternalRes
ourcesRequired, SVGStylable { |
| 20254 | 18758 |
| 20255 static final int SVG_SPREADMETHOD_PAD = 1; | 18759 static final int SVG_SPREADMETHOD_PAD = 1; |
| 20256 | 18760 |
| 20257 static final int SVG_SPREADMETHOD_REFLECT = 2; | 18761 static final int SVG_SPREADMETHOD_REFLECT = 2; |
| 20258 | 18762 |
| 20259 static final int SVG_SPREADMETHOD_REPEAT = 3; | 18763 static final int SVG_SPREADMETHOD_REPEAT = 3; |
| 20260 | 18764 |
| 20261 static final int SVG_SPREADMETHOD_UNKNOWN = 0; | 18765 static final int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 20262 | 18766 |
| 20263 SVGAnimatedTransformList get gradientTransform(); | 18767 final SVGAnimatedTransformList gradientTransform; |
| 20264 | 18768 |
| 20265 SVGAnimatedEnumeration get gradientUnits(); | 18769 final SVGAnimatedEnumeration gradientUnits; |
| 20266 | 18770 |
| 20267 SVGAnimatedEnumeration get spreadMethod(); | 18771 final SVGAnimatedEnumeration spreadMethod; |
| 20268 } | 18772 } |
| 20269 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18773 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20270 // for details. All rights reserved. Use of this source code is governed by a | 18774 // for details. All rights reserved. Use of this source code is governed by a |
| 20271 // BSD-style license that can be found in the LICENSE file. | 18775 // BSD-style license that can be found in the LICENSE file. |
| 20272 | 18776 |
| 20273 // WARNING: Do not edit - generated code. | 18777 // WARNING: Do not edit - generated code. |
| 20274 | 18778 |
| 20275 interface SVGHKernElement extends SVGElement { | 18779 interface SVGHKernElement extends SVGElement { |
| 20276 } | 18780 } |
| 20277 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18781 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20278 // for details. All rights reserved. Use of this source code is governed by a | 18782 // for details. All rights reserved. Use of this source code is governed by a |
| 20279 // BSD-style license that can be found in the LICENSE file. | 18783 // BSD-style license that can be found in the LICENSE file. |
| 20280 | 18784 |
| 20281 // WARNING: Do not edit - generated code. | 18785 // WARNING: Do not edit - generated code. |
| 20282 | 18786 |
| 20283 interface SVGImageElement extends SVGElement, SVGURIReference, SVGTests, SVGLang
Space, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { | 18787 interface SVGImageElement extends SVGElement, SVGURIReference, SVGTests, SVGLang
Space, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { |
| 20284 | 18788 |
| 20285 SVGAnimatedLength get height(); | 18789 final SVGAnimatedLength height; |
| 20286 | 18790 |
| 20287 SVGAnimatedPreserveAspectRatio get preserveAspectRatio(); | 18791 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 20288 | 18792 |
| 20289 SVGAnimatedLength get width(); | 18793 final SVGAnimatedLength width; |
| 20290 | 18794 |
| 20291 SVGAnimatedLength get x(); | 18795 final SVGAnimatedLength x; |
| 20292 | 18796 |
| 20293 SVGAnimatedLength get y(); | 18797 final SVGAnimatedLength y; |
| 20294 } | 18798 } |
| 20295 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18799 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20296 // for details. All rights reserved. Use of this source code is governed by a | 18800 // for details. All rights reserved. Use of this source code is governed by a |
| 20297 // BSD-style license that can be found in the LICENSE file. | 18801 // BSD-style license that can be found in the LICENSE file. |
| 20298 | 18802 |
| 20299 // WARNING: Do not edit - generated code. | 18803 // WARNING: Do not edit - generated code. |
| 20300 | 18804 |
| 20301 interface SVGLangSpace { | 18805 interface SVGLangSpace { |
| 20302 | 18806 |
| 20303 String get xmllang(); | 18807 String xmllang; |
| 20304 | 18808 |
| 20305 void set xmllang(String value); | 18809 String xmlspace; |
| 20306 | |
| 20307 String get xmlspace(); | |
| 20308 | |
| 20309 void set xmlspace(String value); | |
| 20310 } | 18810 } |
| 20311 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18811 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20312 // for details. All rights reserved. Use of this source code is governed by a | 18812 // for details. All rights reserved. Use of this source code is governed by a |
| 20313 // BSD-style license that can be found in the LICENSE file. | 18813 // BSD-style license that can be found in the LICENSE file. |
| 20314 | 18814 |
| 20315 // WARNING: Do not edit - generated code. | 18815 // WARNING: Do not edit - generated code. |
| 20316 | 18816 |
| 20317 interface SVGLength { | 18817 interface SVGLength { |
| 20318 | 18818 |
| 20319 static final int SVG_LENGTHTYPE_CM = 6; | 18819 static final int SVG_LENGTHTYPE_CM = 6; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 20331 static final int SVG_LENGTHTYPE_PC = 10; | 18831 static final int SVG_LENGTHTYPE_PC = 10; |
| 20332 | 18832 |
| 20333 static final int SVG_LENGTHTYPE_PERCENTAGE = 2; | 18833 static final int SVG_LENGTHTYPE_PERCENTAGE = 2; |
| 20334 | 18834 |
| 20335 static final int SVG_LENGTHTYPE_PT = 9; | 18835 static final int SVG_LENGTHTYPE_PT = 9; |
| 20336 | 18836 |
| 20337 static final int SVG_LENGTHTYPE_PX = 5; | 18837 static final int SVG_LENGTHTYPE_PX = 5; |
| 20338 | 18838 |
| 20339 static final int SVG_LENGTHTYPE_UNKNOWN = 0; | 18839 static final int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 20340 | 18840 |
| 20341 int get unitType(); | 18841 final int unitType; |
| 20342 | 18842 |
| 20343 num get value(); | 18843 num value; |
| 20344 | 18844 |
| 20345 void set value(num value); | 18845 String valueAsString; |
| 20346 | 18846 |
| 20347 String get valueAsString(); | 18847 num valueInSpecifiedUnits; |
| 20348 | |
| 20349 void set valueAsString(String value); | |
| 20350 | |
| 20351 num get valueInSpecifiedUnits(); | |
| 20352 | |
| 20353 void set valueInSpecifiedUnits(num value); | |
| 20354 | 18848 |
| 20355 void convertToSpecifiedUnits(int unitType); | 18849 void convertToSpecifiedUnits(int unitType); |
| 20356 | 18850 |
| 20357 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits); | 18851 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits); |
| 20358 } | 18852 } |
| 20359 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18853 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20360 // for details. All rights reserved. Use of this source code is governed by a | 18854 // for details. All rights reserved. Use of this source code is governed by a |
| 20361 // BSD-style license that can be found in the LICENSE file. | 18855 // BSD-style license that can be found in the LICENSE file. |
| 20362 | 18856 |
| 20363 // WARNING: Do not edit - generated code. | 18857 // WARNING: Do not edit - generated code. |
| 20364 | 18858 |
| 20365 interface SVGLengthList { | 18859 interface SVGLengthList { |
| 20366 | 18860 |
| 20367 int get numberOfItems(); | 18861 final int numberOfItems; |
| 20368 | 18862 |
| 20369 SVGLength appendItem(SVGLength item); | 18863 SVGLength appendItem(SVGLength item); |
| 20370 | 18864 |
| 20371 void clear(); | 18865 void clear(); |
| 20372 | 18866 |
| 20373 SVGLength getItem(int index); | 18867 SVGLength getItem(int index); |
| 20374 | 18868 |
| 20375 SVGLength initialize(SVGLength item); | 18869 SVGLength initialize(SVGLength item); |
| 20376 | 18870 |
| 20377 SVGLength insertItemBefore(SVGLength item, int index); | 18871 SVGLength insertItemBefore(SVGLength item, int index); |
| 20378 | 18872 |
| 20379 SVGLength removeItem(int index); | 18873 SVGLength removeItem(int index); |
| 20380 | 18874 |
| 20381 SVGLength replaceItem(SVGLength item, int index); | 18875 SVGLength replaceItem(SVGLength item, int index); |
| 20382 } | 18876 } |
| 20383 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18877 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20384 // for details. All rights reserved. Use of this source code is governed by a | 18878 // for details. All rights reserved. Use of this source code is governed by a |
| 20385 // BSD-style license that can be found in the LICENSE file. | 18879 // BSD-style license that can be found in the LICENSE file. |
| 20386 | 18880 |
| 20387 // WARNING: Do not edit - generated code. | 18881 // WARNING: Do not edit - generated code. |
| 20388 | 18882 |
| 20389 interface SVGLineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { | 18883 interface SVGLineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { |
| 20390 | 18884 |
| 20391 SVGAnimatedLength get x1(); | 18885 final SVGAnimatedLength x1; |
| 20392 | 18886 |
| 20393 SVGAnimatedLength get x2(); | 18887 final SVGAnimatedLength x2; |
| 20394 | 18888 |
| 20395 SVGAnimatedLength get y1(); | 18889 final SVGAnimatedLength y1; |
| 20396 | 18890 |
| 20397 SVGAnimatedLength get y2(); | 18891 final SVGAnimatedLength y2; |
| 20398 } | 18892 } |
| 20399 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18893 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20400 // for details. All rights reserved. Use of this source code is governed by a | 18894 // for details. All rights reserved. Use of this source code is governed by a |
| 20401 // BSD-style license that can be found in the LICENSE file. | 18895 // BSD-style license that can be found in the LICENSE file. |
| 20402 | 18896 |
| 20403 // WARNING: Do not edit - generated code. | 18897 // WARNING: Do not edit - generated code. |
| 20404 | 18898 |
| 20405 interface SVGLinearGradientElement extends SVGGradientElement { | 18899 interface SVGLinearGradientElement extends SVGGradientElement { |
| 20406 | 18900 |
| 20407 SVGAnimatedLength get x1(); | 18901 final SVGAnimatedLength x1; |
| 20408 | 18902 |
| 20409 SVGAnimatedLength get x2(); | 18903 final SVGAnimatedLength x2; |
| 20410 | 18904 |
| 20411 SVGAnimatedLength get y1(); | 18905 final SVGAnimatedLength y1; |
| 20412 | 18906 |
| 20413 SVGAnimatedLength get y2(); | 18907 final SVGAnimatedLength y2; |
| 20414 } | 18908 } |
| 20415 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18909 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20416 // for details. All rights reserved. Use of this source code is governed by a | 18910 // for details. All rights reserved. Use of this source code is governed by a |
| 20417 // BSD-style license that can be found in the LICENSE file. | 18911 // BSD-style license that can be found in the LICENSE file. |
| 20418 | 18912 |
| 20419 // WARNING: Do not edit - generated code. | 18913 // WARNING: Do not edit - generated code. |
| 20420 | 18914 |
| 20421 interface SVGLocatable { | 18915 interface SVGLocatable { |
| 20422 | 18916 |
| 20423 SVGElement get farthestViewportElement(); | 18917 final SVGElement farthestViewportElement; |
| 20424 | 18918 |
| 20425 SVGElement get nearestViewportElement(); | 18919 final SVGElement nearestViewportElement; |
| 20426 | 18920 |
| 20427 SVGRect getBBox(); | 18921 SVGRect getBBox(); |
| 20428 | 18922 |
| 20429 SVGMatrix getCTM(); | 18923 SVGMatrix getCTM(); |
| 20430 | 18924 |
| 20431 SVGMatrix getScreenCTM(); | 18925 SVGMatrix getScreenCTM(); |
| 20432 | 18926 |
| 20433 SVGMatrix getTransformToElement(SVGElement element); | 18927 SVGMatrix getTransformToElement(SVGElement element); |
| 20434 } | 18928 } |
| 20435 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18929 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 17 matching lines...) Expand all Loading... |
| 20453 static final int SVG_MARKERUNITS_UNKNOWN = 0; | 18947 static final int SVG_MARKERUNITS_UNKNOWN = 0; |
| 20454 | 18948 |
| 20455 static final int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 18949 static final int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 20456 | 18950 |
| 20457 static final int SVG_MARKER_ORIENT_ANGLE = 2; | 18951 static final int SVG_MARKER_ORIENT_ANGLE = 2; |
| 20458 | 18952 |
| 20459 static final int SVG_MARKER_ORIENT_AUTO = 1; | 18953 static final int SVG_MARKER_ORIENT_AUTO = 1; |
| 20460 | 18954 |
| 20461 static final int SVG_MARKER_ORIENT_UNKNOWN = 0; | 18955 static final int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 20462 | 18956 |
| 20463 SVGAnimatedLength get markerHeight(); | 18957 final SVGAnimatedLength markerHeight; |
| 20464 | 18958 |
| 20465 SVGAnimatedEnumeration get markerUnits(); | 18959 final SVGAnimatedEnumeration markerUnits; |
| 20466 | 18960 |
| 20467 SVGAnimatedLength get markerWidth(); | 18961 final SVGAnimatedLength markerWidth; |
| 20468 | 18962 |
| 20469 SVGAnimatedAngle get orientAngle(); | 18963 final SVGAnimatedAngle orientAngle; |
| 20470 | 18964 |
| 20471 SVGAnimatedEnumeration get orientType(); | 18965 final SVGAnimatedEnumeration orientType; |
| 20472 | 18966 |
| 20473 SVGAnimatedLength get refX(); | 18967 final SVGAnimatedLength refX; |
| 20474 | 18968 |
| 20475 SVGAnimatedLength get refY(); | 18969 final SVGAnimatedLength refY; |
| 20476 | 18970 |
| 20477 void setOrientToAngle(SVGAngle angle); | 18971 void setOrientToAngle(SVGAngle angle); |
| 20478 | 18972 |
| 20479 void setOrientToAuto(); | 18973 void setOrientToAuto(); |
| 20480 } | 18974 } |
| 20481 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18975 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20482 // for details. All rights reserved. Use of this source code is governed by a | 18976 // for details. All rights reserved. Use of this source code is governed by a |
| 20483 // BSD-style license that can be found in the LICENSE file. | 18977 // BSD-style license that can be found in the LICENSE file. |
| 20484 | 18978 |
| 20485 // WARNING: Do not edit - generated code. | 18979 // WARNING: Do not edit - generated code. |
| 20486 | 18980 |
| 20487 interface SVGMaskElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable { | 18981 interface SVGMaskElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable { |
| 20488 | 18982 |
| 20489 SVGAnimatedLength get height(); | 18983 final SVGAnimatedLength height; |
| 20490 | 18984 |
| 20491 SVGAnimatedEnumeration get maskContentUnits(); | 18985 final SVGAnimatedEnumeration maskContentUnits; |
| 20492 | 18986 |
| 20493 SVGAnimatedEnumeration get maskUnits(); | 18987 final SVGAnimatedEnumeration maskUnits; |
| 20494 | 18988 |
| 20495 SVGAnimatedLength get width(); | 18989 final SVGAnimatedLength width; |
| 20496 | 18990 |
| 20497 SVGAnimatedLength get x(); | 18991 final SVGAnimatedLength x; |
| 20498 | 18992 |
| 20499 SVGAnimatedLength get y(); | 18993 final SVGAnimatedLength y; |
| 20500 } | 18994 } |
| 20501 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18995 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20502 // for details. All rights reserved. Use of this source code is governed by a | 18996 // for details. All rights reserved. Use of this source code is governed by a |
| 20503 // BSD-style license that can be found in the LICENSE file. | 18997 // BSD-style license that can be found in the LICENSE file. |
| 20504 | 18998 |
| 20505 // WARNING: Do not edit - generated code. | 18999 // WARNING: Do not edit - generated code. |
| 20506 | 19000 |
| 20507 interface SVGMatrix { | 19001 interface SVGMatrix { |
| 20508 | 19002 |
| 20509 num get a(); | 19003 num a; |
| 20510 | 19004 |
| 20511 void set a(num value); | 19005 num b; |
| 20512 | 19006 |
| 20513 num get b(); | 19007 num c; |
| 20514 | 19008 |
| 20515 void set b(num value); | 19009 num d; |
| 20516 | 19010 |
| 20517 num get c(); | 19011 num e; |
| 20518 | 19012 |
| 20519 void set c(num value); | 19013 num f; |
| 20520 | |
| 20521 num get d(); | |
| 20522 | |
| 20523 void set d(num value); | |
| 20524 | |
| 20525 num get e(); | |
| 20526 | |
| 20527 void set e(num value); | |
| 20528 | |
| 20529 num get f(); | |
| 20530 | |
| 20531 void set f(num value); | |
| 20532 | 19014 |
| 20533 SVGMatrix flipX(); | 19015 SVGMatrix flipX(); |
| 20534 | 19016 |
| 20535 SVGMatrix flipY(); | 19017 SVGMatrix flipY(); |
| 20536 | 19018 |
| 20537 SVGMatrix inverse(); | 19019 SVGMatrix inverse(); |
| 20538 | 19020 |
| 20539 SVGMatrix multiply(SVGMatrix secondMatrix); | 19021 SVGMatrix multiply(SVGMatrix secondMatrix); |
| 20540 | 19022 |
| 20541 SVGMatrix rotate(num angle); | 19023 SVGMatrix rotate(num angle); |
| (...skipping 27 matching lines...) Expand all Loading... |
| 20569 interface SVGMissingGlyphElement extends SVGElement { | 19051 interface SVGMissingGlyphElement extends SVGElement { |
| 20570 } | 19052 } |
| 20571 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19053 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20572 // for details. All rights reserved. Use of this source code is governed by a | 19054 // for details. All rights reserved. Use of this source code is governed by a |
| 20573 // BSD-style license that can be found in the LICENSE file. | 19055 // BSD-style license that can be found in the LICENSE file. |
| 20574 | 19056 |
| 20575 // WARNING: Do not edit - generated code. | 19057 // WARNING: Do not edit - generated code. |
| 20576 | 19058 |
| 20577 interface SVGNumber { | 19059 interface SVGNumber { |
| 20578 | 19060 |
| 20579 num get value(); | 19061 num value; |
| 20580 | |
| 20581 void set value(num value); | |
| 20582 } | 19062 } |
| 20583 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19063 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20584 // for details. All rights reserved. Use of this source code is governed by a | 19064 // for details. All rights reserved. Use of this source code is governed by a |
| 20585 // BSD-style license that can be found in the LICENSE file. | 19065 // BSD-style license that can be found in the LICENSE file. |
| 20586 | 19066 |
| 20587 // WARNING: Do not edit - generated code. | 19067 // WARNING: Do not edit - generated code. |
| 20588 | 19068 |
| 20589 interface SVGNumberList { | 19069 interface SVGNumberList { |
| 20590 | 19070 |
| 20591 int get numberOfItems(); | 19071 final int numberOfItems; |
| 20592 | 19072 |
| 20593 SVGNumber appendItem(SVGNumber item); | 19073 SVGNumber appendItem(SVGNumber item); |
| 20594 | 19074 |
| 20595 void clear(); | 19075 void clear(); |
| 20596 | 19076 |
| 20597 SVGNumber getItem(int index); | 19077 SVGNumber getItem(int index); |
| 20598 | 19078 |
| 20599 SVGNumber initialize(SVGNumber item); | 19079 SVGNumber initialize(SVGNumber item); |
| 20600 | 19080 |
| 20601 SVGNumber insertItemBefore(SVGNumber item, int index); | 19081 SVGNumber insertItemBefore(SVGNumber item, int index); |
| (...skipping 23 matching lines...) Expand all Loading... |
| 20625 static final int SVG_PAINTTYPE_URI = 107; | 19105 static final int SVG_PAINTTYPE_URI = 107; |
| 20626 | 19106 |
| 20627 static final int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; | 19107 static final int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; |
| 20628 | 19108 |
| 20629 static final int SVG_PAINTTYPE_URI_NONE = 103; | 19109 static final int SVG_PAINTTYPE_URI_NONE = 103; |
| 20630 | 19110 |
| 20631 static final int SVG_PAINTTYPE_URI_RGBCOLOR = 105; | 19111 static final int SVG_PAINTTYPE_URI_RGBCOLOR = 105; |
| 20632 | 19112 |
| 20633 static final int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; | 19113 static final int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; |
| 20634 | 19114 |
| 20635 int get paintType(); | 19115 final int paintType; |
| 20636 | 19116 |
| 20637 String get uri(); | 19117 final String uri; |
| 20638 | 19118 |
| 20639 void setPaint(int paintType, String uri, String rgbColor, String iccColor); | 19119 void setPaint(int paintType, String uri, String rgbColor, String iccColor); |
| 20640 | 19120 |
| 20641 void setUri(String uri); | 19121 void setUri(String uri); |
| 20642 } | 19122 } |
| 20643 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19123 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20644 // for details. All rights reserved. Use of this source code is governed by a | 19124 // for details. All rights reserved. Use of this source code is governed by a |
| 20645 // BSD-style license that can be found in the LICENSE file. | 19125 // BSD-style license that can be found in the LICENSE file. |
| 20646 | 19126 |
| 20647 // WARNING: Do not edit - generated code. | 19127 // WARNING: Do not edit - generated code. |
| 20648 | 19128 |
| 20649 interface SVGPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { | 19129 interface SVGPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { |
| 20650 | 19130 |
| 20651 SVGPathSegList get animatedNormalizedPathSegList(); | 19131 final SVGPathSegList animatedNormalizedPathSegList; |
| 20652 | 19132 |
| 20653 SVGPathSegList get animatedPathSegList(); | 19133 final SVGPathSegList animatedPathSegList; |
| 20654 | 19134 |
| 20655 SVGPathSegList get normalizedPathSegList(); | 19135 final SVGPathSegList normalizedPathSegList; |
| 20656 | 19136 |
| 20657 SVGAnimatedNumber get pathLength(); | 19137 final SVGAnimatedNumber pathLength; |
| 20658 | 19138 |
| 20659 SVGPathSegList get pathSegList(); | 19139 final SVGPathSegList pathSegList; |
| 20660 | 19140 |
| 20661 SVGPathSegArcAbs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angl
e, bool largeArcFlag, bool sweepFlag); | 19141 SVGPathSegArcAbs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angl
e, bool largeArcFlag, bool sweepFlag); |
| 20662 | 19142 |
| 20663 SVGPathSegArcRel createSVGPathSegArcRel(num x, num y, num r1, num r2, num angl
e, bool largeArcFlag, bool sweepFlag); | 19143 SVGPathSegArcRel createSVGPathSegArcRel(num x, num y, num r1, num r2, num angl
e, bool largeArcFlag, bool sweepFlag); |
| 20664 | 19144 |
| 20665 SVGPathSegClosePath createSVGPathSegClosePath(); | 19145 SVGPathSegClosePath createSVGPathSegClosePath(); |
| 20666 | 19146 |
| 20667 SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1
, num y1, num x2, num y2); | 19147 SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1
, num y1, num x2, num y2); |
| 20668 | 19148 |
| 20669 SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(num x, num y, num x1
, num y1, num x2, num y2); | 19149 SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(num x, num y, num x1
, num y1, num x2, num y2); |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 20743 static final int PATHSEG_LINETO_VERTICAL_ABS = 14; | 19223 static final int PATHSEG_LINETO_VERTICAL_ABS = 14; |
| 20744 | 19224 |
| 20745 static final int PATHSEG_LINETO_VERTICAL_REL = 15; | 19225 static final int PATHSEG_LINETO_VERTICAL_REL = 15; |
| 20746 | 19226 |
| 20747 static final int PATHSEG_MOVETO_ABS = 2; | 19227 static final int PATHSEG_MOVETO_ABS = 2; |
| 20748 | 19228 |
| 20749 static final int PATHSEG_MOVETO_REL = 3; | 19229 static final int PATHSEG_MOVETO_REL = 3; |
| 20750 | 19230 |
| 20751 static final int PATHSEG_UNKNOWN = 0; | 19231 static final int PATHSEG_UNKNOWN = 0; |
| 20752 | 19232 |
| 20753 int get pathSegType(); | 19233 final int pathSegType; |
| 20754 | 19234 |
| 20755 String get pathSegTypeAsLetter(); | 19235 final String pathSegTypeAsLetter; |
| 20756 } | 19236 } |
| 20757 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19237 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20758 // for details. All rights reserved. Use of this source code is governed by a | 19238 // for details. All rights reserved. Use of this source code is governed by a |
| 20759 // BSD-style license that can be found in the LICENSE file. | 19239 // BSD-style license that can be found in the LICENSE file. |
| 20760 | 19240 |
| 20761 // WARNING: Do not edit - generated code. | 19241 // WARNING: Do not edit - generated code. |
| 20762 | 19242 |
| 20763 interface SVGPathSegArcAbs extends SVGPathSeg { | 19243 interface SVGPathSegArcAbs extends SVGPathSeg { |
| 20764 | 19244 |
| 20765 num get angle(); | 19245 num angle; |
| 20766 | 19246 |
| 20767 void set angle(num value); | 19247 bool largeArcFlag; |
| 20768 | 19248 |
| 20769 bool get largeArcFlag(); | 19249 num r1; |
| 20770 | 19250 |
| 20771 void set largeArcFlag(bool value); | 19251 num r2; |
| 20772 | 19252 |
| 20773 num get r1(); | 19253 bool sweepFlag; |
| 20774 | 19254 |
| 20775 void set r1(num value); | 19255 num x; |
| 20776 | 19256 |
| 20777 num get r2(); | 19257 num y; |
| 20778 | |
| 20779 void set r2(num value); | |
| 20780 | |
| 20781 bool get sweepFlag(); | |
| 20782 | |
| 20783 void set sweepFlag(bool value); | |
| 20784 | |
| 20785 num get x(); | |
| 20786 | |
| 20787 void set x(num value); | |
| 20788 | |
| 20789 num get y(); | |
| 20790 | |
| 20791 void set y(num value); | |
| 20792 } | 19258 } |
| 20793 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19259 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20794 // for details. All rights reserved. Use of this source code is governed by a | 19260 // for details. All rights reserved. Use of this source code is governed by a |
| 20795 // BSD-style license that can be found in the LICENSE file. | 19261 // BSD-style license that can be found in the LICENSE file. |
| 20796 | 19262 |
| 20797 // WARNING: Do not edit - generated code. | 19263 // WARNING: Do not edit - generated code. |
| 20798 | 19264 |
| 20799 interface SVGPathSegArcRel extends SVGPathSeg { | 19265 interface SVGPathSegArcRel extends SVGPathSeg { |
| 20800 | 19266 |
| 20801 num get angle(); | 19267 num angle; |
| 20802 | 19268 |
| 20803 void set angle(num value); | 19269 bool largeArcFlag; |
| 20804 | 19270 |
| 20805 bool get largeArcFlag(); | 19271 num r1; |
| 20806 | 19272 |
| 20807 void set largeArcFlag(bool value); | 19273 num r2; |
| 20808 | 19274 |
| 20809 num get r1(); | 19275 bool sweepFlag; |
| 20810 | 19276 |
| 20811 void set r1(num value); | 19277 num x; |
| 20812 | 19278 |
| 20813 num get r2(); | 19279 num y; |
| 20814 | |
| 20815 void set r2(num value); | |
| 20816 | |
| 20817 bool get sweepFlag(); | |
| 20818 | |
| 20819 void set sweepFlag(bool value); | |
| 20820 | |
| 20821 num get x(); | |
| 20822 | |
| 20823 void set x(num value); | |
| 20824 | |
| 20825 num get y(); | |
| 20826 | |
| 20827 void set y(num value); | |
| 20828 } | 19280 } |
| 20829 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19281 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20830 // for details. All rights reserved. Use of this source code is governed by a | 19282 // for details. All rights reserved. Use of this source code is governed by a |
| 20831 // BSD-style license that can be found in the LICENSE file. | 19283 // BSD-style license that can be found in the LICENSE file. |
| 20832 | 19284 |
| 20833 // WARNING: Do not edit - generated code. | 19285 // WARNING: Do not edit - generated code. |
| 20834 | 19286 |
| 20835 interface SVGPathSegClosePath extends SVGPathSeg { | 19287 interface SVGPathSegClosePath extends SVGPathSeg { |
| 20836 } | 19288 } |
| 20837 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19289 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20838 // for details. All rights reserved. Use of this source code is governed by a | 19290 // for details. All rights reserved. Use of this source code is governed by a |
| 20839 // BSD-style license that can be found in the LICENSE file. | 19291 // BSD-style license that can be found in the LICENSE file. |
| 20840 | 19292 |
| 20841 // WARNING: Do not edit - generated code. | 19293 // WARNING: Do not edit - generated code. |
| 20842 | 19294 |
| 20843 interface SVGPathSegCurvetoCubicAbs extends SVGPathSeg { | 19295 interface SVGPathSegCurvetoCubicAbs extends SVGPathSeg { |
| 20844 | 19296 |
| 20845 num get x(); | 19297 num x; |
| 20846 | 19298 |
| 20847 void set x(num value); | 19299 num x1; |
| 20848 | 19300 |
| 20849 num get x1(); | 19301 num x2; |
| 20850 | 19302 |
| 20851 void set x1(num value); | 19303 num y; |
| 20852 | 19304 |
| 20853 num get x2(); | 19305 num y1; |
| 20854 | 19306 |
| 20855 void set x2(num value); | 19307 num y2; |
| 20856 | |
| 20857 num get y(); | |
| 20858 | |
| 20859 void set y(num value); | |
| 20860 | |
| 20861 num get y1(); | |
| 20862 | |
| 20863 void set y1(num value); | |
| 20864 | |
| 20865 num get y2(); | |
| 20866 | |
| 20867 void set y2(num value); | |
| 20868 } | 19308 } |
| 20869 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19309 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20870 // for details. All rights reserved. Use of this source code is governed by a | 19310 // for details. All rights reserved. Use of this source code is governed by a |
| 20871 // BSD-style license that can be found in the LICENSE file. | 19311 // BSD-style license that can be found in the LICENSE file. |
| 20872 | 19312 |
| 20873 // WARNING: Do not edit - generated code. | 19313 // WARNING: Do not edit - generated code. |
| 20874 | 19314 |
| 20875 interface SVGPathSegCurvetoCubicRel extends SVGPathSeg { | 19315 interface SVGPathSegCurvetoCubicRel extends SVGPathSeg { |
| 20876 | 19316 |
| 20877 num get x(); | 19317 num x; |
| 20878 | 19318 |
| 20879 void set x(num value); | 19319 num x1; |
| 20880 | 19320 |
| 20881 num get x1(); | 19321 num x2; |
| 20882 | 19322 |
| 20883 void set x1(num value); | 19323 num y; |
| 20884 | 19324 |
| 20885 num get x2(); | 19325 num y1; |
| 20886 | 19326 |
| 20887 void set x2(num value); | 19327 num y2; |
| 20888 | |
| 20889 num get y(); | |
| 20890 | |
| 20891 void set y(num value); | |
| 20892 | |
| 20893 num get y1(); | |
| 20894 | |
| 20895 void set y1(num value); | |
| 20896 | |
| 20897 num get y2(); | |
| 20898 | |
| 20899 void set y2(num value); | |
| 20900 } | 19328 } |
| 20901 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19329 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20902 // for details. All rights reserved. Use of this source code is governed by a | 19330 // for details. All rights reserved. Use of this source code is governed by a |
| 20903 // BSD-style license that can be found in the LICENSE file. | 19331 // BSD-style license that can be found in the LICENSE file. |
| 20904 | 19332 |
| 20905 // WARNING: Do not edit - generated code. | 19333 // WARNING: Do not edit - generated code. |
| 20906 | 19334 |
| 20907 interface SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg { | 19335 interface SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg { |
| 20908 | 19336 |
| 20909 num get x(); | 19337 num x; |
| 20910 | 19338 |
| 20911 void set x(num value); | 19339 num x2; |
| 20912 | 19340 |
| 20913 num get x2(); | 19341 num y; |
| 20914 | 19342 |
| 20915 void set x2(num value); | 19343 num y2; |
| 20916 | |
| 20917 num get y(); | |
| 20918 | |
| 20919 void set y(num value); | |
| 20920 | |
| 20921 num get y2(); | |
| 20922 | |
| 20923 void set y2(num value); | |
| 20924 } | 19344 } |
| 20925 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19345 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20926 // for details. All rights reserved. Use of this source code is governed by a | 19346 // for details. All rights reserved. Use of this source code is governed by a |
| 20927 // BSD-style license that can be found in the LICENSE file. | 19347 // BSD-style license that can be found in the LICENSE file. |
| 20928 | 19348 |
| 20929 // WARNING: Do not edit - generated code. | 19349 // WARNING: Do not edit - generated code. |
| 20930 | 19350 |
| 20931 interface SVGPathSegCurvetoCubicSmoothRel extends SVGPathSeg { | 19351 interface SVGPathSegCurvetoCubicSmoothRel extends SVGPathSeg { |
| 20932 | 19352 |
| 20933 num get x(); | 19353 num x; |
| 20934 | 19354 |
| 20935 void set x(num value); | 19355 num x2; |
| 20936 | 19356 |
| 20937 num get x2(); | 19357 num y; |
| 20938 | 19358 |
| 20939 void set x2(num value); | 19359 num y2; |
| 20940 | |
| 20941 num get y(); | |
| 20942 | |
| 20943 void set y(num value); | |
| 20944 | |
| 20945 num get y2(); | |
| 20946 | |
| 20947 void set y2(num value); | |
| 20948 } | 19360 } |
| 20949 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19361 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20950 // for details. All rights reserved. Use of this source code is governed by a | 19362 // for details. All rights reserved. Use of this source code is governed by a |
| 20951 // BSD-style license that can be found in the LICENSE file. | 19363 // BSD-style license that can be found in the LICENSE file. |
| 20952 | 19364 |
| 20953 // WARNING: Do not edit - generated code. | 19365 // WARNING: Do not edit - generated code. |
| 20954 | 19366 |
| 20955 interface SVGPathSegCurvetoQuadraticAbs extends SVGPathSeg { | 19367 interface SVGPathSegCurvetoQuadraticAbs extends SVGPathSeg { |
| 20956 | 19368 |
| 20957 num get x(); | 19369 num x; |
| 20958 | 19370 |
| 20959 void set x(num value); | 19371 num x1; |
| 20960 | 19372 |
| 20961 num get x1(); | 19373 num y; |
| 20962 | 19374 |
| 20963 void set x1(num value); | 19375 num y1; |
| 20964 | |
| 20965 num get y(); | |
| 20966 | |
| 20967 void set y(num value); | |
| 20968 | |
| 20969 num get y1(); | |
| 20970 | |
| 20971 void set y1(num value); | |
| 20972 } | 19376 } |
| 20973 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19377 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20974 // for details. All rights reserved. Use of this source code is governed by a | 19378 // for details. All rights reserved. Use of this source code is governed by a |
| 20975 // BSD-style license that can be found in the LICENSE file. | 19379 // BSD-style license that can be found in the LICENSE file. |
| 20976 | 19380 |
| 20977 // WARNING: Do not edit - generated code. | 19381 // WARNING: Do not edit - generated code. |
| 20978 | 19382 |
| 20979 interface SVGPathSegCurvetoQuadraticRel extends SVGPathSeg { | 19383 interface SVGPathSegCurvetoQuadraticRel extends SVGPathSeg { |
| 20980 | 19384 |
| 20981 num get x(); | 19385 num x; |
| 20982 | 19386 |
| 20983 void set x(num value); | 19387 num x1; |
| 20984 | 19388 |
| 20985 num get x1(); | 19389 num y; |
| 20986 | 19390 |
| 20987 void set x1(num value); | 19391 num y1; |
| 20988 | |
| 20989 num get y(); | |
| 20990 | |
| 20991 void set y(num value); | |
| 20992 | |
| 20993 num get y1(); | |
| 20994 | |
| 20995 void set y1(num value); | |
| 20996 } | 19392 } |
| 20997 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19393 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 20998 // for details. All rights reserved. Use of this source code is governed by a | 19394 // for details. All rights reserved. Use of this source code is governed by a |
| 20999 // BSD-style license that can be found in the LICENSE file. | 19395 // BSD-style license that can be found in the LICENSE file. |
| 21000 | 19396 |
| 21001 // WARNING: Do not edit - generated code. | 19397 // WARNING: Do not edit - generated code. |
| 21002 | 19398 |
| 21003 interface SVGPathSegCurvetoQuadraticSmoothAbs extends SVGPathSeg { | 19399 interface SVGPathSegCurvetoQuadraticSmoothAbs extends SVGPathSeg { |
| 21004 | 19400 |
| 21005 num get x(); | 19401 num x; |
| 21006 | 19402 |
| 21007 void set x(num value); | 19403 num y; |
| 21008 | |
| 21009 num get y(); | |
| 21010 | |
| 21011 void set y(num value); | |
| 21012 } | 19404 } |
| 21013 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19405 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21014 // for details. All rights reserved. Use of this source code is governed by a | 19406 // for details. All rights reserved. Use of this source code is governed by a |
| 21015 // BSD-style license that can be found in the LICENSE file. | 19407 // BSD-style license that can be found in the LICENSE file. |
| 21016 | 19408 |
| 21017 // WARNING: Do not edit - generated code. | 19409 // WARNING: Do not edit - generated code. |
| 21018 | 19410 |
| 21019 interface SVGPathSegCurvetoQuadraticSmoothRel extends SVGPathSeg { | 19411 interface SVGPathSegCurvetoQuadraticSmoothRel extends SVGPathSeg { |
| 21020 | 19412 |
| 21021 num get x(); | 19413 num x; |
| 21022 | 19414 |
| 21023 void set x(num value); | 19415 num y; |
| 21024 | |
| 21025 num get y(); | |
| 21026 | |
| 21027 void set y(num value); | |
| 21028 } | 19416 } |
| 21029 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19417 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21030 // for details. All rights reserved. Use of this source code is governed by a | 19418 // for details. All rights reserved. Use of this source code is governed by a |
| 21031 // BSD-style license that can be found in the LICENSE file. | 19419 // BSD-style license that can be found in the LICENSE file. |
| 21032 | 19420 |
| 21033 // WARNING: Do not edit - generated code. | 19421 // WARNING: Do not edit - generated code. |
| 21034 | 19422 |
| 21035 interface SVGPathSegLinetoAbs extends SVGPathSeg { | 19423 interface SVGPathSegLinetoAbs extends SVGPathSeg { |
| 21036 | 19424 |
| 21037 num get x(); | 19425 num x; |
| 21038 | 19426 |
| 21039 void set x(num value); | 19427 num y; |
| 21040 | |
| 21041 num get y(); | |
| 21042 | |
| 21043 void set y(num value); | |
| 21044 } | 19428 } |
| 21045 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19429 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21046 // for details. All rights reserved. Use of this source code is governed by a | 19430 // for details. All rights reserved. Use of this source code is governed by a |
| 21047 // BSD-style license that can be found in the LICENSE file. | 19431 // BSD-style license that can be found in the LICENSE file. |
| 21048 | 19432 |
| 21049 // WARNING: Do not edit - generated code. | 19433 // WARNING: Do not edit - generated code. |
| 21050 | 19434 |
| 21051 interface SVGPathSegLinetoHorizontalAbs extends SVGPathSeg { | 19435 interface SVGPathSegLinetoHorizontalAbs extends SVGPathSeg { |
| 21052 | 19436 |
| 21053 num get x(); | 19437 num x; |
| 21054 | |
| 21055 void set x(num value); | |
| 21056 } | 19438 } |
| 21057 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19439 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21058 // for details. All rights reserved. Use of this source code is governed by a | 19440 // for details. All rights reserved. Use of this source code is governed by a |
| 21059 // BSD-style license that can be found in the LICENSE file. | 19441 // BSD-style license that can be found in the LICENSE file. |
| 21060 | 19442 |
| 21061 // WARNING: Do not edit - generated code. | 19443 // WARNING: Do not edit - generated code. |
| 21062 | 19444 |
| 21063 interface SVGPathSegLinetoHorizontalRel extends SVGPathSeg { | 19445 interface SVGPathSegLinetoHorizontalRel extends SVGPathSeg { |
| 21064 | 19446 |
| 21065 num get x(); | 19447 num x; |
| 21066 | |
| 21067 void set x(num value); | |
| 21068 } | 19448 } |
| 21069 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19449 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21070 // for details. All rights reserved. Use of this source code is governed by a | 19450 // for details. All rights reserved. Use of this source code is governed by a |
| 21071 // BSD-style license that can be found in the LICENSE file. | 19451 // BSD-style license that can be found in the LICENSE file. |
| 21072 | 19452 |
| 21073 // WARNING: Do not edit - generated code. | 19453 // WARNING: Do not edit - generated code. |
| 21074 | 19454 |
| 21075 interface SVGPathSegLinetoRel extends SVGPathSeg { | 19455 interface SVGPathSegLinetoRel extends SVGPathSeg { |
| 21076 | 19456 |
| 21077 num get x(); | 19457 num x; |
| 21078 | 19458 |
| 21079 void set x(num value); | 19459 num y; |
| 21080 | |
| 21081 num get y(); | |
| 21082 | |
| 21083 void set y(num value); | |
| 21084 } | 19460 } |
| 21085 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19461 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21086 // for details. All rights reserved. Use of this source code is governed by a | 19462 // for details. All rights reserved. Use of this source code is governed by a |
| 21087 // BSD-style license that can be found in the LICENSE file. | 19463 // BSD-style license that can be found in the LICENSE file. |
| 21088 | 19464 |
| 21089 // WARNING: Do not edit - generated code. | 19465 // WARNING: Do not edit - generated code. |
| 21090 | 19466 |
| 21091 interface SVGPathSegLinetoVerticalAbs extends SVGPathSeg { | 19467 interface SVGPathSegLinetoVerticalAbs extends SVGPathSeg { |
| 21092 | 19468 |
| 21093 num get y(); | 19469 num y; |
| 21094 | |
| 21095 void set y(num value); | |
| 21096 } | 19470 } |
| 21097 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19471 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21098 // for details. All rights reserved. Use of this source code is governed by a | 19472 // for details. All rights reserved. Use of this source code is governed by a |
| 21099 // BSD-style license that can be found in the LICENSE file. | 19473 // BSD-style license that can be found in the LICENSE file. |
| 21100 | 19474 |
| 21101 // WARNING: Do not edit - generated code. | 19475 // WARNING: Do not edit - generated code. |
| 21102 | 19476 |
| 21103 interface SVGPathSegLinetoVerticalRel extends SVGPathSeg { | 19477 interface SVGPathSegLinetoVerticalRel extends SVGPathSeg { |
| 21104 | 19478 |
| 21105 num get y(); | 19479 num y; |
| 21106 | |
| 21107 void set y(num value); | |
| 21108 } | 19480 } |
| 21109 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19481 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21110 // for details. All rights reserved. Use of this source code is governed by a | 19482 // for details. All rights reserved. Use of this source code is governed by a |
| 21111 // BSD-style license that can be found in the LICENSE file. | 19483 // BSD-style license that can be found in the LICENSE file. |
| 21112 | 19484 |
| 21113 // WARNING: Do not edit - generated code. | 19485 // WARNING: Do not edit - generated code. |
| 21114 | 19486 |
| 21115 interface SVGPathSegList { | 19487 interface SVGPathSegList { |
| 21116 | 19488 |
| 21117 int get numberOfItems(); | 19489 final int numberOfItems; |
| 21118 | 19490 |
| 21119 SVGPathSeg appendItem(SVGPathSeg newItem); | 19491 SVGPathSeg appendItem(SVGPathSeg newItem); |
| 21120 | 19492 |
| 21121 void clear(); | 19493 void clear(); |
| 21122 | 19494 |
| 21123 SVGPathSeg getItem(int index); | 19495 SVGPathSeg getItem(int index); |
| 21124 | 19496 |
| 21125 SVGPathSeg initialize(SVGPathSeg newItem); | 19497 SVGPathSeg initialize(SVGPathSeg newItem); |
| 21126 | 19498 |
| 21127 SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index); | 19499 SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index); |
| 21128 | 19500 |
| 21129 SVGPathSeg removeItem(int index); | 19501 SVGPathSeg removeItem(int index); |
| 21130 | 19502 |
| 21131 SVGPathSeg replaceItem(SVGPathSeg newItem, int index); | 19503 SVGPathSeg replaceItem(SVGPathSeg newItem, int index); |
| 21132 } | 19504 } |
| 21133 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19505 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21134 // for details. All rights reserved. Use of this source code is governed by a | 19506 // for details. All rights reserved. Use of this source code is governed by a |
| 21135 // BSD-style license that can be found in the LICENSE file. | 19507 // BSD-style license that can be found in the LICENSE file. |
| 21136 | 19508 |
| 21137 // WARNING: Do not edit - generated code. | 19509 // WARNING: Do not edit - generated code. |
| 21138 | 19510 |
| 21139 interface SVGPathSegMovetoAbs extends SVGPathSeg { | 19511 interface SVGPathSegMovetoAbs extends SVGPathSeg { |
| 21140 | 19512 |
| 21141 num get x(); | 19513 num x; |
| 21142 | 19514 |
| 21143 void set x(num value); | 19515 num y; |
| 21144 | |
| 21145 num get y(); | |
| 21146 | |
| 21147 void set y(num value); | |
| 21148 } | 19516 } |
| 21149 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19517 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21150 // for details. All rights reserved. Use of this source code is governed by a | 19518 // for details. All rights reserved. Use of this source code is governed by a |
| 21151 // BSD-style license that can be found in the LICENSE file. | 19519 // BSD-style license that can be found in the LICENSE file. |
| 21152 | 19520 |
| 21153 // WARNING: Do not edit - generated code. | 19521 // WARNING: Do not edit - generated code. |
| 21154 | 19522 |
| 21155 interface SVGPathSegMovetoRel extends SVGPathSeg { | 19523 interface SVGPathSegMovetoRel extends SVGPathSeg { |
| 21156 | 19524 |
| 21157 num get x(); | 19525 num x; |
| 21158 | 19526 |
| 21159 void set x(num value); | 19527 num y; |
| 21160 | |
| 21161 num get y(); | |
| 21162 | |
| 21163 void set y(num value); | |
| 21164 } | 19528 } |
| 21165 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19529 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21166 // for details. All rights reserved. Use of this source code is governed by a | 19530 // for details. All rights reserved. Use of this source code is governed by a |
| 21167 // BSD-style license that can be found in the LICENSE file. | 19531 // BSD-style license that can be found in the LICENSE file. |
| 21168 | 19532 |
| 21169 // WARNING: Do not edit - generated code. | 19533 // WARNING: Do not edit - generated code. |
| 21170 | 19534 |
| 21171 interface SVGPatternElement extends SVGElement, SVGURIReference, SVGTests, SVGLa
ngSpace, SVGExternalResourcesRequired, SVGStylable, SVGFitToViewBox { | 19535 interface SVGPatternElement extends SVGElement, SVGURIReference, SVGTests, SVGLa
ngSpace, SVGExternalResourcesRequired, SVGStylable, SVGFitToViewBox { |
| 21172 | 19536 |
| 21173 SVGAnimatedLength get height(); | 19537 final SVGAnimatedLength height; |
| 21174 | 19538 |
| 21175 SVGAnimatedEnumeration get patternContentUnits(); | 19539 final SVGAnimatedEnumeration patternContentUnits; |
| 21176 | 19540 |
| 21177 SVGAnimatedTransformList get patternTransform(); | 19541 final SVGAnimatedTransformList patternTransform; |
| 21178 | 19542 |
| 21179 SVGAnimatedEnumeration get patternUnits(); | 19543 final SVGAnimatedEnumeration patternUnits; |
| 21180 | 19544 |
| 21181 SVGAnimatedLength get width(); | 19545 final SVGAnimatedLength width; |
| 21182 | 19546 |
| 21183 SVGAnimatedLength get x(); | 19547 final SVGAnimatedLength x; |
| 21184 | 19548 |
| 21185 SVGAnimatedLength get y(); | 19549 final SVGAnimatedLength y; |
| 21186 } | 19550 } |
| 21187 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19551 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21188 // for details. All rights reserved. Use of this source code is governed by a | 19552 // for details. All rights reserved. Use of this source code is governed by a |
| 21189 // BSD-style license that can be found in the LICENSE file. | 19553 // BSD-style license that can be found in the LICENSE file. |
| 21190 | 19554 |
| 21191 // WARNING: Do not edit - generated code. | 19555 // WARNING: Do not edit - generated code. |
| 21192 | 19556 |
| 21193 interface SVGPoint { | 19557 interface SVGPoint { |
| 21194 | 19558 |
| 21195 num get x(); | 19559 num x; |
| 21196 | 19560 |
| 21197 void set x(num value); | 19561 num y; |
| 21198 | |
| 21199 num get y(); | |
| 21200 | |
| 21201 void set y(num value); | |
| 21202 | 19562 |
| 21203 SVGPoint matrixTransform(SVGMatrix matrix); | 19563 SVGPoint matrixTransform(SVGMatrix matrix); |
| 21204 } | 19564 } |
| 21205 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19565 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21206 // for details. All rights reserved. Use of this source code is governed by a | 19566 // for details. All rights reserved. Use of this source code is governed by a |
| 21207 // BSD-style license that can be found in the LICENSE file. | 19567 // BSD-style license that can be found in the LICENSE file. |
| 21208 | 19568 |
| 21209 // WARNING: Do not edit - generated code. | 19569 // WARNING: Do not edit - generated code. |
| 21210 | 19570 |
| 21211 interface SVGPointList { | 19571 interface SVGPointList { |
| 21212 | 19572 |
| 21213 int get numberOfItems(); | 19573 final int numberOfItems; |
| 21214 | 19574 |
| 21215 SVGPoint appendItem(SVGPoint item); | 19575 SVGPoint appendItem(SVGPoint item); |
| 21216 | 19576 |
| 21217 void clear(); | 19577 void clear(); |
| 21218 | 19578 |
| 21219 SVGPoint getItem(int index); | 19579 SVGPoint getItem(int index); |
| 21220 | 19580 |
| 21221 SVGPoint initialize(SVGPoint item); | 19581 SVGPoint initialize(SVGPoint item); |
| 21222 | 19582 |
| 21223 SVGPoint insertItemBefore(SVGPoint item, int index); | 19583 SVGPoint insertItemBefore(SVGPoint item, int index); |
| 21224 | 19584 |
| 21225 SVGPoint removeItem(int index); | 19585 SVGPoint removeItem(int index); |
| 21226 | 19586 |
| 21227 SVGPoint replaceItem(SVGPoint item, int index); | 19587 SVGPoint replaceItem(SVGPoint item, int index); |
| 21228 } | 19588 } |
| 21229 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19589 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21230 // for details. All rights reserved. Use of this source code is governed by a | 19590 // for details. All rights reserved. Use of this source code is governed by a |
| 21231 // BSD-style license that can be found in the LICENSE file. | 19591 // BSD-style license that can be found in the LICENSE file. |
| 21232 | 19592 |
| 21233 // WARNING: Do not edit - generated code. | 19593 // WARNING: Do not edit - generated code. |
| 21234 | 19594 |
| 21235 interface SVGPolygonElement extends SVGElement, SVGTests, SVGLangSpace, SVGExter
nalResourcesRequired, SVGStylable, SVGTransformable { | 19595 interface SVGPolygonElement extends SVGElement, SVGTests, SVGLangSpace, SVGExter
nalResourcesRequired, SVGStylable, SVGTransformable { |
| 21236 | 19596 |
| 21237 SVGPointList get animatedPoints(); | 19597 final SVGPointList animatedPoints; |
| 21238 | 19598 |
| 21239 SVGPointList get points(); | 19599 final SVGPointList points; |
| 21240 } | 19600 } |
| 21241 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19601 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21242 // for details. All rights reserved. Use of this source code is governed by a | 19602 // for details. All rights reserved. Use of this source code is governed by a |
| 21243 // BSD-style license that can be found in the LICENSE file. | 19603 // BSD-style license that can be found in the LICENSE file. |
| 21244 | 19604 |
| 21245 // WARNING: Do not edit - generated code. | 19605 // WARNING: Do not edit - generated code. |
| 21246 | 19606 |
| 21247 interface SVGPolylineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExte
rnalResourcesRequired, SVGStylable, SVGTransformable { | 19607 interface SVGPolylineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExte
rnalResourcesRequired, SVGStylable, SVGTransformable { |
| 21248 | 19608 |
| 21249 SVGPointList get animatedPoints(); | 19609 final SVGPointList animatedPoints; |
| 21250 | 19610 |
| 21251 SVGPointList get points(); | 19611 final SVGPointList points; |
| 21252 } | 19612 } |
| 21253 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19613 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21254 // for details. All rights reserved. Use of this source code is governed by a | 19614 // for details. All rights reserved. Use of this source code is governed by a |
| 21255 // BSD-style license that can be found in the LICENSE file. | 19615 // BSD-style license that can be found in the LICENSE file. |
| 21256 | 19616 |
| 21257 // WARNING: Do not edit - generated code. | 19617 // WARNING: Do not edit - generated code. |
| 21258 | 19618 |
| 21259 interface SVGPreserveAspectRatio { | 19619 interface SVGPreserveAspectRatio { |
| 21260 | 19620 |
| 21261 static final int SVG_MEETORSLICE_MEET = 1; | 19621 static final int SVG_MEETORSLICE_MEET = 1; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 21279 static final int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; | 19639 static final int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; |
| 21280 | 19640 |
| 21281 static final int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; | 19641 static final int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; |
| 21282 | 19642 |
| 21283 static final int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; | 19643 static final int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; |
| 21284 | 19644 |
| 21285 static final int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 19645 static final int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 21286 | 19646 |
| 21287 static final int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 19647 static final int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 21288 | 19648 |
| 21289 int get align(); | 19649 int align; |
| 21290 | 19650 |
| 21291 void set align(int value); | 19651 int meetOrSlice; |
| 21292 | |
| 21293 int get meetOrSlice(); | |
| 21294 | |
| 21295 void set meetOrSlice(int value); | |
| 21296 } | 19652 } |
| 21297 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19653 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21298 // for details. All rights reserved. Use of this source code is governed by a | 19654 // for details. All rights reserved. Use of this source code is governed by a |
| 21299 // BSD-style license that can be found in the LICENSE file. | 19655 // BSD-style license that can be found in the LICENSE file. |
| 21300 | 19656 |
| 21301 // WARNING: Do not edit - generated code. | 19657 // WARNING: Do not edit - generated code. |
| 21302 | 19658 |
| 21303 interface SVGRadialGradientElement extends SVGGradientElement { | 19659 interface SVGRadialGradientElement extends SVGGradientElement { |
| 21304 | 19660 |
| 21305 SVGAnimatedLength get cx(); | 19661 final SVGAnimatedLength cx; |
| 21306 | 19662 |
| 21307 SVGAnimatedLength get cy(); | 19663 final SVGAnimatedLength cy; |
| 21308 | 19664 |
| 21309 SVGAnimatedLength get fx(); | 19665 final SVGAnimatedLength fx; |
| 21310 | 19666 |
| 21311 SVGAnimatedLength get fy(); | 19667 final SVGAnimatedLength fy; |
| 21312 | 19668 |
| 21313 SVGAnimatedLength get r(); | 19669 final SVGAnimatedLength r; |
| 21314 } | 19670 } |
| 21315 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19671 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21316 // for details. All rights reserved. Use of this source code is governed by a | 19672 // for details. All rights reserved. Use of this source code is governed by a |
| 21317 // BSD-style license that can be found in the LICENSE file. | 19673 // BSD-style license that can be found in the LICENSE file. |
| 21318 | 19674 |
| 21319 // WARNING: Do not edit - generated code. | 19675 // WARNING: Do not edit - generated code. |
| 21320 | 19676 |
| 21321 interface SVGRect { | 19677 interface SVGRect { |
| 21322 | 19678 |
| 21323 num get height(); | 19679 num height; |
| 21324 | 19680 |
| 21325 void set height(num value); | 19681 num width; |
| 21326 | 19682 |
| 21327 num get width(); | 19683 num x; |
| 21328 | 19684 |
| 21329 void set width(num value); | 19685 num y; |
| 21330 | |
| 21331 num get x(); | |
| 21332 | |
| 21333 void set x(num value); | |
| 21334 | |
| 21335 num get y(); | |
| 21336 | |
| 21337 void set y(num value); | |
| 21338 } | 19686 } |
| 21339 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19687 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21340 // for details. All rights reserved. Use of this source code is governed by a | 19688 // for details. All rights reserved. Use of this source code is governed by a |
| 21341 // BSD-style license that can be found in the LICENSE file. | 19689 // BSD-style license that can be found in the LICENSE file. |
| 21342 | 19690 |
| 21343 // WARNING: Do not edit - generated code. | 19691 // WARNING: Do not edit - generated code. |
| 21344 | 19692 |
| 21345 interface SVGRectElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { | 19693 interface SVGRectElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternal
ResourcesRequired, SVGStylable, SVGTransformable { |
| 21346 | 19694 |
| 21347 SVGAnimatedLength get height(); | 19695 final SVGAnimatedLength height; |
| 21348 | 19696 |
| 21349 SVGAnimatedLength get rx(); | 19697 final SVGAnimatedLength rx; |
| 21350 | 19698 |
| 21351 SVGAnimatedLength get ry(); | 19699 final SVGAnimatedLength ry; |
| 21352 | 19700 |
| 21353 SVGAnimatedLength get width(); | 19701 final SVGAnimatedLength width; |
| 21354 | 19702 |
| 21355 SVGAnimatedLength get x(); | 19703 final SVGAnimatedLength x; |
| 21356 | 19704 |
| 21357 SVGAnimatedLength get y(); | 19705 final SVGAnimatedLength y; |
| 21358 } | 19706 } |
| 21359 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19707 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21360 // for details. All rights reserved. Use of this source code is governed by a | 19708 // for details. All rights reserved. Use of this source code is governed by a |
| 21361 // BSD-style license that can be found in the LICENSE file. | 19709 // BSD-style license that can be found in the LICENSE file. |
| 21362 | 19710 |
| 21363 // WARNING: Do not edit - generated code. | 19711 // WARNING: Do not edit - generated code. |
| 21364 | 19712 |
| 21365 interface SVGRenderingIntent { | 19713 interface SVGRenderingIntent { |
| 21366 | 19714 |
| 21367 static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 19715 static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 21368 | 19716 |
| 21369 static final int RENDERING_INTENT_AUTO = 1; | 19717 static final int RENDERING_INTENT_AUTO = 1; |
| 21370 | 19718 |
| 21371 static final int RENDERING_INTENT_PERCEPTUAL = 2; | 19719 static final int RENDERING_INTENT_PERCEPTUAL = 2; |
| 21372 | 19720 |
| 21373 static final int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; | 19721 static final int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; |
| 21374 | 19722 |
| 21375 static final int RENDERING_INTENT_SATURATION = 4; | 19723 static final int RENDERING_INTENT_SATURATION = 4; |
| 21376 | 19724 |
| 21377 static final int RENDERING_INTENT_UNKNOWN = 0; | 19725 static final int RENDERING_INTENT_UNKNOWN = 0; |
| 21378 } | 19726 } |
| 21379 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19727 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21380 // for details. All rights reserved. Use of this source code is governed by a | 19728 // for details. All rights reserved. Use of this source code is governed by a |
| 21381 // BSD-style license that can be found in the LICENSE file. | 19729 // BSD-style license that can be found in the LICENSE file. |
| 21382 | 19730 |
| 21383 // WARNING: Do not edit - generated code. | 19731 // WARNING: Do not edit - generated code. |
| 21384 | 19732 |
| 21385 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { | 19733 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { |
| 21386 | 19734 |
| 21387 String get contentScriptType(); | 19735 String contentScriptType; |
| 21388 | 19736 |
| 21389 void set contentScriptType(String value); | 19737 String contentStyleType; |
| 21390 | 19738 |
| 21391 String get contentStyleType(); | 19739 num currentScale; |
| 21392 | 19740 |
| 21393 void set contentStyleType(String value); | 19741 final SVGPoint currentTranslate; |
| 21394 | 19742 |
| 21395 num get currentScale(); | 19743 final SVGAnimatedLength height; |
| 21396 | 19744 |
| 21397 void set currentScale(num value); | 19745 final num pixelUnitToMillimeterX; |
| 21398 | 19746 |
| 21399 SVGPoint get currentTranslate(); | 19747 final num pixelUnitToMillimeterY; |
| 21400 | 19748 |
| 21401 SVGAnimatedLength get height(); | 19749 final num screenPixelToMillimeterX; |
| 21402 | 19750 |
| 21403 num get pixelUnitToMillimeterX(); | 19751 final num screenPixelToMillimeterY; |
| 21404 | 19752 |
| 21405 num get pixelUnitToMillimeterY(); | 19753 bool useCurrentView; |
| 21406 | 19754 |
| 21407 num get screenPixelToMillimeterX(); | 19755 final SVGRect viewport; |
| 21408 | 19756 |
| 21409 num get screenPixelToMillimeterY(); | 19757 final SVGAnimatedLength width; |
| 21410 | 19758 |
| 21411 bool get useCurrentView(); | 19759 final SVGAnimatedLength x; |
| 21412 | 19760 |
| 21413 void set useCurrentView(bool value); | 19761 final SVGAnimatedLength y; |
| 21414 | |
| 21415 SVGRect get viewport(); | |
| 21416 | |
| 21417 SVGAnimatedLength get width(); | |
| 21418 | |
| 21419 SVGAnimatedLength get x(); | |
| 21420 | |
| 21421 SVGAnimatedLength get y(); | |
| 21422 | 19762 |
| 21423 bool animationsPaused(); | 19763 bool animationsPaused(); |
| 21424 | 19764 |
| 21425 bool checkEnclosure(SVGElement element, SVGRect rect); | 19765 bool checkEnclosure(SVGElement element, SVGRect rect); |
| 21426 | 19766 |
| 21427 bool checkIntersection(SVGElement element, SVGRect rect); | 19767 bool checkIntersection(SVGElement element, SVGRect rect); |
| 21428 | 19768 |
| 21429 SVGAngle createSVGAngle(); | 19769 SVGAngle createSVGAngle(); |
| 21430 | 19770 |
| 21431 SVGLength createSVGLength(); | 19771 SVGLength createSVGLength(); |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21467 void unsuspendRedrawAll(); | 19807 void unsuspendRedrawAll(); |
| 21468 } | 19808 } |
| 21469 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19809 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21470 // for details. All rights reserved. Use of this source code is governed by a | 19810 // for details. All rights reserved. Use of this source code is governed by a |
| 21471 // BSD-style license that can be found in the LICENSE file. | 19811 // BSD-style license that can be found in the LICENSE file. |
| 21472 | 19812 |
| 21473 // WARNING: Do not edit - generated code. | 19813 // WARNING: Do not edit - generated code. |
| 21474 | 19814 |
| 21475 interface SVGScriptElement extends SVGElement, SVGURIReference, SVGExternalResou
rcesRequired { | 19815 interface SVGScriptElement extends SVGElement, SVGURIReference, SVGExternalResou
rcesRequired { |
| 21476 | 19816 |
| 21477 String get type(); | 19817 String type; |
| 21478 | |
| 21479 void set type(String value); | |
| 21480 } | 19818 } |
| 21481 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19819 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21482 // for details. All rights reserved. Use of this source code is governed by a | 19820 // for details. All rights reserved. Use of this source code is governed by a |
| 21483 // BSD-style license that can be found in the LICENSE file. | 19821 // BSD-style license that can be found in the LICENSE file. |
| 21484 | 19822 |
| 21485 // WARNING: Do not edit - generated code. | 19823 // WARNING: Do not edit - generated code. |
| 21486 | 19824 |
| 21487 interface SVGSetElement extends SVGAnimationElement { | 19825 interface SVGSetElement extends SVGAnimationElement { |
| 21488 } | 19826 } |
| 21489 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19827 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21490 // for details. All rights reserved. Use of this source code is governed by a | 19828 // for details. All rights reserved. Use of this source code is governed by a |
| 21491 // BSD-style license that can be found in the LICENSE file. | 19829 // BSD-style license that can be found in the LICENSE file. |
| 21492 | 19830 |
| 21493 // WARNING: Do not edit - generated code. | 19831 // WARNING: Do not edit - generated code. |
| 21494 | 19832 |
| 21495 interface SVGStopElement extends SVGElement, SVGStylable { | 19833 interface SVGStopElement extends SVGElement, SVGStylable { |
| 21496 | 19834 |
| 21497 SVGAnimatedNumber get offset(); | 19835 final SVGAnimatedNumber offset; |
| 21498 } | 19836 } |
| 21499 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19837 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21500 // for details. All rights reserved. Use of this source code is governed by a | 19838 // for details. All rights reserved. Use of this source code is governed by a |
| 21501 // BSD-style license that can be found in the LICENSE file. | 19839 // BSD-style license that can be found in the LICENSE file. |
| 21502 | 19840 |
| 21503 // WARNING: Do not edit - generated code. | 19841 // WARNING: Do not edit - generated code. |
| 21504 | 19842 |
| 21505 interface SVGStringList { | 19843 interface SVGStringList { |
| 21506 | 19844 |
| 21507 int get numberOfItems(); | 19845 final int numberOfItems; |
| 21508 | 19846 |
| 21509 String appendItem(String item); | 19847 String appendItem(String item); |
| 21510 | 19848 |
| 21511 void clear(); | 19849 void clear(); |
| 21512 | 19850 |
| 21513 String getItem(int index); | 19851 String getItem(int index); |
| 21514 | 19852 |
| 21515 String initialize(String item); | 19853 String initialize(String item); |
| 21516 | 19854 |
| 21517 String insertItemBefore(String item, int index); | 19855 String insertItemBefore(String item, int index); |
| 21518 | 19856 |
| 21519 String removeItem(int index); | 19857 String removeItem(int index); |
| 21520 | 19858 |
| 21521 String replaceItem(String item, int index); | 19859 String replaceItem(String item, int index); |
| 21522 } | 19860 } |
| 21523 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19861 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21524 // for details. All rights reserved. Use of this source code is governed by a | 19862 // for details. All rights reserved. Use of this source code is governed by a |
| 21525 // BSD-style license that can be found in the LICENSE file. | 19863 // BSD-style license that can be found in the LICENSE file. |
| 21526 | 19864 |
| 21527 // WARNING: Do not edit - generated code. | 19865 // WARNING: Do not edit - generated code. |
| 21528 | 19866 |
| 21529 interface SVGStylable { | 19867 interface SVGStylable { |
| 21530 | 19868 |
| 21531 SVGAnimatedString get className(); | 19869 final SVGAnimatedString className; |
| 21532 | 19870 |
| 21533 CSSStyleDeclaration get style(); | 19871 final CSSStyleDeclaration style; |
| 21534 | 19872 |
| 21535 CSSValue getPresentationAttribute(String name); | 19873 CSSValue getPresentationAttribute(String name); |
| 21536 } | 19874 } |
| 21537 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19875 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21538 // for details. All rights reserved. Use of this source code is governed by a | 19876 // for details. All rights reserved. Use of this source code is governed by a |
| 21539 // BSD-style license that can be found in the LICENSE file. | 19877 // BSD-style license that can be found in the LICENSE file. |
| 21540 | 19878 |
| 21541 // WARNING: Do not edit - generated code. | 19879 // WARNING: Do not edit - generated code. |
| 21542 | 19880 |
| 21543 interface SVGStyleElement extends SVGElement, SVGLangSpace { | 19881 interface SVGStyleElement extends SVGElement, SVGLangSpace { |
| 21544 | 19882 |
| 21545 String get media(); | 19883 String media; |
| 21546 | 19884 |
| 21547 void set media(String value); | 19885 String title; |
| 21548 | 19886 |
| 21549 String get title(); | 19887 String type; |
| 21550 | |
| 21551 void set title(String value); | |
| 21552 | |
| 21553 String get type(); | |
| 21554 | |
| 21555 void set type(String value); | |
| 21556 } | 19888 } |
| 21557 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19889 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21558 // for details. All rights reserved. Use of this source code is governed by a | 19890 // for details. All rights reserved. Use of this source code is governed by a |
| 21559 // BSD-style license that can be found in the LICENSE file. | 19891 // BSD-style license that can be found in the LICENSE file. |
| 21560 | 19892 |
| 21561 // WARNING: Do not edit - generated code. | 19893 // WARNING: Do not edit - generated code. |
| 21562 | 19894 |
| 21563 interface SVGSwitchElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { | 19895 interface SVGSwitchElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { |
| 21564 } | 19896 } |
| 21565 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19897 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 21 matching lines...) Expand all Loading... |
| 21587 interface SVGTSpanElement extends SVGTextPositioningElement { | 19919 interface SVGTSpanElement extends SVGTextPositioningElement { |
| 21588 } | 19920 } |
| 21589 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19921 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21590 // for details. All rights reserved. Use of this source code is governed by a | 19922 // for details. All rights reserved. Use of this source code is governed by a |
| 21591 // BSD-style license that can be found in the LICENSE file. | 19923 // BSD-style license that can be found in the LICENSE file. |
| 21592 | 19924 |
| 21593 // WARNING: Do not edit - generated code. | 19925 // WARNING: Do not edit - generated code. |
| 21594 | 19926 |
| 21595 interface SVGTests { | 19927 interface SVGTests { |
| 21596 | 19928 |
| 21597 SVGStringList get requiredExtensions(); | 19929 final SVGStringList requiredExtensions; |
| 21598 | 19930 |
| 21599 SVGStringList get requiredFeatures(); | 19931 final SVGStringList requiredFeatures; |
| 21600 | 19932 |
| 21601 SVGStringList get systemLanguage(); | 19933 final SVGStringList systemLanguage; |
| 21602 | 19934 |
| 21603 bool hasExtension(String extension); | 19935 bool hasExtension(String extension); |
| 21604 } | 19936 } |
| 21605 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19937 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21606 // for details. All rights reserved. Use of this source code is governed by a | 19938 // for details. All rights reserved. Use of this source code is governed by a |
| 21607 // BSD-style license that can be found in the LICENSE file. | 19939 // BSD-style license that can be found in the LICENSE file. |
| 21608 | 19940 |
| 21609 // WARNING: Do not edit - generated code. | 19941 // WARNING: Do not edit - generated code. |
| 21610 | 19942 |
| 21611 interface SVGTextContentElement extends SVGElement, SVGTests, SVGLangSpace, SVGE
xternalResourcesRequired, SVGStylable { | 19943 interface SVGTextContentElement extends SVGElement, SVGTests, SVGLangSpace, SVGE
xternalResourcesRequired, SVGStylable { |
| 21612 | 19944 |
| 21613 static final int LENGTHADJUST_SPACING = 1; | 19945 static final int LENGTHADJUST_SPACING = 1; |
| 21614 | 19946 |
| 21615 static final int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 19947 static final int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 21616 | 19948 |
| 21617 static final int LENGTHADJUST_UNKNOWN = 0; | 19949 static final int LENGTHADJUST_UNKNOWN = 0; |
| 21618 | 19950 |
| 21619 SVGAnimatedEnumeration get lengthAdjust(); | 19951 final SVGAnimatedEnumeration lengthAdjust; |
| 21620 | 19952 |
| 21621 SVGAnimatedLength get textLength(); | 19953 final SVGAnimatedLength textLength; |
| 21622 | 19954 |
| 21623 int getCharNumAtPosition(SVGPoint point); | 19955 int getCharNumAtPosition(SVGPoint point); |
| 21624 | 19956 |
| 21625 num getComputedTextLength(); | 19957 num getComputedTextLength(); |
| 21626 | 19958 |
| 21627 SVGPoint getEndPositionOfChar(int offset); | 19959 SVGPoint getEndPositionOfChar(int offset); |
| 21628 | 19960 |
| 21629 SVGRect getExtentOfChar(int offset); | 19961 SVGRect getExtentOfChar(int offset); |
| 21630 | 19962 |
| 21631 int getNumberOfChars(); | 19963 int getNumberOfChars(); |
| (...skipping 27 matching lines...) Expand all Loading... |
| 21659 static final int TEXTPATH_METHODTYPE_STRETCH = 2; | 19991 static final int TEXTPATH_METHODTYPE_STRETCH = 2; |
| 21660 | 19992 |
| 21661 static final int TEXTPATH_METHODTYPE_UNKNOWN = 0; | 19993 static final int TEXTPATH_METHODTYPE_UNKNOWN = 0; |
| 21662 | 19994 |
| 21663 static final int TEXTPATH_SPACINGTYPE_AUTO = 1; | 19995 static final int TEXTPATH_SPACINGTYPE_AUTO = 1; |
| 21664 | 19996 |
| 21665 static final int TEXTPATH_SPACINGTYPE_EXACT = 2; | 19997 static final int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 21666 | 19998 |
| 21667 static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 19999 static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 21668 | 20000 |
| 21669 SVGAnimatedEnumeration get method(); | 20001 final SVGAnimatedEnumeration method; |
| 21670 | 20002 |
| 21671 SVGAnimatedEnumeration get spacing(); | 20003 final SVGAnimatedEnumeration spacing; |
| 21672 | 20004 |
| 21673 SVGAnimatedLength get startOffset(); | 20005 final SVGAnimatedLength startOffset; |
| 21674 } | 20006 } |
| 21675 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20007 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21676 // for details. All rights reserved. Use of this source code is governed by a | 20008 // for details. All rights reserved. Use of this source code is governed by a |
| 21677 // BSD-style license that can be found in the LICENSE file. | 20009 // BSD-style license that can be found in the LICENSE file. |
| 21678 | 20010 |
| 21679 // WARNING: Do not edit - generated code. | 20011 // WARNING: Do not edit - generated code. |
| 21680 | 20012 |
| 21681 interface SVGTextPositioningElement extends SVGTextContentElement { | 20013 interface SVGTextPositioningElement extends SVGTextContentElement { |
| 21682 | 20014 |
| 21683 SVGAnimatedLengthList get dx(); | 20015 final SVGAnimatedLengthList dx; |
| 21684 | 20016 |
| 21685 SVGAnimatedLengthList get dy(); | 20017 final SVGAnimatedLengthList dy; |
| 21686 | 20018 |
| 21687 SVGAnimatedNumberList get rotate(); | 20019 final SVGAnimatedNumberList rotate; |
| 21688 | 20020 |
| 21689 SVGAnimatedLengthList get x(); | 20021 final SVGAnimatedLengthList x; |
| 21690 | 20022 |
| 21691 SVGAnimatedLengthList get y(); | 20023 final SVGAnimatedLengthList y; |
| 21692 } | 20024 } |
| 21693 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20025 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21694 // for details. All rights reserved. Use of this source code is governed by a | 20026 // for details. All rights reserved. Use of this source code is governed by a |
| 21695 // BSD-style license that can be found in the LICENSE file. | 20027 // BSD-style license that can be found in the LICENSE file. |
| 21696 | 20028 |
| 21697 // WARNING: Do not edit - generated code. | 20029 // WARNING: Do not edit - generated code. |
| 21698 | 20030 |
| 21699 interface SVGTitleElement extends SVGElement, SVGLangSpace, SVGStylable { | 20031 interface SVGTitleElement extends SVGElement, SVGLangSpace, SVGStylable { |
| 21700 } | 20032 } |
| 21701 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20033 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 11 matching lines...) Expand all Loading... |
| 21713 static final int SVG_TRANSFORM_SCALE = 3; | 20045 static final int SVG_TRANSFORM_SCALE = 3; |
| 21714 | 20046 |
| 21715 static final int SVG_TRANSFORM_SKEWX = 5; | 20047 static final int SVG_TRANSFORM_SKEWX = 5; |
| 21716 | 20048 |
| 21717 static final int SVG_TRANSFORM_SKEWY = 6; | 20049 static final int SVG_TRANSFORM_SKEWY = 6; |
| 21718 | 20050 |
| 21719 static final int SVG_TRANSFORM_TRANSLATE = 2; | 20051 static final int SVG_TRANSFORM_TRANSLATE = 2; |
| 21720 | 20052 |
| 21721 static final int SVG_TRANSFORM_UNKNOWN = 0; | 20053 static final int SVG_TRANSFORM_UNKNOWN = 0; |
| 21722 | 20054 |
| 21723 num get angle(); | 20055 final num angle; |
| 21724 | 20056 |
| 21725 SVGMatrix get matrix(); | 20057 final SVGMatrix matrix; |
| 21726 | 20058 |
| 21727 int get type(); | 20059 final int type; |
| 21728 | 20060 |
| 21729 void setMatrix(SVGMatrix matrix); | 20061 void setMatrix(SVGMatrix matrix); |
| 21730 | 20062 |
| 21731 void setRotate(num angle, num cx, num cy); | 20063 void setRotate(num angle, num cx, num cy); |
| 21732 | 20064 |
| 21733 void setScale(num sx, num sy); | 20065 void setScale(num sx, num sy); |
| 21734 | 20066 |
| 21735 void setSkewX(num angle); | 20067 void setSkewX(num angle); |
| 21736 | 20068 |
| 21737 void setSkewY(num angle); | 20069 void setSkewY(num angle); |
| 21738 | 20070 |
| 21739 void setTranslate(num tx, num ty); | 20071 void setTranslate(num tx, num ty); |
| 21740 } | 20072 } |
| 21741 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20073 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21742 // for details. All rights reserved. Use of this source code is governed by a | 20074 // for details. All rights reserved. Use of this source code is governed by a |
| 21743 // BSD-style license that can be found in the LICENSE file. | 20075 // BSD-style license that can be found in the LICENSE file. |
| 21744 | 20076 |
| 21745 // WARNING: Do not edit - generated code. | 20077 // WARNING: Do not edit - generated code. |
| 21746 | 20078 |
| 21747 interface SVGTransformList { | 20079 interface SVGTransformList { |
| 21748 | 20080 |
| 21749 int get numberOfItems(); | 20081 final int numberOfItems; |
| 21750 | 20082 |
| 21751 SVGTransform appendItem(SVGTransform item); | 20083 SVGTransform appendItem(SVGTransform item); |
| 21752 | 20084 |
| 21753 void clear(); | 20085 void clear(); |
| 21754 | 20086 |
| 21755 SVGTransform consolidate(); | 20087 SVGTransform consolidate(); |
| 21756 | 20088 |
| 21757 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix); | 20089 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix); |
| 21758 | 20090 |
| 21759 SVGTransform getItem(int index); | 20091 SVGTransform getItem(int index); |
| 21760 | 20092 |
| 21761 SVGTransform initialize(SVGTransform item); | 20093 SVGTransform initialize(SVGTransform item); |
| 21762 | 20094 |
| 21763 SVGTransform insertItemBefore(SVGTransform item, int index); | 20095 SVGTransform insertItemBefore(SVGTransform item, int index); |
| 21764 | 20096 |
| 21765 SVGTransform removeItem(int index); | 20097 SVGTransform removeItem(int index); |
| 21766 | 20098 |
| 21767 SVGTransform replaceItem(SVGTransform item, int index); | 20099 SVGTransform replaceItem(SVGTransform item, int index); |
| 21768 } | 20100 } |
| 21769 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20101 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21770 // for details. All rights reserved. Use of this source code is governed by a | 20102 // for details. All rights reserved. Use of this source code is governed by a |
| 21771 // BSD-style license that can be found in the LICENSE file. | 20103 // BSD-style license that can be found in the LICENSE file. |
| 21772 | 20104 |
| 21773 // WARNING: Do not edit - generated code. | 20105 // WARNING: Do not edit - generated code. |
| 21774 | 20106 |
| 21775 interface SVGTransformable extends SVGLocatable { | 20107 interface SVGTransformable extends SVGLocatable { |
| 21776 | 20108 |
| 21777 SVGAnimatedTransformList get transform(); | 20109 final SVGAnimatedTransformList transform; |
| 21778 } | 20110 } |
| 21779 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20111 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21780 // for details. All rights reserved. Use of this source code is governed by a | 20112 // for details. All rights reserved. Use of this source code is governed by a |
| 21781 // BSD-style license that can be found in the LICENSE file. | 20113 // BSD-style license that can be found in the LICENSE file. |
| 21782 | 20114 |
| 21783 // WARNING: Do not edit - generated code. | 20115 // WARNING: Do not edit - generated code. |
| 21784 | 20116 |
| 21785 interface SVGURIReference { | 20117 interface SVGURIReference { |
| 21786 | 20118 |
| 21787 SVGAnimatedString get href(); | 20119 final SVGAnimatedString href; |
| 21788 } | 20120 } |
| 21789 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20121 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21790 // for details. All rights reserved. Use of this source code is governed by a | 20122 // for details. All rights reserved. Use of this source code is governed by a |
| 21791 // BSD-style license that can be found in the LICENSE file. | 20123 // BSD-style license that can be found in the LICENSE file. |
| 21792 | 20124 |
| 21793 // WARNING: Do not edit - generated code. | 20125 // WARNING: Do not edit - generated code. |
| 21794 | 20126 |
| 21795 interface SVGUnitTypes { | 20127 interface SVGUnitTypes { |
| 21796 | 20128 |
| 21797 static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 20129 static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 21798 | 20130 |
| 21799 static final int SVG_UNIT_TYPE_UNKNOWN = 0; | 20131 static final int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 21800 | 20132 |
| 21801 static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 20133 static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 21802 } | 20134 } |
| 21803 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20135 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21804 // for details. All rights reserved. Use of this source code is governed by a | 20136 // for details. All rights reserved. Use of this source code is governed by a |
| 21805 // BSD-style license that can be found in the LICENSE file. | 20137 // BSD-style license that can be found in the LICENSE file. |
| 21806 | 20138 |
| 21807 // WARNING: Do not edit - generated code. | 20139 // WARNING: Do not edit - generated code. |
| 21808 | 20140 |
| 21809 interface SVGUseElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSp
ace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { | 20141 interface SVGUseElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSp
ace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { |
| 21810 | 20142 |
| 21811 SVGElementInstance get animatedInstanceRoot(); | 20143 final SVGElementInstance animatedInstanceRoot; |
| 21812 | 20144 |
| 21813 SVGAnimatedLength get height(); | 20145 final SVGAnimatedLength height; |
| 21814 | 20146 |
| 21815 SVGElementInstance get instanceRoot(); | 20147 final SVGElementInstance instanceRoot; |
| 21816 | 20148 |
| 21817 SVGAnimatedLength get width(); | 20149 final SVGAnimatedLength width; |
| 21818 | 20150 |
| 21819 SVGAnimatedLength get x(); | 20151 final SVGAnimatedLength x; |
| 21820 | 20152 |
| 21821 SVGAnimatedLength get y(); | 20153 final SVGAnimatedLength y; |
| 21822 } | 20154 } |
| 21823 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20155 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21824 // for details. All rights reserved. Use of this source code is governed by a | 20156 // for details. All rights reserved. Use of this source code is governed by a |
| 21825 // BSD-style license that can be found in the LICENSE file. | 20157 // BSD-style license that can be found in the LICENSE file. |
| 21826 | 20158 |
| 21827 // WARNING: Do not edit - generated code. | 20159 // WARNING: Do not edit - generated code. |
| 21828 | 20160 |
| 21829 interface SVGVKernElement extends SVGElement { | 20161 interface SVGVKernElement extends SVGElement { |
| 21830 } | 20162 } |
| 21831 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20163 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21832 // for details. All rights reserved. Use of this source code is governed by a | 20164 // for details. All rights reserved. Use of this source code is governed by a |
| 21833 // BSD-style license that can be found in the LICENSE file. | 20165 // BSD-style license that can be found in the LICENSE file. |
| 21834 | 20166 |
| 21835 // WARNING: Do not edit - generated code. | 20167 // WARNING: Do not edit - generated code. |
| 21836 | 20168 |
| 21837 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { | 20169 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { |
| 21838 | 20170 |
| 21839 SVGStringList get viewTarget(); | 20171 final SVGStringList viewTarget; |
| 21840 } | 20172 } |
| 21841 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20173 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21842 // for details. All rights reserved. Use of this source code is governed by a | 20174 // for details. All rights reserved. Use of this source code is governed by a |
| 21843 // BSD-style license that can be found in the LICENSE file. | 20175 // BSD-style license that can be found in the LICENSE file. |
| 21844 | 20176 |
| 21845 // WARNING: Do not edit - generated code. | 20177 // WARNING: Do not edit - generated code. |
| 21846 | 20178 |
| 21847 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { | 20179 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { |
| 21848 | 20180 |
| 21849 String get preserveAspectRatioString(); | 20181 final String preserveAspectRatioString; |
| 21850 | 20182 |
| 21851 SVGTransformList get transform(); | 20183 final SVGTransformList transform; |
| 21852 | 20184 |
| 21853 String get transformString(); | 20185 final String transformString; |
| 21854 | 20186 |
| 21855 String get viewBoxString(); | 20187 final String viewBoxString; |
| 21856 | 20188 |
| 21857 SVGElement get viewTarget(); | 20189 final SVGElement viewTarget; |
| 21858 | 20190 |
| 21859 String get viewTargetString(); | 20191 final String viewTargetString; |
| 21860 } | 20192 } |
| 21861 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20193 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21862 // for details. All rights reserved. Use of this source code is governed by a | 20194 // for details. All rights reserved. Use of this source code is governed by a |
| 21863 // BSD-style license that can be found in the LICENSE file. | 20195 // BSD-style license that can be found in the LICENSE file. |
| 21864 | 20196 |
| 21865 // WARNING: Do not edit - generated code. | 20197 // WARNING: Do not edit - generated code. |
| 21866 | 20198 |
| 21867 interface SVGZoomAndPan { | 20199 interface SVGZoomAndPan { |
| 21868 | 20200 |
| 21869 static final int SVG_ZOOMANDPAN_DISABLE = 1; | 20201 static final int SVG_ZOOMANDPAN_DISABLE = 1; |
| 21870 | 20202 |
| 21871 static final int SVG_ZOOMANDPAN_MAGNIFY = 2; | 20203 static final int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 21872 | 20204 |
| 21873 static final int SVG_ZOOMANDPAN_UNKNOWN = 0; | 20205 static final int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 21874 | 20206 |
| 21875 int get zoomAndPan(); | 20207 int zoomAndPan; |
| 21876 | |
| 21877 void set zoomAndPan(int value); | |
| 21878 } | 20208 } |
| 21879 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20209 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21880 // for details. All rights reserved. Use of this source code is governed by a | 20210 // for details. All rights reserved. Use of this source code is governed by a |
| 21881 // BSD-style license that can be found in the LICENSE file. | 20211 // BSD-style license that can be found in the LICENSE file. |
| 21882 | 20212 |
| 21883 // WARNING: Do not edit - generated code. | 20213 // WARNING: Do not edit - generated code. |
| 21884 | 20214 |
| 21885 interface SVGZoomEvent extends UIEvent { | 20215 interface SVGZoomEvent extends UIEvent { |
| 21886 | 20216 |
| 21887 num get newScale(); | 20217 final num newScale; |
| 21888 | 20218 |
| 21889 SVGPoint get newTranslate(); | 20219 final SVGPoint newTranslate; |
| 21890 | 20220 |
| 21891 num get previousScale(); | 20221 final num previousScale; |
| 21892 | 20222 |
| 21893 SVGPoint get previousTranslate(); | 20223 final SVGPoint previousTranslate; |
| 21894 | 20224 |
| 21895 SVGRect get zoomRectScreen(); | 20225 final SVGRect zoomRectScreen; |
| 21896 } | 20226 } |
| 21897 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20227 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21898 // for details. All rights reserved. Use of this source code is governed by a | 20228 // for details. All rights reserved. Use of this source code is governed by a |
| 21899 // BSD-style license that can be found in the LICENSE file. | 20229 // BSD-style license that can be found in the LICENSE file. |
| 21900 | 20230 |
| 21901 // WARNING: Do not edit - generated code. | 20231 // WARNING: Do not edit - generated code. |
| 21902 | 20232 |
| 21903 interface Screen { | 20233 interface Screen { |
| 21904 | 20234 |
| 21905 int get availHeight(); | 20235 final int availHeight; |
| 21906 | 20236 |
| 21907 int get availLeft(); | 20237 final int availLeft; |
| 21908 | 20238 |
| 21909 int get availTop(); | 20239 final int availTop; |
| 21910 | 20240 |
| 21911 int get availWidth(); | 20241 final int availWidth; |
| 21912 | 20242 |
| 21913 int get colorDepth(); | 20243 final int colorDepth; |
| 21914 | 20244 |
| 21915 int get height(); | 20245 final int height; |
| 21916 | 20246 |
| 21917 int get pixelDepth(); | 20247 final int pixelDepth; |
| 21918 | 20248 |
| 21919 int get width(); | 20249 final int width; |
| 21920 } | 20250 } |
| 21921 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20251 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21922 // for details. All rights reserved. Use of this source code is governed by a | 20252 // for details. All rights reserved. Use of this source code is governed by a |
| 21923 // BSD-style license that can be found in the LICENSE file. | 20253 // BSD-style license that can be found in the LICENSE file. |
| 21924 | 20254 |
| 21925 // WARNING: Do not edit - generated code. | 20255 // WARNING: Do not edit - generated code. |
| 21926 | 20256 |
| 21927 interface ScriptProfile { | 20257 interface ScriptProfile { |
| 21928 | 20258 |
| 21929 ScriptProfileNode get head(); | 20259 final ScriptProfileNode head; |
| 21930 | 20260 |
| 21931 String get title(); | 20261 final String title; |
| 21932 | 20262 |
| 21933 int get uid(); | 20263 final int uid; |
| 21934 } | 20264 } |
| 21935 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20265 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21936 // for details. All rights reserved. Use of this source code is governed by a | 20266 // for details. All rights reserved. Use of this source code is governed by a |
| 21937 // BSD-style license that can be found in the LICENSE file. | 20267 // BSD-style license that can be found in the LICENSE file. |
| 21938 | 20268 |
| 21939 // WARNING: Do not edit - generated code. | 20269 // WARNING: Do not edit - generated code. |
| 21940 | 20270 |
| 21941 interface ScriptProfileNode { | 20271 interface ScriptProfileNode { |
| 21942 | 20272 |
| 21943 int get callUID(); | 20273 final int callUID; |
| 21944 | 20274 |
| 21945 List get children(); | 20275 final List children; |
| 21946 | 20276 |
| 21947 String get functionName(); | 20277 final String functionName; |
| 21948 | 20278 |
| 21949 int get lineNumber(); | 20279 final int lineNumber; |
| 21950 | 20280 |
| 21951 int get numberOfCalls(); | 20281 final int numberOfCalls; |
| 21952 | 20282 |
| 21953 num get selfTime(); | 20283 final num selfTime; |
| 21954 | 20284 |
| 21955 num get totalTime(); | 20285 final num totalTime; |
| 21956 | 20286 |
| 21957 String get url(); | 20287 final String url; |
| 21958 | 20288 |
| 21959 bool get visible(); | 20289 final bool visible; |
| 21960 } | 20290 } |
| 21961 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20291 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21962 // for details. All rights reserved. Use of this source code is governed by a | 20292 // for details. All rights reserved. Use of this source code is governed by a |
| 21963 // BSD-style license that can be found in the LICENSE file. | |
| 21964 | |
| 21965 // WARNING: Do not edit - generated code. | |
| 21966 | |
| 21967 interface ShadowRoot extends Node { | |
| 21968 | |
| 21969 Element get host(); | |
| 21970 } | |
| 21971 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 21972 // for details. All rights reserved. Use of this source code is governed by a | |
| 21973 // BSD-style license that can be found in the LICENSE file. | 20293 // BSD-style license that can be found in the LICENSE file. |
| 21974 | 20294 |
| 21975 // WARNING: Do not edit - generated code. | 20295 // WARNING: Do not edit - generated code. |
| 21976 | 20296 |
| 21977 interface SharedWorker extends AbstractWorker { | 20297 interface SharedWorker extends AbstractWorker { |
| 21978 | 20298 |
| 21979 MessagePort get port(); | 20299 final MessagePort port; |
| 21980 } | 20300 } |
| 21981 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20301 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21982 // for details. All rights reserved. Use of this source code is governed by a | 20302 // for details. All rights reserved. Use of this source code is governed by a |
| 21983 // BSD-style license that can be found in the LICENSE file. | 20303 // BSD-style license that can be found in the LICENSE file. |
| 21984 | 20304 |
| 21985 // WARNING: Do not edit - generated code. | 20305 // WARNING: Do not edit - generated code. |
| 21986 | 20306 |
| 21987 interface SharedWorkerGlobalScope extends WorkerContext { | 20307 interface SharedWorkerGlobalScope extends WorkerContext { |
| 21988 | 20308 |
| 21989 String get name(); | 20309 final String name; |
| 21990 | 20310 |
| 21991 EventListener get onconnect(); | 20311 EventListener onconnect; |
| 21992 | |
| 21993 void set onconnect(EventListener value); | |
| 21994 } | 20312 } |
| 21995 | 20313 |
| 21996 interface SharedWorkerContext extends SharedWorkerGlobalScope { | 20314 interface SharedWorkerContext extends SharedWorkerGlobalScope { |
| 21997 } | 20315 } |
| 21998 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20316 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 21999 // for details. All rights reserved. Use of this source code is governed by a | 20317 // for details. All rights reserved. Use of this source code is governed by a |
| 22000 // BSD-style license that can be found in the LICENSE file. | 20318 // BSD-style license that can be found in the LICENSE file. |
| 22001 | 20319 |
| 22002 // WARNING: Do not edit - generated code. | 20320 // WARNING: Do not edit - generated code. |
| 22003 | 20321 |
| 22004 interface SpeechInputEvent extends Event { | 20322 interface SpeechInputEvent extends Event { |
| 22005 | 20323 |
| 22006 SpeechInputResultList get results(); | 20324 final SpeechInputResultList results; |
| 22007 } | 20325 } |
| 22008 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20326 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22009 // for details. All rights reserved. Use of this source code is governed by a | 20327 // for details. All rights reserved. Use of this source code is governed by a |
| 22010 // BSD-style license that can be found in the LICENSE file. | 20328 // BSD-style license that can be found in the LICENSE file. |
| 22011 | 20329 |
| 22012 // WARNING: Do not edit - generated code. | 20330 // WARNING: Do not edit - generated code. |
| 22013 | 20331 |
| 22014 interface SpeechInputResult { | 20332 interface SpeechInputResult { |
| 22015 | 20333 |
| 22016 num get confidence(); | 20334 final num confidence; |
| 22017 | 20335 |
| 22018 String get utterance(); | 20336 final String utterance; |
| 22019 } | 20337 } |
| 22020 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20338 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22021 // for details. All rights reserved. Use of this source code is governed by a | 20339 // for details. All rights reserved. Use of this source code is governed by a |
| 22022 // BSD-style license that can be found in the LICENSE file. | 20340 // BSD-style license that can be found in the LICENSE file. |
| 22023 | 20341 |
| 22024 // WARNING: Do not edit - generated code. | 20342 // WARNING: Do not edit - generated code. |
| 22025 | 20343 |
| 22026 interface SpeechInputResultList { | 20344 interface SpeechInputResultList { |
| 22027 | 20345 |
| 22028 int get length(); | 20346 final int length; |
| 22029 | 20347 |
| 22030 SpeechInputResult item(int index); | 20348 SpeechInputResult item(int index); |
| 22031 } | 20349 } |
| 22032 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20350 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22033 // for details. All rights reserved. Use of this source code is governed by a | 20351 // for details. All rights reserved. Use of this source code is governed by a |
| 22034 // BSD-style license that can be found in the LICENSE file. | 20352 // BSD-style license that can be found in the LICENSE file. |
| 22035 | 20353 |
| 22036 // WARNING: Do not edit - generated code. | 20354 // WARNING: Do not edit - generated code. |
| 22037 | 20355 |
| 22038 interface Storage { | 20356 interface Storage { |
| 22039 | 20357 |
| 22040 int get length(); | 20358 final int length; |
| 22041 | 20359 |
| 22042 void clear(); | 20360 void clear(); |
| 22043 | 20361 |
| 22044 String getItem(String key); | 20362 String getItem(String key); |
| 22045 | 20363 |
| 22046 String key(int index); | 20364 String key(int index); |
| 22047 | 20365 |
| 22048 void removeItem(String key); | 20366 void removeItem(String key); |
| 22049 | 20367 |
| 22050 void setItem(String key, String data); | 20368 void setItem(String key, String data); |
| 22051 } | 20369 } |
| 22052 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20370 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22053 // for details. All rights reserved. Use of this source code is governed by a | 20371 // for details. All rights reserved. Use of this source code is governed by a |
| 22054 // BSD-style license that can be found in the LICENSE file. | 20372 // BSD-style license that can be found in the LICENSE file. |
| 22055 | 20373 |
| 22056 // WARNING: Do not edit - generated code. | 20374 // WARNING: Do not edit - generated code. |
| 22057 | 20375 |
| 22058 interface StorageEvent extends Event { | 20376 interface StorageEvent extends Event { |
| 22059 | 20377 |
| 22060 String get key(); | 20378 final String key; |
| 22061 | 20379 |
| 22062 String get newValue(); | 20380 final String newValue; |
| 22063 | 20381 |
| 22064 String get oldValue(); | 20382 final String oldValue; |
| 22065 | 20383 |
| 22066 Storage get storageArea(); | 20384 final Storage storageArea; |
| 22067 | 20385 |
| 22068 String get url(); | 20386 final String url; |
| 22069 | 20387 |
| 22070 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S
tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto
rageAreaArg); | 20388 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S
tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto
rageAreaArg); |
| 22071 } | 20389 } |
| 22072 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20390 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22073 // for details. All rights reserved. Use of this source code is governed by a | 20391 // for details. All rights reserved. Use of this source code is governed by a |
| 22074 // BSD-style license that can be found in the LICENSE file. | 20392 // BSD-style license that can be found in the LICENSE file. |
| 22075 | 20393 |
| 22076 // WARNING: Do not edit - generated code. | 20394 // WARNING: Do not edit - generated code. |
| 22077 | 20395 |
| 22078 interface StorageInfo { | 20396 interface StorageInfo { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 22114 | 20432 |
| 22115 typedef bool StringCallback(String data); | 20433 typedef bool StringCallback(String data); |
| 22116 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20434 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22117 // for details. All rights reserved. Use of this source code is governed by a | 20435 // for details. All rights reserved. Use of this source code is governed by a |
| 22118 // BSD-style license that can be found in the LICENSE file. | 20436 // BSD-style license that can be found in the LICENSE file. |
| 22119 | 20437 |
| 22120 // WARNING: Do not edit - generated code. | 20438 // WARNING: Do not edit - generated code. |
| 22121 | 20439 |
| 22122 interface StyleMedia { | 20440 interface StyleMedia { |
| 22123 | 20441 |
| 22124 String get type(); | 20442 final String type; |
| 22125 | 20443 |
| 22126 bool matchMedium(String mediaquery); | 20444 bool matchMedium(String mediaquery); |
| 22127 } | 20445 } |
| 22128 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20446 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22129 // for details. All rights reserved. Use of this source code is governed by a | 20447 // for details. All rights reserved. Use of this source code is governed by a |
| 22130 // BSD-style license that can be found in the LICENSE file. | 20448 // BSD-style license that can be found in the LICENSE file. |
| 22131 | 20449 |
| 22132 // WARNING: Do not edit - generated code. | 20450 // WARNING: Do not edit - generated code. |
| 22133 | 20451 |
| 22134 interface StyleSheet { | 20452 interface StyleSheet { |
| 22135 | 20453 |
| 22136 bool get disabled(); | 20454 bool disabled; |
| 22137 | 20455 |
| 22138 void set disabled(bool value); | 20456 final String href; |
| 22139 | 20457 |
| 22140 String get href(); | 20458 final MediaList media; |
| 22141 | 20459 |
| 22142 MediaList get media(); | 20460 final Node ownerNode; |
| 22143 | 20461 |
| 22144 Node get ownerNode(); | 20462 final StyleSheet parentStyleSheet; |
| 22145 | 20463 |
| 22146 StyleSheet get parentStyleSheet(); | 20464 final String title; |
| 22147 | 20465 |
| 22148 String get title(); | 20466 final String type; |
| 22149 | |
| 22150 String get type(); | |
| 22151 } | 20467 } |
| 22152 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20468 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22153 // for details. All rights reserved. Use of this source code is governed by a | 20469 // for details. All rights reserved. Use of this source code is governed by a |
| 22154 // BSD-style license that can be found in the LICENSE file. | 20470 // BSD-style license that can be found in the LICENSE file. |
| 22155 | 20471 |
| 22156 // WARNING: Do not edit - generated code. | 20472 // WARNING: Do not edit - generated code. |
| 22157 | 20473 |
| 22158 interface StyleSheetList extends List<StyleSheet> { | 20474 interface StyleSheetList extends List<StyleSheet> { |
| 22159 | 20475 |
| 22160 int get length(); | 20476 final int length; |
| 22161 | 20477 |
| 22162 StyleSheet item(int index); | 20478 StyleSheet item(int index); |
| 22163 } | 20479 } |
| 22164 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20480 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22165 // for details. All rights reserved. Use of this source code is governed by a | 20481 // for details. All rights reserved. Use of this source code is governed by a |
| 22166 // BSD-style license that can be found in the LICENSE file. | 20482 // BSD-style license that can be found in the LICENSE file. |
| 22167 | 20483 |
| 22168 // WARNING: Do not edit - generated code. | 20484 // WARNING: Do not edit - generated code. |
| 22169 | 20485 |
| 22170 interface Text extends CharacterData { | 20486 interface Text extends CharacterData { |
| 22171 | 20487 |
| 22172 String get wholeText(); | 20488 final String wholeText; |
| 22173 | 20489 |
| 22174 Text replaceWholeText(String content); | 20490 Text replaceWholeText(String content); |
| 22175 | 20491 |
| 22176 Text splitText(int offset); | 20492 Text splitText(int offset); |
| 22177 } | 20493 } |
| 22178 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20494 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22179 // for details. All rights reserved. Use of this source code is governed by a | 20495 // for details. All rights reserved. Use of this source code is governed by a |
| 22180 // BSD-style license that can be found in the LICENSE file. | 20496 // BSD-style license that can be found in the LICENSE file. |
| 22181 | 20497 |
| 22182 // WARNING: Do not edit - generated code. | 20498 // WARNING: Do not edit - generated code. |
| 22183 | 20499 |
| 22184 interface TextEvent extends UIEvent { | 20500 interface TextEvent extends UIEvent { |
| 22185 | 20501 |
| 22186 String get data(); | 20502 final String data; |
| 22187 | 20503 |
| 22188 void initTextEvent(String typeArg, bool canBubbleArg, bool cancelableArg, DOMW
indow viewArg, String dataArg); | 20504 void initTextEvent(String typeArg, bool canBubbleArg, bool cancelableArg, DOMW
indow viewArg, String dataArg); |
| 22189 } | 20505 } |
| 22190 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20506 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22191 // for details. All rights reserved. Use of this source code is governed by a | 20507 // for details. All rights reserved. Use of this source code is governed by a |
| 22192 // BSD-style license that can be found in the LICENSE file. | 20508 // BSD-style license that can be found in the LICENSE file. |
| 22193 | 20509 |
| 22194 // WARNING: Do not edit - generated code. | 20510 // WARNING: Do not edit - generated code. |
| 22195 | 20511 |
| 22196 interface TextMetrics { | 20512 interface TextMetrics { |
| 22197 | 20513 |
| 22198 num get width(); | 20514 final num width; |
| 22199 } | 20515 } |
| 22200 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20516 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22201 // for details. All rights reserved. Use of this source code is governed by a | 20517 // for details. All rights reserved. Use of this source code is governed by a |
| 22202 // BSD-style license that can be found in the LICENSE file. | 20518 // BSD-style license that can be found in the LICENSE file. |
| 22203 | 20519 |
| 22204 // WARNING: Do not edit - generated code. | 20520 // WARNING: Do not edit - generated code. |
| 22205 | 20521 |
| 22206 interface TextTrack { | 20522 interface TextTrack { |
| 22207 | 20523 |
| 22208 static final int DISABLED = 0; | 20524 static final int DISABLED = 0; |
| 22209 | 20525 |
| 22210 static final int HIDDEN = 1; | 20526 static final int HIDDEN = 1; |
| 22211 | 20527 |
| 22212 static final int SHOWING = 2; | 20528 static final int SHOWING = 2; |
| 22213 | 20529 |
| 22214 TextTrackCueList get activeCues(); | 20530 final TextTrackCueList activeCues; |
| 22215 | 20531 |
| 22216 TextTrackCueList get cues(); | 20532 final TextTrackCueList cues; |
| 22217 | 20533 |
| 22218 String get kind(); | 20534 final String kind; |
| 22219 | 20535 |
| 22220 String get label(); | 20536 final String label; |
| 22221 | 20537 |
| 22222 String get language(); | 20538 final String language; |
| 22223 | 20539 |
| 22224 int get mode(); | 20540 int mode; |
| 22225 | 20541 |
| 22226 void set mode(int value); | 20542 EventListener oncuechange; |
| 22227 | |
| 22228 EventListener get oncuechange(); | |
| 22229 | |
| 22230 void set oncuechange(EventListener value); | |
| 22231 | 20543 |
| 22232 void addCue(TextTrackCue cue); | 20544 void addCue(TextTrackCue cue); |
| 22233 | 20545 |
| 22234 void addEventListener(String type, EventListener listener, [bool useCapture]); | 20546 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 22235 | 20547 |
| 22236 bool dispatchEvent(Event evt); | 20548 bool dispatchEvent(Event evt); |
| 22237 | 20549 |
| 22238 void removeCue(TextTrackCue cue); | 20550 void removeCue(TextTrackCue cue); |
| 22239 | 20551 |
| 22240 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 20552 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 22241 } | 20553 } |
| 22242 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20554 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22243 // for details. All rights reserved. Use of this source code is governed by a | 20555 // for details. All rights reserved. Use of this source code is governed by a |
| 22244 // BSD-style license that can be found in the LICENSE file. | 20556 // BSD-style license that can be found in the LICENSE file. |
| 22245 | 20557 |
| 22246 // WARNING: Do not edit - generated code. | 20558 // WARNING: Do not edit - generated code. |
| 22247 | 20559 |
| 22248 interface TextTrackCue { | 20560 interface TextTrackCue { |
| 22249 | 20561 |
| 22250 String get alignment(); | 20562 String alignment; |
| 22251 | 20563 |
| 22252 void set alignment(String value); | 20564 String direction; |
| 22253 | 20565 |
| 22254 String get direction(); | 20566 num endTime; |
| 22255 | 20567 |
| 22256 void set direction(String value); | 20568 String id; |
| 22257 | 20569 |
| 22258 num get endTime(); | 20570 int linePosition; |
| 22259 | 20571 |
| 22260 void set endTime(num value); | 20572 EventListener onenter; |
| 22261 | 20573 |
| 22262 String get id(); | 20574 EventListener onexit; |
| 22263 | 20575 |
| 22264 void set id(String value); | 20576 bool pauseOnExit; |
| 22265 | 20577 |
| 22266 int get linePosition(); | 20578 int size; |
| 22267 | 20579 |
| 22268 void set linePosition(int value); | 20580 bool snapToLines; |
| 22269 | 20581 |
| 22270 EventListener get onenter(); | 20582 num startTime; |
| 22271 | 20583 |
| 22272 void set onenter(EventListener value); | 20584 String text; |
| 22273 | 20585 |
| 22274 EventListener get onexit(); | 20586 int textPosition; |
| 22275 | 20587 |
| 22276 void set onexit(EventListener value); | 20588 final TextTrack track; |
| 22277 | |
| 22278 bool get pauseOnExit(); | |
| 22279 | |
| 22280 void set pauseOnExit(bool value); | |
| 22281 | |
| 22282 int get size(); | |
| 22283 | |
| 22284 void set size(int value); | |
| 22285 | |
| 22286 bool get snapToLines(); | |
| 22287 | |
| 22288 void set snapToLines(bool value); | |
| 22289 | |
| 22290 num get startTime(); | |
| 22291 | |
| 22292 void set startTime(num value); | |
| 22293 | |
| 22294 String get text(); | |
| 22295 | |
| 22296 void set text(String value); | |
| 22297 | |
| 22298 int get textPosition(); | |
| 22299 | |
| 22300 void set textPosition(int value); | |
| 22301 | |
| 22302 TextTrack get track(); | |
| 22303 | 20589 |
| 22304 void addEventListener(String type, EventListener listener, [bool useCapture]); | 20590 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 22305 | 20591 |
| 22306 bool dispatchEvent(Event evt); | 20592 bool dispatchEvent(Event evt); |
| 22307 | 20593 |
| 22308 DocumentFragment getCueAsHTML(); | 20594 DocumentFragment getCueAsHTML(); |
| 22309 | 20595 |
| 22310 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 20596 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 22311 } | 20597 } |
| 22312 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20598 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22313 // for details. All rights reserved. Use of this source code is governed by a | 20599 // for details. All rights reserved. Use of this source code is governed by a |
| 22314 // BSD-style license that can be found in the LICENSE file. | 20600 // BSD-style license that can be found in the LICENSE file. |
| 22315 | 20601 |
| 22316 // WARNING: Do not edit - generated code. | 20602 // WARNING: Do not edit - generated code. |
| 22317 | 20603 |
| 22318 interface TextTrackCueList { | 20604 interface TextTrackCueList { |
| 22319 | 20605 |
| 22320 int get length(); | 20606 final int length; |
| 22321 | 20607 |
| 22322 TextTrackCue getCueById(String id); | 20608 TextTrackCue getCueById(String id); |
| 22323 | 20609 |
| 22324 TextTrackCue item(int index); | 20610 TextTrackCue item(int index); |
| 22325 } | 20611 } |
| 22326 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20612 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22327 // for details. All rights reserved. Use of this source code is governed by a | 20613 // for details. All rights reserved. Use of this source code is governed by a |
| 22328 // BSD-style license that can be found in the LICENSE file. | 20614 // BSD-style license that can be found in the LICENSE file. |
| 22329 | 20615 |
| 22330 // WARNING: Do not edit - generated code. | 20616 // WARNING: Do not edit - generated code. |
| 22331 | 20617 |
| 22332 interface TextTrackList { | 20618 interface TextTrackList { |
| 22333 | 20619 |
| 22334 int get length(); | 20620 final int length; |
| 22335 | 20621 |
| 22336 EventListener get onaddtrack(); | 20622 EventListener onaddtrack; |
| 22337 | |
| 22338 void set onaddtrack(EventListener value); | |
| 22339 | 20623 |
| 22340 void addEventListener(String type, EventListener listener, [bool useCapture]); | 20624 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 22341 | 20625 |
| 22342 bool dispatchEvent(Event evt); | 20626 bool dispatchEvent(Event evt); |
| 22343 | 20627 |
| 22344 TextTrack item(int index); | 20628 TextTrack item(int index); |
| 22345 | 20629 |
| 22346 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 20630 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 22347 } | 20631 } |
| 22348 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20632 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22349 // for details. All rights reserved. Use of this source code is governed by a | 20633 // for details. All rights reserved. Use of this source code is governed by a |
| 22350 // BSD-style license that can be found in the LICENSE file. | 20634 // BSD-style license that can be found in the LICENSE file. |
| 22351 | 20635 |
| 22352 // WARNING: Do not edit - generated code. | 20636 // WARNING: Do not edit - generated code. |
| 22353 | 20637 |
| 22354 interface TimeRanges { | 20638 interface TimeRanges { |
| 22355 | 20639 |
| 22356 int get length(); | 20640 final int length; |
| 22357 | 20641 |
| 22358 num end(int index); | 20642 num end(int index); |
| 22359 | 20643 |
| 22360 num start(int index); | 20644 num start(int index); |
| 22361 } | 20645 } |
| 22362 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20646 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22363 // for details. All rights reserved. Use of this source code is governed by a | 20647 // for details. All rights reserved. Use of this source code is governed by a |
| 22364 // BSD-style license that can be found in the LICENSE file. | 20648 // BSD-style license that can be found in the LICENSE file. |
| 22365 | 20649 |
| 22366 // WARNING: Do not edit - generated code. | 20650 // WARNING: Do not edit - generated code. |
| 22367 | 20651 |
| 22368 interface Touch { | 20652 interface Touch { |
| 22369 | 20653 |
| 22370 int get clientX(); | 20654 final int clientX; |
| 22371 | 20655 |
| 22372 int get clientY(); | 20656 final int clientY; |
| 22373 | 20657 |
| 22374 int get identifier(); | 20658 final int identifier; |
| 22375 | 20659 |
| 22376 int get pageX(); | 20660 final int pageX; |
| 22377 | 20661 |
| 22378 int get pageY(); | 20662 final int pageY; |
| 22379 | 20663 |
| 22380 int get screenX(); | 20664 final int screenX; |
| 22381 | 20665 |
| 22382 int get screenY(); | 20666 final int screenY; |
| 22383 | 20667 |
| 22384 EventTarget get target(); | 20668 final EventTarget target; |
| 22385 | 20669 |
| 22386 num get webkitForce(); | 20670 final num webkitForce; |
| 22387 | 20671 |
| 22388 int get webkitRadiusX(); | 20672 final int webkitRadiusX; |
| 22389 | 20673 |
| 22390 int get webkitRadiusY(); | 20674 final int webkitRadiusY; |
| 22391 | 20675 |
| 22392 num get webkitRotationAngle(); | 20676 final num webkitRotationAngle; |
| 22393 } | 20677 } |
| 22394 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20678 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22395 // for details. All rights reserved. Use of this source code is governed by a | 20679 // for details. All rights reserved. Use of this source code is governed by a |
| 22396 // BSD-style license that can be found in the LICENSE file. | 20680 // BSD-style license that can be found in the LICENSE file. |
| 22397 | 20681 |
| 22398 // WARNING: Do not edit - generated code. | 20682 // WARNING: Do not edit - generated code. |
| 22399 | 20683 |
| 22400 interface TouchEvent extends UIEvent { | 20684 interface TouchEvent extends UIEvent { |
| 22401 | 20685 |
| 22402 bool get altKey(); | 20686 final bool altKey; |
| 22403 | 20687 |
| 22404 TouchList get changedTouches(); | 20688 final TouchList changedTouches; |
| 22405 | 20689 |
| 22406 bool get ctrlKey(); | 20690 final bool ctrlKey; |
| 22407 | 20691 |
| 22408 bool get metaKey(); | 20692 final bool metaKey; |
| 22409 | 20693 |
| 22410 bool get shiftKey(); | 20694 final bool shiftKey; |
| 22411 | 20695 |
| 22412 TouchList get targetTouches(); | 20696 final TouchList targetTouches; |
| 22413 | 20697 |
| 22414 TouchList get touches(); | 20698 final TouchList touches; |
| 22415 | 20699 |
| 22416 void initTouchEvent(TouchList touches, TouchList targetTouches, TouchList chan
gedTouches, String type, DOMWindow view, int screenX, int screenY, int clientX,
int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); | 20700 void initTouchEvent(TouchList touches, TouchList targetTouches, TouchList chan
gedTouches, String type, DOMWindow view, int screenX, int screenY, int clientX,
int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); |
| 22417 } | 20701 } |
| 22418 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20702 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22419 // for details. All rights reserved. Use of this source code is governed by a | 20703 // for details. All rights reserved. Use of this source code is governed by a |
| 22420 // BSD-style license that can be found in the LICENSE file. | 20704 // BSD-style license that can be found in the LICENSE file. |
| 22421 | 20705 |
| 22422 // WARNING: Do not edit - generated code. | 20706 // WARNING: Do not edit - generated code. |
| 22423 | 20707 |
| 22424 interface TouchList extends List<Touch> { | 20708 interface TouchList extends List<Touch> { |
| 22425 | 20709 |
| 22426 int get length(); | 20710 final int length; |
| 22427 | 20711 |
| 22428 Touch item(int index); | 20712 Touch item(int index); |
| 22429 } | 20713 } |
| 22430 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20714 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22431 // for details. All rights reserved. Use of this source code is governed by a | 20715 // for details. All rights reserved. Use of this source code is governed by a |
| 22432 // BSD-style license that can be found in the LICENSE file. | 20716 // BSD-style license that can be found in the LICENSE file. |
| 22433 | 20717 |
| 22434 // WARNING: Do not edit - generated code. | 20718 // WARNING: Do not edit - generated code. |
| 22435 | 20719 |
| 22436 interface TrackEvent extends Event { | 20720 interface TrackEvent extends Event { |
| 22437 | 20721 |
| 22438 Object get track(); | 20722 final Object track; |
| 22439 } | 20723 } |
| 22440 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20724 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22441 // for details. All rights reserved. Use of this source code is governed by a | 20725 // for details. All rights reserved. Use of this source code is governed by a |
| 22442 // BSD-style license that can be found in the LICENSE file. | 20726 // BSD-style license that can be found in the LICENSE file. |
| 22443 | 20727 |
| 22444 // WARNING: Do not edit - generated code. | 20728 // WARNING: Do not edit - generated code. |
| 22445 | 20729 |
| 22446 interface TreeWalker { | 20730 interface TreeWalker { |
| 22447 | 20731 |
| 22448 Node get currentNode(); | 20732 Node currentNode; |
| 22449 | 20733 |
| 22450 void set currentNode(Node value); | 20734 final bool expandEntityReferences; |
| 22451 | 20735 |
| 22452 bool get expandEntityReferences(); | 20736 final NodeFilter filter; |
| 22453 | 20737 |
| 22454 NodeFilter get filter(); | 20738 final Node root; |
| 22455 | 20739 |
| 22456 Node get root(); | 20740 final int whatToShow; |
| 22457 | |
| 22458 int get whatToShow(); | |
| 22459 | 20741 |
| 22460 Node firstChild(); | 20742 Node firstChild(); |
| 22461 | 20743 |
| 22462 Node lastChild(); | 20744 Node lastChild(); |
| 22463 | 20745 |
| 22464 Node nextNode(); | 20746 Node nextNode(); |
| 22465 | 20747 |
| 22466 Node nextSibling(); | 20748 Node nextSibling(); |
| 22467 | 20749 |
| 22468 Node parentNode(); | 20750 Node parentNode(); |
| 22469 | 20751 |
| 22470 Node previousNode(); | 20752 Node previousNode(); |
| 22471 | 20753 |
| 22472 Node previousSibling(); | 20754 Node previousSibling(); |
| 22473 } | 20755 } |
| 22474 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20756 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22475 // for details. All rights reserved. Use of this source code is governed by a | 20757 // for details. All rights reserved. Use of this source code is governed by a |
| 22476 // BSD-style license that can be found in the LICENSE file. | 20758 // BSD-style license that can be found in the LICENSE file. |
| 22477 | 20759 |
| 22478 // WARNING: Do not edit - generated code. | 20760 // WARNING: Do not edit - generated code. |
| 22479 | 20761 |
| 22480 interface UIEvent extends Event { | 20762 interface UIEvent extends Event { |
| 22481 | 20763 |
| 22482 int get charCode(); | 20764 final int charCode; |
| 22483 | 20765 |
| 22484 int get detail(); | 20766 final int detail; |
| 22485 | 20767 |
| 22486 int get keyCode(); | 20768 final int keyCode; |
| 22487 | 20769 |
| 22488 int get layerX(); | 20770 final int layerX; |
| 22489 | 20771 |
| 22490 int get layerY(); | 20772 final int layerY; |
| 22491 | 20773 |
| 22492 int get pageX(); | 20774 final int pageX; |
| 22493 | 20775 |
| 22494 int get pageY(); | 20776 final int pageY; |
| 22495 | 20777 |
| 22496 DOMWindow get view(); | 20778 final DOMWindow view; |
| 22497 | 20779 |
| 22498 int get which(); | 20780 final int which; |
| 22499 | 20781 |
| 22500 void initUIEvent(String type, bool canBubble, bool cancelable, DOMWindow view,
int detail); | 20782 void initUIEvent(String type, bool canBubble, bool cancelable, DOMWindow view,
int detail); |
| 22501 } | 20783 } |
| 22502 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20784 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22503 // for details. All rights reserved. Use of this source code is governed by a | 20785 // for details. All rights reserved. Use of this source code is governed by a |
| 22504 // BSD-style license that can be found in the LICENSE file. | 20786 // BSD-style license that can be found in the LICENSE file. |
| 22505 | 20787 |
| 22506 // WARNING: Do not edit - generated code. | 20788 // WARNING: Do not edit - generated code. |
| 22507 | 20789 |
| 22508 interface Uint16Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { | 20790 interface Uint16Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { |
| 22509 | 20791 |
| 22510 Uint16Array(int length); | 20792 Uint16Array(int length); |
| 22511 | 20793 |
| 22512 Uint16Array.fromList(List<int> list); | 20794 Uint16Array.fromList(List<int> list); |
| 22513 | 20795 |
| 22514 Uint16Array.fromBuffer(ArrayBuffer buffer); | 20796 Uint16Array.fromBuffer(ArrayBuffer buffer); |
| 22515 | 20797 |
| 22516 static final int BYTES_PER_ELEMENT = 2; | 20798 static final int BYTES_PER_ELEMENT = 2; |
| 22517 | 20799 |
| 22518 int get length(); | 20800 final int length; |
| 22519 | 20801 |
| 22520 void setElements(Object array, [int offset]); | 20802 void setElements(Object array, [int offset]); |
| 22521 | 20803 |
| 22522 Uint16Array subarray(int start, [int end]); | 20804 Uint16Array subarray(int start, [int end]); |
| 22523 } | 20805 } |
| 22524 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20806 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22525 // for details. All rights reserved. Use of this source code is governed by a | 20807 // for details. All rights reserved. Use of this source code is governed by a |
| 22526 // BSD-style license that can be found in the LICENSE file. | 20808 // BSD-style license that can be found in the LICENSE file. |
| 22527 | 20809 |
| 22528 // WARNING: Do not edit - generated code. | 20810 // WARNING: Do not edit - generated code. |
| 22529 | 20811 |
| 22530 interface Uint32Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { | 20812 interface Uint32Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { |
| 22531 | 20813 |
| 22532 Uint32Array(int length); | 20814 Uint32Array(int length); |
| 22533 | 20815 |
| 22534 Uint32Array.fromList(List<int> list); | 20816 Uint32Array.fromList(List<int> list); |
| 22535 | 20817 |
| 22536 Uint32Array.fromBuffer(ArrayBuffer buffer); | 20818 Uint32Array.fromBuffer(ArrayBuffer buffer); |
| 22537 | 20819 |
| 22538 static final int BYTES_PER_ELEMENT = 4; | 20820 static final int BYTES_PER_ELEMENT = 4; |
| 22539 | 20821 |
| 22540 int get length(); | 20822 final int length; |
| 22541 | 20823 |
| 22542 void setElements(Object array, [int offset]); | 20824 void setElements(Object array, [int offset]); |
| 22543 | 20825 |
| 22544 Uint32Array subarray(int start, [int end]); | 20826 Uint32Array subarray(int start, [int end]); |
| 22545 } | 20827 } |
| 22546 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20828 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22547 // for details. All rights reserved. Use of this source code is governed by a | 20829 // for details. All rights reserved. Use of this source code is governed by a |
| 22548 // BSD-style license that can be found in the LICENSE file. | 20830 // BSD-style license that can be found in the LICENSE file. |
| 22549 | 20831 |
| 22550 // WARNING: Do not edit - generated code. | 20832 // WARNING: Do not edit - generated code. |
| 22551 | 20833 |
| 22552 interface Uint8Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 20834 interface Uint8Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 22553 | 20835 |
| 22554 Uint8Array(int length); | 20836 Uint8Array(int length); |
| 22555 | 20837 |
| 22556 Uint8Array.fromList(List<int> list); | 20838 Uint8Array.fromList(List<int> list); |
| 22557 | 20839 |
| 22558 Uint8Array.fromBuffer(ArrayBuffer buffer); | 20840 Uint8Array.fromBuffer(ArrayBuffer buffer); |
| 22559 | 20841 |
| 22560 static final int BYTES_PER_ELEMENT = 1; | 20842 static final int BYTES_PER_ELEMENT = 1; |
| 22561 | 20843 |
| 22562 int get length(); | 20844 final int length; |
| 22563 | 20845 |
| 22564 void setElements(Object array, [int offset]); | 20846 void setElements(Object array, [int offset]); |
| 22565 | 20847 |
| 22566 Uint8Array subarray(int start, [int end]); | 20848 Uint8Array subarray(int start, [int end]); |
| 22567 } | 20849 } |
| 22568 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20850 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22569 // for details. All rights reserved. Use of this source code is governed by a | 20851 // for details. All rights reserved. Use of this source code is governed by a |
| 22570 // BSD-style license that can be found in the LICENSE file. | 20852 // BSD-style license that can be found in the LICENSE file. |
| 22571 | 20853 |
| 22572 // WARNING: Do not edit - generated code. | 20854 // WARNING: Do not edit - generated code. |
| 22573 | 20855 |
| 22574 interface Uint8ClampedArray extends Uint8Array default _TypedArrayFactoryProvide
r { | 20856 interface Uint8ClampedArray extends Uint8Array default _TypedArrayFactoryProvide
r { |
| 22575 | 20857 |
| 22576 Uint8ClampedArray(int length); | 20858 Uint8ClampedArray(int length); |
| 22577 | 20859 |
| 22578 Uint8ClampedArray.fromList(List<int> list); | 20860 Uint8ClampedArray.fromList(List<int> list); |
| 22579 | 20861 |
| 22580 Uint8ClampedArray.fromBuffer(ArrayBuffer buffer); | 20862 Uint8ClampedArray.fromBuffer(ArrayBuffer buffer); |
| 22581 | 20863 |
| 22582 int get length(); | 20864 final int length; |
| 22583 | 20865 |
| 22584 Uint8ClampedArray subarray(int start, [int end]); | 20866 Uint8ClampedArray subarray(int start, [int end]); |
| 22585 } | 20867 } |
| 22586 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20868 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22587 // for details. All rights reserved. Use of this source code is governed by a | 20869 // for details. All rights reserved. Use of this source code is governed by a |
| 22588 // BSD-style license that can be found in the LICENSE file. | 20870 // BSD-style license that can be found in the LICENSE file. |
| 22589 | 20871 |
| 22590 // WARNING: Do not edit - generated code. | 20872 // WARNING: Do not edit - generated code. |
| 22591 | 20873 |
| 22592 interface ValidityState { | 20874 interface ValidityState { |
| 22593 | 20875 |
| 22594 bool get customError(); | 20876 final bool customError; |
| 22595 | 20877 |
| 22596 bool get patternMismatch(); | 20878 final bool patternMismatch; |
| 22597 | 20879 |
| 22598 bool get rangeOverflow(); | 20880 final bool rangeOverflow; |
| 22599 | 20881 |
| 22600 bool get rangeUnderflow(); | 20882 final bool rangeUnderflow; |
| 22601 | 20883 |
| 22602 bool get stepMismatch(); | 20884 final bool stepMismatch; |
| 22603 | 20885 |
| 22604 bool get tooLong(); | 20886 final bool tooLong; |
| 22605 | 20887 |
| 22606 bool get typeMismatch(); | 20888 final bool typeMismatch; |
| 22607 | 20889 |
| 22608 bool get valid(); | 20890 final bool valid; |
| 22609 | 20891 |
| 22610 bool get valueMissing(); | 20892 final bool valueMissing; |
| 22611 } | 20893 } |
| 22612 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20894 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22613 // for details. All rights reserved. Use of this source code is governed by a | 20895 // for details. All rights reserved. Use of this source code is governed by a |
| 22614 // BSD-style license that can be found in the LICENSE file. | 20896 // BSD-style license that can be found in the LICENSE file. |
| 22615 | 20897 |
| 22616 // WARNING: Do not edit - generated code. | 20898 // WARNING: Do not edit - generated code. |
| 22617 | 20899 |
| 22618 typedef void VoidCallback(); | 20900 typedef void VoidCallback(); |
| 22619 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20901 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22620 // for details. All rights reserved. Use of this source code is governed by a | 20902 // for details. All rights reserved. Use of this source code is governed by a |
| 22621 // BSD-style license that can be found in the LICENSE file. | 20903 // BSD-style license that can be found in the LICENSE file. |
| 22622 | 20904 |
| 22623 // WARNING: Do not edit - generated code. | 20905 // WARNING: Do not edit - generated code. |
| 22624 | 20906 |
| 22625 interface WaveShaperNode extends AudioNode { | 20907 interface WaveShaperNode extends AudioNode { |
| 22626 | 20908 |
| 22627 Float32Array get curve(); | 20909 Float32Array curve; |
| 22628 | |
| 22629 void set curve(Float32Array value); | |
| 22630 } | 20910 } |
| 22631 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20911 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22632 // for details. All rights reserved. Use of this source code is governed by a | 20912 // for details. All rights reserved. Use of this source code is governed by a |
| 22633 // BSD-style license that can be found in the LICENSE file. | 20913 // BSD-style license that can be found in the LICENSE file. |
| 22634 | 20914 |
| 22635 // WARNING: Do not edit - generated code. | 20915 // WARNING: Do not edit - generated code. |
| 22636 | 20916 |
| 22637 interface WebGLActiveInfo { | 20917 interface WebGLActiveInfo { |
| 22638 | 20918 |
| 22639 String get name(); | 20919 final String name; |
| 22640 | 20920 |
| 22641 int get size(); | 20921 final int size; |
| 22642 | 20922 |
| 22643 int get type(); | 20923 final int type; |
| 22644 } | 20924 } |
| 22645 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20925 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22646 // for details. All rights reserved. Use of this source code is governed by a | 20926 // for details. All rights reserved. Use of this source code is governed by a |
| 22647 // BSD-style license that can be found in the LICENSE file. | 20927 // BSD-style license that can be found in the LICENSE file. |
| 22648 | 20928 |
| 22649 // WARNING: Do not edit - generated code. | 20929 // WARNING: Do not edit - generated code. |
| 22650 | 20930 |
| 22651 interface WebGLBuffer { | 20931 interface WebGLBuffer { |
| 22652 } | 20932 } |
| 22653 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20933 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| (...skipping 21 matching lines...) Expand all Loading... |
| 22675 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset,
int width, int height, int format, ArrayBufferView data); | 20955 void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset,
int width, int height, int format, ArrayBufferView data); |
| 22676 } | 20956 } |
| 22677 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20957 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22678 // for details. All rights reserved. Use of this source code is governed by a | 20958 // for details. All rights reserved. Use of this source code is governed by a |
| 22679 // BSD-style license that can be found in the LICENSE file. | 20959 // BSD-style license that can be found in the LICENSE file. |
| 22680 | 20960 |
| 22681 // WARNING: Do not edit - generated code. | 20961 // WARNING: Do not edit - generated code. |
| 22682 | 20962 |
| 22683 interface WebGLContextAttributes { | 20963 interface WebGLContextAttributes { |
| 22684 | 20964 |
| 22685 bool get alpha(); | 20965 bool alpha; |
| 22686 | 20966 |
| 22687 void set alpha(bool value); | 20967 bool antialias; |
| 22688 | 20968 |
| 22689 bool get antialias(); | 20969 bool depth; |
| 22690 | 20970 |
| 22691 void set antialias(bool value); | 20971 bool premultipliedAlpha; |
| 22692 | 20972 |
| 22693 bool get depth(); | 20973 bool preserveDrawingBuffer; |
| 22694 | 20974 |
| 22695 void set depth(bool value); | 20975 bool stencil; |
| 22696 | |
| 22697 bool get premultipliedAlpha(); | |
| 22698 | |
| 22699 void set premultipliedAlpha(bool value); | |
| 22700 | |
| 22701 bool get preserveDrawingBuffer(); | |
| 22702 | |
| 22703 void set preserveDrawingBuffer(bool value); | |
| 22704 | |
| 22705 bool get stencil(); | |
| 22706 | |
| 22707 void set stencil(bool value); | |
| 22708 } | 20976 } |
| 22709 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20977 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22710 // for details. All rights reserved. Use of this source code is governed by a | 20978 // for details. All rights reserved. Use of this source code is governed by a |
| 22711 // BSD-style license that can be found in the LICENSE file. | 20979 // BSD-style license that can be found in the LICENSE file. |
| 22712 | 20980 |
| 22713 // WARNING: Do not edit - generated code. | 20981 // WARNING: Do not edit - generated code. |
| 22714 | 20982 |
| 22715 interface WebGLContextEvent extends Event { | 20983 interface WebGLContextEvent extends Event { |
| 22716 | 20984 |
| 22717 String get statusMessage(); | 20985 final String statusMessage; |
| 22718 } | 20986 } |
| 22719 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20987 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 22720 // for details. All rights reserved. Use of this source code is governed by a | 20988 // for details. All rights reserved. Use of this source code is governed by a |
| 22721 // BSD-style license that can be found in the LICENSE file. | 20989 // BSD-style license that can be found in the LICENSE file. |
| 22722 | 20990 |
| 22723 // WARNING: Do not edit - generated code. | 20991 // WARNING: Do not edit - generated code. |
| 22724 | 20992 |
| 22725 interface WebGLDebugRendererInfo { | 20993 interface WebGLDebugRendererInfo { |
| 22726 | 20994 |
| 22727 static final int UNMASKED_RENDERER_WEBGL = 0x9246; | 20995 static final int UNMASKED_RENDERER_WEBGL = 0x9246; |
| (...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23369 static final int VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624; | 21637 static final int VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624; |
| 23370 | 21638 |
| 23371 static final int VERTEX_ATTRIB_ARRAY_TYPE = 0x8625; | 21639 static final int VERTEX_ATTRIB_ARRAY_TYPE = 0x8625; |
| 23372 | 21640 |
| 23373 static final int VERTEX_SHADER = 0x8B31; | 21641 static final int VERTEX_SHADER = 0x8B31; |
| 23374 | 21642 |
| 23375 static final int VIEWPORT = 0x0BA2; | 21643 static final int VIEWPORT = 0x0BA2; |
| 23376 | 21644 |
| 23377 static final int ZERO = 0; | 21645 static final int ZERO = 0; |
| 23378 | 21646 |
| 23379 int get drawingBufferHeight(); | 21647 final int drawingBufferHeight; |
| 23380 | 21648 |
| 23381 int get drawingBufferWidth(); | 21649 final int drawingBufferWidth; |
| 23382 | 21650 |
| 23383 void activeTexture(int texture); | 21651 void activeTexture(int texture); |
| 23384 | 21652 |
| 23385 void attachShader(WebGLProgram program, WebGLShader shader); | 21653 void attachShader(WebGLProgram program, WebGLShader shader); |
| 23386 | 21654 |
| 23387 void bindAttribLocation(WebGLProgram program, int index, String name); | 21655 void bindAttribLocation(WebGLProgram program, int index, String name); |
| 23388 | 21656 |
| 23389 void bindBuffer(int target, WebGLBuffer buffer); | 21657 void bindBuffer(int target, WebGLBuffer buffer); |
| 23390 | 21658 |
| 23391 void bindFramebuffer(int target, WebGLFramebuffer framebuffer); | 21659 void bindFramebuffer(int target, WebGLFramebuffer framebuffer); |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23695 static final int DIRECTION_NORMAL = 0; | 21963 static final int DIRECTION_NORMAL = 0; |
| 23696 | 21964 |
| 23697 static final int FILL_BACKWARDS = 1; | 21965 static final int FILL_BACKWARDS = 1; |
| 23698 | 21966 |
| 23699 static final int FILL_BOTH = 3; | 21967 static final int FILL_BOTH = 3; |
| 23700 | 21968 |
| 23701 static final int FILL_FORWARDS = 2; | 21969 static final int FILL_FORWARDS = 2; |
| 23702 | 21970 |
| 23703 static final int FILL_NONE = 0; | 21971 static final int FILL_NONE = 0; |
| 23704 | 21972 |
| 23705 num get delay(); | 21973 final num delay; |
| 23706 | 21974 |
| 23707 int get direction(); | 21975 final int direction; |
| 23708 | 21976 |
| 23709 num get duration(); | 21977 final num duration; |
| 23710 | 21978 |
| 23711 num get elapsedTime(); | 21979 num elapsedTime; |
| 23712 | 21980 |
| 23713 void set elapsedTime(num value); | 21981 final bool ended; |
| 23714 | 21982 |
| 23715 bool get ended(); | 21983 final int fillMode; |
| 23716 | 21984 |
| 23717 int get fillMode(); | 21985 final int iterationCount; |
| 23718 | 21986 |
| 23719 int get iterationCount(); | 21987 final String name; |
| 23720 | 21988 |
| 23721 String get name(); | 21989 final bool paused; |
| 23722 | |
| 23723 bool get paused(); | |
| 23724 | 21990 |
| 23725 void pause(); | 21991 void pause(); |
| 23726 | 21992 |
| 23727 void play(); | 21993 void play(); |
| 23728 } | 21994 } |
| 23729 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 21995 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23730 // for details. All rights reserved. Use of this source code is governed by a | 21996 // for details. All rights reserved. Use of this source code is governed by a |
| 23731 // BSD-style license that can be found in the LICENSE file. | 21997 // BSD-style license that can be found in the LICENSE file. |
| 23732 | 21998 |
| 23733 // WARNING: Do not edit - generated code. | 21999 // WARNING: Do not edit - generated code. |
| 23734 | 22000 |
| 23735 interface WebKitAnimationEvent extends Event { | 22001 interface WebKitAnimationEvent extends Event { |
| 23736 | 22002 |
| 23737 String get animationName(); | 22003 final String animationName; |
| 23738 | 22004 |
| 23739 num get elapsedTime(); | 22005 final num elapsedTime; |
| 23740 } | 22006 } |
| 23741 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22007 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23742 // for details. All rights reserved. Use of this source code is governed by a | 22008 // for details. All rights reserved. Use of this source code is governed by a |
| 23743 // BSD-style license that can be found in the LICENSE file. | 22009 // BSD-style license that can be found in the LICENSE file. |
| 23744 | 22010 |
| 23745 // WARNING: Do not edit - generated code. | 22011 // WARNING: Do not edit - generated code. |
| 23746 | 22012 |
| 23747 interface WebKitAnimationList { | 22013 interface WebKitAnimationList { |
| 23748 | 22014 |
| 23749 int get length(); | 22015 final int length; |
| 23750 | 22016 |
| 23751 WebKitAnimation item(int index); | 22017 WebKitAnimation item(int index); |
| 23752 } | 22018 } |
| 23753 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22019 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23754 // for details. All rights reserved. Use of this source code is governed by a | 22020 // for details. All rights reserved. Use of this source code is governed by a |
| 23755 // BSD-style license that can be found in the LICENSE file. | 22021 // BSD-style license that can be found in the LICENSE file. |
| 23756 | 22022 |
| 23757 // WARNING: Do not edit - generated code. | 22023 // WARNING: Do not edit - generated code. |
| 23758 | 22024 |
| 23759 interface WebKitBlobBuilder { | 22025 interface WebKitBlobBuilder { |
| 23760 | 22026 |
| 23761 void append(var arrayBuffer_OR_blob_OR_value, [String endings]); | 22027 void append(var arrayBuffer_OR_blob_OR_value, [String endings]); |
| 23762 | 22028 |
| 23763 Blob getBlob([String contentType]); | 22029 Blob getBlob([String contentType]); |
| 23764 } | 22030 } |
| 23765 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22031 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23766 // for details. All rights reserved. Use of this source code is governed by a | 22032 // for details. All rights reserved. Use of this source code is governed by a |
| 23767 // BSD-style license that can be found in the LICENSE file. | 22033 // BSD-style license that can be found in the LICENSE file. |
| 23768 | 22034 |
| 23769 // WARNING: Do not edit - generated code. | 22035 // WARNING: Do not edit - generated code. |
| 23770 | 22036 |
| 23771 interface WebKitCSSFilterValue extends CSSValueList { | |
| 23772 | |
| 23773 static final int CSS_FILTER_BLUR = 10; | |
| 23774 | |
| 23775 static final int CSS_FILTER_BRIGHTNESS = 8; | |
| 23776 | |
| 23777 static final int CSS_FILTER_CONTRAST = 9; | |
| 23778 | |
| 23779 static final int CSS_FILTER_DROP_SHADOW = 11; | |
| 23780 | |
| 23781 static final int CSS_FILTER_GRAYSCALE = 2; | |
| 23782 | |
| 23783 static final int CSS_FILTER_HUE_ROTATE = 5; | |
| 23784 | |
| 23785 static final int CSS_FILTER_INVERT = 6; | |
| 23786 | |
| 23787 static final int CSS_FILTER_OPACITY = 7; | |
| 23788 | |
| 23789 static final int CSS_FILTER_REFERENCE = 1; | |
| 23790 | |
| 23791 static final int CSS_FILTER_SATURATE = 4; | |
| 23792 | |
| 23793 static final int CSS_FILTER_SEPIA = 3; | |
| 23794 | |
| 23795 int get operationType(); | |
| 23796 } | |
| 23797 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 23798 // for details. All rights reserved. Use of this source code is governed by a | |
| 23799 // BSD-style license that can be found in the LICENSE file. | |
| 23800 | |
| 23801 // WARNING: Do not edit - generated code. | |
| 23802 | |
| 23803 interface WebKitCSSKeyframeRule extends CSSRule { | 22037 interface WebKitCSSKeyframeRule extends CSSRule { |
| 23804 | 22038 |
| 23805 String get keyText(); | 22039 String keyText; |
| 23806 | 22040 |
| 23807 void set keyText(String value); | 22041 final CSSStyleDeclaration style; |
| 23808 | |
| 23809 CSSStyleDeclaration get style(); | |
| 23810 } | 22042 } |
| 23811 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22043 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23812 // for details. All rights reserved. Use of this source code is governed by a | 22044 // for details. All rights reserved. Use of this source code is governed by a |
| 23813 // BSD-style license that can be found in the LICENSE file. | 22045 // BSD-style license that can be found in the LICENSE file. |
| 23814 | 22046 |
| 23815 // WARNING: Do not edit - generated code. | 22047 // WARNING: Do not edit - generated code. |
| 23816 | 22048 |
| 23817 interface WebKitCSSKeyframesRule extends CSSRule { | 22049 interface WebKitCSSKeyframesRule extends CSSRule { |
| 23818 | 22050 |
| 23819 CSSRuleList get cssRules(); | 22051 final CSSRuleList cssRules; |
| 23820 | 22052 |
| 23821 String get name(); | 22053 String name; |
| 23822 | |
| 23823 void set name(String value); | |
| 23824 | 22054 |
| 23825 void deleteRule(String key); | 22055 void deleteRule(String key); |
| 23826 | 22056 |
| 23827 WebKitCSSKeyframeRule findRule(String key); | 22057 WebKitCSSKeyframeRule findRule(String key); |
| 23828 | 22058 |
| 23829 void insertRule(String rule); | 22059 void insertRule(String rule); |
| 23830 } | 22060 } |
| 23831 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22061 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23832 // for details. All rights reserved. Use of this source code is governed by a | 22062 // for details. All rights reserved. Use of this source code is governed by a |
| 23833 // BSD-style license that can be found in the LICENSE file. | 22063 // BSD-style license that can be found in the LICENSE file. |
| 23834 | 22064 |
| 23835 // WARNING: Do not edit - generated code. | 22065 // WARNING: Do not edit - generated code. |
| 23836 | 22066 |
| 23837 interface WebKitCSSMatrix default _WebKitCSSMatrixFactoryProvider { | 22067 interface WebKitCSSMatrix default _WebKitCSSMatrixFactoryProvider { |
| 23838 | 22068 |
| 23839 WebKitCSSMatrix([String spec]); | 22069 WebKitCSSMatrix([String spec]); |
| 23840 | 22070 |
| 23841 num get a(); | 22071 num a; |
| 23842 | 22072 |
| 23843 void set a(num value); | 22073 num b; |
| 23844 | 22074 |
| 23845 num get b(); | 22075 num c; |
| 23846 | 22076 |
| 23847 void set b(num value); | 22077 num d; |
| 23848 | 22078 |
| 23849 num get c(); | 22079 num e; |
| 23850 | 22080 |
| 23851 void set c(num value); | 22081 num f; |
| 23852 | 22082 |
| 23853 num get d(); | 22083 num m11; |
| 23854 | 22084 |
| 23855 void set d(num value); | 22085 num m12; |
| 23856 | 22086 |
| 23857 num get e(); | 22087 num m13; |
| 23858 | 22088 |
| 23859 void set e(num value); | 22089 num m14; |
| 23860 | 22090 |
| 23861 num get f(); | 22091 num m21; |
| 23862 | 22092 |
| 23863 void set f(num value); | 22093 num m22; |
| 23864 | 22094 |
| 23865 num get m11(); | 22095 num m23; |
| 23866 | 22096 |
| 23867 void set m11(num value); | 22097 num m24; |
| 23868 | 22098 |
| 23869 num get m12(); | 22099 num m31; |
| 23870 | 22100 |
| 23871 void set m12(num value); | 22101 num m32; |
| 23872 | 22102 |
| 23873 num get m13(); | 22103 num m33; |
| 23874 | 22104 |
| 23875 void set m13(num value); | 22105 num m34; |
| 23876 | 22106 |
| 23877 num get m14(); | 22107 num m41; |
| 23878 | 22108 |
| 23879 void set m14(num value); | 22109 num m42; |
| 23880 | 22110 |
| 23881 num get m21(); | 22111 num m43; |
| 23882 | 22112 |
| 23883 void set m21(num value); | 22113 num m44; |
| 23884 | |
| 23885 num get m22(); | |
| 23886 | |
| 23887 void set m22(num value); | |
| 23888 | |
| 23889 num get m23(); | |
| 23890 | |
| 23891 void set m23(num value); | |
| 23892 | |
| 23893 num get m24(); | |
| 23894 | |
| 23895 void set m24(num value); | |
| 23896 | |
| 23897 num get m31(); | |
| 23898 | |
| 23899 void set m31(num value); | |
| 23900 | |
| 23901 num get m32(); | |
| 23902 | |
| 23903 void set m32(num value); | |
| 23904 | |
| 23905 num get m33(); | |
| 23906 | |
| 23907 void set m33(num value); | |
| 23908 | |
| 23909 num get m34(); | |
| 23910 | |
| 23911 void set m34(num value); | |
| 23912 | |
| 23913 num get m41(); | |
| 23914 | |
| 23915 void set m41(num value); | |
| 23916 | |
| 23917 num get m42(); | |
| 23918 | |
| 23919 void set m42(num value); | |
| 23920 | |
| 23921 num get m43(); | |
| 23922 | |
| 23923 void set m43(num value); | |
| 23924 | |
| 23925 num get m44(); | |
| 23926 | |
| 23927 void set m44(num value); | |
| 23928 | 22114 |
| 23929 WebKitCSSMatrix inverse(); | 22115 WebKitCSSMatrix inverse(); |
| 23930 | 22116 |
| 23931 WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix); | 22117 WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix); |
| 23932 | 22118 |
| 23933 WebKitCSSMatrix rotate(num rotX, num rotY, num rotZ); | 22119 WebKitCSSMatrix rotate(num rotX, num rotY, num rotZ); |
| 23934 | 22120 |
| 23935 WebKitCSSMatrix rotateAxisAngle(num x, num y, num z, num angle); | 22121 WebKitCSSMatrix rotateAxisAngle(num x, num y, num z, num angle); |
| 23936 | 22122 |
| 23937 WebKitCSSMatrix scale(num scaleX, num scaleY, num scaleZ); | 22123 WebKitCSSMatrix scale(num scaleX, num scaleY, num scaleZ); |
| 23938 | 22124 |
| 23939 void setMatrixValue(String string); | 22125 void setMatrixValue(String string); |
| 23940 | 22126 |
| 23941 WebKitCSSMatrix skewX(num angle); | 22127 WebKitCSSMatrix skewX(num angle); |
| 23942 | 22128 |
| 23943 WebKitCSSMatrix skewY(num angle); | 22129 WebKitCSSMatrix skewY(num angle); |
| 23944 | 22130 |
| 23945 String toString(); | 22131 String toString(); |
| 23946 | 22132 |
| 23947 WebKitCSSMatrix translate(num x, num y, num z); | 22133 WebKitCSSMatrix translate(num x, num y, num z); |
| 23948 } | 22134 } |
| 23949 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22135 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23950 // for details. All rights reserved. Use of this source code is governed by a | 22136 // for details. All rights reserved. Use of this source code is governed by a |
| 23951 // BSD-style license that can be found in the LICENSE file. | 22137 // BSD-style license that can be found in the LICENSE file. |
| 23952 | 22138 |
| 23953 // WARNING: Do not edit - generated code. | 22139 // WARNING: Do not edit - generated code. |
| 23954 | 22140 |
| 23955 interface WebKitCSSRegionRule extends CSSRule { | 22141 interface WebKitCSSRegionRule extends CSSRule { |
| 23956 | 22142 |
| 23957 CSSRuleList get cssRules(); | 22143 final CSSRuleList cssRules; |
| 23958 } | 22144 } |
| 23959 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22145 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23960 // for details. All rights reserved. Use of this source code is governed by a | 22146 // for details. All rights reserved. Use of this source code is governed by a |
| 23961 // BSD-style license that can be found in the LICENSE file. | 22147 // BSD-style license that can be found in the LICENSE file. |
| 23962 | 22148 |
| 23963 // WARNING: Do not edit - generated code. | 22149 // WARNING: Do not edit - generated code. |
| 23964 | 22150 |
| 23965 interface WebKitCSSTransformValue extends CSSValueList { | 22151 interface WebKitCSSTransformValue extends CSSValueList { |
| 23966 | 22152 |
| 23967 static final int CSS_MATRIX = 11; | 22153 static final int CSS_MATRIX = 11; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23999 static final int CSS_TRANSLATE = 1; | 22185 static final int CSS_TRANSLATE = 1; |
| 24000 | 22186 |
| 24001 static final int CSS_TRANSLATE3D = 13; | 22187 static final int CSS_TRANSLATE3D = 13; |
| 24002 | 22188 |
| 24003 static final int CSS_TRANSLATEX = 2; | 22189 static final int CSS_TRANSLATEX = 2; |
| 24004 | 22190 |
| 24005 static final int CSS_TRANSLATEY = 3; | 22191 static final int CSS_TRANSLATEY = 3; |
| 24006 | 22192 |
| 24007 static final int CSS_TRANSLATEZ = 12; | 22193 static final int CSS_TRANSLATEZ = 12; |
| 24008 | 22194 |
| 24009 int get operationType(); | 22195 final int operationType; |
| 24010 } | 22196 } |
| 24011 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22197 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24012 // for details. All rights reserved. Use of this source code is governed by a | 22198 // for details. All rights reserved. Use of this source code is governed by a |
| 24013 // BSD-style license that can be found in the LICENSE file. | |
| 24014 | |
| 24015 // WARNING: Do not edit - generated code. | |
| 24016 | |
| 24017 interface WebKitMutationObserver { | |
| 24018 | |
| 24019 void disconnect(); | |
| 24020 } | |
| 24021 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 24022 // for details. All rights reserved. Use of this source code is governed by a | |
| 24023 // BSD-style license that can be found in the LICENSE file. | 22199 // BSD-style license that can be found in the LICENSE file. |
| 24024 | 22200 |
| 24025 // WARNING: Do not edit - generated code. | 22201 // WARNING: Do not edit - generated code. |
| 24026 | 22202 |
| 24027 interface WebKitNamedFlow { | 22203 interface WebKitNamedFlow { |
| 24028 } | 22204 } |
| 24029 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22205 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24030 // for details. All rights reserved. Use of this source code is governed by a | 22206 // for details. All rights reserved. Use of this source code is governed by a |
| 24031 // BSD-style license that can be found in the LICENSE file. | 22207 // BSD-style license that can be found in the LICENSE file. |
| 24032 | 22208 |
| 24033 // WARNING: Do not edit - generated code. | 22209 // WARNING: Do not edit - generated code. |
| 24034 | 22210 |
| 24035 interface WebKitPoint default _WebKitPointFactoryProvider { | 22211 interface WebKitPoint default _WebKitPointFactoryProvider { |
| 24036 | 22212 |
| 24037 WebKitPoint(num x, num y); | 22213 WebKitPoint(num x, num y); |
| 24038 | 22214 |
| 24039 num get x(); | 22215 num x; |
| 24040 | 22216 |
| 24041 void set x(num value); | 22217 num y; |
| 24042 | |
| 24043 num get y(); | |
| 24044 | |
| 24045 void set y(num value); | |
| 24046 } | 22218 } |
| 24047 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22219 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24048 // for details. All rights reserved. Use of this source code is governed by a | 22220 // for details. All rights reserved. Use of this source code is governed by a |
| 24049 // BSD-style license that can be found in the LICENSE file. | 22221 // BSD-style license that can be found in the LICENSE file. |
| 24050 | 22222 |
| 24051 // WARNING: Do not edit - generated code. | 22223 // WARNING: Do not edit - generated code. |
| 24052 | 22224 |
| 24053 interface WebKitTransitionEvent extends Event { | 22225 interface WebKitTransitionEvent extends Event { |
| 24054 | 22226 |
| 24055 num get elapsedTime(); | 22227 final num elapsedTime; |
| 24056 | 22228 |
| 24057 String get propertyName(); | 22229 final String propertyName; |
| 24058 } | 22230 } |
| 24059 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22231 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24060 // for details. All rights reserved. Use of this source code is governed by a | 22232 // for details. All rights reserved. Use of this source code is governed by a |
| 24061 // BSD-style license that can be found in the LICENSE file. | 22233 // BSD-style license that can be found in the LICENSE file. |
| 24062 | 22234 |
| 24063 // WARNING: Do not edit - generated code. | 22235 // WARNING: Do not edit - generated code. |
| 24064 | 22236 |
| 24065 interface WebSocket extends EventTarget default _WebSocketFactoryProvider { | 22237 interface WebSocket extends EventTarget default _WebSocketFactoryProvider { |
| 24066 | 22238 |
| 24067 WebSocket(String url); | 22239 WebSocket(String url); |
| 24068 | 22240 |
| 24069 static final int CLOSED = 3; | 22241 static final int CLOSED = 3; |
| 24070 | 22242 |
| 24071 static final int CLOSING = 2; | 22243 static final int CLOSING = 2; |
| 24072 | 22244 |
| 24073 static final int CONNECTING = 0; | 22245 static final int CONNECTING = 0; |
| 24074 | 22246 |
| 24075 static final int OPEN = 1; | 22247 static final int OPEN = 1; |
| 24076 | 22248 |
| 24077 String get URL(); | 22249 final String URL; |
| 24078 | 22250 |
| 24079 String get binaryType(); | 22251 String binaryType; |
| 24080 | 22252 |
| 24081 void set binaryType(String value); | 22253 final int bufferedAmount; |
| 24082 | 22254 |
| 24083 int get bufferedAmount(); | 22255 final String extensions; |
| 24084 | 22256 |
| 24085 String get extensions(); | 22257 final String protocol; |
| 24086 | 22258 |
| 24087 String get protocol(); | 22259 final int readyState; |
| 24088 | 22260 |
| 24089 int get readyState(); | 22261 final String url; |
| 24090 | |
| 24091 String get url(); | |
| 24092 | 22262 |
| 24093 void addEventListener(String type, EventListener listener, [bool useCapture]); | 22263 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 24094 | 22264 |
| 24095 void close([int code, String reason]); | 22265 void close([int code, String reason]); |
| 24096 | 22266 |
| 24097 bool dispatchEvent(Event evt); | 22267 bool dispatchEvent(Event evt); |
| 24098 | 22268 |
| 24099 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 22269 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 24100 | 22270 |
| 24101 bool send(String data); | 22271 bool send(String data); |
| 24102 } | 22272 } |
| 24103 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22273 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24104 // for details. All rights reserved. Use of this source code is governed by a | 22274 // for details. All rights reserved. Use of this source code is governed by a |
| 24105 // BSD-style license that can be found in the LICENSE file. | 22275 // BSD-style license that can be found in the LICENSE file. |
| 24106 | 22276 |
| 24107 // WARNING: Do not edit - generated code. | 22277 // WARNING: Do not edit - generated code. |
| 24108 | 22278 |
| 24109 interface WheelEvent extends UIEvent { | 22279 interface WheelEvent extends UIEvent { |
| 24110 | 22280 |
| 24111 bool get altKey(); | 22281 final bool altKey; |
| 24112 | 22282 |
| 24113 int get clientX(); | 22283 final int clientX; |
| 24114 | 22284 |
| 24115 int get clientY(); | 22285 final int clientY; |
| 24116 | 22286 |
| 24117 bool get ctrlKey(); | 22287 final bool ctrlKey; |
| 24118 | 22288 |
| 24119 bool get metaKey(); | 22289 final bool metaKey; |
| 24120 | 22290 |
| 24121 int get offsetX(); | 22291 final int offsetX; |
| 24122 | 22292 |
| 24123 int get offsetY(); | 22293 final int offsetY; |
| 24124 | 22294 |
| 24125 int get screenX(); | 22295 final int screenX; |
| 24126 | 22296 |
| 24127 int get screenY(); | 22297 final int screenY; |
| 24128 | 22298 |
| 24129 bool get shiftKey(); | 22299 final bool shiftKey; |
| 24130 | 22300 |
| 24131 bool get webkitDirectionInvertedFromDevice(); | 22301 final bool webkitDirectionInvertedFromDevice; |
| 24132 | 22302 |
| 24133 int get wheelDelta(); | 22303 final int wheelDelta; |
| 24134 | 22304 |
| 24135 int get wheelDeltaX(); | 22305 final int wheelDeltaX; |
| 24136 | 22306 |
| 24137 int get wheelDeltaY(); | 22307 final int wheelDeltaY; |
| 24138 | 22308 |
| 24139 int get x(); | 22309 final int x; |
| 24140 | 22310 |
| 24141 int get y(); | 22311 final int y; |
| 24142 | 22312 |
| 24143 void initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, DOMWindow view, in
t screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, boo
l shiftKey, bool metaKey); | 22313 void initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, DOMWindow view, in
t screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, boo
l shiftKey, bool metaKey); |
| 24144 } | 22314 } |
| 24145 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22315 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24146 // for details. All rights reserved. Use of this source code is governed by a | 22316 // for details. All rights reserved. Use of this source code is governed by a |
| 24147 // BSD-style license that can be found in the LICENSE file. | 22317 // BSD-style license that can be found in the LICENSE file. |
| 24148 | 22318 |
| 24149 // WARNING: Do not edit - generated code. | 22319 // WARNING: Do not edit - generated code. |
| 24150 | 22320 |
| 24151 interface Worker extends AbstractWorker { | 22321 interface Worker extends AbstractWorker { |
| 24152 | 22322 |
| 24153 void postMessage(Dynamic message, [List messagePorts]); | 22323 void postMessage(Dynamic message, [List messagePorts]); |
| 24154 | 22324 |
| 24155 void terminate(); | 22325 void terminate(); |
| 24156 | 22326 |
| 24157 void webkitPostMessage(Dynamic message, [List messagePorts]); | 22327 void webkitPostMessage(Dynamic message, [List messagePorts]); |
| 24158 } | 22328 } |
| 24159 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22329 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24160 // for details. All rights reserved. Use of this source code is governed by a | 22330 // for details. All rights reserved. Use of this source code is governed by a |
| 24161 // BSD-style license that can be found in the LICENSE file. | 22331 // BSD-style license that can be found in the LICENSE file. |
| 24162 | 22332 |
| 24163 // WARNING: Do not edit - generated code. | 22333 // WARNING: Do not edit - generated code. |
| 24164 | 22334 |
| 24165 interface WorkerGlobalScope { | 22335 interface WorkerGlobalScope { |
| 24166 | 22336 |
| 24167 WorkerLocation get location(); | 22337 WorkerLocation location; |
| 24168 | 22338 |
| 24169 void set location(WorkerLocation value); | 22339 WorkerNavigator navigator; |
| 24170 | 22340 |
| 24171 WorkerNavigator get navigator(); | 22341 EventListener onerror; |
| 24172 | 22342 |
| 24173 void set navigator(WorkerNavigator value); | 22343 WorkerContext self; |
| 24174 | 22344 |
| 24175 EventListener get onerror(); | 22345 final IDBFactory webkitIndexedDB; |
| 24176 | 22346 |
| 24177 void set onerror(EventListener value); | 22347 final NotificationCenter webkitNotifications; |
| 24178 | 22348 |
| 24179 WorkerContext get self(); | 22349 final DOMURL webkitURL; |
| 24180 | |
| 24181 void set self(WorkerContext value); | |
| 24182 | |
| 24183 IDBFactory get webkitIndexedDB(); | |
| 24184 | |
| 24185 NotificationCenter get webkitNotifications(); | |
| 24186 | |
| 24187 DOMURL get webkitURL(); | |
| 24188 | 22350 |
| 24189 void addEventListener(String type, EventListener listener, [bool useCapture]); | 22351 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 24190 | 22352 |
| 24191 void clearInterval(int handle); | 22353 void clearInterval(int handle); |
| 24192 | 22354 |
| 24193 void clearTimeout(int handle); | 22355 void clearTimeout(int handle); |
| 24194 | 22356 |
| 24195 void close(); | 22357 void close(); |
| 24196 | 22358 |
| 24197 bool dispatchEvent(Event evt); | 22359 bool dispatchEvent(Event evt); |
| (...skipping 26 matching lines...) Expand all Loading... |
| 24224 static final int TEMPORARY = 0; | 22386 static final int TEMPORARY = 0; |
| 24225 } | 22387 } |
| 24226 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22388 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24227 // for details. All rights reserved. Use of this source code is governed by a | 22389 // for details. All rights reserved. Use of this source code is governed by a |
| 24228 // BSD-style license that can be found in the LICENSE file. | 22390 // BSD-style license that can be found in the LICENSE file. |
| 24229 | 22391 |
| 24230 // WARNING: Do not edit - generated code. | 22392 // WARNING: Do not edit - generated code. |
| 24231 | 22393 |
| 24232 interface WorkerLocation { | 22394 interface WorkerLocation { |
| 24233 | 22395 |
| 24234 String get hash(); | 22396 final String hash; |
| 24235 | 22397 |
| 24236 String get host(); | 22398 final String host; |
| 24237 | 22399 |
| 24238 String get hostname(); | 22400 final String hostname; |
| 24239 | 22401 |
| 24240 String get href(); | 22402 final String href; |
| 24241 | 22403 |
| 24242 String get pathname(); | 22404 final String pathname; |
| 24243 | 22405 |
| 24244 String get port(); | 22406 final String port; |
| 24245 | 22407 |
| 24246 String get protocol(); | 22408 final String protocol; |
| 24247 | 22409 |
| 24248 String get search(); | 22410 final String search; |
| 24249 | 22411 |
| 24250 String toString(); | 22412 String toString(); |
| 24251 } | 22413 } |
| 24252 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22414 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24253 // for details. All rights reserved. Use of this source code is governed by a | 22415 // for details. All rights reserved. Use of this source code is governed by a |
| 24254 // BSD-style license that can be found in the LICENSE file. | 22416 // BSD-style license that can be found in the LICENSE file. |
| 24255 | 22417 |
| 24256 // WARNING: Do not edit - generated code. | 22418 // WARNING: Do not edit - generated code. |
| 24257 | 22419 |
| 24258 interface WorkerNavigator { | 22420 interface WorkerNavigator { |
| 24259 | 22421 |
| 24260 String get appName(); | 22422 final String appName; |
| 24261 | 22423 |
| 24262 String get appVersion(); | 22424 final String appVersion; |
| 24263 | 22425 |
| 24264 bool get onLine(); | 22426 final bool onLine; |
| 24265 | 22427 |
| 24266 String get platform(); | 22428 final String platform; |
| 24267 | 22429 |
| 24268 String get userAgent(); | 22430 final String userAgent; |
| 24269 } | 22431 } |
| 24270 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22432 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24271 // for details. All rights reserved. Use of this source code is governed by a | 22433 // for details. All rights reserved. Use of this source code is governed by a |
| 24272 // BSD-style license that can be found in the LICENSE file. | 22434 // BSD-style license that can be found in the LICENSE file. |
| 24273 | 22435 |
| 24274 // WARNING: Do not edit - generated code. | 22436 // WARNING: Do not edit - generated code. |
| 24275 | 22437 |
| 24276 interface XMLHttpRequest extends EventTarget default _XMLHttpRequestFactoryProvi
der { | 22438 interface XMLHttpRequest extends EventTarget default _XMLHttpRequestFactoryProvi
der { |
| 24277 | 22439 |
| 24278 XMLHttpRequest(); | 22440 XMLHttpRequest(); |
| 24279 | 22441 |
| 24280 | 22442 |
| 24281 static final int DONE = 4; | 22443 static final int DONE = 4; |
| 24282 | 22444 |
| 24283 static final int HEADERS_RECEIVED = 2; | 22445 static final int HEADERS_RECEIVED = 2; |
| 24284 | 22446 |
| 24285 static final int LOADING = 3; | 22447 static final int LOADING = 3; |
| 24286 | 22448 |
| 24287 static final int OPENED = 1; | 22449 static final int OPENED = 1; |
| 24288 | 22450 |
| 24289 static final int UNSENT = 0; | 22451 static final int UNSENT = 0; |
| 24290 | 22452 |
| 24291 bool get asBlob(); | 22453 bool asBlob; |
| 24292 | 22454 |
| 24293 void set asBlob(bool value); | 22455 final int readyState; |
| 24294 | 22456 |
| 24295 int get readyState(); | 22457 final Object response; |
| 24296 | 22458 |
| 24297 Object get response(); | 22459 final Blob responseBlob; |
| 24298 | 22460 |
| 24299 Blob get responseBlob(); | 22461 final String responseText; |
| 24300 | 22462 |
| 24301 String get responseText(); | 22463 String responseType; |
| 24302 | 22464 |
| 24303 String get responseType(); | 22465 final Document responseXML; |
| 24304 | 22466 |
| 24305 void set responseType(String value); | 22467 final int status; |
| 24306 | 22468 |
| 24307 Document get responseXML(); | 22469 final String statusText; |
| 24308 | 22470 |
| 24309 int get status(); | 22471 final XMLHttpRequestUpload upload; |
| 24310 | 22472 |
| 24311 String get statusText(); | 22473 bool withCredentials; |
| 24312 | |
| 24313 XMLHttpRequestUpload get upload(); | |
| 24314 | |
| 24315 bool get withCredentials(); | |
| 24316 | |
| 24317 void set withCredentials(bool value); | |
| 24318 | 22474 |
| 24319 void abort(); | 22475 void abort(); |
| 24320 | 22476 |
| 24321 void addEventListener(String type, EventListener listener, [bool useCapture]); | 22477 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 24322 | 22478 |
| 24323 bool dispatchEvent(Event evt); | 22479 bool dispatchEvent(Event evt); |
| 24324 | 22480 |
| 24325 String getAllResponseHeaders(); | 22481 String getAllResponseHeaders(); |
| 24326 | 22482 |
| 24327 String getResponseHeader(String header); | 22483 String getResponseHeader(String header); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24341 // BSD-style license that can be found in the LICENSE file. | 22497 // BSD-style license that can be found in the LICENSE file. |
| 24342 | 22498 |
| 24343 // WARNING: Do not edit - generated code. | 22499 // WARNING: Do not edit - generated code. |
| 24344 | 22500 |
| 24345 interface XMLHttpRequestException { | 22501 interface XMLHttpRequestException { |
| 24346 | 22502 |
| 24347 static final int ABORT_ERR = 102; | 22503 static final int ABORT_ERR = 102; |
| 24348 | 22504 |
| 24349 static final int NETWORK_ERR = 101; | 22505 static final int NETWORK_ERR = 101; |
| 24350 | 22506 |
| 24351 int get code(); | 22507 final int code; |
| 24352 | 22508 |
| 24353 String get message(); | 22509 final String message; |
| 24354 | 22510 |
| 24355 String get name(); | 22511 final String name; |
| 24356 | 22512 |
| 24357 String toString(); | 22513 String toString(); |
| 24358 } | 22514 } |
| 24359 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22515 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24360 // for details. All rights reserved. Use of this source code is governed by a | 22516 // for details. All rights reserved. Use of this source code is governed by a |
| 24361 // BSD-style license that can be found in the LICENSE file. | 22517 // BSD-style license that can be found in the LICENSE file. |
| 24362 | 22518 |
| 24363 // WARNING: Do not edit - generated code. | 22519 // WARNING: Do not edit - generated code. |
| 24364 | 22520 |
| 24365 interface XMLHttpRequestProgressEvent extends ProgressEvent { | 22521 interface XMLHttpRequestProgressEvent extends ProgressEvent { |
| 24366 | 22522 |
| 24367 int get position(); | 22523 final int position; |
| 24368 | 22524 |
| 24369 int get totalSize(); | 22525 final int totalSize; |
| 24370 } | 22526 } |
| 24371 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22527 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24372 // for details. All rights reserved. Use of this source code is governed by a | 22528 // for details. All rights reserved. Use of this source code is governed by a |
| 24373 // BSD-style license that can be found in the LICENSE file. | 22529 // BSD-style license that can be found in the LICENSE file. |
| 24374 | 22530 |
| 24375 // WARNING: Do not edit - generated code. | 22531 // WARNING: Do not edit - generated code. |
| 24376 | 22532 |
| 24377 interface XMLHttpRequestUpload extends EventTarget { | 22533 interface XMLHttpRequestUpload extends EventTarget { |
| 24378 | 22534 |
| 24379 void addEventListener(String type, EventListener listener, [bool useCapture]); | 22535 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 24411 // BSD-style license that can be found in the LICENSE file. | 22567 // BSD-style license that can be found in the LICENSE file. |
| 24412 | 22568 |
| 24413 // WARNING: Do not edit - generated code. | 22569 // WARNING: Do not edit - generated code. |
| 24414 | 22570 |
| 24415 interface XPathException { | 22571 interface XPathException { |
| 24416 | 22572 |
| 24417 static final int INVALID_EXPRESSION_ERR = 51; | 22573 static final int INVALID_EXPRESSION_ERR = 51; |
| 24418 | 22574 |
| 24419 static final int TYPE_ERR = 52; | 22575 static final int TYPE_ERR = 52; |
| 24420 | 22576 |
| 24421 int get code(); | 22577 final int code; |
| 24422 | 22578 |
| 24423 String get message(); | 22579 final String message; |
| 24424 | 22580 |
| 24425 String get name(); | 22581 final String name; |
| 24426 | 22582 |
| 24427 String toString(); | 22583 String toString(); |
| 24428 } | 22584 } |
| 24429 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22585 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24430 // for details. All rights reserved. Use of this source code is governed by a | 22586 // for details. All rights reserved. Use of this source code is governed by a |
| 24431 // BSD-style license that can be found in the LICENSE file. | 22587 // BSD-style license that can be found in the LICENSE file. |
| 24432 | 22588 |
| 24433 // WARNING: Do not edit - generated code. | 22589 // WARNING: Do not edit - generated code. |
| 24434 | 22590 |
| 24435 interface XPathExpression { | 22591 interface XPathExpression { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 24467 static final int ORDERED_NODE_ITERATOR_TYPE = 5; | 22623 static final int ORDERED_NODE_ITERATOR_TYPE = 5; |
| 24468 | 22624 |
| 24469 static final int ORDERED_NODE_SNAPSHOT_TYPE = 7; | 22625 static final int ORDERED_NODE_SNAPSHOT_TYPE = 7; |
| 24470 | 22626 |
| 24471 static final int STRING_TYPE = 2; | 22627 static final int STRING_TYPE = 2; |
| 24472 | 22628 |
| 24473 static final int UNORDERED_NODE_ITERATOR_TYPE = 4; | 22629 static final int UNORDERED_NODE_ITERATOR_TYPE = 4; |
| 24474 | 22630 |
| 24475 static final int UNORDERED_NODE_SNAPSHOT_TYPE = 6; | 22631 static final int UNORDERED_NODE_SNAPSHOT_TYPE = 6; |
| 24476 | 22632 |
| 24477 bool get booleanValue(); | 22633 final bool booleanValue; |
| 24478 | 22634 |
| 24479 bool get invalidIteratorState(); | 22635 final bool invalidIteratorState; |
| 24480 | 22636 |
| 24481 num get numberValue(); | 22637 final num numberValue; |
| 24482 | 22638 |
| 24483 int get resultType(); | 22639 final int resultType; |
| 24484 | 22640 |
| 24485 Node get singleNodeValue(); | 22641 final Node singleNodeValue; |
| 24486 | 22642 |
| 24487 int get snapshotLength(); | 22643 final int snapshotLength; |
| 24488 | 22644 |
| 24489 String get stringValue(); | 22645 final String stringValue; |
| 24490 | 22646 |
| 24491 Node iterateNext(); | 22647 Node iterateNext(); |
| 24492 | 22648 |
| 24493 Node snapshotItem(int index); | 22649 Node snapshotItem(int index); |
| 24494 } | 22650 } |
| 24495 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22651 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 24496 // for details. All rights reserved. Use of this source code is governed by a | 22652 // for details. All rights reserved. Use of this source code is governed by a |
| 24497 // BSD-style license that can be found in the LICENSE file. | 22653 // BSD-style license that can be found in the LICENSE file. |
| 24498 | 22654 |
| 24499 // WARNING: Do not edit - generated code. | 22655 // WARNING: Do not edit - generated code. |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25175 | 23331 |
| 25176 class _AudioContextFactoryProvider { | 23332 class _AudioContextFactoryProvider { |
| 25177 | 23333 |
| 25178 factory AudioContext() native ''' | 23334 factory AudioContext() native ''' |
| 25179 var constructor = window.AudioContext || window.webkitAudioContext; | 23335 var constructor = window.AudioContext || window.webkitAudioContext; |
| 25180 return new constructor(); | 23336 return new constructor(); |
| 25181 '''; | 23337 '''; |
| 25182 } | 23338 } |
| 25183 | 23339 |
| 25184 class _DOMParserFactoryProvider { | 23340 class _DOMParserFactoryProvider { |
| 23341 |
| 25185 factory DOMParser() native '''return new DOMParser();'''; | 23342 factory DOMParser() native '''return new DOMParser();'''; |
| 25186 } | 23343 } |
| 25187 | 23344 |
| 25188 class _FileReaderFactoryProvider { | 23345 class _FileReaderFactoryProvider { |
| 25189 | 23346 |
| 25190 factory FileReader() native '''return new FileReader();'''; | 23347 factory FileReader() native '''return new FileReader();'''; |
| 25191 } | 23348 } |
| 25192 | 23349 |
| 25193 class _TypedArrayFactoryProvider { | 23350 class _TypedArrayFactoryProvider { |
| 25194 | 23351 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25355 if (length < 0) throw new IllegalArgumentException('length'); | 23512 if (length < 0) throw new IllegalArgumentException('length'); |
| 25356 if (start < 0) throw new IndexOutOfRangeException(start); | 23513 if (start < 0) throw new IndexOutOfRangeException(start); |
| 25357 int end = start + length; | 23514 int end = start + length; |
| 25358 if (end > a.length) throw new IndexOutOfRangeException(end); | 23515 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 25359 for (int i = start; i < end; i++) { | 23516 for (int i = start; i < end; i++) { |
| 25360 accumulator.add(a[i]); | 23517 accumulator.add(a[i]); |
| 25361 } | 23518 } |
| 25362 return accumulator; | 23519 return accumulator; |
| 25363 } | 23520 } |
| 25364 } | 23521 } |
| OLD | NEW |