OLD | NEW |
1 | 1 |
2 class _DOMWindowJs extends _DOMTypeJs implements DOMWindow native "@*DOMWindow"
{ | 2 class _DOMWindowJs extends _EventTargetJs implements DOMWindow native "@*DOMWind
ow" { |
3 | 3 |
4 static final int PERSISTENT = 1; | 4 static final int PERSISTENT = 1; |
5 | 5 |
6 static final int TEMPORARY = 0; | 6 static final int TEMPORARY = 0; |
7 | 7 |
8 final _DOMApplicationCacheJs applicationCache; | 8 final _DOMApplicationCacheJs applicationCache; |
9 | 9 |
10 _NavigatorJs clientInformation; | 10 _NavigatorJs clientInformation; |
11 | 11 |
12 final bool closed; | 12 final bool closed; |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p
) native; | 186 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p
) native; |
187 | 187 |
188 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis
t = null]) native; | 188 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis
t = null]) native; |
189 | 189 |
190 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme
ntJs element) native; | 190 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme
ntJs element) native; |
191 | 191 |
192 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal
lback, [ErrorCallback errorCallback = null]) native; | 192 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal
lback, [ErrorCallback errorCallback = null]) native; |
193 | 193 |
194 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac
k = null, ErrorCallback errorCallback = null]) native; | 194 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac
k = null, ErrorCallback errorCallback = null]) native; |
195 } | 195 } |
OLD | NEW |