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

Unified Diff: client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart

Issue 9663027: Remove generated directories with 100s of files. (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 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
deleted file mode 100644
index 600f4c7d6cf5528bd46050e210bcf4b15246881f..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_PerformanceTimingWrappingImplementation.dart
+++ /dev/null
@@ -1,78 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// WARNING: Do not edit - generated code.
-
-class _PerformanceTimingWrappingImplementation extends DOMWrapperBase implements PerformanceTiming {
- _PerformanceTimingWrappingImplementation() : super() {}
-
- static create__PerformanceTimingWrappingImplementation() native {
- return new _PerformanceTimingWrappingImplementation();
- }
-
- int get connectEnd() { return _get_connectEnd(this); }
- static int _get_connectEnd(var _this) native;
-
- int get connectStart() { return _get_connectStart(this); }
- static int _get_connectStart(var _this) native;
-
- int get domComplete() { return _get_domComplete(this); }
- static int _get_domComplete(var _this) native;
-
- int get domContentLoadedEventEnd() { return _get_domContentLoadedEventEnd(this); }
- static int _get_domContentLoadedEventEnd(var _this) native;
-
- int get domContentLoadedEventStart() { return _get_domContentLoadedEventStart(this); }
- static int _get_domContentLoadedEventStart(var _this) native;
-
- int get domInteractive() { return _get_domInteractive(this); }
- static int _get_domInteractive(var _this) native;
-
- int get domLoading() { return _get_domLoading(this); }
- static int _get_domLoading(var _this) native;
-
- int get domainLookupEnd() { return _get_domainLookupEnd(this); }
- static int _get_domainLookupEnd(var _this) native;
-
- int get domainLookupStart() { return _get_domainLookupStart(this); }
- static int _get_domainLookupStart(var _this) native;
-
- int get fetchStart() { return _get_fetchStart(this); }
- static int _get_fetchStart(var _this) native;
-
- int get loadEventEnd() { return _get_loadEventEnd(this); }
- static int _get_loadEventEnd(var _this) native;
-
- int get loadEventStart() { return _get_loadEventStart(this); }
- static int _get_loadEventStart(var _this) native;
-
- int get navigationStart() { return _get_navigationStart(this); }
- static int _get_navigationStart(var _this) native;
-
- int get redirectEnd() { return _get_redirectEnd(this); }
- static int _get_redirectEnd(var _this) native;
-
- int get redirectStart() { return _get_redirectStart(this); }
- static int _get_redirectStart(var _this) native;
-
- int get requestStart() { return _get_requestStart(this); }
- static int _get_requestStart(var _this) native;
-
- int get responseEnd() { return _get_responseEnd(this); }
- static int _get_responseEnd(var _this) native;
-
- int get responseStart() { return _get_responseStart(this); }
- static int _get_responseStart(var _this) native;
-
- int get secureConnectionStart() { return _get_secureConnectionStart(this); }
- static int _get_secureConnectionStart(var _this) native;
-
- int get unloadEventEnd() { return _get_unloadEventEnd(this); }
- static int _get_unloadEventEnd(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