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 12249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12260 num gain; | 12260 num gain; |
12261 | 12261 |
12262 final int length; | 12262 final int length; |
12263 | 12263 |
12264 final int numberOfChannels; | 12264 final int numberOfChannels; |
12265 | 12265 |
12266 final num sampleRate; | 12266 final num sampleRate; |
12267 | 12267 |
12268 Float32Array getChannelData(int channelIndex); | 12268 Float32Array getChannelData(int channelIndex); |
12269 } | 12269 } |
12270 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 12270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
12271 // for details. All rights reserved. Use of this source code is governed by a | 12271 // for details. All rights reserved. Use of this source code is governed by a |
12272 // BSD-style license that can be found in the LICENSE file. | 12272 // BSD-style license that can be found in the LICENSE file. |
12273 | 12273 |
12274 // WARNING: Do not edit - generated code. | 12274 // WARNING: Do not edit - generated code. |
12275 | 12275 |
12276 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); | 12276 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); |
12277 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12277 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
12278 // for details. All rights reserved. Use of this source code is governed by a | 12278 // for details. All rights reserved. Use of this source code is governed by a |
12279 // BSD-style license that can be found in the LICENSE file. | 12279 // BSD-style license that can be found in the LICENSE file. |
12280 | 12280 |
(...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14000 interface Database { | 14000 interface Database { |
14001 | 14001 |
14002 final String version; | 14002 final String version; |
14003 | 14003 |
14004 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba
ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall
back]); | 14004 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba
ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall
back]); |
14005 | 14005 |
14006 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall
back errorCallback, VoidCallback successCallback]); | 14006 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall
back errorCallback, VoidCallback successCallback]); |
14007 | 14007 |
14008 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback
errorCallback, VoidCallback successCallback]); | 14008 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback
errorCallback, VoidCallback successCallback]); |
14009 } | 14009 } |
14010 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14010 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14011 // for details. All rights reserved. Use of this source code is governed by a | 14011 // for details. All rights reserved. Use of this source code is governed by a |
14012 // BSD-style license that can be found in the LICENSE file. | 14012 // BSD-style license that can be found in the LICENSE file. |
14013 | 14013 |
14014 // WARNING: Do not edit - generated code. | 14014 // WARNING: Do not edit - generated code. |
14015 | 14015 |
14016 typedef bool DatabaseCallback(database); | 14016 typedef bool DatabaseCallback(database); |
14017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14018 // for details. All rights reserved. Use of this source code is governed by a | 14018 // for details. All rights reserved. Use of this source code is governed by a |
14019 // BSD-style license that can be found in the LICENSE file. | 14019 // BSD-style license that can be found in the LICENSE file. |
14020 | 14020 |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14574 final String systemId; | 14574 final String systemId; |
14575 } | 14575 } |
14576 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14576 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14577 // for details. All rights reserved. Use of this source code is governed by a | 14577 // for details. All rights reserved. Use of this source code is governed by a |
14578 // BSD-style license that can be found in the LICENSE file. | 14578 // BSD-style license that can be found in the LICENSE file. |
14579 | 14579 |
14580 // WARNING: Do not edit - generated code. | 14580 // WARNING: Do not edit - generated code. |
14581 | 14581 |
14582 interface EntityReference extends Node { | 14582 interface EntityReference extends Node { |
14583 } | 14583 } |
14584 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14585 // for details. All rights reserved. Use of this source code is governed by a | 14585 // for details. All rights reserved. Use of this source code is governed by a |
14586 // BSD-style license that can be found in the LICENSE file. | 14586 // BSD-style license that can be found in the LICENSE file. |
14587 | 14587 |
14588 // WARNING: Do not edit - generated code. | 14588 // WARNING: Do not edit - generated code. |
14589 | 14589 |
14590 typedef bool EntriesCallback(EntryArray entries); | 14590 typedef bool EntriesCallback(EntryArray entries); |
14591 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14591 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14592 // for details. All rights reserved. Use of this source code is governed by a | 14592 // for details. All rights reserved. Use of this source code is governed by a |
14593 // BSD-style license that can be found in the LICENSE file. | 14593 // BSD-style license that can be found in the LICENSE file. |
14594 | 14594 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14635 // BSD-style license that can be found in the LICENSE file. | 14635 // BSD-style license that can be found in the LICENSE file. |
14636 | 14636 |
14637 // WARNING: Do not edit - generated code. | 14637 // WARNING: Do not edit - generated code. |
14638 | 14638 |
14639 interface EntryArraySync { | 14639 interface EntryArraySync { |
14640 | 14640 |
14641 final int length; | 14641 final int length; |
14642 | 14642 |
14643 EntrySync item(int index); | 14643 EntrySync item(int index); |
14644 } | 14644 } |
14645 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14646 // for details. All rights reserved. Use of this source code is governed by a | 14646 // for details. All rights reserved. Use of this source code is governed by a |
14647 // BSD-style license that can be found in the LICENSE file. | 14647 // BSD-style license that can be found in the LICENSE file. |
14648 | 14648 |
14649 // WARNING: Do not edit - generated code. | 14649 // WARNING: Do not edit - generated code. |
14650 | 14650 |
14651 typedef bool EntryCallback(Entry entry); | 14651 typedef bool EntryCallback(Entry entry); |
14652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14653 // for details. All rights reserved. Use of this source code is governed by a | 14653 // for details. All rights reserved. Use of this source code is governed by a |
14654 // BSD-style license that can be found in the LICENSE file. | 14654 // BSD-style license that can be found in the LICENSE file. |
14655 | 14655 |
(...skipping 16 matching lines...) Expand all Loading... |
14672 Metadata getMetadata(); | 14672 Metadata getMetadata(); |
14673 | 14673 |
14674 EntrySync getParent(); | 14674 EntrySync getParent(); |
14675 | 14675 |
14676 EntrySync moveTo(DirectoryEntrySync parent, String name); | 14676 EntrySync moveTo(DirectoryEntrySync parent, String name); |
14677 | 14677 |
14678 void remove(); | 14678 void remove(); |
14679 | 14679 |
14680 String toURL(); | 14680 String toURL(); |
14681 } | 14681 } |
14682 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14683 // for details. All rights reserved. Use of this source code is governed by a | 14683 // for details. All rights reserved. Use of this source code is governed by a |
14684 // BSD-style license that can be found in the LICENSE file. | 14684 // BSD-style license that can be found in the LICENSE file. |
14685 | 14685 |
14686 // WARNING: Do not edit - generated code. | 14686 // WARNING: Do not edit - generated code. |
14687 | 14687 |
14688 typedef bool ErrorCallback(FileError error); | 14688 typedef bool ErrorCallback(FileError error); |
14689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14690 // for details. All rights reserved. Use of this source code is governed by a | 14690 // for details. All rights reserved. Use of this source code is governed by a |
14691 // BSD-style license that can be found in the LICENSE file. | 14691 // BSD-style license that can be found in the LICENSE file. |
14692 | 14692 |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14851 // WARNING: Do not edit - generated code. | 14851 // WARNING: Do not edit - generated code. |
14852 | 14852 |
14853 interface File extends Blob { | 14853 interface File extends Blob { |
14854 | 14854 |
14855 final Date lastModifiedDate; | 14855 final Date lastModifiedDate; |
14856 | 14856 |
14857 final String name; | 14857 final String name; |
14858 | 14858 |
14859 final String webkitRelativePath; | 14859 final String webkitRelativePath; |
14860 } | 14860 } |
14861 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 14861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14862 // for details. All rights reserved. Use of this source code is governed by a | 14862 // for details. All rights reserved. Use of this source code is governed by a |
14863 // BSD-style license that can be found in the LICENSE file. | 14863 // BSD-style license that can be found in the LICENSE file. |
14864 | 14864 |
14865 // WARNING: Do not edit - generated code. | 14865 // WARNING: Do not edit - generated code. |
14866 | 14866 |
14867 typedef bool FileCallback(File file); | 14867 typedef bool FileCallback(File file); |
14868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
14869 // for details. All rights reserved. Use of this source code is governed by a | 14869 // for details. All rights reserved. Use of this source code is governed by a |
14870 // BSD-style license that can be found in the LICENSE file. | 14870 // BSD-style license that can be found in the LICENSE file. |
14871 | 14871 |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15024 FileReaderSync(); | 15024 FileReaderSync(); |
15025 | 15025 |
15026 ArrayBuffer readAsArrayBuffer(Blob blob); | 15026 ArrayBuffer readAsArrayBuffer(Blob blob); |
15027 | 15027 |
15028 String readAsBinaryString(Blob blob); | 15028 String readAsBinaryString(Blob blob); |
15029 | 15029 |
15030 String readAsDataURL(Blob blob); | 15030 String readAsDataURL(Blob blob); |
15031 | 15031 |
15032 String readAsText(Blob blob, [String encoding]); | 15032 String readAsText(Blob blob, [String encoding]); |
15033 } | 15033 } |
15034 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
15035 // for details. All rights reserved. Use of this source code is governed by a | 15035 // for details. All rights reserved. Use of this source code is governed by a |
15036 // BSD-style license that can be found in the LICENSE file. | 15036 // BSD-style license that can be found in the LICENSE file. |
15037 | 15037 |
15038 // WARNING: Do not edit - generated code. | 15038 // WARNING: Do not edit - generated code. |
15039 | 15039 |
15040 typedef bool FileSystemCallback(DOMFileSystem fileSystem); | 15040 typedef bool FileSystemCallback(DOMFileSystem fileSystem); |
15041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
15042 // 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 |
15043 // BSD-style license that can be found in the LICENSE file. | 15043 // BSD-style license that can be found in the LICENSE file. |
15044 | 15044 |
(...skipping 22 matching lines...) Expand all Loading... |
15067 bool dispatchEvent(Event evt); | 15067 bool dispatchEvent(Event evt); |
15068 | 15068 |
15069 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 15069 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
15070 | 15070 |
15071 void seek(int position); | 15071 void seek(int position); |
15072 | 15072 |
15073 void truncate(int size); | 15073 void truncate(int size); |
15074 | 15074 |
15075 void write(Blob data); | 15075 void write(Blob data); |
15076 } | 15076 } |
15077 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 15077 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
15078 // for details. All rights reserved. Use of this source code is governed by a | 15078 // for details. All rights reserved. Use of this source code is governed by a |
15079 // BSD-style license that can be found in the LICENSE file. | 15079 // BSD-style license that can be found in the LICENSE file. |
15080 | 15080 |
15081 // WARNING: Do not edit - generated code. | 15081 // WARNING: Do not edit - generated code. |
15082 | 15082 |
15083 typedef bool FileWriterCallback(FileWriter fileWriter); | 15083 typedef bool FileWriterCallback(FileWriter fileWriter); |
15084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
15085 // for details. All rights reserved. Use of this source code is governed by a | 15085 // for details. All rights reserved. Use of this source code is governed by a |
15086 // BSD-style license that can be found in the LICENSE file. | 15086 // BSD-style license that can be found in the LICENSE file. |
15087 | 15087 |
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17362 final String version; | 17362 final String version; |
17363 } | 17363 } |
17364 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17364 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
17365 // for details. All rights reserved. Use of this source code is governed by a | 17365 // for details. All rights reserved. Use of this source code is governed by a |
17366 // BSD-style license that can be found in the LICENSE file. | 17366 // BSD-style license that can be found in the LICENSE file. |
17367 | 17367 |
17368 // WARNING: Do not edit - generated code. | 17368 // WARNING: Do not edit - generated code. |
17369 | 17369 |
17370 interface IDBVersionChangeRequest extends IDBRequest, EventTarget { | 17370 interface IDBVersionChangeRequest extends IDBRequest, EventTarget { |
17371 } | 17371 } |
17372 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17372 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
17373 // for details. All rights reserved. Use of this source code is governed by a | 17373 // for details. All rights reserved. Use of this source code is governed by a |
17374 // BSD-style license that can be found in the LICENSE file. | 17374 // BSD-style license that can be found in the LICENSE file. |
17375 | 17375 |
17376 // WARNING: Do not edit - generated code. | 17376 // WARNING: Do not edit - generated code. |
17377 | 17377 |
17378 typedef bool IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnecti
on00 source); | 17378 typedef bool IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnecti
on00 source); |
17379 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17379 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
17380 // for details. All rights reserved. Use of this source code is governed by a | 17380 // for details. All rights reserved. Use of this source code is governed by a |
17381 // BSD-style license that can be found in the LICENSE file. | 17381 // BSD-style license that can be found in the LICENSE file. |
17382 | 17382 |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17921 // BSD-style license that can be found in the LICENSE file. | 17921 // BSD-style license that can be found in the LICENSE file. |
17922 | 17922 |
17923 // WARNING: Do not edit - generated code. | 17923 // WARNING: Do not edit - generated code. |
17924 | 17924 |
17925 interface Metadata { | 17925 interface Metadata { |
17926 | 17926 |
17927 final Date modificationTime; | 17927 final Date modificationTime; |
17928 | 17928 |
17929 final int size; | 17929 final int size; |
17930 } | 17930 } |
17931 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 17931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
17932 // for details. All rights reserved. Use of this source code is governed by a | 17932 // for details. All rights reserved. Use of this source code is governed by a |
17933 // BSD-style license that can be found in the LICENSE file. | 17933 // BSD-style license that can be found in the LICENSE file. |
17934 | 17934 |
17935 // WARNING: Do not edit - generated code. | 17935 // WARNING: Do not edit - generated code. |
17936 | 17936 |
17937 typedef bool MetadataCallback(Metadata metadata); | 17937 typedef bool MetadataCallback(Metadata metadata); |
17938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
17939 // for details. All rights reserved. Use of this source code is governed by a | 17939 // for details. All rights reserved. Use of this source code is governed by a |
17940 // BSD-style license that can be found in the LICENSE file. | 17940 // BSD-style license that can be found in the LICENSE file. |
17941 | 17941 |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18122 // BSD-style license that can be found in the LICENSE file. | 18122 // BSD-style license that can be found in the LICENSE file. |
18123 | 18123 |
18124 // WARNING: Do not edit - generated code. | 18124 // WARNING: Do not edit - generated code. |
18125 | 18125 |
18126 interface NavigatorUserMediaError { | 18126 interface NavigatorUserMediaError { |
18127 | 18127 |
18128 static final int PERMISSION_DENIED = 1; | 18128 static final int PERMISSION_DENIED = 1; |
18129 | 18129 |
18130 final int code; | 18130 final int code; |
18131 } | 18131 } |
18132 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18132 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18133 // for details. All rights reserved. Use of this source code is governed by a | 18133 // for details. All rights reserved. Use of this source code is governed by a |
18134 // BSD-style license that can be found in the LICENSE file. | 18134 // BSD-style license that can be found in the LICENSE file. |
18135 | 18135 |
18136 // WARNING: Do not edit - generated code. | 18136 // WARNING: Do not edit - generated code. |
18137 | 18137 |
18138 typedef bool NavigatorUserMediaErrorCallback(NavigatorUserMediaError error); | 18138 typedef bool NavigatorUserMediaErrorCallback(NavigatorUserMediaError error); |
18139 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18139 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18140 // for details. All rights reserved. Use of this source code is governed by a | 18140 // for details. All rights reserved. Use of this source code is governed by a |
18141 // BSD-style license that can be found in the LICENSE file. | 18141 // BSD-style license that can be found in the LICENSE file. |
18142 | 18142 |
18143 // WARNING: Do not edit - generated code. | 18143 // WARNING: Do not edit - generated code. |
18144 | 18144 |
18145 typedef bool NavigatorUserMediaSuccessCallback(LocalMediaStream stream); | 18145 typedef bool NavigatorUserMediaSuccessCallback(LocalMediaStream stream); |
18146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18147 // for details. All rights reserved. Use of this source code is governed by a | 18147 // for details. All rights reserved. Use of this source code is governed by a |
18148 // BSD-style license that can be found in the LICENSE file. | 18148 // BSD-style license that can be found in the LICENSE file. |
18149 | 18149 |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18388 interface NotificationCenter { | 18388 interface NotificationCenter { |
18389 | 18389 |
18390 int checkPermission(); | 18390 int checkPermission(); |
18391 | 18391 |
18392 Notification createHTMLNotification(String url); | 18392 Notification createHTMLNotification(String url); |
18393 | 18393 |
18394 Notification createNotification(String iconUrl, String title, String body); | 18394 Notification createNotification(String iconUrl, String title, String body); |
18395 | 18395 |
18396 void requestPermission(VoidCallback callback); | 18396 void requestPermission(VoidCallback callback); |
18397 } | 18397 } |
18398 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18399 // for details. All rights reserved. Use of this source code is governed by a | 18399 // for details. All rights reserved. Use of this source code is governed by a |
18400 // BSD-style license that can be found in the LICENSE file. | 18400 // BSD-style license that can be found in the LICENSE file. |
18401 | 18401 |
18402 // WARNING: Do not edit - generated code. | 18402 // WARNING: Do not edit - generated code. |
18403 | 18403 |
18404 typedef bool NotificationPermissionCallback(String permission); | 18404 typedef bool NotificationPermissionCallback(String permission); |
18405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18406 // for details. All rights reserved. Use of this source code is governed by a | 18406 // for details. All rights reserved. Use of this source code is governed by a |
18407 // BSD-style license that can be found in the LICENSE file. | 18407 // BSD-style license that can be found in the LICENSE file. |
18408 | 18408 |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18706 // for details. All rights reserved. Use of this source code is governed by a | 18706 // for details. All rights reserved. Use of this source code is governed by a |
18707 // BSD-style license that can be found in the LICENSE file. | 18707 // BSD-style license that can be found in the LICENSE file. |
18708 | 18708 |
18709 // WARNING: Do not edit - generated code. | 18709 // WARNING: Do not edit - generated code. |
18710 | 18710 |
18711 interface PopStateEvent extends Event { | 18711 interface PopStateEvent extends Event { |
18712 | 18712 |
18713 final Object state; | 18713 final Object state; |
18714 } | 18714 } |
18715 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18715 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18716 // 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 |
18717 // BSD-style license that can be found in the LICENSE file. | 18717 // BSD-style license that can be found in the LICENSE file. |
18718 | 18718 |
18719 // WARNING: Do not edit - generated code. | 18719 // WARNING: Do not edit - generated code. |
18720 | 18720 |
18721 typedef bool PositionCallback(Geoposition position); | 18721 typedef bool PositionCallback(Geoposition position); |
18722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18723 // for details. All rights reserved. Use of this source code is governed by a | 18723 // for details. All rights reserved. Use of this source code is governed by a |
18724 // BSD-style license that can be found in the LICENSE file. | 18724 // BSD-style license that can be found in the LICENSE file. |
18725 | 18725 |
18726 // WARNING: Do not edit - generated code. | 18726 // WARNING: Do not edit - generated code. |
18727 | 18727 |
18728 interface PositionError { | 18728 interface PositionError { |
18729 | 18729 |
18730 static final int PERMISSION_DENIED = 1; | 18730 static final int PERMISSION_DENIED = 1; |
18731 | 18731 |
18732 static final int POSITION_UNAVAILABLE = 2; | 18732 static final int POSITION_UNAVAILABLE = 2; |
18733 | 18733 |
18734 static final int TIMEOUT = 3; | 18734 static final int TIMEOUT = 3; |
18735 | 18735 |
18736 final int code; | 18736 final int code; |
18737 | 18737 |
18738 final String message; | 18738 final String message; |
18739 } | 18739 } |
18740 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18740 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18741 // for details. All rights reserved. Use of this source code is governed by a | 18741 // for details. All rights reserved. Use of this source code is governed by a |
18742 // BSD-style license that can be found in the LICENSE file. | 18742 // BSD-style license that can be found in the LICENSE file. |
18743 | 18743 |
18744 // WARNING: Do not edit - generated code. | 18744 // WARNING: Do not edit - generated code. |
18745 | 18745 |
18746 typedef bool PositionErrorCallback(PositionError error); | 18746 typedef bool PositionErrorCallback(PositionError error); |
18747 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18747 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18748 // for details. All rights reserved. Use of this source code is governed by a | 18748 // for details. All rights reserved. Use of this source code is governed by a |
18749 // BSD-style license that can be found in the LICENSE file. | 18749 // BSD-style license that can be found in the LICENSE file. |
18750 | 18750 |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18935 interface Rect { | 18935 interface Rect { |
18936 | 18936 |
18937 final CSSPrimitiveValue bottom; | 18937 final CSSPrimitiveValue bottom; |
18938 | 18938 |
18939 final CSSPrimitiveValue left; | 18939 final CSSPrimitiveValue left; |
18940 | 18940 |
18941 final CSSPrimitiveValue right; | 18941 final CSSPrimitiveValue right; |
18942 | 18942 |
18943 final CSSPrimitiveValue top; | 18943 final CSSPrimitiveValue top; |
18944 } | 18944 } |
18945 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18946 // for details. All rights reserved. Use of this source code is governed by a | 18946 // for details. All rights reserved. Use of this source code is governed by a |
18947 // BSD-style license that can be found in the LICENSE file. | 18947 // BSD-style license that can be found in the LICENSE file. |
18948 | 18948 |
18949 // WARNING: Do not edit - generated code. | 18949 // WARNING: Do not edit - generated code. |
18950 | 18950 |
18951 typedef bool RequestAnimationFrameCallback(int time); | 18951 typedef bool RequestAnimationFrameCallback(int time); |
18952 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18952 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18953 // for details. All rights reserved. Use of this source code is governed by a | 18953 // 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. | 18954 // BSD-style license that can be found in the LICENSE file. |
18955 | 18955 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19024 // BSD-style license that can be found in the LICENSE file. | 19024 // BSD-style license that can be found in the LICENSE file. |
19025 | 19025 |
19026 // WARNING: Do not edit - generated code. | 19026 // WARNING: Do not edit - generated code. |
19027 | 19027 |
19028 interface SQLResultSetRowList { | 19028 interface SQLResultSetRowList { |
19029 | 19029 |
19030 final int length; | 19030 final int length; |
19031 | 19031 |
19032 Object item(int index); | 19032 Object item(int index); |
19033 } | 19033 } |
19034 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19035 // for details. All rights reserved. Use of this source code is governed by a | 19035 // for details. All rights reserved. Use of this source code is governed by a |
19036 // BSD-style license that can be found in the LICENSE file. | 19036 // BSD-style license that can be found in the LICENSE file. |
19037 | 19037 |
19038 // WARNING: Do not edit - generated code. | 19038 // WARNING: Do not edit - generated code. |
19039 | 19039 |
19040 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul
tSet); | 19040 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul
tSet); |
19041 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19042 // for details. All rights reserved. Use of this source code is governed by a | 19042 // for details. All rights reserved. Use of this source code is governed by a |
19043 // BSD-style license that can be found in the LICENSE file. | 19043 // BSD-style license that can be found in the LICENSE file. |
19044 | 19044 |
19045 // WARNING: Do not edit - generated code. | 19045 // WARNING: Do not edit - generated code. |
19046 | 19046 |
19047 typedef bool SQLStatementErrorCallback(SQLTransaction transaction, SQLError erro
r); | 19047 typedef bool SQLStatementErrorCallback(SQLTransaction transaction, SQLError erro
r); |
19048 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19048 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19049 // for details. All rights reserved. Use of this source code is governed by a | 19049 // for details. All rights reserved. Use of this source code is governed by a |
19050 // BSD-style license that can be found in the LICENSE file. | 19050 // BSD-style license that can be found in the LICENSE file. |
19051 | 19051 |
19052 // WARNING: Do not edit - generated code. | 19052 // WARNING: Do not edit - generated code. |
19053 | 19053 |
19054 interface SQLTransaction { | 19054 interface SQLTransaction { |
19055 } | 19055 } |
19056 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19056 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19057 // for details. All rights reserved. Use of this source code is governed by a | 19057 // 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. | 19058 // BSD-style license that can be found in the LICENSE file. |
19059 | 19059 |
19060 // WARNING: Do not edit - generated code. | 19060 // WARNING: Do not edit - generated code. |
19061 | 19061 |
19062 typedef bool SQLTransactionCallback(SQLTransaction transaction); | 19062 typedef bool SQLTransactionCallback(SQLTransaction transaction); |
19063 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19063 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19064 // 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 |
19065 // BSD-style license that can be found in the LICENSE file. | 19065 // BSD-style license that can be found in the LICENSE file. |
19066 | 19066 |
19067 // WARNING: Do not edit - generated code. | 19067 // WARNING: Do not edit - generated code. |
19068 | 19068 |
19069 typedef bool SQLTransactionErrorCallback(SQLError error); | 19069 typedef bool SQLTransactionErrorCallback(SQLError error); |
19070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19071 // for details. All rights reserved. Use of this source code is governed by a | 19071 // 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. | 19072 // BSD-style license that can be found in the LICENSE file. |
19073 | 19073 |
19074 // WARNING: Do not edit - generated code. | 19074 // WARNING: Do not edit - generated code. |
19075 | 19075 |
19076 interface SQLTransactionSync { | 19076 interface SQLTransactionSync { |
19077 } | 19077 } |
19078 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 19078 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19079 // for details. All rights reserved. Use of this source code is governed by a | 19079 // for details. All rights reserved. Use of this source code is governed by a |
19080 // BSD-style license that can be found in the LICENSE file. | 19080 // BSD-style license that can be found in the LICENSE file. |
19081 | 19081 |
19082 // WARNING: Do not edit - generated code. | 19082 // WARNING: Do not edit - generated code. |
19083 | 19083 |
19084 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction); | 19084 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction); |
19085 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19085 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
19086 // for details. All rights reserved. Use of this source code is governed by a | 19086 // for details. All rights reserved. Use of this source code is governed by a |
19087 // BSD-style license that can be found in the LICENSE file. | 19087 // BSD-style license that can be found in the LICENSE file. |
19088 | 19088 |
(...skipping 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
21770 | 21770 |
21771 // WARNING: Do not edit - generated code. | 21771 // WARNING: Do not edit - generated code. |
21772 | 21772 |
21773 interface SharedWorkerGlobalScope extends WorkerContext { | 21773 interface SharedWorkerGlobalScope extends WorkerContext { |
21774 | 21774 |
21775 final String name; | 21775 final String name; |
21776 } | 21776 } |
21777 | 21777 |
21778 interface SharedWorkerContext extends SharedWorkerGlobalScope { | 21778 interface SharedWorkerContext extends SharedWorkerGlobalScope { |
21779 } | 21779 } |
21780 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 21780 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
21781 // for details. All rights reserved. Use of this source code is governed by a | 21781 // for details. All rights reserved. Use of this source code is governed by a |
21782 // BSD-style license that can be found in the LICENSE file. | 21782 // BSD-style license that can be found in the LICENSE file. |
21783 | 21783 |
21784 // WARNING: Do not edit - generated code. | 21784 // WARNING: Do not edit - generated code. |
21785 | 21785 |
21786 typedef bool SignalingCallback(String message, DeprecatedPeerConnection source); | 21786 typedef bool SignalingCallback(String message, DeprecatedPeerConnection source); |
21787 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21787 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
21788 // for details. All rights reserved. Use of this source code is governed by a | 21788 // for details. All rights reserved. Use of this source code is governed by a |
21789 // BSD-style license that can be found in the LICENSE file. | 21789 // BSD-style license that can be found in the LICENSE file. |
21790 | 21790 |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
21995 final String newValue; | 21995 final String newValue; |
21996 | 21996 |
21997 final String oldValue; | 21997 final String oldValue; |
21998 | 21998 |
21999 final Storage storageArea; | 21999 final Storage storageArea; |
22000 | 22000 |
22001 final String url; | 22001 final String url; |
22002 | 22002 |
22003 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S
tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto
rageAreaArg); | 22003 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S
tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto
rageAreaArg); |
22004 } | 22004 } |
22005 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22006 // for details. All rights reserved. Use of this source code is governed by a | 22006 // for details. All rights reserved. Use of this source code is governed by a |
22007 // BSD-style license that can be found in the LICENSE file. | 22007 // BSD-style license that can be found in the LICENSE file. |
22008 | 22008 |
22009 // WARNING: Do not edit - generated code. | 22009 // WARNING: Do not edit - generated code. |
22010 | 22010 |
22011 typedef bool StringCallback(String data); | 22011 typedef bool StringCallback(String data); |
22012 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 22012 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22013 // for details. All rights reserved. Use of this source code is governed by a | 22013 // for details. All rights reserved. Use of this source code is governed by a |
22014 // BSD-style license that can be found in the LICENSE file. | 22014 // BSD-style license that can be found in the LICENSE file. |
22015 | 22015 |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
22208 // WARNING: Do not edit - generated code. | 22208 // WARNING: Do not edit - generated code. |
22209 | 22209 |
22210 interface TimeRanges { | 22210 interface TimeRanges { |
22211 | 22211 |
22212 final int length; | 22212 final int length; |
22213 | 22213 |
22214 num end(int index); | 22214 num end(int index); |
22215 | 22215 |
22216 num start(int index); | 22216 num start(int index); |
22217 } | 22217 } |
22218 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22218 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22219 // for details. All rights reserved. Use of this source code is governed by a | 22219 // for details. All rights reserved. Use of this source code is governed by a |
22220 // BSD-style license that can be found in the LICENSE file. | 22220 // BSD-style license that can be found in the LICENSE file. |
22221 | 22221 |
22222 // WARNING: Do not edit - generated code. | 22222 // WARNING: Do not edit - generated code. |
22223 | 22223 |
22224 typedef void TimeoutHandler(); | 22224 typedef void TimeoutHandler(); |
22225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 22225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22226 // for details. All rights reserved. Use of this source code is governed by a | 22226 // for details. All rights reserved. Use of this source code is governed by a |
22227 // BSD-style license that can be found in the LICENSE file. | 22227 // BSD-style license that can be found in the LICENSE file. |
22228 | 22228 |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
22465 final bool stepMismatch; | 22465 final bool stepMismatch; |
22466 | 22466 |
22467 final bool tooLong; | 22467 final bool tooLong; |
22468 | 22468 |
22469 final bool typeMismatch; | 22469 final bool typeMismatch; |
22470 | 22470 |
22471 final bool valid; | 22471 final bool valid; |
22472 | 22472 |
22473 final bool valueMissing; | 22473 final bool valueMissing; |
22474 } | 22474 } |
22475 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 22475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22476 // for details. All rights reserved. Use of this source code is governed by a | 22476 // for details. All rights reserved. Use of this source code is governed by a |
22477 // BSD-style license that can be found in the LICENSE file. | 22477 // BSD-style license that can be found in the LICENSE file. |
22478 | 22478 |
22479 // WARNING: Do not edit - generated code. | 22479 // WARNING: Do not edit - generated code. |
22480 | 22480 |
22481 typedef void VoidCallback(); | 22481 typedef void VoidCallback(); |
22482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 22482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
22483 // for details. All rights reserved. Use of this source code is governed by a | 22483 // for details. All rights reserved. Use of this source code is governed by a |
22484 // BSD-style license that can be found in the LICENSE file. | 22484 // BSD-style license that can be found in the LICENSE file. |
22485 | 22485 |
(...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
25262 if (length < 0) throw new IllegalArgumentException('length'); | 25262 if (length < 0) throw new IllegalArgumentException('length'); |
25263 if (start < 0) throw new IndexOutOfRangeException(start); | 25263 if (start < 0) throw new IndexOutOfRangeException(start); |
25264 int end = start + length; | 25264 int end = start + length; |
25265 if (end > a.length) throw new IndexOutOfRangeException(end); | 25265 if (end > a.length) throw new IndexOutOfRangeException(end); |
25266 for (int i = start; i < end; i++) { | 25266 for (int i = start; i < end; i++) { |
25267 accumulator.add(a[i]); | 25267 accumulator.add(a[i]); |
25268 } | 25268 } |
25269 return accumulator; | 25269 return accumulator; |
25270 } | 25270 } |
25271 } | 25271 } |
OLD | NEW |