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

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

Issue 9390010: RequestAnimationFrameCallback.dart should be generated. (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
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart DOM library. 6 // Auto-generated Dart DOM library.
7 7
8 #library("dom"); 8 #library("dom");
9 9
10 #source('generated/src/frog/AbstractWorker.dart'); 10 #source('generated/src/frog/AbstractWorker.dart');
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 #source('generated/src/interface/PositionCallback.dart'); 762 #source('generated/src/interface/PositionCallback.dart');
763 #source('generated/src/interface/PositionError.dart'); 763 #source('generated/src/interface/PositionError.dart');
764 #source('generated/src/interface/PositionErrorCallback.dart'); 764 #source('generated/src/interface/PositionErrorCallback.dart');
765 #source('generated/src/interface/ProcessingInstruction.dart'); 765 #source('generated/src/interface/ProcessingInstruction.dart');
766 #source('generated/src/interface/ProgressEvent.dart'); 766 #source('generated/src/interface/ProgressEvent.dart');
767 #source('generated/src/interface/RGBColor.dart'); 767 #source('generated/src/interface/RGBColor.dart');
768 #source('generated/src/interface/Range.dart'); 768 #source('generated/src/interface/Range.dart');
769 #source('generated/src/interface/RangeException.dart'); 769 #source('generated/src/interface/RangeException.dart');
770 #source('generated/src/interface/RealtimeAnalyserNode.dart'); 770 #source('generated/src/interface/RealtimeAnalyserNode.dart');
771 #source('generated/src/interface/Rect.dart'); 771 #source('generated/src/interface/Rect.dart');
772 #source('generated/src/interface/RequestAnimationFrameCallback.dart');
772 #source('generated/src/interface/SQLError.dart'); 773 #source('generated/src/interface/SQLError.dart');
773 #source('generated/src/interface/SQLException.dart'); 774 #source('generated/src/interface/SQLException.dart');
774 #source('generated/src/interface/SQLResultSet.dart'); 775 #source('generated/src/interface/SQLResultSet.dart');
775 #source('generated/src/interface/SQLResultSetRowList.dart'); 776 #source('generated/src/interface/SQLResultSetRowList.dart');
776 #source('generated/src/interface/SQLStatementCallback.dart'); 777 #source('generated/src/interface/SQLStatementCallback.dart');
777 #source('generated/src/interface/SQLStatementErrorCallback.dart'); 778 #source('generated/src/interface/SQLStatementErrorCallback.dart');
778 #source('generated/src/interface/SQLTransaction.dart'); 779 #source('generated/src/interface/SQLTransaction.dart');
779 #source('generated/src/interface/SQLTransactionCallback.dart'); 780 #source('generated/src/interface/SQLTransactionCallback.dart');
780 #source('generated/src/interface/SQLTransactionErrorCallback.dart'); 781 #source('generated/src/interface/SQLTransactionErrorCallback.dart');
781 #source('generated/src/interface/SQLTransactionSync.dart'); 782 #source('generated/src/interface/SQLTransactionSync.dart');
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 #source('generated/src/interface/XPathException.dart'); 1015 #source('generated/src/interface/XPathException.dart');
1015 #source('generated/src/interface/XPathExpression.dart'); 1016 #source('generated/src/interface/XPathExpression.dart');
1016 #source('generated/src/interface/XPathNSResolver.dart'); 1017 #source('generated/src/interface/XPathNSResolver.dart');
1017 #source('generated/src/interface/XPathResult.dart'); 1018 #source('generated/src/interface/XPathResult.dart');
1018 #source('generated/src/interface/XSLTProcessor.dart'); 1019 #source('generated/src/interface/XSLTProcessor.dart');
1019 1020
1020 #source('src/EventListener.dart'); 1021 #source('src/EventListener.dart');
1021 #source('src/KeyLocation.dart'); 1022 #source('src/KeyLocation.dart');
1022 #source('src/KeyName.dart'); 1023 #source('src/KeyName.dart');
1023 #source('src/ReadyState.dart'); 1024 #source('src/ReadyState.dart');
1024 #source('src/RequestAnimationFrameCallback.dart');
1025 #source('src/TimeoutHandler.dart'); 1025 #source('src/TimeoutHandler.dart');
1026 #source('src/_Collections.dart'); 1026 #source('src/_Collections.dart');
1027 #source('src/frog_DOMType.dart'); 1027 #source('src/frog_DOMType.dart');
1028 #source('src/frog_DOMTypeJs.dart'); 1028 #source('src/frog_DOMTypeJs.dart');
1029 #source('src/frog_FactoryProviders.dart'); 1029 #source('src/frog_FactoryProviders.dart');
1030 #source('src/_ListIterators.dart'); 1030 #source('src/_ListIterators.dart');
1031 #source('src/_Lists.dart'); 1031 #source('src/_Lists.dart');
1032 1032
1033 // TODO(sra): What 'window' do we get in a worker? Perhaps this 1033 // TODO(sra): What 'window' do we get in a worker? Perhaps this
1034 // should return the interface type. 1034 // should return the interface type.
1035 DOMWindow get window() native "return window;"; 1035 DOMWindow get window() native "return window;";
1036 1036
1037 // TODO(vsm): Revert to Dart method when 508 is fixed. 1037 // TODO(vsm): Revert to Dart method when 508 is fixed.
1038 HTMLDocument get document() native "return window.document;"; 1038 HTMLDocument get document() native "return window.document;";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698