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

Side by Side Diff: client/dom/frog/dom_frog.dart

Issue 9436004: Update copyright in dart:dom interface templates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | client/dom/generated/src/interface/AudioContext.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) 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 11573 matching lines...) Expand 10 before | Expand all | Expand 10 after
11584 interface AudioChannelMerger extends AudioNode { 11584 interface AudioChannelMerger extends AudioNode {
11585 } 11585 }
11586 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11586 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11587 // for details. All rights reserved. Use of this source code is governed by a 11587 // for details. All rights reserved. Use of this source code is governed by a
11588 // BSD-style license that can be found in the LICENSE file. 11588 // BSD-style license that can be found in the LICENSE file.
11589 11589
11590 // WARNING: Do not edit - generated code. 11590 // WARNING: Do not edit - generated code.
11591 11591
11592 interface AudioChannelSplitter extends AudioNode { 11592 interface AudioChannelSplitter extends AudioNode {
11593 } 11593 }
11594 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 11594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11595 // for details. All rights reserved. Use of this source code is governed by a 11595 // for details. All rights reserved. Use of this source code is governed by a
11596 // BSD-style license that can be found in the LICENSE file. 11596 // BSD-style license that can be found in the LICENSE file.
11597 11597
11598 // WARNING: Do not edit - generated code. 11598 // WARNING: Do not edit - generated code.
11599 11599
11600 interface AudioContext default _AudioContextFactoryProvider { 11600 interface AudioContext default _AudioContextFactoryProvider {
11601 11601
11602 AudioContext(); 11602 AudioContext();
11603 11603
11604 final num currentTime; 11604 final num currentTime;
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
12761 // WARNING: Do not edit - generated code. 12761 // WARNING: Do not edit - generated code.
12762 12762
12763 interface DOMMimeTypeArray { 12763 interface DOMMimeTypeArray {
12764 12764
12765 final int length; 12765 final int length;
12766 12766
12767 DOMMimeType item(int index); 12767 DOMMimeType item(int index);
12768 12768
12769 DOMMimeType namedItem(String name); 12769 DOMMimeType namedItem(String name);
12770 } 12770 }
12771 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 12771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12772 // for details. All rights reserved. Use of this source code is governed by a 12772 // for details. All rights reserved. Use of this source code is governed by a
12773 // BSD-style license that can be found in the LICENSE file. 12773 // BSD-style license that can be found in the LICENSE file.
12774 12774
12775 // WARNING: Do not edit - generated code. 12775 // WARNING: Do not edit - generated code.
12776 12776
12777 interface DOMParser default _DOMParserFactoryProvider { 12777 interface DOMParser default _DOMParserFactoryProvider {
12778 12778
12779 DOMParser(); 12779 DOMParser();
12780 12780
12781 Document parseFromString(String str, String contentType); 12781 Document parseFromString(String str, String contentType);
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
14093 // BSD-style license that can be found in the LICENSE file. 14093 // BSD-style license that can be found in the LICENSE file.
14094 14094
14095 // WARNING: Do not edit - generated code. 14095 // WARNING: Do not edit - generated code.
14096 14096
14097 interface FileList { 14097 interface FileList {
14098 14098
14099 final int length; 14099 final int length;
14100 14100
14101 File item(int index); 14101 File item(int index);
14102 } 14102 }
14103 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 14103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
14104 // for details. All rights reserved. Use of this source code is governed by a 14104 // for details. All rights reserved. Use of this source code is governed by a
14105 // BSD-style license that can be found in the LICENSE file. 14105 // BSD-style license that can be found in the LICENSE file.
14106 14106
14107 // WARNING: Do not edit - generated code. 14107 // WARNING: Do not edit - generated code.
14108 14108
14109 interface FileReader default _FileReaderFactoryProvider { 14109 interface FileReader default _FileReaderFactoryProvider {
14110 14110
14111 FileReader(); 14111 FileReader();
14112 14112
14113 static final int DONE = 2; 14113 static final int DONE = 2;
(...skipping 8285 matching lines...) Expand 10 before | Expand all | Expand 10 after
22399 final CSSRuleList cssRules; 22399 final CSSRuleList cssRules;
22400 22400
22401 String name; 22401 String name;
22402 22402
22403 void deleteRule(String key); 22403 void deleteRule(String key);
22404 22404
22405 WebKitCSSKeyframeRule findRule(String key); 22405 WebKitCSSKeyframeRule findRule(String key);
22406 22406
22407 void insertRule(String rule); 22407 void insertRule(String rule);
22408 } 22408 }
22409 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 22409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22410 // for details. All rights reserved. Use of this source code is governed by a 22410 // for details. All rights reserved. Use of this source code is governed by a
22411 // BSD-style license that can be found in the LICENSE file. 22411 // BSD-style license that can be found in the LICENSE file.
22412 22412
22413 // WARNING: Do not edit - generated code. 22413 // WARNING: Do not edit - generated code.
22414 22414
22415 interface WebKitCSSMatrix default _WebKitCSSMatrixFactoryProvider { 22415 interface WebKitCSSMatrix default _WebKitCSSMatrixFactoryProvider {
22416 22416
22417 WebKitCSSMatrix([String spec]); 22417 WebKitCSSMatrix([String spec]);
22418 22418
22419 num a; 22419 num a;
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
22543 final int operationType; 22543 final int operationType;
22544 } 22544 }
22545 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 22545 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22546 // for details. All rights reserved. Use of this source code is governed by a 22546 // for details. All rights reserved. Use of this source code is governed by a
22547 // BSD-style license that can be found in the LICENSE file. 22547 // BSD-style license that can be found in the LICENSE file.
22548 22548
22549 // WARNING: Do not edit - generated code. 22549 // WARNING: Do not edit - generated code.
22550 22550
22551 interface WebKitNamedFlow { 22551 interface WebKitNamedFlow {
22552 } 22552 }
22553 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 22553 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22554 // for details. All rights reserved. Use of this source code is governed by a 22554 // for details. All rights reserved. Use of this source code is governed by a
22555 // BSD-style license that can be found in the LICENSE file. 22555 // BSD-style license that can be found in the LICENSE file.
22556 22556
22557 // WARNING: Do not edit - generated code. 22557 // WARNING: Do not edit - generated code.
22558 22558
22559 interface WebKitPoint default _WebKitPointFactoryProvider { 22559 interface WebKitPoint default _WebKitPointFactoryProvider {
22560 22560
22561 WebKitPoint(num x, num y); 22561 WebKitPoint(num x, num y);
22562 22562
22563 num x; 22563 num x;
22564 22564
22565 num y; 22565 num y;
22566 } 22566 }
22567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 22567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22568 // for details. All rights reserved. Use of this source code is governed by a 22568 // for details. All rights reserved. Use of this source code is governed by a
22569 // BSD-style license that can be found in the LICENSE file. 22569 // BSD-style license that can be found in the LICENSE file.
22570 22570
22571 // WARNING: Do not edit - generated code. 22571 // WARNING: Do not edit - generated code.
22572 22572
22573 interface WebKitTransitionEvent extends Event { 22573 interface WebKitTransitionEvent extends Event {
22574 22574
22575 final num elapsedTime; 22575 final num elapsedTime;
22576 22576
22577 final String propertyName; 22577 final String propertyName;
22578 } 22578 }
22579 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 22579 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22580 // for details. All rights reserved. Use of this source code is governed by a 22580 // for details. All rights reserved. Use of this source code is governed by a
22581 // BSD-style license that can be found in the LICENSE file. 22581 // BSD-style license that can be found in the LICENSE file.
22582 22582
22583 // WARNING: Do not edit - generated code. 22583 // WARNING: Do not edit - generated code.
22584 22584
22585 interface WebSocket extends EventTarget default _WebSocketFactoryProvider { 22585 interface WebSocket extends EventTarget default _WebSocketFactoryProvider {
22586 22586
22587 WebSocket(String url); 22587 WebSocket(String url);
22588 22588
22589 static final int CLOSED = 3; 22589 static final int CLOSED = 3;
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
22768 final String appName; 22768 final String appName;
22769 22769
22770 final String appVersion; 22770 final String appVersion;
22771 22771
22772 final bool onLine; 22772 final bool onLine;
22773 22773
22774 final String platform; 22774 final String platform;
22775 22775
22776 final String userAgent; 22776 final String userAgent;
22777 } 22777 }
22778 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 22778 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22779 // for details. All rights reserved. Use of this source code is governed by a 22779 // for details. All rights reserved. Use of this source code is governed by a
22780 // BSD-style license that can be found in the LICENSE file. 22780 // BSD-style license that can be found in the LICENSE file.
22781 22781
22782 // WARNING: Do not edit - generated code. 22782 // WARNING: Do not edit - generated code.
22783 22783
22784 interface XMLHttpRequest extends EventTarget default _XMLHttpRequestFactoryProvi der { 22784 interface XMLHttpRequest extends EventTarget default _XMLHttpRequestFactoryProvi der {
22785 22785
22786 XMLHttpRequest(); 22786 XMLHttpRequest();
22787 22787
22788 22788
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
22987 final Node singleNodeValue; 22987 final Node singleNodeValue;
22988 22988
22989 final int snapshotLength; 22989 final int snapshotLength;
22990 22990
22991 final String stringValue; 22991 final String stringValue;
22992 22992
22993 Node iterateNext(); 22993 Node iterateNext();
22994 22994
22995 Node snapshotItem(int index); 22995 Node snapshotItem(int index);
22996 } 22996 }
22997 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 22997 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22998 // for details. All rights reserved. Use of this source code is governed by a 22998 // for details. All rights reserved. Use of this source code is governed by a
22999 // BSD-style license that can be found in the LICENSE file. 22999 // BSD-style license that can be found in the LICENSE file.
23000 23000
23001 // WARNING: Do not edit - generated code. 23001 // WARNING: Do not edit - generated code.
23002 23002
23003 interface XSLTProcessor default _XSLTProcessorFactoryProvider { 23003 interface XSLTProcessor default _XSLTProcessorFactoryProvider {
23004 23004
23005 XSLTProcessor(); 23005 XSLTProcessor();
23006 23006
23007 void clearParameters(); 23007 void clearParameters();
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
23856 if (length < 0) throw new IllegalArgumentException('length'); 23856 if (length < 0) throw new IllegalArgumentException('length');
23857 if (start < 0) throw new IndexOutOfRangeException(start); 23857 if (start < 0) throw new IndexOutOfRangeException(start);
23858 int end = start + length; 23858 int end = start + length;
23859 if (end > a.length) throw new IndexOutOfRangeException(end); 23859 if (end > a.length) throw new IndexOutOfRangeException(end);
23860 for (int i = start; i < end; i++) { 23860 for (int i = start; i < end; i++) {
23861 accumulator.add(a[i]); 23861 accumulator.add(a[i]);
23862 } 23862 }
23863 return accumulator; 23863 return accumulator;
23864 } 23864 }
23865 } 23865 }
OLDNEW
« no previous file with comments | « no previous file | client/dom/generated/src/interface/AudioContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698