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

Side by Side Diff: lib/dom/dom.dart

Issue 10441106: Roll IDL to multivm@567 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #library('dom'); 1 #library('dom');
2 2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated Dart DOM library with no implementation. 8 // Auto-generated Dart DOM library with no implementation.
9 9
10 10
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 static final int PAGE_RULE = 6; 815 static final int PAGE_RULE = 6;
816 816
817 static final int STYLE_RULE = 1; 817 static final int STYLE_RULE = 1;
818 818
819 static final int UNKNOWN_RULE = 0; 819 static final int UNKNOWN_RULE = 0;
820 820
821 static final int WEBKIT_KEYFRAMES_RULE = 7; 821 static final int WEBKIT_KEYFRAMES_RULE = 7;
822 822
823 static final int WEBKIT_KEYFRAME_RULE = 8; 823 static final int WEBKIT_KEYFRAME_RULE = 8;
824 824
825 static final int WEBKIT_REGION_RULE = 10;
826
827 String cssText; 825 String cssText;
828 826
829 final CSSRule parentRule; 827 final CSSRule parentRule;
830 828
831 final CSSStyleSheet parentStyleSheet; 829 final CSSStyleSheet parentStyleSheet;
832 830
833 final int type; 831 final int type;
834 } 832 }
835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 833 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
836 // for details. All rights reserved. Use of this source code is governed by a 834 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 num shadowOffsetY; 1007 num shadowOffsetY;
1010 1008
1011 var /*custom*/ strokeStyle; 1009 var /*custom*/ strokeStyle;
1012 1010
1013 String textAlign; 1011 String textAlign;
1014 1012
1015 String textBaseline; 1013 String textBaseline;
1016 1014
1017 final num webkitBackingStorePixelRatio; 1015 final num webkitBackingStorePixelRatio;
1018 1016
1017 bool webkitImageSmoothingEnabled;
1018
1019 List webkitLineDash; 1019 List webkitLineDash;
1020 1020
1021 num webkitLineDashOffset; 1021 num webkitLineDashOffset;
1022 1022
1023 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc kwise); 1023 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc kwise);
1024 1024
1025 void arcTo(num x1, num y1, num x2, num y2, num radius); 1025 void arcTo(num x1, num y1, num x2, num y2, num radius);
1026 1026
1027 void beginPath(); 1027 void beginPath();
1028 1028
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 static final int UNCACHED = 0; 1382 static final int UNCACHED = 0;
1383 1383
1384 static final int UPDATEREADY = 4; 1384 static final int UPDATEREADY = 4;
1385 } 1385 }
1386 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1386 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1387 // for details. All rights reserved. Use of this source code is governed by a 1387 // for details. All rights reserved. Use of this source code is governed by a
1388 // BSD-style license that can be found in the LICENSE file. 1388 // BSD-style license that can be found in the LICENSE file.
1389 1389
1390 // WARNING: Do not edit - generated code. 1390 // WARNING: Do not edit - generated code.
1391 1391
1392 interface DOMError {
1393
1394 final String name;
1395 }
1396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1397 // for details. All rights reserved. Use of this source code is governed by a
1398 // BSD-style license that can be found in the LICENSE file.
1399
1400 // WARNING: Do not edit - generated code.
1401
1392 interface DOMException { 1402 interface DOMException {
1393 1403
1394 static final int ABORT_ERR = 20; 1404 static final int ABORT_ERR = 20;
1395 1405
1396 static final int DATA_CLONE_ERR = 25; 1406 static final int DATA_CLONE_ERR = 25;
1397 1407
1398 static final int DOMSTRING_SIZE_ERR = 2; 1408 static final int DOMSTRING_SIZE_ERR = 2;
1399 1409
1400 static final int HIERARCHY_REQUEST_ERR = 3; 1410 static final int HIERARCHY_REQUEST_ERR = 3;
1401 1411
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 bool contains(String string); 1678 bool contains(String string);
1669 1679
1670 String item(int index); 1680 String item(int index);
1671 } 1681 }
1672 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1673 // for details. All rights reserved. Use of this source code is governed by a 1683 // for details. All rights reserved. Use of this source code is governed by a
1674 // BSD-style license that can be found in the LICENSE file. 1684 // BSD-style license that can be found in the LICENSE file.
1675 1685
1676 // WARNING: Do not edit - generated code. 1686 // WARNING: Do not edit - generated code.
1677 1687
1688 interface DOMStringMap {
1689 }
1690 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1691 // for details. All rights reserved. Use of this source code is governed by a
1692 // BSD-style license that can be found in the LICENSE file.
1693
1694 // WARNING: Do not edit - generated code.
1695
1678 interface DOMTokenList { 1696 interface DOMTokenList {
1679 1697
1680 final int length; 1698 final int length;
1681 1699
1682 void add(String token); 1700 void add(String token);
1683 1701
1684 bool contains(String token); 1702 bool contains(String token);
1685 1703
1686 String item(int index); 1704 String item(int index);
1687 1705
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 final Navigator navigator; 1772 final Navigator navigator;
1755 1773
1756 final bool offscreenBuffering; 1774 final bool offscreenBuffering;
1757 1775
1758 final DOMWindow opener; 1776 final DOMWindow opener;
1759 1777
1760 final int outerHeight; 1778 final int outerHeight;
1761 1779
1762 final int outerWidth; 1780 final int outerWidth;
1763 1781
1782 final PagePopupController pagePopupController;
1783
1764 final int pageXOffset; 1784 final int pageXOffset;
1765 1785
1766 final int pageYOffset; 1786 final int pageYOffset;
1767 1787
1768 final DOMWindow parent; 1788 final DOMWindow parent;
1769 1789
1770 final Performance performance; 1790 final Performance performance;
1771 1791
1772 final BarInfo personalbar; 1792 final BarInfo personalbar;
1773 1793
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 1930
1911 interface DataTransferItem { 1931 interface DataTransferItem {
1912 1932
1913 final String kind; 1933 final String kind;
1914 1934
1915 final String type; 1935 final String type;
1916 1936
1917 Blob getAsFile(); 1937 Blob getAsFile();
1918 1938
1919 void getAsString([StringCallback callback]); 1939 void getAsString([StringCallback callback]);
1920
1921 void webkitGetAsEntry([EntryCallback callback]);
1922 } 1940 }
1923 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1924 // for details. All rights reserved. Use of this source code is governed by a 1942 // for details. All rights reserved. Use of this source code is governed by a
1925 // BSD-style license that can be found in the LICENSE file. 1943 // BSD-style license that can be found in the LICENSE file.
1926 1944
1927 // WARNING: Do not edit - generated code. 1945 // WARNING: Do not edit - generated code.
1928 1946
1929 interface DataTransferItemList { 1947 interface DataTransferItemList {
1930 1948
1931 final int length; 1949 final int length;
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 2338
2321 String queryCommandValue(String command); 2339 String queryCommandValue(String command);
2322 2340
2323 Element querySelector(String selectors); 2341 Element querySelector(String selectors);
2324 2342
2325 NodeList querySelectorAll(String selectors); 2343 NodeList querySelectorAll(String selectors);
2326 2344
2327 void webkitCancelFullScreen(); 2345 void webkitCancelFullScreen();
2328 2346
2329 void webkitExitFullscreen(); 2347 void webkitExitFullscreen();
2330
2331 WebKitNamedFlow webkitGetFlowByName(String name);
2332 } 2348 }
2333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2334 // for details. All rights reserved. Use of this source code is governed by a 2350 // for details. All rights reserved. Use of this source code is governed by a
2335 // BSD-style license that can be found in the LICENSE file. 2351 // BSD-style license that can be found in the LICENSE file.
2336 2352
2337 // WARNING: Do not edit - generated code. 2353 // WARNING: Do not edit - generated code.
2338 2354
2339 interface DocumentFragment extends Node, NodeSelector { 2355 interface DocumentFragment extends Node, NodeSelector {
2340 2356
2341 Element querySelector(String selectors); 2357 Element querySelector(String selectors);
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3608 // for details. All rights reserved. Use of this source code is governed by a 3624 // for details. All rights reserved. Use of this source code is governed by a
3609 // BSD-style license that can be found in the LICENSE file. 3625 // BSD-style license that can be found in the LICENSE file.
3610 3626
3611 // WARNING: Do not edit - generated code. 3627 // WARNING: Do not edit - generated code.
3612 3628
3613 interface HTMLFieldSetElement extends HTMLElement { 3629 interface HTMLFieldSetElement extends HTMLElement {
3614 3630
3615 bool disabled; 3631 bool disabled;
3616 3632
3633 final HTMLCollection elements;
3634
3617 final HTMLFormElement form; 3635 final HTMLFormElement form;
3618 3636
3619 String name; 3637 String name;
3620 3638
3621 final String type; 3639 final String type;
3622 3640
3623 final String validationMessage; 3641 final String validationMessage;
3624 3642
3625 final ValidityState validity; 3643 final ValidityState validity;
3626 3644
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
4239 void pause(); 4257 void pause();
4240 4258
4241 void play(); 4259 void play();
4242 4260
4243 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri ng sessionId]); 4261 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri ng sessionId]);
4244 4262
4245 void webkitCancelKeyRequest(String keySystem, String sessionId); 4263 void webkitCancelKeyRequest(String keySystem, String sessionId);
4246 4264
4247 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); 4265 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]);
4248 4266
4249 void webkitSourceAppend(Uint8Array data); 4267 void webkitSourceAbort(String id);
4268
4269 void webkitSourceAddId(String id, String type);
4270
4271 void webkitSourceAppend(String id, Uint8Array data);
4272
4273 TimeRanges webkitSourceBuffered(String id);
4250 4274
4251 void webkitSourceEndOfStream(int status); 4275 void webkitSourceEndOfStream(int status);
4276
4277 void webkitSourceRemoveId(String id);
4252 } 4278 }
4253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4279 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4254 // for details. All rights reserved. Use of this source code is governed by a 4280 // for details. All rights reserved. Use of this source code is governed by a
4255 // BSD-style license that can be found in the LICENSE file. 4281 // BSD-style license that can be found in the LICENSE file.
4256 4282
4257 // WARNING: Do not edit - generated code. 4283 // WARNING: Do not edit - generated code.
4258 4284
4259 interface HTMLMenuElement extends HTMLElement { 4285 interface HTMLMenuElement extends HTMLElement {
4260 4286
4261 bool compact; 4287 bool compact;
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
5161 IDBRequest open(String name); 5187 IDBRequest open(String name);
5162 } 5188 }
5163 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5164 // for details. All rights reserved. Use of this source code is governed by a 5190 // for details. All rights reserved. Use of this source code is governed by a
5165 // BSD-style license that can be found in the LICENSE file. 5191 // BSD-style license that can be found in the LICENSE file.
5166 5192
5167 // WARNING: Do not edit - generated code. 5193 // WARNING: Do not edit - generated code.
5168 5194
5169 interface IDBIndex { 5195 interface IDBIndex {
5170 5196
5171 final String keyPath; 5197 final /*IDBAny*/ keyPath;
5172 5198
5173 final bool multiEntry; 5199 final bool multiEntry;
5174 5200
5175 final String name; 5201 final String name;
5176 5202
5177 final IDBObjectStore objectStore; 5203 final IDBObjectStore objectStore;
5178 5204
5179 final bool unique; 5205 final bool unique;
5180 5206
5181 IDBRequest count([key_OR_range]); 5207 IDBRequest count([key_OR_range]);
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
5223 final bool upperOpen; 5249 final bool upperOpen;
5224 } 5250 }
5225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5251 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5226 // for details. All rights reserved. Use of this source code is governed by a 5252 // for details. All rights reserved. Use of this source code is governed by a
5227 // BSD-style license that can be found in the LICENSE file. 5253 // BSD-style license that can be found in the LICENSE file.
5228 5254
5229 // WARNING: Do not edit - generated code. 5255 // WARNING: Do not edit - generated code.
5230 5256
5231 interface IDBObjectStore { 5257 interface IDBObjectStore {
5232 5258
5259 final bool autoIncrement;
5260
5233 final List<String> indexNames; 5261 final List<String> indexNames;
5234 5262
5235 final String keyPath; 5263 final /*IDBAny*/ keyPath;
5236 5264
5237 final String name; 5265 final String name;
5238 5266
5239 final IDBTransaction transaction; 5267 final IDBTransaction transaction;
5240 5268
5241 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); 5269 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]);
5242 5270
5243 IDBRequest clear(); 5271 IDBRequest clear();
5244 5272
5245 IDBRequest count([key_OR_range]); 5273 IDBRequest count([key_OR_range]);
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
5502 final bool shiftKey; 5530 final bool shiftKey;
5503 5531
5504 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh iftKey, bool metaKey, bool altGraphKey); 5532 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh iftKey, bool metaKey, bool altGraphKey);
5505 } 5533 }
5506 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5534 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5507 // for details. All rights reserved. Use of this source code is governed by a 5535 // for details. All rights reserved. Use of this source code is governed by a
5508 // BSD-style license that can be found in the LICENSE file. 5536 // BSD-style license that can be found in the LICENSE file.
5509 5537
5510 // WARNING: Do not edit - generated code. 5538 // WARNING: Do not edit - generated code.
5511 5539
5512 interface LocalMediaStream extends MediaStream { 5540 interface LocalMediaStream extends MediaStream, EventTarget {
5513 5541
5514 void stop(); 5542 void stop();
5515 } 5543 }
5516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5544 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5517 // for details. All rights reserved. Use of this source code is governed by a 5545 // for details. All rights reserved. Use of this source code is governed by a
5518 // BSD-style license that can be found in the LICENSE file. 5546 // BSD-style license that can be found in the LICENSE file.
5519 5547
5520 // WARNING: Do not edit - generated code. 5548 // WARNING: Do not edit - generated code.
5521 5549
5522 interface Location { 5550 interface Location {
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
6476 final int orient; 6504 final int orient;
6477 6505
6478 final bool verticalOverflow; 6506 final bool verticalOverflow;
6479 } 6507 }
6480 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6481 // for details. All rights reserved. Use of this source code is governed by a 6509 // for details. All rights reserved. Use of this source code is governed by a
6482 // BSD-style license that can be found in the LICENSE file. 6510 // BSD-style license that can be found in the LICENSE file.
6483 6511
6484 // WARNING: Do not edit - generated code. 6512 // WARNING: Do not edit - generated code.
6485 6513
6514 interface PagePopupController {
6515
6516 void setValueAndClosePopup(int numberValue, String stringValue);
6517 }
6518 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6519 // for details. All rights reserved. Use of this source code is governed by a
6520 // BSD-style license that can be found in the LICENSE file.
6521
6522 // WARNING: Do not edit - generated code.
6523
6486 interface PageTransitionEvent extends Event { 6524 interface PageTransitionEvent extends Event {
6487 6525
6488 final bool persisted; 6526 final bool persisted;
6489 } 6527 }
6490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6528 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6491 // for details. All rights reserved. Use of this source code is governed by a 6529 // for details. All rights reserved. Use of this source code is governed by a
6492 // BSD-style license that can be found in the LICENSE file. 6530 // BSD-style license that can be found in the LICENSE file.
6493 6531
6494 // WARNING: Do not edit - generated code. 6532 // WARNING: Do not edit - generated code.
6495 6533
(...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after
9104 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { 9142 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan {
9105 9143
9106 String contentScriptType; 9144 String contentScriptType;
9107 9145
9108 String contentStyleType; 9146 String contentStyleType;
9109 9147
9110 num currentScale; 9148 num currentScale;
9111 9149
9112 final SVGPoint currentTranslate; 9150 final SVGPoint currentTranslate;
9113 9151
9152 final SVGViewSpec currentView;
9153
9114 final SVGAnimatedLength height; 9154 final SVGAnimatedLength height;
9115 9155
9116 final num pixelUnitToMillimeterX; 9156 final num pixelUnitToMillimeterX;
9117 9157
9118 final num pixelUnitToMillimeterY; 9158 final num pixelUnitToMillimeterY;
9119 9159
9120 final num screenPixelToMillimeterX; 9160 final num screenPixelToMillimeterX;
9121 9161
9122 final num screenPixelToMillimeterY; 9162 final num screenPixelToMillimeterY;
9123 9163
9124 bool useCurrentView; 9164 final bool useCurrentView;
9125 9165
9126 final SVGRect viewport; 9166 final SVGRect viewport;
9127 9167
9128 final SVGAnimatedLength width; 9168 final SVGAnimatedLength width;
9129 9169
9130 final SVGAnimatedLength x; 9170 final SVGAnimatedLength x;
9131 9171
9132 final SVGAnimatedLength y; 9172 final SVGAnimatedLength y;
9133 9173
9134 bool animationsPaused(); 9174 bool animationsPaused();
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
9542 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi tToViewBox, SVGZoomAndPan { 9582 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi tToViewBox, SVGZoomAndPan {
9543 9583
9544 final SVGStringList viewTarget; 9584 final SVGStringList viewTarget;
9545 } 9585 }
9546 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9586 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9547 // for details. All rights reserved. Use of this source code is governed by a 9587 // for details. All rights reserved. Use of this source code is governed by a
9548 // BSD-style license that can be found in the LICENSE file. 9588 // BSD-style license that can be found in the LICENSE file.
9549 9589
9550 // WARNING: Do not edit - generated code. 9590 // WARNING: Do not edit - generated code.
9551 9591
9552 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { 9592 interface SVGViewSpec {
9593
9594 final SVGAnimatedPreserveAspectRatio preserveAspectRatio;
9553 9595
9554 final String preserveAspectRatioString; 9596 final String preserveAspectRatioString;
9555 9597
9556 final SVGTransformList transform; 9598 final SVGTransformList transform;
9557 9599
9558 final String transformString; 9600 final String transformString;
9559 9601
9602 final SVGAnimatedRect viewBox;
9603
9560 final String viewBoxString; 9604 final String viewBoxString;
9561 9605
9562 final SVGElement viewTarget; 9606 final SVGElement viewTarget;
9563 9607
9564 final String viewTargetString; 9608 final String viewTargetString;
9609
9610 int zoomAndPan;
9565 } 9611 }
9566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9567 // for details. All rights reserved. Use of this source code is governed by a 9613 // for details. All rights reserved. Use of this source code is governed by a
9568 // BSD-style license that can be found in the LICENSE file. 9614 // BSD-style license that can be found in the LICENSE file.
9569 9615
9570 // WARNING: Do not edit - generated code. 9616 // WARNING: Do not edit - generated code.
9571 9617
9572 interface SVGZoomAndPan { 9618 interface SVGZoomAndPan {
9573 9619
9574 static final int SVG_ZOOMANDPAN_DISABLE = 1; 9620 static final int SVG_ZOOMANDPAN_DISABLE = 1;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
9686 ShadowRoot(Element host); 9732 ShadowRoot(Element host);
9687 9733
9688 final Element activeElement; 9734 final Element activeElement;
9689 9735
9690 bool applyAuthorStyles; 9736 bool applyAuthorStyles;
9691 9737
9692 final Element host; 9738 final Element host;
9693 9739
9694 String innerHTML; 9740 String innerHTML;
9695 9741
9696 final DOMSelection selection;
9697
9698 Element getElementById(String elementId); 9742 Element getElementById(String elementId);
9699 9743
9700 NodeList getElementsByClassName(String className); 9744 NodeList getElementsByClassName(String className);
9701 9745
9702 NodeList getElementsByTagName(String tagName); 9746 NodeList getElementsByTagName(String tagName);
9703 9747
9704 NodeList getElementsByTagNameNS(String namespaceURI, String localName); 9748 NodeList getElementsByTagNameNS(String namespaceURI, String localName);
9749
9750 DOMSelection getSelection();
9705 } 9751 }
9706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9707 // for details. All rights reserved. Use of this source code is governed by a 9753 // for details. All rights reserved. Use of this source code is governed by a
9708 // BSD-style license that can be found in the LICENSE file. 9754 // BSD-style license that can be found in the LICENSE file.
9709 9755
9710 // WARNING: Do not edit - generated code. 9756 // WARNING: Do not edit - generated code.
9711 9757
9712 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid er { 9758 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid er {
9713 9759
9714 SharedWorker(String scriptURL, [String name]); 9760 SharedWorker(String scriptURL, [String name]);
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
11734 String toString(); 11780 String toString();
11735 11781
11736 WebKitCSSMatrix translate(num x, num y, num z); 11782 WebKitCSSMatrix translate(num x, num y, num z);
11737 } 11783 }
11738 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11739 // for details. All rights reserved. Use of this source code is governed by a 11785 // for details. All rights reserved. Use of this source code is governed by a
11740 // BSD-style license that can be found in the LICENSE file. 11786 // BSD-style license that can be found in the LICENSE file.
11741 11787
11742 // WARNING: Do not edit - generated code. 11788 // WARNING: Do not edit - generated code.
11743 11789
11744 interface WebKitCSSRegionRule extends CSSRule {
11745
11746 final CSSRuleList cssRules;
11747 }
11748 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11749 // for details. All rights reserved. Use of this source code is governed by a
11750 // BSD-style license that can be found in the LICENSE file.
11751
11752 // WARNING: Do not edit - generated code.
11753
11754 interface WebKitCSSTransformValue extends CSSValueList { 11790 interface WebKitCSSTransformValue extends CSSValueList {
11755 11791
11756 static final int CSS_MATRIX = 11; 11792 static final int CSS_MATRIX = 11;
11757 11793
11758 static final int CSS_MATRIX3D = 21; 11794 static final int CSS_MATRIX3D = 21;
11759 11795
11760 static final int CSS_PERSPECTIVE = 20; 11796 static final int CSS_PERSPECTIVE = 20;
11761 11797
11762 static final int CSS_ROTATE = 4; 11798 static final int CSS_ROTATE = 4;
11763 11799
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
11812 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11813 // for details. All rights reserved. Use of this source code is governed by a 11849 // for details. All rights reserved. Use of this source code is governed by a
11814 // BSD-style license that can be found in the LICENSE file. 11850 // BSD-style license that can be found in the LICENSE file.
11815 11851
11816 // WARNING: Do not edit - generated code. 11852 // WARNING: Do not edit - generated code.
11817 11853
11818 interface WebKitNamedFlow { 11854 interface WebKitNamedFlow {
11819 11855
11820 final NodeList contentNodes; 11856 final NodeList contentNodes;
11821 11857
11822 final bool overflow; 11858 final String name;
11859
11860 final bool overset;
11823 11861
11824 NodeList getRegionsByContentNode(Node contentNode); 11862 NodeList getRegionsByContentNode(Node contentNode);
11825 } 11863 }
11826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11827 // for details. All rights reserved. Use of this source code is governed by a 11865 // for details. All rights reserved. Use of this source code is governed by a
11828 // BSD-style license that can be found in the LICENSE file. 11866 // BSD-style license that can be found in the LICENSE file.
11829 11867
11830 // WARNING: Do not edit - generated code. 11868 // WARNING: Do not edit - generated code.
11831 11869
11832 interface WebKitPoint default _WebKitPointFactoryProvider { 11870 interface WebKitPoint default _WebKitPointFactoryProvider {
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
12947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12985 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12948 // for details. All rights reserved. Use of this source code is governed by a 12986 // for details. All rights reserved. Use of this source code is governed by a
12949 // BSD-style license that can be found in the LICENSE file. 12987 // BSD-style license that can be found in the LICENSE file.
12950 12988
12951 Window get window() => _dummy(); 12989 Window get window() => _dummy();
12952 12990
12953 // TODO(vsm): Remove when prefixes are supported. 12991 // TODO(vsm): Remove when prefixes are supported.
12954 Window get dom_window() => _dummy(); 12992 Window get dom_window() => _dummy();
12955 12993
12956 Document get document() => _dummy(); 12994 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698