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

Side by Side Diff: client/html/frog/html_frog.dart

Issue 9689026: Regenerate DOM bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
OLDNEW
1 #library('html'); 1 #library('html');
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:html library. 8 // Auto-generated dart:html library.
9 9
10 10
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 static final int CSS_RGBCOLOR = 25; 797 static final int CSS_RGBCOLOR = 25;
798 798
799 static final int CSS_S = 15; 799 static final int CSS_S = 15;
800 800
801 static final int CSS_STRING = 19; 801 static final int CSS_STRING = 19;
802 802
803 static final int CSS_UNKNOWN = 0; 803 static final int CSS_UNKNOWN = 0;
804 804
805 static final int CSS_URI = 20; 805 static final int CSS_URI = 20;
806 806
807 static final int CSS_VH = 27;
808
809 static final int CSS_VMIN = 28;
810
811 static final int CSS_VW = 26;
812
813 final int primitiveType; 807 final int primitiveType;
814 808
815 _CounterImpl getCounterValue() native; 809 _CounterImpl getCounterValue() native;
816 810
817 num getFloatValue(int unitType) native; 811 num getFloatValue(int unitType) native;
818 812
819 _RGBColorImpl getRGBColorValue() native; 813 _RGBColorImpl getRGBColorValue() native;
820 814
821 _RectImpl getRectValue() native; 815 _RectImpl getRectValue() native;
822 816
(...skipping 3826 matching lines...) Expand 10 before | Expand all | Expand 10 after
4649 String get cookie() native "return this.parentNode.cookie;"; 4643 String get cookie() native "return this.parentNode.cookie;";
4650 4644
4651 void set cookie(String value) native "this.parentNode.cookie = value;"; 4645 void set cookie(String value) native "this.parentNode.cookie = value;";
4652 4646
4653 _WindowImpl get window() native "return this.parentNode.defaultView;"; 4647 _WindowImpl get window() native "return this.parentNode.defaultView;";
4654 4648
4655 String get domain() native "return this.parentNode.domain;"; 4649 String get domain() native "return this.parentNode.domain;";
4656 4650
4657 _HeadElementImpl get head() native "return this.parentNode.head;"; 4651 _HeadElementImpl get head() native "return this.parentNode.head;";
4658 4652
4653 int get height() native "return this.parentNode.height;";
4654
4659 String get lastModified() native "return this.parentNode.lastModified;"; 4655 String get lastModified() native "return this.parentNode.lastModified;";
4660 4656
4661 String get preferredStylesheetSet() native "return this.parentNode.preferredSt ylesheetSet;"; 4657 String get preferredStylesheetSet() native "return this.parentNode.preferredSt ylesheetSet;";
4662 4658
4663 String get readyState() native "return this.parentNode.readyState;"; 4659 String get readyState() native "return this.parentNode.readyState;";
4664 4660
4665 String get referrer() native "return this.parentNode.referrer;"; 4661 String get referrer() native "return this.parentNode.referrer;";
4666 4662
4667 String get selectedStylesheetSet() native "return this.parentNode.selectedStyl esheetSet;"; 4663 String get selectedStylesheetSet() native "return this.parentNode.selectedStyl esheetSet;";
4668 4664
4669 void set selectedStylesheetSet(String value) native "this.parentNode.selectedS tylesheetSet = value;"; 4665 void set selectedStylesheetSet(String value) native "this.parentNode.selectedS tylesheetSet = value;";
4670 4666
4671 _StyleSheetListImpl get styleSheets() native "return this.parentNode.styleShee ts;"; 4667 _StyleSheetListImpl get styleSheets() native "return this.parentNode.styleShee ts;";
4672 4668
4673 String get title() native "return this.parentNode.title;"; 4669 String get title() native "return this.parentNode.title;";
4674 4670
4675 void set title(String value) native "this.parentNode.title = value;"; 4671 void set title(String value) native "this.parentNode.title = value;";
4676 4672
4677 _ElementImpl get webkitCurrentFullScreenElement() native "return this.parentNo de.webkitCurrentFullScreenElement;"; 4673 _ElementImpl get webkitCurrentFullScreenElement() native "return this.parentNo de.webkitCurrentFullScreenElement;";
4678 4674
4679 bool get webkitFullScreenKeyboardInputAllowed() native "return this.parentNode .webkitFullScreenKeyboardInputAllowed;"; 4675 bool get webkitFullScreenKeyboardInputAllowed() native "return this.parentNode .webkitFullScreenKeyboardInputAllowed;";
4680 4676
4681 bool get webkitHidden() native "return this.parentNode.webkitHidden;"; 4677 bool get webkitHidden() native "return this.parentNode.webkitHidden;";
4682 4678
4683 bool get webkitIsFullScreen() native "return this.parentNode.webkitIsFullScree n;"; 4679 bool get webkitIsFullScreen() native "return this.parentNode.webkitIsFullScree n;";
4684 4680
4685 String get webkitVisibilityState() native "return this.parentNode.webkitVisibi lityState;"; 4681 String get webkitVisibilityState() native "return this.parentNode.webkitVisibi lityState;";
4686 4682
4683 int get width() native "return this.parentNode.width;";
4684
4687 _RangeImpl caretRangeFromPoint(int x, int y) native "return this.parentNode.ca retRangeFromPoint(x, y);"; 4685 _RangeImpl caretRangeFromPoint(int x, int y) native "return this.parentNode.ca retRangeFromPoint(x, y);";
4688 4686
4689 _CDATASectionImpl createCDATASection(String data) native "return this.parentNo de.createCDATASection(data);"; 4687 _CDATASectionImpl createCDATASection(String data) native "return this.parentNo de.createCDATASection(data);";
4690 4688
4691 _DocumentFragmentImpl createDocumentFragment() native "return this.parentNode. createDocumentFragment();"; 4689 _DocumentFragmentImpl createDocumentFragment() native "return this.parentNode. createDocumentFragment();";
4692 4690
4693 _ElementImpl _createElement(String tagName) native "return this.parentNode.cre ateElement(tagName);"; 4691 _ElementImpl _createElement(String tagName) native "return this.parentNode.cre ateElement(tagName);";
4694 4692
4695 _EventImpl _createEvent(String eventType) native "return this.parentNode.creat eEvent(eventType);"; 4693 _EventImpl _createEvent(String eventType) native "return this.parentNode.creat eEvent(eventType);";
4696 4694
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
5215 class _DynamicsCompressorNodeImpl extends _AudioNodeImpl implements DynamicsComp ressorNode native "*DynamicsCompressorNode" { 5213 class _DynamicsCompressorNodeImpl extends _AudioNodeImpl implements DynamicsComp ressorNode native "*DynamicsCompressorNode" {
5216 5214
5217 final _AudioParamImpl knee; 5215 final _AudioParamImpl knee;
5218 5216
5219 final _AudioParamImpl ratio; 5217 final _AudioParamImpl ratio;
5220 5218
5221 final _AudioParamImpl reduction; 5219 final _AudioParamImpl reduction;
5222 5220
5223 final _AudioParamImpl threshold; 5221 final _AudioParamImpl threshold;
5224 } 5222 }
5223
5224 class _EXTTextureFilterAnisotropicImpl implements EXTTextureFilterAnisotropic na tive "*EXTTextureFilterAnisotropic" {
5225
5226 static final int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
5227
5228 static final int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
5229 }
5225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5226 // for details. All rights reserved. Use of this source code is governed by a 5231 // for details. All rights reserved. Use of this source code is governed by a
5227 // BSD-style license that can be found in the LICENSE file. 5232 // BSD-style license that can be found in the LICENSE file.
5228 5233
5229 // TODO(jacobr): use _Lists.dart to remove some of the duplicated 5234 // TODO(jacobr): use _Lists.dart to remove some of the duplicated
5230 // functionality. 5235 // functionality.
5231 class _ChildrenElementList implements ElementList { 5236 class _ChildrenElementList implements ElementList {
5232 // Raw Element. 5237 // Raw Element.
5233 final _ElementImpl _element; 5238 final _ElementImpl _element;
5234 final _HTMLCollectionImpl _childElements; 5239 final _HTMLCollectionImpl _childElements;
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
6305 bool _dispatchEvent(_EventImpl event) native "return this.dispatchEvent(event) ;"; 6310 bool _dispatchEvent(_EventImpl event) native "return this.dispatchEvent(event) ;";
6306 6311
6307 void _removeEventListener(String type, EventListener listener, [bool useCaptur e = null]) native "this.removeEventListener(type, listener, useCapture);"; 6312 void _removeEventListener(String type, EventListener listener, [bool useCaptur e = null]) native "this.removeEventListener(type, listener, useCapture);";
6308 6313
6309 } 6314 }
6310 6315
6311 class _FieldSetElementImpl extends _ElementImpl implements FieldSetElement nativ e "*HTMLFieldSetElement" { 6316 class _FieldSetElementImpl extends _ElementImpl implements FieldSetElement nativ e "*HTMLFieldSetElement" {
6312 6317
6313 final _FormElementImpl form; 6318 final _FormElementImpl form;
6314 6319
6320 String name;
6321
6322 final String type;
6323
6315 final String validationMessage; 6324 final String validationMessage;
6316 6325
6317 final _ValidityStateImpl validity; 6326 final _ValidityStateImpl validity;
6318 6327
6319 final bool willValidate; 6328 final bool willValidate;
6320 6329
6321 bool checkValidity() native; 6330 bool checkValidity() native;
6322 6331
6323 void setCustomValidity(String error) native; 6332 void setCustomValidity(String error) native;
6324 } 6333 }
(...skipping 6679 matching lines...) Expand 10 before | Expand all | Expand 10 after
13004 bool multiple; 13013 bool multiple;
13005 13014
13006 String name; 13015 String name;
13007 13016
13008 final _HTMLOptionsCollectionImpl options; 13017 final _HTMLOptionsCollectionImpl options;
13009 13018
13010 bool required; 13019 bool required;
13011 13020
13012 int selectedIndex; 13021 int selectedIndex;
13013 13022
13023 final _HTMLCollectionImpl selectedOptions;
13024
13014 int size; 13025 int size;
13015 13026
13016 final String type; 13027 final String type;
13017 13028
13018 final String validationMessage; 13029 final String validationMessage;
13019 13030
13020 final _ValidityStateImpl validity; 13031 final _ValidityStateImpl validity;
13021 13032
13022 String value; 13033 String value;
13023 13034
13024 final bool willValidate; 13035 final bool willValidate;
13025 13036
13026 void add(_ElementImpl element, _ElementImpl before) native; 13037 void add(_ElementImpl element, _ElementImpl before) native;
13027 13038
13028 bool checkValidity() native; 13039 bool checkValidity() native;
13029 13040
13030 _NodeImpl item(int index) native; 13041 _NodeImpl item(int index) native;
13031 13042
13032 _NodeImpl namedItem(String name) native; 13043 _NodeImpl namedItem(String name) native;
13033 13044
13034 void setCustomValidity(String error) native; 13045 void setCustomValidity(String error) native;
13035 } 13046 }
13036 13047
13037 class _ShadowElementImpl extends _ElementImpl implements ShadowElement native "* HTMLShadowElement" { 13048 class _ShadowElementImpl extends _ElementImpl implements ShadowElement native "* HTMLShadowElement" {
13038 } 13049 }
13039 13050
13040 class _ShadowRootImpl extends _DocumentFragmentImpl implements ShadowRoot native "*ShadowRoot" { 13051 class _ShadowRootImpl extends _DocumentFragmentImpl implements ShadowRoot native "*ShadowRoot" {
13041 13052
13053 final _ElementImpl activeElement;
13054
13042 final _ElementImpl host; 13055 final _ElementImpl host;
13043 13056
13044 String innerHTML; 13057 String innerHTML;
13045 13058
13046 _ElementImpl getElementById(String elementId) native; 13059 _ElementImpl getElementById(String elementId) native;
13047 13060
13048 _NodeListImpl getElementsByClassName(String className) native; 13061 _NodeListImpl getElementsByClassName(String className) native;
13049 13062
13050 _NodeListImpl getElementsByTagName(String tagName) native; 13063 _NodeListImpl getElementsByTagName(String tagName) native;
13051 13064
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
13706 class _TrackElementImpl extends _ElementImpl implements TrackElement native "*HT MLTrackElement" { 13719 class _TrackElementImpl extends _ElementImpl implements TrackElement native "*HT MLTrackElement" {
13707 13720
13708 static final int ERROR = 3; 13721 static final int ERROR = 3;
13709 13722
13710 static final int LOADED = 2; 13723 static final int LOADED = 2;
13711 13724
13712 static final int LOADING = 1; 13725 static final int LOADING = 1;
13713 13726
13714 static final int NONE = 0; 13727 static final int NONE = 0;
13715 13728
13716 bool isDefault;
13717
13718 String kind; 13729 String kind;
13719 13730
13720 String label; 13731 String label;
13721 13732
13722 final int readyState; 13733 final int readyState;
13723 13734
13724 String src; 13735 String src;
13725 13736
13726 String srclang; 13737 String srclang;
13727 13738
(...skipping 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after
17038 static final int CSS_RGBCOLOR = 25; 17049 static final int CSS_RGBCOLOR = 25;
17039 17050
17040 static final int CSS_S = 15; 17051 static final int CSS_S = 15;
17041 17052
17042 static final int CSS_STRING = 19; 17053 static final int CSS_STRING = 19;
17043 17054
17044 static final int CSS_UNKNOWN = 0; 17055 static final int CSS_UNKNOWN = 0;
17045 17056
17046 static final int CSS_URI = 20; 17057 static final int CSS_URI = 20;
17047 17058
17048 static final int CSS_VH = 27;
17049
17050 static final int CSS_VMIN = 28;
17051
17052 static final int CSS_VW = 26;
17053
17054 final int primitiveType; 17059 final int primitiveType;
17055 17060
17056 Counter getCounterValue(); 17061 Counter getCounterValue();
17057 17062
17058 num getFloatValue(int unitType); 17063 num getFloatValue(int unitType);
17059 17064
17060 RGBColor getRGBColorValue(); 17065 RGBColor getRGBColorValue();
17061 17066
17062 Rect getRectValue(); 17067 Rect getRectValue();
17063 17068
(...skipping 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after
20169 String charset; 20174 String charset;
20170 20175
20171 String cookie; 20176 String cookie;
20172 20177
20173 final Window window; 20178 final Window window;
20174 20179
20175 final String domain; 20180 final String domain;
20176 20181
20177 final HeadElement head; 20182 final HeadElement head;
20178 20183
20184 final int height;
20185
20179 final String lastModified; 20186 final String lastModified;
20180 20187
20181 final String preferredStylesheetSet; 20188 final String preferredStylesheetSet;
20182 20189
20183 final String readyState; 20190 final String readyState;
20184 20191
20185 final String referrer; 20192 final String referrer;
20186 20193
20187 String selectedStylesheetSet; 20194 String selectedStylesheetSet;
20188 20195
20189 final StyleSheetList styleSheets; 20196 final StyleSheetList styleSheets;
20190 20197
20191 String title; 20198 String title;
20192 20199
20193 final Element webkitCurrentFullScreenElement; 20200 final Element webkitCurrentFullScreenElement;
20194 20201
20195 final bool webkitFullScreenKeyboardInputAllowed; 20202 final bool webkitFullScreenKeyboardInputAllowed;
20196 20203
20197 final bool webkitHidden; 20204 final bool webkitHidden;
20198 20205
20199 final bool webkitIsFullScreen; 20206 final bool webkitIsFullScreen;
20200 20207
20201 final String webkitVisibilityState; 20208 final String webkitVisibilityState;
20202 20209
20210 final int width;
20211
20203 Range caretRangeFromPoint(int x, int y); 20212 Range caretRangeFromPoint(int x, int y);
20204 20213
20205 CDATASection createCDATASection(String data); 20214 CDATASection createCDATASection(String data);
20206 20215
20207 DocumentFragment createDocumentFragment(); 20216 DocumentFragment createDocumentFragment();
20208 20217
20209 Range createRange(); 20218 Range createRange();
20210 20219
20211 Touch createTouch(Window window, EventTarget target, int identifier, int pageX , int pageY, int screenX, int screenY, int webkitRadiusX, int webkitRadiusY, num webkitRotationAngle, num webkitForce); 20220 Touch createTouch(Window window, EventTarget target, int identifier, int pageX , int pageY, int screenX, int screenY, int webkitRadiusX, int webkitRadiusY, num webkitRotationAngle, num webkitForce);
20212 20221
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
20380 interface DynamicsCompressorNode extends AudioNode { 20389 interface DynamicsCompressorNode extends AudioNode {
20381 20390
20382 final AudioParam knee; 20391 final AudioParam knee;
20383 20392
20384 final AudioParam ratio; 20393 final AudioParam ratio;
20385 20394
20386 final AudioParam reduction; 20395 final AudioParam reduction;
20387 20396
20388 final AudioParam threshold; 20397 final AudioParam threshold;
20389 } 20398 }
20399 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
20400 // for details. All rights reserved. Use of this source code is governed by a
20401 // BSD-style license that can be found in the LICENSE file.
20402
20403 // WARNING: Do not edit - generated code.
20404
20405 interface EXTTextureFilterAnisotropic {
20406
20407 static final int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
20408
20409 static final int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
20410 }
20390 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 20411 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
20391 // for details. All rights reserved. Use of this source code is governed by a 20412 // for details. All rights reserved. Use of this source code is governed by a
20392 // BSD-style license that can be found in the LICENSE file. 20413 // BSD-style license that can be found in the LICENSE file.
20393 20414
20394 // WARNING: Do not edit - generated code. 20415 // WARNING: Do not edit - generated code.
20395 20416
20396 /** 20417 /**
20397 * Provides a Map abstraction on top of data-* attributes, similar to the 20418 * Provides a Map abstraction on top of data-* attributes, similar to the
20398 * dataSet in the old DOM. 20419 * dataSet in the old DOM.
20399 */ 20420 */
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
21214 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 21235 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
21215 // for details. All rights reserved. Use of this source code is governed by a 21236 // for details. All rights reserved. Use of this source code is governed by a
21216 // BSD-style license that can be found in the LICENSE file. 21237 // BSD-style license that can be found in the LICENSE file.
21217 21238
21218 // WARNING: Do not edit - generated code. 21239 // WARNING: Do not edit - generated code.
21219 21240
21220 interface FieldSetElement extends Element { 21241 interface FieldSetElement extends Element {
21221 21242
21222 final FormElement form; 21243 final FormElement form;
21223 21244
21245 String name;
21246
21247 final String type;
21248
21224 final String validationMessage; 21249 final String validationMessage;
21225 21250
21226 final ValidityState validity; 21251 final ValidityState validity;
21227 21252
21228 final bool willValidate; 21253 final bool willValidate;
21229 21254
21230 bool checkValidity(); 21255 bool checkValidity();
21231 21256
21232 void setCustomValidity(String error); 21257 void setCustomValidity(String error);
21233 } 21258 }
(...skipping 5923 matching lines...) Expand 10 before | Expand all | Expand 10 after
27157 bool multiple; 27182 bool multiple;
27158 27183
27159 String name; 27184 String name;
27160 27185
27161 final HTMLOptionsCollection options; 27186 final HTMLOptionsCollection options;
27162 27187
27163 bool required; 27188 bool required;
27164 27189
27165 int selectedIndex; 27190 int selectedIndex;
27166 27191
27192 final HTMLCollection selectedOptions;
27193
27167 int size; 27194 int size;
27168 27195
27169 final String type; 27196 final String type;
27170 27197
27171 final String validationMessage; 27198 final String validationMessage;
27172 27199
27173 final ValidityState validity; 27200 final ValidityState validity;
27174 27201
27175 String value; 27202 String value;
27176 27203
(...skipping 20 matching lines...) Expand all
27197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 27224 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
27198 // for details. All rights reserved. Use of this source code is governed by a 27225 // for details. All rights reserved. Use of this source code is governed by a
27199 // BSD-style license that can be found in the LICENSE file. 27226 // BSD-style license that can be found in the LICENSE file.
27200 27227
27201 // WARNING: Do not edit - generated code. 27228 // WARNING: Do not edit - generated code.
27202 27229
27203 interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider { 27230 interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider {
27204 27231
27205 ShadowRoot(Element host); 27232 ShadowRoot(Element host);
27206 27233
27234 final Element activeElement;
27235
27207 final Element host; 27236 final Element host;
27208 27237
27209 String innerHTML; 27238 String innerHTML;
27210 27239
27211 Element getElementById(String elementId); 27240 Element getElementById(String elementId);
27212 27241
27213 NodeList getElementsByClassName(String className); 27242 NodeList getElementsByClassName(String className);
27214 27243
27215 NodeList getElementsByTagName(String tagName); 27244 NodeList getElementsByTagName(String tagName);
27216 27245
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
27934 interface TrackElement extends Element { 27963 interface TrackElement extends Element {
27935 27964
27936 static final int ERROR = 3; 27965 static final int ERROR = 3;
27937 27966
27938 static final int LOADED = 2; 27967 static final int LOADED = 2;
27939 27968
27940 static final int LOADING = 1; 27969 static final int LOADING = 1;
27941 27970
27942 static final int NONE = 0; 27971 static final int NONE = 0;
27943 27972
27944 bool isDefault;
27945
27946 String kind; 27973 String kind;
27947 27974
27948 String label; 27975 String label;
27949 27976
27950 final int readyState; 27977 final int readyState;
27951 27978
27952 String src; 27979 String src;
27953 27980
27954 String srclang; 27981 String srclang;
27955 27982
(...skipping 3268 matching lines...) Expand 10 before | Expand all | Expand 10 after
31224 if (length < 0) throw new IllegalArgumentException('length'); 31251 if (length < 0) throw new IllegalArgumentException('length');
31225 if (start < 0) throw new IndexOutOfRangeException(start); 31252 if (start < 0) throw new IndexOutOfRangeException(start);
31226 int end = start + length; 31253 int end = start + length;
31227 if (end > a.length) throw new IndexOutOfRangeException(end); 31254 if (end > a.length) throw new IndexOutOfRangeException(end);
31228 for (int i = start; i < end; i++) { 31255 for (int i = start; i < end; i++) {
31229 accumulator.add(a[i]); 31256 accumulator.add(a[i]);
31230 } 31257 }
31231 return accumulator; 31258 return accumulator;
31232 } 31259 }
31233 } 31260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698