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

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

Issue 8915019: Rename frog dom to match SDK naming convention (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | « client/dom/dom_frog.js ('k') | client/dom/frog/dom_frog.js » ('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 #native('frog_dom.js'); 3 #native('dom_frog.js');
4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5 // for details. All rights reserved. Use of this source code is governed by a 5 // for details. All rights reserved. Use of this source code is governed by a
6 // BSD-style license that can be found in the LICENSE file. 6 // BSD-style license that can be found in the LICENSE file.
7 7
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated Dart DOM library. 9 // Auto-generated Dart DOM library.
10 10
11 11
12 12
13 // #source('src/_FactoryProviders.dart'); 13 // #source('src/_FactoryProviders.dart');
(...skipping 11981 matching lines...) Expand 10 before | Expand all | Expand 10 after
11995 startIndex = a.length - 1; 11995 startIndex = a.length - 1;
11996 } 11996 }
11997 for (int i = startIndex; i >= 0; i--) { 11997 for (int i = startIndex; i >= 0; i--) {
11998 if (a[i] == element) { 11998 if (a[i] == element) {
11999 return i; 11999 return i;
12000 } 12000 }
12001 } 12001 }
12002 return -1; 12002 return -1;
12003 } 12003 }
12004 } 12004 }
OLDNEW
« no previous file with comments | « client/dom/dom_frog.js ('k') | client/dom/frog/dom_frog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698