Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: lib/dom/dom.dart

Issue 10694169: Add template comments; update copyright in template file in anticipation of new uses. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 num gain; 283 num gain;
284 284
285 final int length; 285 final int length;
286 286
287 final int numberOfChannels; 287 final int numberOfChannels;
288 288
289 final num sampleRate; 289 final num sampleRate;
290 290
291 Float32Array getChannelData(int channelIndex); 291 Float32Array getChannelData(int channelIndex);
292 } 292 }
293 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 293 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
294 // for details. All rights reserved. Use of this source code is governed by a 294 // for details. All rights reserved. Use of this source code is governed by a
295 // BSD-style license that can be found in the LICENSE file. 295 // BSD-style license that can be found in the LICENSE file.
296 296
297 // WARNING: Do not edit - generated code. 297 // WARNING: Do not edit - generated code.
298 298
299 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); 299 typedef bool AudioBufferCallback(AudioBuffer audioBuffer);
300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
301 // for details. All rights reserved. Use of this source code is governed by a 301 // for details. All rights reserved. Use of this source code is governed by a
302 // BSD-style license that can be found in the LICENSE file. 302 // BSD-style license that can be found in the LICENSE file.
303 303
(...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 interface Database { 2023 interface Database {
2024 2024
2025 final String version; 2025 final String version;
2026 2026
2027 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall back]); 2027 void changeVersion(String oldVersion, String newVersion, [SQLTransactionCallba ck callback, SQLTransactionErrorCallback errorCallback, VoidCallback successCall back]);
2028 2028
2029 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall back errorCallback, VoidCallback successCallback]); 2029 void readTransaction(SQLTransactionCallback callback, [SQLTransactionErrorCall back errorCallback, VoidCallback successCallback]);
2030 2030
2031 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback errorCallback, VoidCallback successCallback]); 2031 void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback errorCallback, VoidCallback successCallback]);
2032 } 2032 }
2033 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2033 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2034 // for details. All rights reserved. Use of this source code is governed by a 2034 // for details. All rights reserved. Use of this source code is governed by a
2035 // BSD-style license that can be found in the LICENSE file. 2035 // BSD-style license that can be found in the LICENSE file.
2036 2036
2037 // WARNING: Do not edit - generated code. 2037 // WARNING: Do not edit - generated code.
2038 2038
2039 typedef bool DatabaseCallback(database); 2039 typedef bool DatabaseCallback(database);
2040 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2040 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2041 // for details. All rights reserved. Use of this source code is governed by a 2041 // for details. All rights reserved. Use of this source code is governed by a
2042 // BSD-style license that can be found in the LICENSE file. 2042 // BSD-style license that can be found in the LICENSE file.
2043 2043
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 final String systemId; 2597 final String systemId;
2598 } 2598 }
2599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2600 // for details. All rights reserved. Use of this source code is governed by a 2600 // for details. All rights reserved. Use of this source code is governed by a
2601 // BSD-style license that can be found in the LICENSE file. 2601 // BSD-style license that can be found in the LICENSE file.
2602 2602
2603 // WARNING: Do not edit - generated code. 2603 // WARNING: Do not edit - generated code.
2604 2604
2605 interface EntityReference extends Node { 2605 interface EntityReference extends Node {
2606 } 2606 }
2607 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2607 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2608 // for details. All rights reserved. Use of this source code is governed by a 2608 // for details. All rights reserved. Use of this source code is governed by a
2609 // BSD-style license that can be found in the LICENSE file. 2609 // BSD-style license that can be found in the LICENSE file.
2610 2610
2611 // WARNING: Do not edit - generated code. 2611 // WARNING: Do not edit - generated code.
2612 2612
2613 typedef bool EntriesCallback(EntryArray entries); 2613 typedef bool EntriesCallback(EntryArray entries);
2614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2615 // for details. All rights reserved. Use of this source code is governed by a 2615 // for details. All rights reserved. Use of this source code is governed by a
2616 // BSD-style license that can be found in the LICENSE file. 2616 // BSD-style license that can be found in the LICENSE file.
2617 2617
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 // BSD-style license that can be found in the LICENSE file. 2658 // BSD-style license that can be found in the LICENSE file.
2659 2659
2660 // WARNING: Do not edit - generated code. 2660 // WARNING: Do not edit - generated code.
2661 2661
2662 interface EntryArraySync { 2662 interface EntryArraySync {
2663 2663
2664 final int length; 2664 final int length;
2665 2665
2666 EntrySync item(int index); 2666 EntrySync item(int index);
2667 } 2667 }
2668 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2668 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2669 // for details. All rights reserved. Use of this source code is governed by a 2669 // for details. All rights reserved. Use of this source code is governed by a
2670 // BSD-style license that can be found in the LICENSE file. 2670 // BSD-style license that can be found in the LICENSE file.
2671 2671
2672 // WARNING: Do not edit - generated code. 2672 // WARNING: Do not edit - generated code.
2673 2673
2674 typedef bool EntryCallback(Entry entry); 2674 typedef bool EntryCallback(Entry entry);
2675 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2675 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2676 // for details. All rights reserved. Use of this source code is governed by a 2676 // for details. All rights reserved. Use of this source code is governed by a
2677 // BSD-style license that can be found in the LICENSE file. 2677 // BSD-style license that can be found in the LICENSE file.
2678 2678
(...skipping 16 matching lines...) Expand all
2695 Metadata getMetadata(); 2695 Metadata getMetadata();
2696 2696
2697 EntrySync getParent(); 2697 EntrySync getParent();
2698 2698
2699 EntrySync moveTo(DirectoryEntrySync parent, String name); 2699 EntrySync moveTo(DirectoryEntrySync parent, String name);
2700 2700
2701 void remove(); 2701 void remove();
2702 2702
2703 String toURL(); 2703 String toURL();
2704 } 2704 }
2705 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2706 // for details. All rights reserved. Use of this source code is governed by a 2706 // for details. All rights reserved. Use of this source code is governed by a
2707 // BSD-style license that can be found in the LICENSE file. 2707 // BSD-style license that can be found in the LICENSE file.
2708 2708
2709 // WARNING: Do not edit - generated code. 2709 // WARNING: Do not edit - generated code.
2710 2710
2711 typedef bool ErrorCallback(FileError error); 2711 typedef bool ErrorCallback(FileError error);
2712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2713 // for details. All rights reserved. Use of this source code is governed by a 2713 // for details. All rights reserved. Use of this source code is governed by a
2714 // BSD-style license that can be found in the LICENSE file. 2714 // BSD-style license that can be found in the LICENSE file.
2715 2715
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 // WARNING: Do not edit - generated code. 2874 // WARNING: Do not edit - generated code.
2875 2875
2876 interface File extends Blob { 2876 interface File extends Blob {
2877 2877
2878 final Date lastModifiedDate; 2878 final Date lastModifiedDate;
2879 2879
2880 final String name; 2880 final String name;
2881 2881
2882 final String webkitRelativePath; 2882 final String webkitRelativePath;
2883 } 2883 }
2884 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2885 // for details. All rights reserved. Use of this source code is governed by a 2885 // for details. All rights reserved. Use of this source code is governed by a
2886 // BSD-style license that can be found in the LICENSE file. 2886 // BSD-style license that can be found in the LICENSE file.
2887 2887
2888 // WARNING: Do not edit - generated code. 2888 // WARNING: Do not edit - generated code.
2889 2889
2890 typedef bool FileCallback(File file); 2890 typedef bool FileCallback(File file);
2891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2892 // for details. All rights reserved. Use of this source code is governed by a 2892 // for details. All rights reserved. Use of this source code is governed by a
2893 // BSD-style license that can be found in the LICENSE file. 2893 // BSD-style license that can be found in the LICENSE file.
2894 2894
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
3047 FileReaderSync(); 3047 FileReaderSync();
3048 3048
3049 ArrayBuffer readAsArrayBuffer(Blob blob); 3049 ArrayBuffer readAsArrayBuffer(Blob blob);
3050 3050
3051 String readAsBinaryString(Blob blob); 3051 String readAsBinaryString(Blob blob);
3052 3052
3053 String readAsDataURL(Blob blob); 3053 String readAsDataURL(Blob blob);
3054 3054
3055 String readAsText(Blob blob, [String encoding]); 3055 String readAsText(Blob blob, [String encoding]);
3056 } 3056 }
3057 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 3057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3058 // for details. All rights reserved. Use of this source code is governed by a 3058 // for details. All rights reserved. Use of this source code is governed by a
3059 // BSD-style license that can be found in the LICENSE file. 3059 // BSD-style license that can be found in the LICENSE file.
3060 3060
3061 // WARNING: Do not edit - generated code. 3061 // WARNING: Do not edit - generated code.
3062 3062
3063 typedef bool FileSystemCallback(DOMFileSystem fileSystem); 3063 typedef bool FileSystemCallback(DOMFileSystem fileSystem);
3064 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3064 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3065 // for details. All rights reserved. Use of this source code is governed by a 3065 // for details. All rights reserved. Use of this source code is governed by a
3066 // BSD-style license that can be found in the LICENSE file. 3066 // BSD-style license that can be found in the LICENSE file.
3067 3067
(...skipping 22 matching lines...) Expand all
3090 bool dispatchEvent(Event evt); 3090 bool dispatchEvent(Event evt);
3091 3091
3092 void removeEventListener(String type, EventListener listener, [bool useCapture ]); 3092 void removeEventListener(String type, EventListener listener, [bool useCapture ]);
3093 3093
3094 void seek(int position); 3094 void seek(int position);
3095 3095
3096 void truncate(int size); 3096 void truncate(int size);
3097 3097
3098 void write(Blob data); 3098 void write(Blob data);
3099 } 3099 }
3100 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 3100 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3101 // for details. All rights reserved. Use of this source code is governed by a 3101 // for details. All rights reserved. Use of this source code is governed by a
3102 // BSD-style license that can be found in the LICENSE file. 3102 // BSD-style license that can be found in the LICENSE file.
3103 3103
3104 // WARNING: Do not edit - generated code. 3104 // WARNING: Do not edit - generated code.
3105 3105
3106 typedef bool FileWriterCallback(FileWriter fileWriter); 3106 typedef bool FileWriterCallback(FileWriter fileWriter);
3107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3108 // for details. All rights reserved. Use of this source code is governed by a 3108 // for details. All rights reserved. Use of this source code is governed by a
3109 // BSD-style license that can be found in the LICENSE file. 3109 // BSD-style license that can be found in the LICENSE file.
3110 3110
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
5385 final String version; 5385 final String version;
5386 } 5386 }
5387 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5387 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5388 // for details. All rights reserved. Use of this source code is governed by a 5388 // for details. All rights reserved. Use of this source code is governed by a
5389 // BSD-style license that can be found in the LICENSE file. 5389 // BSD-style license that can be found in the LICENSE file.
5390 5390
5391 // WARNING: Do not edit - generated code. 5391 // WARNING: Do not edit - generated code.
5392 5392
5393 interface IDBVersionChangeRequest extends IDBRequest, EventTarget { 5393 interface IDBVersionChangeRequest extends IDBRequest, EventTarget {
5394 } 5394 }
5395 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 5395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5396 // for details. All rights reserved. Use of this source code is governed by a 5396 // for details. All rights reserved. Use of this source code is governed by a
5397 // BSD-style license that can be found in the LICENSE file. 5397 // BSD-style license that can be found in the LICENSE file.
5398 5398
5399 // WARNING: Do not edit - generated code. 5399 // WARNING: Do not edit - generated code.
5400 5400
5401 typedef bool IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnecti on00 source); 5401 typedef bool IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnecti on00 source);
5402 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5402 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5403 // for details. All rights reserved. Use of this source code is governed by a 5403 // for details. All rights reserved. Use of this source code is governed by a
5404 // BSD-style license that can be found in the LICENSE file. 5404 // BSD-style license that can be found in the LICENSE file.
5405 5405
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
5944 // BSD-style license that can be found in the LICENSE file. 5944 // BSD-style license that can be found in the LICENSE file.
5945 5945
5946 // WARNING: Do not edit - generated code. 5946 // WARNING: Do not edit - generated code.
5947 5947
5948 interface Metadata { 5948 interface Metadata {
5949 5949
5950 final Date modificationTime; 5950 final Date modificationTime;
5951 5951
5952 final int size; 5952 final int size;
5953 } 5953 }
5954 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 5954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5955 // for details. All rights reserved. Use of this source code is governed by a 5955 // for details. All rights reserved. Use of this source code is governed by a
5956 // BSD-style license that can be found in the LICENSE file. 5956 // BSD-style license that can be found in the LICENSE file.
5957 5957
5958 // WARNING: Do not edit - generated code. 5958 // WARNING: Do not edit - generated code.
5959 5959
5960 typedef bool MetadataCallback(Metadata metadata); 5960 typedef bool MetadataCallback(Metadata metadata);
5961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5962 // for details. All rights reserved. Use of this source code is governed by a 5962 // for details. All rights reserved. Use of this source code is governed by a
5963 // BSD-style license that can be found in the LICENSE file. 5963 // BSD-style license that can be found in the LICENSE file.
5964 5964
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
6145 // BSD-style license that can be found in the LICENSE file. 6145 // BSD-style license that can be found in the LICENSE file.
6146 6146
6147 // WARNING: Do not edit - generated code. 6147 // WARNING: Do not edit - generated code.
6148 6148
6149 interface NavigatorUserMediaError { 6149 interface NavigatorUserMediaError {
6150 6150
6151 static final int PERMISSION_DENIED = 1; 6151 static final int PERMISSION_DENIED = 1;
6152 6152
6153 final int code; 6153 final int code;
6154 } 6154 }
6155 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6156 // for details. All rights reserved. Use of this source code is governed by a 6156 // for details. All rights reserved. Use of this source code is governed by a
6157 // BSD-style license that can be found in the LICENSE file. 6157 // BSD-style license that can be found in the LICENSE file.
6158 6158
6159 // WARNING: Do not edit - generated code. 6159 // WARNING: Do not edit - generated code.
6160 6160
6161 typedef bool NavigatorUserMediaErrorCallback(NavigatorUserMediaError error); 6161 typedef bool NavigatorUserMediaErrorCallback(NavigatorUserMediaError error);
6162 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6162 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6163 // for details. All rights reserved. Use of this source code is governed by a 6163 // for details. All rights reserved. Use of this source code is governed by a
6164 // BSD-style license that can be found in the LICENSE file. 6164 // BSD-style license that can be found in the LICENSE file.
6165 6165
6166 // WARNING: Do not edit - generated code. 6166 // WARNING: Do not edit - generated code.
6167 6167
6168 typedef bool NavigatorUserMediaSuccessCallback(LocalMediaStream stream); 6168 typedef bool NavigatorUserMediaSuccessCallback(LocalMediaStream stream);
6169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6170 // for details. All rights reserved. Use of this source code is governed by a 6170 // for details. All rights reserved. Use of this source code is governed by a
6171 // BSD-style license that can be found in the LICENSE file. 6171 // BSD-style license that can be found in the LICENSE file.
6172 6172
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
6411 interface NotificationCenter { 6411 interface NotificationCenter {
6412 6412
6413 int checkPermission(); 6413 int checkPermission();
6414 6414
6415 Notification createHTMLNotification(String url); 6415 Notification createHTMLNotification(String url);
6416 6416
6417 Notification createNotification(String iconUrl, String title, String body); 6417 Notification createNotification(String iconUrl, String title, String body);
6418 6418
6419 void requestPermission(VoidCallback callback); 6419 void requestPermission(VoidCallback callback);
6420 } 6420 }
6421 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6421 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6422 // for details. All rights reserved. Use of this source code is governed by a 6422 // for details. All rights reserved. Use of this source code is governed by a
6423 // BSD-style license that can be found in the LICENSE file. 6423 // BSD-style license that can be found in the LICENSE file.
6424 6424
6425 // WARNING: Do not edit - generated code. 6425 // WARNING: Do not edit - generated code.
6426 6426
6427 typedef bool NotificationPermissionCallback(String permission); 6427 typedef bool NotificationPermissionCallback(String permission);
6428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6429 // for details. All rights reserved. Use of this source code is governed by a 6429 // for details. All rights reserved. Use of this source code is governed by a
6430 // BSD-style license that can be found in the LICENSE file. 6430 // BSD-style license that can be found in the LICENSE file.
6431 6431
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
6728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6729 // for details. All rights reserved. Use of this source code is governed by a 6729 // for details. All rights reserved. Use of this source code is governed by a
6730 // BSD-style license that can be found in the LICENSE file. 6730 // BSD-style license that can be found in the LICENSE file.
6731 6731
6732 // WARNING: Do not edit - generated code. 6732 // WARNING: Do not edit - generated code.
6733 6733
6734 interface PopStateEvent extends Event { 6734 interface PopStateEvent extends Event {
6735 6735
6736 final Object state; 6736 final Object state;
6737 } 6737 }
6738 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6738 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6739 // for details. All rights reserved. Use of this source code is governed by a 6739 // for details. All rights reserved. Use of this source code is governed by a
6740 // BSD-style license that can be found in the LICENSE file. 6740 // BSD-style license that can be found in the LICENSE file.
6741 6741
6742 // WARNING: Do not edit - generated code. 6742 // WARNING: Do not edit - generated code.
6743 6743
6744 typedef bool PositionCallback(Geoposition position); 6744 typedef bool PositionCallback(Geoposition position);
6745 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6745 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6746 // for details. All rights reserved. Use of this source code is governed by a 6746 // for details. All rights reserved. Use of this source code is governed by a
6747 // BSD-style license that can be found in the LICENSE file. 6747 // BSD-style license that can be found in the LICENSE file.
6748 6748
6749 // WARNING: Do not edit - generated code. 6749 // WARNING: Do not edit - generated code.
6750 6750
6751 interface PositionError { 6751 interface PositionError {
6752 6752
6753 static final int PERMISSION_DENIED = 1; 6753 static final int PERMISSION_DENIED = 1;
6754 6754
6755 static final int POSITION_UNAVAILABLE = 2; 6755 static final int POSITION_UNAVAILABLE = 2;
6756 6756
6757 static final int TIMEOUT = 3; 6757 static final int TIMEOUT = 3;
6758 6758
6759 final int code; 6759 final int code;
6760 6760
6761 final String message; 6761 final String message;
6762 } 6762 }
6763 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6764 // for details. All rights reserved. Use of this source code is governed by a 6764 // for details. All rights reserved. Use of this source code is governed by a
6765 // BSD-style license that can be found in the LICENSE file. 6765 // BSD-style license that can be found in the LICENSE file.
6766 6766
6767 // WARNING: Do not edit - generated code. 6767 // WARNING: Do not edit - generated code.
6768 6768
6769 typedef bool PositionErrorCallback(PositionError error); 6769 typedef bool PositionErrorCallback(PositionError error);
6770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6771 // for details. All rights reserved. Use of this source code is governed by a 6771 // for details. All rights reserved. Use of this source code is governed by a
6772 // BSD-style license that can be found in the LICENSE file. 6772 // BSD-style license that can be found in the LICENSE file.
6773 6773
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
6958 interface Rect { 6958 interface Rect {
6959 6959
6960 final CSSPrimitiveValue bottom; 6960 final CSSPrimitiveValue bottom;
6961 6961
6962 final CSSPrimitiveValue left; 6962 final CSSPrimitiveValue left;
6963 6963
6964 final CSSPrimitiveValue right; 6964 final CSSPrimitiveValue right;
6965 6965
6966 final CSSPrimitiveValue top; 6966 final CSSPrimitiveValue top;
6967 } 6967 }
6968 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6969 // for details. All rights reserved. Use of this source code is governed by a 6969 // for details. All rights reserved. Use of this source code is governed by a
6970 // BSD-style license that can be found in the LICENSE file. 6970 // BSD-style license that can be found in the LICENSE file.
6971 6971
6972 // WARNING: Do not edit - generated code. 6972 // WARNING: Do not edit - generated code.
6973 6973
6974 typedef bool RequestAnimationFrameCallback(int time); 6974 typedef bool RequestAnimationFrameCallback(int time);
6975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6976 // for details. All rights reserved. Use of this source code is governed by a 6976 // for details. All rights reserved. Use of this source code is governed by a
6977 // BSD-style license that can be found in the LICENSE file. 6977 // BSD-style license that can be found in the LICENSE file.
6978 6978
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
7047 // BSD-style license that can be found in the LICENSE file. 7047 // BSD-style license that can be found in the LICENSE file.
7048 7048
7049 // WARNING: Do not edit - generated code. 7049 // WARNING: Do not edit - generated code.
7050 7050
7051 interface SQLResultSetRowList { 7051 interface SQLResultSetRowList {
7052 7052
7053 final int length; 7053 final int length;
7054 7054
7055 Object item(int index); 7055 Object item(int index);
7056 } 7056 }
7057 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7058 // for details. All rights reserved. Use of this source code is governed by a 7058 // for details. All rights reserved. Use of this source code is governed by a
7059 // BSD-style license that can be found in the LICENSE file. 7059 // BSD-style license that can be found in the LICENSE file.
7060 7060
7061 // WARNING: Do not edit - generated code. 7061 // WARNING: Do not edit - generated code.
7062 7062
7063 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul tSet); 7063 typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resul tSet);
7064 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7064 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7065 // for details. All rights reserved. Use of this source code is governed by a 7065 // for details. All rights reserved. Use of this source code is governed by a
7066 // BSD-style license that can be found in the LICENSE file. 7066 // BSD-style license that can be found in the LICENSE file.
7067 7067
7068 // WARNING: Do not edit - generated code. 7068 // WARNING: Do not edit - generated code.
7069 7069
7070 typedef bool SQLStatementErrorCallback(SQLTransaction transaction, SQLError erro r); 7070 typedef bool SQLStatementErrorCallback(SQLTransaction transaction, SQLError erro r);
7071 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7071 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7072 // for details. All rights reserved. Use of this source code is governed by a 7072 // for details. All rights reserved. Use of this source code is governed by a
7073 // BSD-style license that can be found in the LICENSE file. 7073 // BSD-style license that can be found in the LICENSE file.
7074 7074
7075 // WARNING: Do not edit - generated code. 7075 // WARNING: Do not edit - generated code.
7076 7076
7077 interface SQLTransaction { 7077 interface SQLTransaction {
7078 } 7078 }
7079 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7079 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7080 // for details. All rights reserved. Use of this source code is governed by a 7080 // for details. All rights reserved. Use of this source code is governed by a
7081 // BSD-style license that can be found in the LICENSE file. 7081 // BSD-style license that can be found in the LICENSE file.
7082 7082
7083 // WARNING: Do not edit - generated code. 7083 // WARNING: Do not edit - generated code.
7084 7084
7085 typedef bool SQLTransactionCallback(SQLTransaction transaction); 7085 typedef bool SQLTransactionCallback(SQLTransaction transaction);
7086 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7086 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7087 // for details. All rights reserved. Use of this source code is governed by a 7087 // for details. All rights reserved. Use of this source code is governed by a
7088 // BSD-style license that can be found in the LICENSE file. 7088 // BSD-style license that can be found in the LICENSE file.
7089 7089
7090 // WARNING: Do not edit - generated code. 7090 // WARNING: Do not edit - generated code.
7091 7091
7092 typedef bool SQLTransactionErrorCallback(SQLError error); 7092 typedef bool SQLTransactionErrorCallback(SQLError error);
7093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7094 // for details. All rights reserved. Use of this source code is governed by a 7094 // for details. All rights reserved. Use of this source code is governed by a
7095 // BSD-style license that can be found in the LICENSE file. 7095 // BSD-style license that can be found in the LICENSE file.
7096 7096
7097 // WARNING: Do not edit - generated code. 7097 // WARNING: Do not edit - generated code.
7098 7098
7099 interface SQLTransactionSync { 7099 interface SQLTransactionSync {
7100 } 7100 }
7101 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7102 // for details. All rights reserved. Use of this source code is governed by a 7102 // for details. All rights reserved. Use of this source code is governed by a
7103 // BSD-style license that can be found in the LICENSE file. 7103 // BSD-style license that can be found in the LICENSE file.
7104 7104
7105 // WARNING: Do not edit - generated code. 7105 // WARNING: Do not edit - generated code.
7106 7106
7107 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction); 7107 typedef bool SQLTransactionSyncCallback(SQLTransactionSync transaction);
7108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7109 // for details. All rights reserved. Use of this source code is governed by a 7109 // for details. All rights reserved. Use of this source code is governed by a
7110 // BSD-style license that can be found in the LICENSE file. 7110 // BSD-style license that can be found in the LICENSE file.
7111 7111
(...skipping 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after
9793 9793
9794 // WARNING: Do not edit - generated code. 9794 // WARNING: Do not edit - generated code.
9795 9795
9796 interface SharedWorkerGlobalScope extends WorkerContext { 9796 interface SharedWorkerGlobalScope extends WorkerContext {
9797 9797
9798 final String name; 9798 final String name;
9799 } 9799 }
9800 9800
9801 interface SharedWorkerContext extends SharedWorkerGlobalScope { 9801 interface SharedWorkerContext extends SharedWorkerGlobalScope {
9802 } 9802 }
9803 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 9803 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9804 // for details. All rights reserved. Use of this source code is governed by a 9804 // for details. All rights reserved. Use of this source code is governed by a
9805 // BSD-style license that can be found in the LICENSE file. 9805 // BSD-style license that can be found in the LICENSE file.
9806 9806
9807 // WARNING: Do not edit - generated code. 9807 // WARNING: Do not edit - generated code.
9808 9808
9809 typedef bool SignalingCallback(String message, DeprecatedPeerConnection source); 9809 typedef bool SignalingCallback(String message, DeprecatedPeerConnection source);
9810 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9810 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9811 // for details. All rights reserved. Use of this source code is governed by a 9811 // for details. All rights reserved. Use of this source code is governed by a
9812 // BSD-style license that can be found in the LICENSE file. 9812 // BSD-style license that can be found in the LICENSE file.
9813 9813
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
10018 final String newValue; 10018 final String newValue;
10019 10019
10020 final String oldValue; 10020 final String oldValue;
10021 10021
10022 final Storage storageArea; 10022 final Storage storageArea;
10023 10023
10024 final String url; 10024 final String url;
10025 10025
10026 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto rageAreaArg); 10026 void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, S tring keyArg, String oldValueArg, String newValueArg, String urlArg, Storage sto rageAreaArg);
10027 } 10027 }
10028 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 10028 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10029 // for details. All rights reserved. Use of this source code is governed by a 10029 // for details. All rights reserved. Use of this source code is governed by a
10030 // BSD-style license that can be found in the LICENSE file. 10030 // BSD-style license that can be found in the LICENSE file.
10031 10031
10032 // WARNING: Do not edit - generated code. 10032 // WARNING: Do not edit - generated code.
10033 10033
10034 typedef bool StringCallback(String data); 10034 typedef bool StringCallback(String data);
10035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 10035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10036 // for details. All rights reserved. Use of this source code is governed by a 10036 // for details. All rights reserved. Use of this source code is governed by a
10037 // BSD-style license that can be found in the LICENSE file. 10037 // BSD-style license that can be found in the LICENSE file.
10038 10038
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
10231 // WARNING: Do not edit - generated code. 10231 // WARNING: Do not edit - generated code.
10232 10232
10233 interface TimeRanges { 10233 interface TimeRanges {
10234 10234
10235 final int length; 10235 final int length;
10236 10236
10237 num end(int index); 10237 num end(int index);
10238 10238
10239 num start(int index); 10239 num start(int index);
10240 } 10240 }
10241 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 10241 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10242 // for details. All rights reserved. Use of this source code is governed by a 10242 // for details. All rights reserved. Use of this source code is governed by a
10243 // BSD-style license that can be found in the LICENSE file. 10243 // BSD-style license that can be found in the LICENSE file.
10244 10244
10245 // WARNING: Do not edit - generated code. 10245 // WARNING: Do not edit - generated code.
10246 10246
10247 typedef void TimeoutHandler(); 10247 typedef void TimeoutHandler();
10248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 10248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10249 // for details. All rights reserved. Use of this source code is governed by a 10249 // for details. All rights reserved. Use of this source code is governed by a
10250 // BSD-style license that can be found in the LICENSE file. 10250 // BSD-style license that can be found in the LICENSE file.
10251 10251
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
10488 final bool stepMismatch; 10488 final bool stepMismatch;
10489 10489
10490 final bool tooLong; 10490 final bool tooLong;
10491 10491
10492 final bool typeMismatch; 10492 final bool typeMismatch;
10493 10493
10494 final bool valid; 10494 final bool valid;
10495 10495
10496 final bool valueMissing; 10496 final bool valueMissing;
10497 } 10497 }
10498 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 10498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10499 // for details. All rights reserved. Use of this source code is governed by a 10499 // for details. All rights reserved. Use of this source code is governed by a
10500 // BSD-style license that can be found in the LICENSE file. 10500 // BSD-style license that can be found in the LICENSE file.
10501 10501
10502 // WARNING: Do not edit - generated code. 10502 // WARNING: Do not edit - generated code.
10503 10503
10504 typedef void VoidCallback(); 10504 typedef void VoidCallback();
10505 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 10505 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10506 // for details. All rights reserved. Use of this source code is governed by a 10506 // for details. All rights reserved. Use of this source code is governed by a
10507 // BSD-style license that can be found in the LICENSE file. 10507 // BSD-style license that can be found in the LICENSE file.
10508 10508
(...skipping 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after
12960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12961 // for details. All rights reserved. Use of this source code is governed by a 12961 // for details. All rights reserved. Use of this source code is governed by a
12962 // BSD-style license that can be found in the LICENSE file. 12962 // BSD-style license that can be found in the LICENSE file.
12963 12963
12964 Window get window() => _dummy(); 12964 Window get window() => _dummy();
12965 12965
12966 // TODO(vsm): Remove when prefixes are supported. 12966 // TODO(vsm): Remove when prefixes are supported.
12967 Window get dom_window() => _dummy(); 12967 Window get dom_window() => _dummy();
12968 12968
12969 Document get document() => _dummy(); 12969 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698