| Index: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 35892eef2cb90442d8381742cd8718232831c14a..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,462 +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 _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWindow {
|
| - _DOMWindowWrappingImplementation() : super() {}
|
| -
|
| - static create__DOMWindowWrappingImplementation() native {
|
| - return new _DOMWindowWrappingImplementation();
|
| - }
|
| -
|
| - DOMApplicationCache get applicationCache() { return _get_applicationCache(this); }
|
| - static DOMApplicationCache _get_applicationCache(var _this) native;
|
| -
|
| - Navigator get clientInformation() { return _get_clientInformation(this); }
|
| - static Navigator _get_clientInformation(var _this) native;
|
| -
|
| - bool get closed() { return _get_closed(this); }
|
| - static bool _get_closed(var _this) native;
|
| -
|
| - Console get console() { return _get_console(this); }
|
| - static Console _get_console(var _this) native;
|
| -
|
| - Crypto get crypto() { return _get_crypto(this); }
|
| - static Crypto _get_crypto(var _this) native;
|
| -
|
| - String get defaultStatus() { return _get_defaultStatus(this); }
|
| - static String _get_defaultStatus(var _this) native;
|
| -
|
| - void set defaultStatus(String value) { _set_defaultStatus(this, value); }
|
| - static void _set_defaultStatus(var _this, String value) native;
|
| -
|
| - String get defaultstatus() { return _get_defaultstatus(this); }
|
| - static String _get_defaultstatus(var _this) native;
|
| -
|
| - void set defaultstatus(String value) { _set_defaultstatus(this, value); }
|
| - static void _set_defaultstatus(var _this, String value) native;
|
| -
|
| - num get devicePixelRatio() { return _get_devicePixelRatio(this); }
|
| - static num _get_devicePixelRatio(var _this) native;
|
| -
|
| - Document get document() { return _get_document(this); }
|
| - static Document _get_document(var _this) native;
|
| -
|
| - Event get event() { return _get_event(this); }
|
| - static Event _get_event(var _this) native;
|
| -
|
| - Element get frameElement() { return _get_frameElement(this); }
|
| - static Element _get_frameElement(var _this) native;
|
| -
|
| - DOMWindow get frames() { return _get_frames(this); }
|
| - static DOMWindow _get_frames(var _this) native;
|
| -
|
| - History get history() { return _get_history(this); }
|
| - static History _get_history(var _this) native;
|
| -
|
| - int get innerHeight() { return _get_innerHeight(this); }
|
| - static int _get_innerHeight(var _this) native;
|
| -
|
| - int get innerWidth() { return _get_innerWidth(this); }
|
| - static int _get_innerWidth(var _this) native;
|
| -
|
| - int get length() { return _get_length(this); }
|
| - static int _get_length(var _this) native;
|
| -
|
| - Storage get localStorage() { return _get_localStorage(this); }
|
| - static Storage _get_localStorage(var _this) native;
|
| -
|
| - Location get location() { return _get_location(this); }
|
| - static Location _get_location(var _this) native;
|
| -
|
| - void set location(Location value) { _set_location(this, value); }
|
| - static void _set_location(var _this, Location value) native;
|
| -
|
| - BarInfo get locationbar() { return _get_locationbar(this); }
|
| - static BarInfo _get_locationbar(var _this) native;
|
| -
|
| - BarInfo get menubar() { return _get_menubar(this); }
|
| - static BarInfo _get_menubar(var _this) native;
|
| -
|
| - String get name() { return _get_name(this); }
|
| - static String _get_name(var _this) native;
|
| -
|
| - void set name(String value) { _set_name(this, value); }
|
| - static void _set_name(var _this, String value) native;
|
| -
|
| - Navigator get navigator() { return _get_navigator(this); }
|
| - static Navigator _get_navigator(var _this) native;
|
| -
|
| - bool get offscreenBuffering() { return _get_offscreenBuffering(this); }
|
| - static bool _get_offscreenBuffering(var _this) native;
|
| -
|
| - DOMWindow get opener() { return _get_opener(this); }
|
| - static DOMWindow _get_opener(var _this) native;
|
| -
|
| - int get outerHeight() { return _get_outerHeight(this); }
|
| - static int _get_outerHeight(var _this) native;
|
| -
|
| - int get outerWidth() { return _get_outerWidth(this); }
|
| - static int _get_outerWidth(var _this) native;
|
| -
|
| - int get pageXOffset() { return _get_pageXOffset(this); }
|
| - static int _get_pageXOffset(var _this) native;
|
| -
|
| - int get pageYOffset() { return _get_pageYOffset(this); }
|
| - static int _get_pageYOffset(var _this) native;
|
| -
|
| - DOMWindow get parent() { return _get_parent(this); }
|
| - static DOMWindow _get_parent(var _this) native;
|
| -
|
| - Performance get performance() { return _get_performance(this); }
|
| - static Performance _get_performance(var _this) native;
|
| -
|
| - BarInfo get personalbar() { return _get_personalbar(this); }
|
| - static BarInfo _get_personalbar(var _this) native;
|
| -
|
| - Screen get screen() { return _get_screen(this); }
|
| - static Screen _get_screen(var _this) native;
|
| -
|
| - int get screenLeft() { return _get_screenLeft(this); }
|
| - static int _get_screenLeft(var _this) native;
|
| -
|
| - int get screenTop() { return _get_screenTop(this); }
|
| - static int _get_screenTop(var _this) native;
|
| -
|
| - int get screenX() { return _get_screenX(this); }
|
| - static int _get_screenX(var _this) native;
|
| -
|
| - int get screenY() { return _get_screenY(this); }
|
| - static int _get_screenY(var _this) native;
|
| -
|
| - int get scrollX() { return _get_scrollX(this); }
|
| - static int _get_scrollX(var _this) native;
|
| -
|
| - int get scrollY() { return _get_scrollY(this); }
|
| - static int _get_scrollY(var _this) native;
|
| -
|
| - BarInfo get scrollbars() { return _get_scrollbars(this); }
|
| - static BarInfo _get_scrollbars(var _this) native;
|
| -
|
| - DOMWindow get self() { return _get_self(this); }
|
| - static DOMWindow _get_self(var _this) native;
|
| -
|
| - Storage get sessionStorage() { return _get_sessionStorage(this); }
|
| - static Storage _get_sessionStorage(var _this) native;
|
| -
|
| - String get status() { return _get_status(this); }
|
| - static String _get_status(var _this) native;
|
| -
|
| - void set status(String value) { _set_status(this, value); }
|
| - static void _set_status(var _this, String value) native;
|
| -
|
| - BarInfo get statusbar() { return _get_statusbar(this); }
|
| - static BarInfo _get_statusbar(var _this) native;
|
| -
|
| - StyleMedia get styleMedia() { return _get_styleMedia(this); }
|
| - static StyleMedia _get_styleMedia(var _this) native;
|
| -
|
| - BarInfo get toolbar() { return _get_toolbar(this); }
|
| - static BarInfo _get_toolbar(var _this) native;
|
| -
|
| - DOMWindow get top() { return _get_top(this); }
|
| - static DOMWindow _get_top(var _this) native;
|
| -
|
| - IDBFactory get webkitIndexedDB() { return _get_webkitIndexedDB(this); }
|
| - static IDBFactory _get_webkitIndexedDB(var _this) native;
|
| -
|
| - NotificationCenter get webkitNotifications() { return _get_webkitNotifications(this); }
|
| - static NotificationCenter _get_webkitNotifications(var _this) native;
|
| -
|
| - StorageInfo get webkitStorageInfo() { return _get_webkitStorageInfo(this); }
|
| - static StorageInfo _get_webkitStorageInfo(var _this) native;
|
| -
|
| - DOMWindow get window() { return _get_window(this); }
|
| - static DOMWindow _get_window(var _this) native;
|
| -
|
| - void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| - if (useCapture === null) {
|
| - _addEventListener_DOMWindow(this, type, listener);
|
| - return;
|
| - } else {
|
| - _addEventListener_DOMWindow_2(this, type, listener, useCapture);
|
| - return;
|
| - }
|
| - }
|
| - static void _addEventListener_DOMWindow(receiver, type, listener) native;
|
| - static void _addEventListener_DOMWindow_2(receiver, type, listener, useCapture) native;
|
| -
|
| - void alert(String message) {
|
| - _alert(this, message);
|
| - return;
|
| - }
|
| - static void _alert(receiver, message) native;
|
| -
|
| - String atob(String string) {
|
| - return _atob(this, string);
|
| - }
|
| - static String _atob(receiver, string) native;
|
| -
|
| - void blur() {
|
| - _blur(this);
|
| - return;
|
| - }
|
| - static void _blur(receiver) native;
|
| -
|
| - String btoa(String string) {
|
| - return _btoa(this, string);
|
| - }
|
| - static String _btoa(receiver, string) native;
|
| -
|
| - void captureEvents() {
|
| - _captureEvents(this);
|
| - return;
|
| - }
|
| - static void _captureEvents(receiver) native;
|
| -
|
| - void clearInterval(int handle) {
|
| - _clearInterval(this, handle);
|
| - return;
|
| - }
|
| - static void _clearInterval(receiver, handle) native;
|
| -
|
| - void clearTimeout(int handle) {
|
| - _clearTimeout(this, handle);
|
| - return;
|
| - }
|
| - static void _clearTimeout(receiver, handle) native;
|
| -
|
| - void close() {
|
| - _close(this);
|
| - return;
|
| - }
|
| - static void _close(receiver) native;
|
| -
|
| - bool confirm(String message) {
|
| - return _confirm(this, message);
|
| - }
|
| - static bool _confirm(receiver, message) native;
|
| -
|
| - bool dispatchEvent(Event evt) {
|
| - return _dispatchEvent_DOMWindow(this, evt);
|
| - }
|
| - static bool _dispatchEvent_DOMWindow(receiver, evt) native;
|
| -
|
| - bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) {
|
| - return _find(this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog);
|
| - }
|
| - static bool _find(receiver, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native;
|
| -
|
| - void focus() {
|
| - _focus(this);
|
| - return;
|
| - }
|
| - static void _focus(receiver) native;
|
| -
|
| - CSSStyleDeclaration getComputedStyle(Element element, String pseudoElement) {
|
| - return _getComputedStyle(this, element, pseudoElement);
|
| - }
|
| - static CSSStyleDeclaration _getComputedStyle(receiver, element, pseudoElement) native;
|
| -
|
| - CSSRuleList getMatchedCSSRules(Element element, String pseudoElement) {
|
| - return _getMatchedCSSRules(this, element, pseudoElement);
|
| - }
|
| - static CSSRuleList _getMatchedCSSRules(receiver, element, pseudoElement) native;
|
| -
|
| - DOMSelection getSelection() {
|
| - return _getSelection(this);
|
| - }
|
| - static DOMSelection _getSelection(receiver) native;
|
| -
|
| - MediaQueryList matchMedia(String query) {
|
| - return _matchMedia(this, query);
|
| - }
|
| - static MediaQueryList _matchMedia(receiver, query) native;
|
| -
|
| - void moveBy(num x, num y) {
|
| - _moveBy(this, x, y);
|
| - return;
|
| - }
|
| - static void _moveBy(receiver, x, y) native;
|
| -
|
| - void moveTo(num x, num y) {
|
| - _moveTo(this, x, y);
|
| - return;
|
| - }
|
| - static void _moveTo(receiver, x, y) native;
|
| -
|
| - DOMWindow open(String url, String name, [String options = null]) {
|
| - if (options === null) {
|
| - return _open(this, url, name);
|
| - } else {
|
| - return _open_2(this, url, name, options);
|
| - }
|
| - }
|
| - static DOMWindow _open(receiver, url, name) native;
|
| - static DOMWindow _open_2(receiver, url, name, options) native;
|
| -
|
| - Database openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback = null]) {
|
| - return _openDatabase(this, name, version, displayName, estimatedSize, creationCallback);
|
| - }
|
| - static Database _openDatabase(receiver, name, version, displayName, estimatedSize, creationCallback) native;
|
| -
|
| - void postMessage(Dynamic message, String targetOrigin, [List messagePorts = null]) {
|
| - if (messagePorts === null) {
|
| - _postMessage(this, message, targetOrigin);
|
| - return;
|
| - } else {
|
| - _postMessage_2(this, message, targetOrigin, messagePorts);
|
| - return;
|
| - }
|
| - }
|
| - static void _postMessage(receiver, message, targetOrigin) native;
|
| - static void _postMessage_2(receiver, message, targetOrigin, messagePorts) native;
|
| -
|
| - void print() {
|
| - _print(this);
|
| - return;
|
| - }
|
| - static void _print(receiver) native;
|
| -
|
| - String prompt(String message, String defaultValue) {
|
| - return _prompt(this, message, defaultValue);
|
| - }
|
| - static String _prompt(receiver, message, defaultValue) native;
|
| -
|
| - void releaseEvents() {
|
| - _releaseEvents(this);
|
| - return;
|
| - }
|
| - static void _releaseEvents(receiver) native;
|
| -
|
| - void removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| - if (useCapture === null) {
|
| - _removeEventListener_DOMWindow(this, type, listener);
|
| - return;
|
| - } else {
|
| - _removeEventListener_DOMWindow_2(this, type, listener, useCapture);
|
| - return;
|
| - }
|
| - }
|
| - static void _removeEventListener_DOMWindow(receiver, type, listener) native;
|
| - static void _removeEventListener_DOMWindow_2(receiver, type, listener, useCapture) native;
|
| -
|
| - void resizeBy(num x, num y) {
|
| - _resizeBy(this, x, y);
|
| - return;
|
| - }
|
| - static void _resizeBy(receiver, x, y) native;
|
| -
|
| - void resizeTo(num width, num height) {
|
| - _resizeTo(this, width, height);
|
| - return;
|
| - }
|
| - static void _resizeTo(receiver, width, height) native;
|
| -
|
| - void scroll(int x, int y) {
|
| - _scroll(this, x, y);
|
| - return;
|
| - }
|
| - static void _scroll(receiver, x, y) native;
|
| -
|
| - void scrollBy(int x, int y) {
|
| - _scrollBy(this, x, y);
|
| - return;
|
| - }
|
| - static void _scrollBy(receiver, x, y) native;
|
| -
|
| - void scrollTo(int x, int y) {
|
| - _scrollTo(this, x, y);
|
| - return;
|
| - }
|
| - static void _scrollTo(receiver, x, y) native;
|
| -
|
| - int setInterval(TimeoutHandler handler, int timeout) {
|
| - return _setInterval(this, handler, timeout);
|
| - }
|
| - static int _setInterval(receiver, handler, timeout) native;
|
| -
|
| - int setTimeout(TimeoutHandler handler, int timeout) {
|
| - return _setTimeout(this, handler, timeout);
|
| - }
|
| - static int _setTimeout(receiver, handler, timeout) native;
|
| -
|
| - Object showModalDialog(String url, [Object dialogArgs = null, String featureArgs = null]) {
|
| - if (dialogArgs === null) {
|
| - if (featureArgs === null) {
|
| - return _showModalDialog(this, url);
|
| - }
|
| - } else {
|
| - if (featureArgs === null) {
|
| - return _showModalDialog_2(this, url, dialogArgs);
|
| - } else {
|
| - return _showModalDialog_3(this, url, dialogArgs, featureArgs);
|
| - }
|
| - }
|
| - throw "Incorrect number or type of arguments";
|
| - }
|
| - static Object _showModalDialog(receiver, url) native;
|
| - static Object _showModalDialog_2(receiver, url, dialogArgs) native;
|
| - static Object _showModalDialog_3(receiver, url, dialogArgs, featureArgs) native;
|
| -
|
| - void stop() {
|
| - _stop(this);
|
| - return;
|
| - }
|
| - static void _stop(receiver) native;
|
| -
|
| - void webkitCancelAnimationFrame(int id) {
|
| - _webkitCancelAnimationFrame(this, id);
|
| - return;
|
| - }
|
| - static void _webkitCancelAnimationFrame(receiver, id) native;
|
| -
|
| - void webkitCancelRequestAnimationFrame(int id) {
|
| - _webkitCancelRequestAnimationFrame(this, id);
|
| - return;
|
| - }
|
| - static void _webkitCancelRequestAnimationFrame(receiver, id) native;
|
| -
|
| - WebKitPoint webkitConvertPointFromNodeToPage(Node node, WebKitPoint p) {
|
| - return _webkitConvertPointFromNodeToPage(this, node, p);
|
| - }
|
| - static WebKitPoint _webkitConvertPointFromNodeToPage(receiver, node, p) native;
|
| -
|
| - WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) {
|
| - return _webkitConvertPointFromPageToNode(this, node, p);
|
| - }
|
| - static WebKitPoint _webkitConvertPointFromPageToNode(receiver, node, p) native;
|
| -
|
| - void webkitPostMessage(Dynamic message, String targetOrigin, [List transferList = null]) {
|
| - if (transferList === null) {
|
| - _webkitPostMessage(this, message, targetOrigin);
|
| - return;
|
| - } else {
|
| - _webkitPostMessage_2(this, message, targetOrigin, transferList);
|
| - return;
|
| - }
|
| - }
|
| - static void _webkitPostMessage(receiver, message, targetOrigin) native;
|
| - static void _webkitPostMessage_2(receiver, message, targetOrigin, transferList) native;
|
| -
|
| - int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Element element) {
|
| - return _webkitRequestAnimationFrame(this, callback, element);
|
| - }
|
| - static int _webkitRequestAnimationFrame(receiver, callback, element) native;
|
| -
|
| - void webkitRequestFileSystem(int type, int size, FileSystemCallback successCallback, [ErrorCallback errorCallback = null]) {
|
| - _webkitRequestFileSystem(this, type, size, successCallback, errorCallback);
|
| - return;
|
| - }
|
| - static void _webkitRequestFileSystem(receiver, type, size, successCallback, errorCallback) native;
|
| -
|
| - void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallback = null, ErrorCallback errorCallback = null]) {
|
| - _webkitResolveLocalFileSystemURL(this, url, successCallback, errorCallback);
|
| - return;
|
| - }
|
| - static void _webkitResolveLocalFileSystemURL(receiver, url, successCallback, errorCallback) native;
|
| -
|
| - String get typeName() { return "DOMWindow"; }
|
| -}
|
|
|