Index: client/dom/generated/src/wrapping/_NavigatorWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_NavigatorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_NavigatorWrappingImplementation.dart |
deleted file mode 100644 |
index ebf68f172a55ff5176fb5e0c07eeffb9f849f341..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_NavigatorWrappingImplementation.dart |
+++ /dev/null |
@@ -1,83 +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 _NavigatorWrappingImplementation extends DOMWrapperBase implements Navigator { |
- _NavigatorWrappingImplementation() : super() {} |
- |
- static create__NavigatorWrappingImplementation() native { |
- return new _NavigatorWrappingImplementation(); |
- } |
- |
- String get appCodeName() { return _get_appCodeName(this); } |
- static String _get_appCodeName(var _this) native; |
- |
- String get appName() { return _get_appName(this); } |
- static String _get_appName(var _this) native; |
- |
- String get appVersion() { return _get_appVersion(this); } |
- static String _get_appVersion(var _this) native; |
- |
- bool get cookieEnabled() { return _get_cookieEnabled(this); } |
- static bool _get_cookieEnabled(var _this) native; |
- |
- Geolocation get geolocation() { return _get_geolocation(this); } |
- static Geolocation _get_geolocation(var _this) native; |
- |
- String get language() { return _get_language(this); } |
- static String _get_language(var _this) native; |
- |
- DOMMimeTypeArray get mimeTypes() { return _get_mimeTypes(this); } |
- static DOMMimeTypeArray _get_mimeTypes(var _this) native; |
- |
- bool get onLine() { return _get_onLine(this); } |
- static bool _get_onLine(var _this) native; |
- |
- String get platform() { return _get_platform(this); } |
- static String _get_platform(var _this) native; |
- |
- DOMPluginArray get plugins() { return _get_plugins(this); } |
- static DOMPluginArray _get_plugins(var _this) native; |
- |
- String get product() { return _get_product(this); } |
- static String _get_product(var _this) native; |
- |
- String get productSub() { return _get_productSub(this); } |
- static String _get_productSub(var _this) native; |
- |
- String get userAgent() { return _get_userAgent(this); } |
- static String _get_userAgent(var _this) native; |
- |
- String get vendor() { return _get_vendor(this); } |
- static String _get_vendor(var _this) native; |
- |
- String get vendorSub() { return _get_vendorSub(this); } |
- static String _get_vendorSub(var _this) native; |
- |
- void getStorageUpdates() { |
- _getStorageUpdates(this); |
- return; |
- } |
- static void _getStorageUpdates(receiver) native; |
- |
- bool javaEnabled() { |
- return _javaEnabled(this); |
- } |
- static bool _javaEnabled(receiver) native; |
- |
- void registerProtocolHandler(String scheme, String url, String title) { |
- _registerProtocolHandler(this, scheme, url, title); |
- return; |
- } |
- static void _registerProtocolHandler(receiver, scheme, url, title) native; |
- |
- void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback successCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) { |
- _webkitGetUserMedia(this, options, successCallback, errorCallback); |
- return; |
- } |
- static void _webkitGetUserMedia(receiver, options, successCallback, errorCallback) native; |
- |
- String get typeName() { return "Navigator"; } |
-} |