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

Side by Side Diff: client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _PerformanceTimingWrappingImplementation extends DOMWrapperBase implements PerformanceTiming { 7 class _PerformanceTimingWrappingImplementation extends DOMWrapperBase implements PerformanceTiming {
8 _PerformanceTimingWrappingImplementation() : super() {} 8 _PerformanceTimingWrappingImplementation() : super() {}
9 9
10 static create__PerformanceTimingWrappingImplementation() native { 10 static create__PerformanceTimingWrappingImplementation() native {
11 return new _PerformanceTimingWrappingImplementation(); 11 return new _PerformanceTimingWrappingImplementation();
12 } 12 }
13 13
14 int get connectEnd() { return _get__PerformanceTiming_connectEnd(this); } 14 int get connectEnd() { return _get_connectEnd(this); }
15 static int _get__PerformanceTiming_connectEnd(var _this) native; 15 static int _get_connectEnd(var _this) native;
16 16
17 int get connectStart() { return _get__PerformanceTiming_connectStart(this); } 17 int get connectStart() { return _get_connectStart(this); }
18 static int _get__PerformanceTiming_connectStart(var _this) native; 18 static int _get_connectStart(var _this) native;
19 19
20 int get domComplete() { return _get__PerformanceTiming_domComplete(this); } 20 int get domComplete() { return _get_domComplete(this); }
21 static int _get__PerformanceTiming_domComplete(var _this) native; 21 static int _get_domComplete(var _this) native;
22 22
23 int get domContentLoadedEventEnd() { return _get__PerformanceTiming_domContent LoadedEventEnd(this); } 23 int get domContentLoadedEventEnd() { return _get_domContentLoadedEventEnd(this ); }
24 static int _get__PerformanceTiming_domContentLoadedEventEnd(var _this) native; 24 static int _get_domContentLoadedEventEnd(var _this) native;
25 25
26 int get domContentLoadedEventStart() { return _get__PerformanceTiming_domConte ntLoadedEventStart(this); } 26 int get domContentLoadedEventStart() { return _get_domContentLoadedEventStart( this); }
27 static int _get__PerformanceTiming_domContentLoadedEventStart(var _this) nativ e; 27 static int _get_domContentLoadedEventStart(var _this) native;
28 28
29 int get domInteractive() { return _get__PerformanceTiming_domInteractive(this) ; } 29 int get domInteractive() { return _get_domInteractive(this); }
30 static int _get__PerformanceTiming_domInteractive(var _this) native; 30 static int _get_domInteractive(var _this) native;
31 31
32 int get domLoading() { return _get__PerformanceTiming_domLoading(this); } 32 int get domLoading() { return _get_domLoading(this); }
33 static int _get__PerformanceTiming_domLoading(var _this) native; 33 static int _get_domLoading(var _this) native;
34 34
35 int get domainLookupEnd() { return _get__PerformanceTiming_domainLookupEnd(thi s); } 35 int get domainLookupEnd() { return _get_domainLookupEnd(this); }
36 static int _get__PerformanceTiming_domainLookupEnd(var _this) native; 36 static int _get_domainLookupEnd(var _this) native;
37 37
38 int get domainLookupStart() { return _get__PerformanceTiming_domainLookupStart (this); } 38 int get domainLookupStart() { return _get_domainLookupStart(this); }
39 static int _get__PerformanceTiming_domainLookupStart(var _this) native; 39 static int _get_domainLookupStart(var _this) native;
40 40
41 int get fetchStart() { return _get__PerformanceTiming_fetchStart(this); } 41 int get fetchStart() { return _get_fetchStart(this); }
42 static int _get__PerformanceTiming_fetchStart(var _this) native; 42 static int _get_fetchStart(var _this) native;
43 43
44 int get loadEventEnd() { return _get__PerformanceTiming_loadEventEnd(this); } 44 int get loadEventEnd() { return _get_loadEventEnd(this); }
45 static int _get__PerformanceTiming_loadEventEnd(var _this) native; 45 static int _get_loadEventEnd(var _this) native;
46 46
47 int get loadEventStart() { return _get__PerformanceTiming_loadEventStart(this) ; } 47 int get loadEventStart() { return _get_loadEventStart(this); }
48 static int _get__PerformanceTiming_loadEventStart(var _this) native; 48 static int _get_loadEventStart(var _this) native;
49 49
50 int get navigationStart() { return _get__PerformanceTiming_navigationStart(thi s); } 50 int get navigationStart() { return _get_navigationStart(this); }
51 static int _get__PerformanceTiming_navigationStart(var _this) native; 51 static int _get_navigationStart(var _this) native;
52 52
53 int get redirectEnd() { return _get__PerformanceTiming_redirectEnd(this); } 53 int get redirectEnd() { return _get_redirectEnd(this); }
54 static int _get__PerformanceTiming_redirectEnd(var _this) native; 54 static int _get_redirectEnd(var _this) native;
55 55
56 int get redirectStart() { return _get__PerformanceTiming_redirectStart(this); } 56 int get redirectStart() { return _get_redirectStart(this); }
57 static int _get__PerformanceTiming_redirectStart(var _this) native; 57 static int _get_redirectStart(var _this) native;
58 58
59 int get requestStart() { return _get__PerformanceTiming_requestStart(this); } 59 int get requestStart() { return _get_requestStart(this); }
60 static int _get__PerformanceTiming_requestStart(var _this) native; 60 static int _get_requestStart(var _this) native;
61 61
62 int get responseEnd() { return _get__PerformanceTiming_responseEnd(this); } 62 int get responseEnd() { return _get_responseEnd(this); }
63 static int _get__PerformanceTiming_responseEnd(var _this) native; 63 static int _get_responseEnd(var _this) native;
64 64
65 int get responseStart() { return _get__PerformanceTiming_responseStart(this); } 65 int get responseStart() { return _get_responseStart(this); }
66 static int _get__PerformanceTiming_responseStart(var _this) native; 66 static int _get_responseStart(var _this) native;
67 67
68 int get secureConnectionStart() { return _get__PerformanceTiming_secureConnect ionStart(this); } 68 int get secureConnectionStart() { return _get_secureConnectionStart(this); }
69 static int _get__PerformanceTiming_secureConnectionStart(var _this) native; 69 static int _get_secureConnectionStart(var _this) native;
70 70
71 int get unloadEventEnd() { return _get__PerformanceTiming_unloadEventEnd(this) ; } 71 int get unloadEventEnd() { return _get_unloadEventEnd(this); }
72 static int _get__PerformanceTiming_unloadEventEnd(var _this) native; 72 static int _get_unloadEventEnd(var _this) native;
73 73
74 int get unloadEventStart() { return _get__PerformanceTiming_unloadEventStart(t his); } 74 int get unloadEventStart() { return _get_unloadEventStart(this); }
75 static int _get__PerformanceTiming_unloadEventStart(var _this) native; 75 static int _get_unloadEventStart(var _this) native;
76 76
77 String get typeName() { return "PerformanceTiming"; } 77 String get typeName() { return "PerformanceTiming"; }
78 } 78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698