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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart
index f54eaa66e34a1e6603d8ccdfd38bcbaafc63d2d8..600f4c7d6cf5528bd46050e210bcf4b15246881f 100644
--- a/client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart
@@ -11,68 +11,68 @@ class _PerformanceTimingWrappingImplementation extends DOMWrapperBase implements
return new _PerformanceTimingWrappingImplementation();
}
- int get connectEnd() { return _get__PerformanceTiming_connectEnd(this); }
- static int _get__PerformanceTiming_connectEnd(var _this) native;
+ int get connectEnd() { return _get_connectEnd(this); }
+ static int _get_connectEnd(var _this) native;
- int get connectStart() { return _get__PerformanceTiming_connectStart(this); }
- static int _get__PerformanceTiming_connectStart(var _this) native;
+ int get connectStart() { return _get_connectStart(this); }
+ static int _get_connectStart(var _this) native;
- int get domComplete() { return _get__PerformanceTiming_domComplete(this); }
- static int _get__PerformanceTiming_domComplete(var _this) native;
+ int get domComplete() { return _get_domComplete(this); }
+ static int _get_domComplete(var _this) native;
- int get domContentLoadedEventEnd() { return _get__PerformanceTiming_domContentLoadedEventEnd(this); }
- static int _get__PerformanceTiming_domContentLoadedEventEnd(var _this) native;
+ int get domContentLoadedEventEnd() { return _get_domContentLoadedEventEnd(this); }
+ static int _get_domContentLoadedEventEnd(var _this) native;
- int get domContentLoadedEventStart() { return _get__PerformanceTiming_domContentLoadedEventStart(this); }
- static int _get__PerformanceTiming_domContentLoadedEventStart(var _this) native;
+ int get domContentLoadedEventStart() { return _get_domContentLoadedEventStart(this); }
+ static int _get_domContentLoadedEventStart(var _this) native;
- int get domInteractive() { return _get__PerformanceTiming_domInteractive(this); }
- static int _get__PerformanceTiming_domInteractive(var _this) native;
+ int get domInteractive() { return _get_domInteractive(this); }
+ static int _get_domInteractive(var _this) native;
- int get domLoading() { return _get__PerformanceTiming_domLoading(this); }
- static int _get__PerformanceTiming_domLoading(var _this) native;
+ int get domLoading() { return _get_domLoading(this); }
+ static int _get_domLoading(var _this) native;
- int get domainLookupEnd() { return _get__PerformanceTiming_domainLookupEnd(this); }
- static int _get__PerformanceTiming_domainLookupEnd(var _this) native;
+ int get domainLookupEnd() { return _get_domainLookupEnd(this); }
+ static int _get_domainLookupEnd(var _this) native;
- int get domainLookupStart() { return _get__PerformanceTiming_domainLookupStart(this); }
- static int _get__PerformanceTiming_domainLookupStart(var _this) native;
+ int get domainLookupStart() { return _get_domainLookupStart(this); }
+ static int _get_domainLookupStart(var _this) native;
- int get fetchStart() { return _get__PerformanceTiming_fetchStart(this); }
- static int _get__PerformanceTiming_fetchStart(var _this) native;
+ int get fetchStart() { return _get_fetchStart(this); }
+ static int _get_fetchStart(var _this) native;
- int get loadEventEnd() { return _get__PerformanceTiming_loadEventEnd(this); }
- static int _get__PerformanceTiming_loadEventEnd(var _this) native;
+ int get loadEventEnd() { return _get_loadEventEnd(this); }
+ static int _get_loadEventEnd(var _this) native;
- int get loadEventStart() { return _get__PerformanceTiming_loadEventStart(this); }
- static int _get__PerformanceTiming_loadEventStart(var _this) native;
+ int get loadEventStart() { return _get_loadEventStart(this); }
+ static int _get_loadEventStart(var _this) native;
- int get navigationStart() { return _get__PerformanceTiming_navigationStart(this); }
- static int _get__PerformanceTiming_navigationStart(var _this) native;
+ int get navigationStart() { return _get_navigationStart(this); }
+ static int _get_navigationStart(var _this) native;
- int get redirectEnd() { return _get__PerformanceTiming_redirectEnd(this); }
- static int _get__PerformanceTiming_redirectEnd(var _this) native;
+ int get redirectEnd() { return _get_redirectEnd(this); }
+ static int _get_redirectEnd(var _this) native;
- int get redirectStart() { return _get__PerformanceTiming_redirectStart(this); }
- static int _get__PerformanceTiming_redirectStart(var _this) native;
+ int get redirectStart() { return _get_redirectStart(this); }
+ static int _get_redirectStart(var _this) native;
- int get requestStart() { return _get__PerformanceTiming_requestStart(this); }
- static int _get__PerformanceTiming_requestStart(var _this) native;
+ int get requestStart() { return _get_requestStart(this); }
+ static int _get_requestStart(var _this) native;
- int get responseEnd() { return _get__PerformanceTiming_responseEnd(this); }
- static int _get__PerformanceTiming_responseEnd(var _this) native;
+ int get responseEnd() { return _get_responseEnd(this); }
+ static int _get_responseEnd(var _this) native;
- int get responseStart() { return _get__PerformanceTiming_responseStart(this); }
- static int _get__PerformanceTiming_responseStart(var _this) native;
+ int get responseStart() { return _get_responseStart(this); }
+ static int _get_responseStart(var _this) native;
- int get secureConnectionStart() { return _get__PerformanceTiming_secureConnectionStart(this); }
- static int _get__PerformanceTiming_secureConnectionStart(var _this) native;
+ int get secureConnectionStart() { return _get_secureConnectionStart(this); }
+ static int _get_secureConnectionStart(var _this) native;
- int get unloadEventEnd() { return _get__PerformanceTiming_unloadEventEnd(this); }
- static int _get__PerformanceTiming_unloadEventEnd(var _this) native;
+ int get unloadEventEnd() { return _get_unloadEventEnd(this); }
+ static int _get_unloadEventEnd(var _this) native;
- int get unloadEventStart() { return _get__PerformanceTiming_unloadEventStart(this); }
- static int _get__PerformanceTiming_unloadEventStart(var _this) native;
+ int get unloadEventStart() { return _get_unloadEventStart(this); }
+ static int _get_unloadEventStart(var _this) native;
String get typeName() { return "PerformanceTiming"; }
}

Powered by Google App Engine
This is Rietveld 408576698