| OLD | NEW |
| 1 #library('dom'); | 1 #library('dom'); |
| 2 | 2 |
| 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2012, 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 with no implementation. | 8 // Auto-generated Dart DOM library with no implementation. |
| 9 | 9 |
| 10 | 10 |
| 11 | 11 |
| 12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13 // for details. All rights reserved. Use of this source code is governed by a | 13 // for details. All rights reserved. Use of this source code is governed by a |
| 14 // BSD-style license that can be found in the LICENSE file. | 14 // BSD-style license that can be found in the LICENSE file. |
| 15 | 15 |
| 16 class _BlobFactoryProvider { | 16 class _BlobFactoryProvider { |
| 17 factory Blob(List blobParts, [String type = null, String endings = null]) => _
dummy(); | 17 factory Blob(List blobParts, [String type, String endings]) => _dummy(); |
| 18 } | 18 } |
| 19 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 20 // for details. All rights reserved. Use of this source code is governed by a | 20 // for details. All rights reserved. Use of this source code is governed by a |
| 21 // BSD-style license that can be found in the LICENSE file. | 21 // BSD-style license that can be found in the LICENSE file. |
| 22 | 22 |
| 23 class _DOMParserFactoryProvider { | 23 class _DOMParserFactoryProvider { |
| 24 factory DOMParser() => _dummy(); | 24 factory DOMParser() => _dummy(); |
| 25 } | 25 } |
| 26 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 26 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 27 // for details. All rights reserved. Use of this source code is governed by a | 27 // for details. All rights reserved. Use of this source code is governed by a |
| 28 // BSD-style license that can be found in the LICENSE file. | 28 // BSD-style license that can be found in the LICENSE file. |
| 29 | 29 |
| 30 class _DOMURLFactoryProvider { | 30 class _DOMURLFactoryProvider { |
| 31 factory DOMURL() => _dummy(); | 31 factory DOMURL() => _dummy(); |
| 32 } | 32 } |
| 33 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 33 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 34 // for details. All rights reserved. Use of this source code is governed by a | 34 // for details. All rights reserved. Use of this source code is governed by a |
| 35 // BSD-style license that can be found in the LICENSE file. | 35 // BSD-style license that can be found in the LICENSE file. |
| 36 | 36 |
| 37 class _DataViewFactoryProvider { | 37 class _DataViewFactoryProvider { |
| 38 factory DataView(ArrayBuffer buffer, [int byteOffset = null, int byteLength =
null]) => _dummy(); | 38 factory DataView(ArrayBuffer buffer, [int byteOffset, int byteLength]) => _dum
my(); |
| 39 } | 39 } |
| 40 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 40 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 41 // for details. All rights reserved. Use of this source code is governed by a | 41 // for details. All rights reserved. Use of this source code is governed by a |
| 42 // BSD-style license that can be found in the LICENSE file. | 42 // BSD-style license that can be found in the LICENSE file. |
| 43 | 43 |
| 44 class _DeprecatedPeerConnectionFactoryProvider { | 44 class _DeprecatedPeerConnectionFactoryProvider { |
| 45 factory DeprecatedPeerConnection(String serverConfiguration, SignalingCallback
signalingCallback) => _dummy(); | 45 factory DeprecatedPeerConnection(String serverConfiguration, SignalingCallback
signalingCallback) => _dummy(); |
| 46 } | 46 } |
| 47 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 47 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 48 // for details. All rights reserved. Use of this source code is governed by a | 48 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 14 matching lines...) Expand all Loading... |
| 63 // BSD-style license that can be found in the LICENSE file. | 63 // BSD-style license that can be found in the LICENSE file. |
| 64 | 64 |
| 65 class _FileReaderSyncFactoryProvider { | 65 class _FileReaderSyncFactoryProvider { |
| 66 factory FileReaderSync() => _dummy(); | 66 factory FileReaderSync() => _dummy(); |
| 67 } | 67 } |
| 68 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 68 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 69 // for details. All rights reserved. Use of this source code is governed by a | 69 // for details. All rights reserved. Use of this source code is governed by a |
| 70 // BSD-style license that can be found in the LICENSE file. | 70 // BSD-style license that can be found in the LICENSE file. |
| 71 | 71 |
| 72 class _HTMLAudioElementFactoryProvider { | 72 class _HTMLAudioElementFactoryProvider { |
| 73 factory HTMLAudioElement([String src = null]) => _dummy(); | 73 factory HTMLAudioElement([String src]) => _dummy(); |
| 74 } | 74 } |
| 75 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 75 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 76 // for details. All rights reserved. Use of this source code is governed by a | 76 // for details. All rights reserved. Use of this source code is governed by a |
| 77 // BSD-style license that can be found in the LICENSE file. | 77 // BSD-style license that can be found in the LICENSE file. |
| 78 | 78 |
| 79 class _HTMLOptionElementFactoryProvider { | 79 class _HTMLOptionElementFactoryProvider { |
| 80 factory HTMLOptionElement([String data = null, String value = null, bool defau
ltSelected = null, bool selected = null]) => _dummy(); | 80 factory HTMLOptionElement([String data, String value, bool defaultSelected, bo
ol selected]) => _dummy(); |
| 81 } | 81 } |
| 82 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 82 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 83 // for details. All rights reserved. Use of this source code is governed by a | 83 // for details. All rights reserved. Use of this source code is governed by a |
| 84 // BSD-style license that can be found in the LICENSE file. | 84 // BSD-style license that can be found in the LICENSE file. |
| 85 | 85 |
| 86 class _IceCandidateFactoryProvider { | 86 class _IceCandidateFactoryProvider { |
| 87 factory IceCandidate(String label, String candidateLine) => _dummy(); | 87 factory IceCandidate(String label, String candidateLine) => _dummy(); |
| 88 } | 88 } |
| 89 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 89 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 90 // for details. All rights reserved. Use of this source code is governed by a | 90 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 14 matching lines...) Expand all Loading... |
| 105 // BSD-style license that can be found in the LICENSE file. | 105 // BSD-style license that can be found in the LICENSE file. |
| 106 | 106 |
| 107 class _MessageChannelFactoryProvider { | 107 class _MessageChannelFactoryProvider { |
| 108 factory MessageChannel() => _dummy(); | 108 factory MessageChannel() => _dummy(); |
| 109 } | 109 } |
| 110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 111 // for details. All rights reserved. Use of this source code is governed by a | 111 // for details. All rights reserved. Use of this source code is governed by a |
| 112 // BSD-style license that can be found in the LICENSE file. | 112 // BSD-style license that can be found in the LICENSE file. |
| 113 | 113 |
| 114 class _NotificationFactoryProvider { | 114 class _NotificationFactoryProvider { |
| 115 factory Notification(String title, [Map options = null]) => _dummy(); | 115 factory Notification(String title, [Map options]) => _dummy(); |
| 116 } | 116 } |
| 117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 118 // for details. All rights reserved. Use of this source code is governed by a | 118 // for details. All rights reserved. Use of this source code is governed by a |
| 119 // BSD-style license that can be found in the LICENSE file. | 119 // BSD-style license that can be found in the LICENSE file. |
| 120 | 120 |
| 121 class _PeerConnection00FactoryProvider { | 121 class _PeerConnection00FactoryProvider { |
| 122 factory PeerConnection00(String serverConfiguration, IceCallback iceCallback)
=> _dummy(); | 122 factory PeerConnection00(String serverConfiguration, IceCallback iceCallback)
=> _dummy(); |
| 123 } | 123 } |
| 124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 125 // for details. All rights reserved. Use of this source code is governed by a | 125 // for details. All rights reserved. Use of this source code is governed by a |
| 126 // BSD-style license that can be found in the LICENSE file. | 126 // BSD-style license that can be found in the LICENSE file. |
| 127 | 127 |
| 128 class _SessionDescriptionFactoryProvider { | 128 class _SessionDescriptionFactoryProvider { |
| 129 factory SessionDescription(String sdp) => _dummy(); | 129 factory SessionDescription(String sdp) => _dummy(); |
| 130 } | 130 } |
| 131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 132 // for details. All rights reserved. Use of this source code is governed by a | 132 // for details. All rights reserved. Use of this source code is governed by a |
| 133 // BSD-style license that can be found in the LICENSE file. | 133 // BSD-style license that can be found in the LICENSE file. |
| 134 | 134 |
| 135 class _ShadowRootFactoryProvider { | 135 class _ShadowRootFactoryProvider { |
| 136 factory ShadowRoot(Element host) => _dummy(); | 136 factory ShadowRoot(Element host) => _dummy(); |
| 137 } | 137 } |
| 138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 139 // for details. All rights reserved. Use of this source code is governed by a | 139 // for details. All rights reserved. Use of this source code is governed by a |
| 140 // BSD-style license that can be found in the LICENSE file. | 140 // BSD-style license that can be found in the LICENSE file. |
| 141 | 141 |
| 142 class _SharedWorkerFactoryProvider { | 142 class _SharedWorkerFactoryProvider { |
| 143 factory SharedWorker(String scriptURL, [String name = null]) => _dummy(); | 143 factory SharedWorker(String scriptURL, [String name]) => _dummy(); |
| 144 } | 144 } |
| 145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 146 // for details. All rights reserved. Use of this source code is governed by a | 146 // for details. All rights reserved. Use of this source code is governed by a |
| 147 // BSD-style license that can be found in the LICENSE file. | 147 // BSD-style license that can be found in the LICENSE file. |
| 148 | 148 |
| 149 class _SpeechGrammarFactoryProvider { | 149 class _SpeechGrammarFactoryProvider { |
| 150 factory SpeechGrammar() => _dummy(); | 150 factory SpeechGrammar() => _dummy(); |
| 151 } | 151 } |
| 152 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 152 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 153 // for details. All rights reserved. Use of this source code is governed by a | 153 // for details. All rights reserved. Use of this source code is governed by a |
| 154 // BSD-style license that can be found in the LICENSE file. | 154 // BSD-style license that can be found in the LICENSE file. |
| 155 | 155 |
| 156 class _SpeechGrammarListFactoryProvider { | 156 class _SpeechGrammarListFactoryProvider { |
| 157 factory SpeechGrammarList() => _dummy(); | 157 factory SpeechGrammarList() => _dummy(); |
| 158 } | 158 } |
| 159 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 159 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 160 // for details. All rights reserved. Use of this source code is governed by a | 160 // for details. All rights reserved. Use of this source code is governed by a |
| 161 // BSD-style license that can be found in the LICENSE file. | 161 // BSD-style license that can be found in the LICENSE file. |
| 162 | 162 |
| 163 class _SpeechRecognitionFactoryProvider { | 163 class _SpeechRecognitionFactoryProvider { |
| 164 factory SpeechRecognition() => _dummy(); | 164 factory SpeechRecognition() => _dummy(); |
| 165 } | 165 } |
| 166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 167 // for details. All rights reserved. Use of this source code is governed by a | 167 // for details. All rights reserved. Use of this source code is governed by a |
| 168 // BSD-style license that can be found in the LICENSE file. | 168 // BSD-style license that can be found in the LICENSE file. |
| 169 | 169 |
| 170 class _TextTrackCueFactoryProvider { | 170 class _TextTrackCueFactoryProvider { |
| 171 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri
ng settings = null, bool pauseOnExit = null]) => _dummy(); | 171 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri
ng settings, bool pauseOnExit]) => _dummy(); |
| 172 } | 172 } |
| 173 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 173 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 174 // for details. All rights reserved. Use of this source code is governed by a | 174 // for details. All rights reserved. Use of this source code is governed by a |
| 175 // BSD-style license that can be found in the LICENSE file. | 175 // BSD-style license that can be found in the LICENSE file. |
| 176 | 176 |
| 177 class _WebKitCSSMatrixFactoryProvider { | 177 class _WebKitCSSMatrixFactoryProvider { |
| 178 factory WebKitCSSMatrix([String cssValue = null]) => _dummy(); | 178 factory WebKitCSSMatrix([String cssValue]) => _dummy(); |
| 179 } | 179 } |
| 180 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 180 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 181 // for details. All rights reserved. Use of this source code is governed by a | 181 // for details. All rights reserved. Use of this source code is governed by a |
| 182 // BSD-style license that can be found in the LICENSE file. | 182 // BSD-style license that can be found in the LICENSE file. |
| 183 | 183 |
| 184 class _WorkerFactoryProvider { | 184 class _WorkerFactoryProvider { |
| 185 factory Worker(String scriptUrl) => _dummy(); | 185 factory Worker(String scriptUrl) => _dummy(); |
| 186 } | 186 } |
| 187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 188 // for details. All rights reserved. Use of this source code is governed by a | 188 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 12767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 12957 // for details. All rights reserved. Use of this source code is governed by a | 12957 // for details. All rights reserved. Use of this source code is governed by a |
| 12958 // BSD-style license that can be found in the LICENSE file. | 12958 // BSD-style license that can be found in the LICENSE file. |
| 12959 | 12959 |
| 12960 Window get window() => _dummy(); | 12960 Window get window() => _dummy(); |
| 12961 | 12961 |
| 12962 // TODO(vsm): Remove when prefixes are supported. | 12962 // TODO(vsm): Remove when prefixes are supported. |
| 12963 Window get dom_window() => _dummy(); | 12963 Window get dom_window() => _dummy(); |
| 12964 | 12964 |
| 12965 Document get document() => _dummy(); | 12965 Document get document() => _dummy(); |
| OLD | NEW |