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

Side by Side Diff: client/dom/generated/src/frog/DOMWindow.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class DOMWindow native "DOMWindow" { 2 class DOMWindow native "DOMWindow" {
3 3
4 DOMApplicationCache applicationCache; 4 DOMApplicationCache applicationCache;
5 5
6 Navigator clientInformation; 6 Navigator clientInformation;
7 7
8 bool closed; 8 bool closed;
9 9
10 Console console; 10 Console console;
11 11
12 Crypto crypto; 12 Crypto crypto;
13 13
14 String defaultStatus; 14 String defaultStatus;
15 15
16 String defaultstatus;
17
16 num devicePixelRatio; 18 num devicePixelRatio;
17 19
18 Document document; 20 Document document;
19 21
20 Event event; 22 Event event;
21 23
22 Element frameElement; 24 Element frameElement;
23 25
24 DOMWindow frames; 26 DOMWindow frames;
25 27
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 BarInfo statusbar; 234 BarInfo statusbar;
233 235
234 StyleMedia styleMedia; 236 StyleMedia styleMedia;
235 237
236 BarInfo toolbar; 238 BarInfo toolbar;
237 239
238 DOMWindow top; 240 DOMWindow top;
239 241
240 NotificationCenter webkitNotifications; 242 NotificationCenter webkitNotifications;
241 243
244 DOMURL webkitURL;
245
242 DOMWindow window; 246 DOMWindow window;
243 247
244 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native; 248 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
245 249
246 void alert(String message) native; 250 void alert(String message) native;
247 251
248 String atob(String string) native; 252 String atob(String string) native;
249 253
250 void blur() native; 254 void blur() native;
251 255
(...skipping 10 matching lines...) Expand all
262 bool confirm(String message) native; 266 bool confirm(String message) native;
263 267
264 bool dispatchEvent(Event evt) native; 268 bool dispatchEvent(Event evt) native;
265 269
266 bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool w holeWord, bool searchInFrames, bool showDialog) native; 270 bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool w holeWord, bool searchInFrames, bool showDialog) native;
267 271
268 void focus() native; 272 void focus() native;
269 273
270 CSSStyleDeclaration getComputedStyle(Element element, String pseudoElement) na tive; 274 CSSStyleDeclaration getComputedStyle(Element element, String pseudoElement) na tive;
271 275
276 CSSRuleList getMatchedCSSRules(Element element, String pseudoElement) native;
277
272 DOMSelection getSelection() native; 278 DOMSelection getSelection() native;
273 279
274 MediaQueryList matchMedia(String query) native; 280 MediaQueryList matchMedia(String query) native;
275 281
276 void moveBy(num x, num y) native; 282 void moveBy(num x, num y) native;
277 283
278 void moveTo(num x, num y) native; 284 void moveTo(num x, num y) native;
279 285
280 DOMWindow open(String url, String name, [String options = null]) native; 286 DOMWindow open(String url, String name, [String options = null]) native;
281 287
282 void postMessage(String message, String targetOrigin) native; 288 void postMessage(String message, var messagePorts_OR_targetOrigin, [String tar getOrigin = null]) native;
283 289
284 void print() native; 290 void print() native;
285 291
286 String prompt(String message, String defaultValue) native; 292 String prompt(String message, String defaultValue) native;
287 293
288 void releaseEvents() native; 294 void releaseEvents() native;
289 295
290 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native; 296 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
291 297
292 void resizeBy(num x, num y) native; 298 void resizeBy(num x, num y) native;
(...skipping 13 matching lines...) Expand all
306 Object showModalDialog(String url, [Object dialogArgs = null, String featureAr gs = null]) native; 312 Object showModalDialog(String url, [Object dialogArgs = null, String featureAr gs = null]) native;
307 313
308 void stop() native; 314 void stop() native;
309 315
310 void webkitCancelRequestAnimationFrame(int id) native; 316 void webkitCancelRequestAnimationFrame(int id) native;
311 317
312 WebKitPoint webkitConvertPointFromNodeToPage(Node node, WebKitPoint p) native; 318 WebKitPoint webkitConvertPointFromNodeToPage(Node node, WebKitPoint p) native;
313 319
314 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; 320 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native;
315 321
316 void webkitPostMessage(String message, String targetOrigin) native; 322 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native;
317 323
318 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native; 324 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native;
319 325
320 var dartObjectLocalStorage; 326 var dartObjectLocalStorage;
321 327
322 String get typeName() native; 328 String get typeName() native;
323 } 329 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DOMTokenList.dart ('k') | client/dom/generated/src/frog/DedicatedWorkerContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698