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

Unified Diff: client/dom/generated/src/frog/DOMWindow.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
« no previous file with comments | « client/dom/generated/src/frog/DOMURL.dart ('k') | client/dom/generated/src/frog/DataTransferItem.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/DOMWindow.dart
diff --git a/client/dom/generated/src/frog/DOMWindow.dart b/client/dom/generated/src/frog/DOMWindow.dart
index d3f791e342a508c27d4fbe92de77eb83ec0483d5..6e7e29da275ae2be8fb9c6f5e63387e5cf95b5c0 100644
--- a/client/dom/generated/src/frog/DOMWindow.dart
+++ b/client/dom/generated/src/frog/DOMWindow.dart
@@ -1,23 +1,23 @@
-class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
+class _DOMWindowJs extends _DOMTypeJs implements DOMWindow native "@*DOMWindow" {
static final int PERSISTENT = 1;
static final int TEMPORARY = 0;
- DOMApplicationCacheJs get applicationCache() native "return this.applicationCache;";
+ _DOMApplicationCacheJs get applicationCache() native "return this.applicationCache;";
- NavigatorJs get clientInformation() native "return this.clientInformation;";
+ _NavigatorJs get clientInformation() native "return this.clientInformation;";
- void set clientInformation(NavigatorJs value) native "this.clientInformation = value;";
+ void set clientInformation(_NavigatorJs value) native "this.clientInformation = value;";
bool get closed() native "return this.closed;";
- ConsoleJs get console() native "return this.console;";
+ _ConsoleJs get console() native "return this.console;";
- void set console(ConsoleJs value) native "this.console = value;";
+ void set console(_ConsoleJs value) native "this.console = value;";
- CryptoJs get crypto() native "return this.crypto;";
+ _CryptoJs get crypto() native "return this.crypto;";
String get defaultStatus() native "return this.defaultStatus;";
@@ -31,21 +31,21 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
void set devicePixelRatio(num value) native "this.devicePixelRatio = value;";
- DocumentJs get document() native "return this.document;";
+ _DocumentJs get document() native "return this.document;";
- EventJs get event() native "return this.event;";
+ _EventJs get event() native "return this.event;";
- void set event(EventJs value) native "this.event = value;";
+ void set event(_EventJs value) native "this.event = value;";
- ElementJs get frameElement() native "return this.frameElement;";
+ _ElementJs get frameElement() native "return this.frameElement;";
- DOMWindowJs get frames() native "return this.frames;";
+ _DOMWindowJs get frames() native "return this.frames;";
- void set frames(DOMWindowJs value) native "this.frames = value;";
+ void set frames(_DOMWindowJs value) native "this.frames = value;";
- HistoryJs get history() native "return this.history;";
+ _HistoryJs get history() native "return this.history;";
- void set history(HistoryJs value) native "this.history = value;";
+ void set history(_HistoryJs value) native "this.history = value;";
int get innerHeight() native "return this.innerHeight;";
@@ -59,35 +59,35 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
void set length(int value) native "this.length = value;";
- StorageJs get localStorage() native "return this.localStorage;";
+ _StorageJs get localStorage() native "return this.localStorage;";
- LocationJs get location() native "return this.location;";
+ _LocationJs get location() native "return this.location;";
- void set location(LocationJs value) native "this.location = value;";
+ void set location(_LocationJs value) native "this.location = value;";
- BarInfoJs get locationbar() native "return this.locationbar;";
+ _BarInfoJs get locationbar() native "return this.locationbar;";
- void set locationbar(BarInfoJs value) native "this.locationbar = value;";
+ void set locationbar(_BarInfoJs value) native "this.locationbar = value;";
- BarInfoJs get menubar() native "return this.menubar;";
+ _BarInfoJs get menubar() native "return this.menubar;";
- void set menubar(BarInfoJs value) native "this.menubar = value;";
+ void set menubar(_BarInfoJs value) native "this.menubar = value;";
String get name() native "return this.name;";
void set name(String value) native "this.name = value;";
- NavigatorJs get navigator() native "return this.navigator;";
+ _NavigatorJs get navigator() native "return this.navigator;";
- void set navigator(NavigatorJs value) native "this.navigator = value;";
+ void set navigator(_NavigatorJs value) native "this.navigator = value;";
bool get offscreenBuffering() native "return this.offscreenBuffering;";
void set offscreenBuffering(bool value) native "this.offscreenBuffering = value;";
- DOMWindowJs get opener() native "return this.opener;";
+ _DOMWindowJs get opener() native "return this.opener;";
- void set opener(DOMWindowJs value) native "this.opener = value;";
+ void set opener(_DOMWindowJs value) native "this.opener = value;";
int get outerHeight() native "return this.outerHeight;";
@@ -101,21 +101,21 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
int get pageYOffset() native "return this.pageYOffset;";
- DOMWindowJs get parent() native "return this.parent;";
+ _DOMWindowJs get parent() native "return this.parent;";
- void set parent(DOMWindowJs value) native "this.parent = value;";
+ void set parent(_DOMWindowJs value) native "this.parent = value;";
- PerformanceJs get performance() native "return this.performance;";
+ _PerformanceJs get performance() native "return this.performance;";
- void set performance(PerformanceJs value) native "this.performance = value;";
+ void set performance(_PerformanceJs value) native "this.performance = value;";
- BarInfoJs get personalbar() native "return this.personalbar;";
+ _BarInfoJs get personalbar() native "return this.personalbar;";
- void set personalbar(BarInfoJs value) native "this.personalbar = value;";
+ void set personalbar(_BarInfoJs value) native "this.personalbar = value;";
- ScreenJs get screen() native "return this.screen;";
+ _ScreenJs get screen() native "return this.screen;";
- void set screen(ScreenJs value) native "this.screen = value;";
+ void set screen(_ScreenJs value) native "this.screen = value;";
int get screenLeft() native "return this.screenLeft;";
@@ -141,43 +141,43 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
void set scrollY(int value) native "this.scrollY = value;";
- BarInfoJs get scrollbars() native "return this.scrollbars;";
+ _BarInfoJs get scrollbars() native "return this.scrollbars;";
- void set scrollbars(BarInfoJs value) native "this.scrollbars = value;";
+ void set scrollbars(_BarInfoJs value) native "this.scrollbars = value;";
- DOMWindowJs get self() native "return this.self;";
+ _DOMWindowJs get self() native "return this.self;";
- void set self(DOMWindowJs value) native "this.self = value;";
+ void set self(_DOMWindowJs value) native "this.self = value;";
- StorageJs get sessionStorage() native "return this.sessionStorage;";
+ _StorageJs get sessionStorage() native "return this.sessionStorage;";
String get status() native "return this.status;";
void set status(String value) native "this.status = value;";
- BarInfoJs get statusbar() native "return this.statusbar;";
+ _BarInfoJs get statusbar() native "return this.statusbar;";
- void set statusbar(BarInfoJs value) native "this.statusbar = value;";
+ void set statusbar(_BarInfoJs value) native "this.statusbar = value;";
- StyleMediaJs get styleMedia() native "return this.styleMedia;";
+ _StyleMediaJs get styleMedia() native "return this.styleMedia;";
- BarInfoJs get toolbar() native "return this.toolbar;";
+ _BarInfoJs get toolbar() native "return this.toolbar;";
- void set toolbar(BarInfoJs value) native "this.toolbar = value;";
+ void set toolbar(_BarInfoJs value) native "this.toolbar = value;";
- DOMWindowJs get top() native "return this.top;";
+ _DOMWindowJs get top() native "return this.top;";
- void set top(DOMWindowJs value) native "this.top = value;";
+ void set top(_DOMWindowJs value) native "this.top = value;";
- IDBFactoryJs get webkitIndexedDB() native "return this.webkitIndexedDB;";
+ _IDBFactoryJs get webkitIndexedDB() native "return this.webkitIndexedDB;";
- NotificationCenterJs get webkitNotifications() native "return this.webkitNotifications;";
+ _NotificationCenterJs get webkitNotifications() native "return this.webkitNotifications;";
- StorageInfoJs get webkitStorageInfo() native "return this.webkitStorageInfo;";
+ _StorageInfoJs get webkitStorageInfo() native "return this.webkitStorageInfo;";
- DOMURLJs get webkitURL() native "return this.webkitURL;";
+ _DOMURLJs get webkitURL() native "return this.webkitURL;";
- DOMWindowJs get window() native "return this.window;";
+ _DOMWindowJs get window() native "return this.window;";
void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
@@ -199,27 +199,27 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
bool confirm(String message) native;
- bool dispatchEvent(EventJs evt) native;
+ bool dispatchEvent(_EventJs evt) native;
bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) native;
void focus() native;
- CSSStyleDeclarationJs getComputedStyle(ElementJs element, String pseudoElement) native;
+ _CSSStyleDeclarationJs getComputedStyle(_ElementJs element, String pseudoElement) native;
- CSSRuleListJs getMatchedCSSRules(ElementJs element, String pseudoElement) native;
+ _CSSRuleListJs getMatchedCSSRules(_ElementJs element, String pseudoElement) native;
- DOMSelectionJs getSelection() native;
+ _DOMSelectionJs getSelection() native;
- MediaQueryListJs matchMedia(String query) native;
+ _MediaQueryListJs matchMedia(String query) native;
void moveBy(num x, num y) native;
void moveTo(num x, num y) native;
- DOMWindowJs open(String url, String name, [String options = null]) native;
+ _DOMWindowJs open(String url, String name, [String options = null]) native;
- DatabaseJs openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback = null]) native;
+ _DatabaseJs openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback = null]) native;
void postMessage(Dynamic message, String targetOrigin, [List messagePorts = null]) native;
@@ -253,13 +253,13 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
void webkitCancelRequestAnimationFrame(int id) native;
- WebKitPointJs webkitConvertPointFromNodeToPage(NodeJs node, WebKitPointJs p) native;
+ _WebKitPointJs webkitConvertPointFromNodeToPage(_NodeJs node, _WebKitPointJs p) native;
- WebKitPointJs webkitConvertPointFromPageToNode(NodeJs node, WebKitPointJs p) native;
+ _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p) native;
void webkitPostMessage(Dynamic message, String targetOrigin, [List transferList = null]) native;
- int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, ElementJs element) native;
+ int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _ElementJs element) native;
void webkitRequestFileSystem(int type, int size, FileSystemCallback successCallback, [ErrorCallback errorCallback = null]) native;
« no previous file with comments | « client/dom/generated/src/frog/DOMURL.dart ('k') | client/dom/generated/src/frog/DataTransferItem.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698