| OLD | NEW |
| 1 #library('html'); | 1 #library('html'); |
| 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:html library. | 8 // Auto-generated dart:html library. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 Document get document() { | 45 Document get document() { |
| 46 if (_cachedDocument == null) { | 46 if (_cachedDocument == null) { |
| 47 _init(); | 47 _init(); |
| 48 } | 48 } |
| 49 return _cachedDocument; | 49 return _cachedDocument; |
| 50 } | 50 } |
| 51 | 51 |
| 52 _DocumentImpl get _document() native "return window.document.documentElement;"; | 52 _DocumentImpl get _document() native "return window.document.documentElement;"; |
| 53 | 53 |
| 54 // Workaround for classes like <site> that lack their own Element subclass. |
| 55 class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" { |
| 56 } |
| 54 class _AbstractWorkerImpl extends _EventTargetImpl implements AbstractWorker nat
ive "*AbstractWorker" { | 57 class _AbstractWorkerImpl extends _EventTargetImpl implements AbstractWorker nat
ive "*AbstractWorker" { |
| 55 | 58 |
| 56 _AbstractWorkerEventsImpl get on() => | 59 _AbstractWorkerEventsImpl get on() => |
| 57 new _AbstractWorkerEventsImpl(this); | 60 new _AbstractWorkerEventsImpl(this); |
| 58 | 61 |
| 59 void _addEventListener(String type, EventListener listener, [bool useCapture =
null]) native "this.addEventListener(type, listener, useCapture);"; | 62 void _addEventListener(String type, EventListener listener, [bool useCapture =
null]) native "this.addEventListener(type, listener, useCapture);"; |
| 60 | 63 |
| 61 bool _dispatchEvent(_EventImpl evt) native "return this.dispatchEvent(evt);"; | 64 bool _dispatchEvent(_EventImpl evt) native "return this.dispatchEvent(evt);"; |
| 62 | 65 |
| 63 void _removeEventListener(String type, EventListener listener, [bool useCaptur
e = null]) native "this.removeEventListener(type, listener, useCapture);"; | 66 void _removeEventListener(String type, EventListener listener, [bool useCaptur
e = null]) native "this.removeEventListener(type, listener, useCapture);"; |
| (...skipping 4581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4645 String get readyState() native "return this.parentNode.readyState;"; | 4648 String get readyState() native "return this.parentNode.readyState;"; |
| 4646 | 4649 |
| 4647 String get referrer() native "return this.parentNode.referrer;"; | 4650 String get referrer() native "return this.parentNode.referrer;"; |
| 4648 | 4651 |
| 4649 String get selectedStylesheetSet() native "return this.parentNode.selectedStyl
esheetSet;"; | 4652 String get selectedStylesheetSet() native "return this.parentNode.selectedStyl
esheetSet;"; |
| 4650 | 4653 |
| 4651 void set selectedStylesheetSet(String value) native "this.parentNode.selectedS
tylesheetSet = value;"; | 4654 void set selectedStylesheetSet(String value) native "this.parentNode.selectedS
tylesheetSet = value;"; |
| 4652 | 4655 |
| 4653 _StyleSheetListImpl get styleSheets() native "return this.parentNode.styleShee
ts;"; | 4656 _StyleSheetListImpl get styleSheets() native "return this.parentNode.styleShee
ts;"; |
| 4654 | 4657 |
| 4658 String get title() native "return this.parentNode.title;"; |
| 4659 |
| 4660 void set title(String value) native "this.parentNode.title = value;"; |
| 4661 |
| 4655 _ElementImpl get webkitCurrentFullScreenElement() native "return this.parentNo
de.webkitCurrentFullScreenElement;"; | 4662 _ElementImpl get webkitCurrentFullScreenElement() native "return this.parentNo
de.webkitCurrentFullScreenElement;"; |
| 4656 | 4663 |
| 4657 bool get webkitFullScreenKeyboardInputAllowed() native "return this.parentNode
.webkitFullScreenKeyboardInputAllowed;"; | 4664 bool get webkitFullScreenKeyboardInputAllowed() native "return this.parentNode
.webkitFullScreenKeyboardInputAllowed;"; |
| 4658 | 4665 |
| 4659 bool get webkitHidden() native "return this.parentNode.webkitHidden;"; | 4666 bool get webkitHidden() native "return this.parentNode.webkitHidden;"; |
| 4660 | 4667 |
| 4661 bool get webkitIsFullScreen() native "return this.parentNode.webkitIsFullScree
n;"; | 4668 bool get webkitIsFullScreen() native "return this.parentNode.webkitIsFullScree
n;"; |
| 4662 | 4669 |
| 4663 String get webkitVisibilityState() native "return this.parentNode.webkitVisibi
lityState;"; | 4670 String get webkitVisibilityState() native "return this.parentNode.webkitVisibi
lityState;"; |
| 4664 | 4671 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4697 | 4704 |
| 4698 bool queryCommandSupported(String command) native "return this.parentNode.quer
yCommandSupported(command);"; | 4705 bool queryCommandSupported(String command) native "return this.parentNode.quer
yCommandSupported(command);"; |
| 4699 | 4706 |
| 4700 String queryCommandValue(String command) native "return this.parentNode.queryC
ommandValue(command);"; | 4707 String queryCommandValue(String command) native "return this.parentNode.queryC
ommandValue(command);"; |
| 4701 | 4708 |
| 4702 void webkitCancelFullScreen() native "this.parentNode.webkitCancelFullScreen()
;"; | 4709 void webkitCancelFullScreen() native "this.parentNode.webkitCancelFullScreen()
;"; |
| 4703 | 4710 |
| 4704 _WebKitNamedFlowImpl webkitGetFlowByName(String name) native "return this.pare
ntNode.webkitGetFlowByName(name);"; | 4711 _WebKitNamedFlowImpl webkitGetFlowByName(String name) native "return this.pare
ntNode.webkitGetFlowByName(name);"; |
| 4705 | 4712 |
| 4706 | 4713 |
| 4707 // TODO(jacobr): remove these methods and let them be generated automatically | |
| 4708 // once dart supports defining fields with the same name in an interface and | |
| 4709 // its parent interface. | |
| 4710 String get title() native "return this.parentNode.title;"; | |
| 4711 void set title(String value) native "this.parentNode.title = value;"; | |
| 4712 | |
| 4713 | |
| 4714 // For efficiency and simplicity, we always use the HtmlElement as the | 4714 // For efficiency and simplicity, we always use the HtmlElement as the |
| 4715 // Document but sometimes internally we need the real JS document object. | 4715 // Document but sometimes internally we need the real JS document object. |
| 4716 _NodeImpl get _jsDocument() native "return this.parentNode;"; | 4716 _NodeImpl get _jsDocument() native "return this.parentNode;"; |
| 4717 | 4717 |
| 4718 // The document doesn't have a parent element. | 4718 // The document doesn't have a parent element. |
| 4719 _ElementImpl get parent() => null; | 4719 _ElementImpl get parent() => null; |
| 4720 } | 4720 } |
| 4721 | 4721 |
| 4722 // This class should not be externally visible. If a user ever gets access to | 4722 // This class should not be externally visible. If a user ever gets access to |
| 4723 // a _SecretHtmlDocumentImpl object that is a bug. This object is hidden by | 4723 // a _SecretHtmlDocumentImpl object that is a bug. This object is hidden by |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4832 | 4832 |
| 4833 EventListenerList get touchMove() => _get('touchmove'); | 4833 EventListenerList get touchMove() => _get('touchmove'); |
| 4834 | 4834 |
| 4835 EventListenerList get touchStart() => _get('touchstart'); | 4835 EventListenerList get touchStart() => _get('touchstart'); |
| 4836 } | 4836 } |
| 4837 | 4837 |
| 4838 class _DocumentFragmentImpl extends _NodeImpl implements DocumentFragment native
"*DocumentFragment" { | 4838 class _DocumentFragmentImpl extends _NodeImpl implements DocumentFragment native
"*DocumentFragment" { |
| 4839 | 4839 |
| 4840 _ElementImpl query(String selectors) native "return this.querySelector(selecto
rs);"; | 4840 _ElementImpl query(String selectors) native "return this.querySelector(selecto
rs);"; |
| 4841 | 4841 |
| 4842 _NodeListImpl queryAll(String selectors) native "return this.querySelectorAll(
selectors);"; | 4842 _NodeListImpl _querySelectorAll(String selectors) native "return this.querySel
ectorAll(selectors);"; |
| 4843 } | 4843 } |
| 4844 | 4844 |
| 4845 class _DocumentTypeImpl extends _NodeImpl implements DocumentType native "*Docum
entType" { | 4845 class _DocumentTypeImpl extends _NodeImpl implements DocumentType native "*Docum
entType" { |
| 4846 | 4846 |
| 4847 final _NamedNodeMapImpl entities; | 4847 final _NamedNodeMapImpl entities; |
| 4848 | 4848 |
| 4849 final String internalSubset; | 4849 final String internalSubset; |
| 4850 | 4850 |
| 4851 final String name; | 4851 final String name; |
| 4852 | 4852 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4913 | 4913 |
| 4914 bool some(bool f(Element element)) { | 4914 bool some(bool f(Element element)) { |
| 4915 for(Element element in this) { | 4915 for(Element element in this) { |
| 4916 if (f(element)) { | 4916 if (f(element)) { |
| 4917 return true; | 4917 return true; |
| 4918 } | 4918 } |
| 4919 }; | 4919 }; |
| 4920 return false; | 4920 return false; |
| 4921 } | 4921 } |
| 4922 | 4922 |
| 4923 Collection map(f(Element element)) { |
| 4924 final out = []; |
| 4925 for (Element el in this) { |
| 4926 out.add(f(el)); |
| 4927 } |
| 4928 return out; |
| 4929 } |
| 4930 |
| 4923 bool isEmpty() { | 4931 bool isEmpty() { |
| 4924 return _element._firstElementChild == null; | 4932 return _element._firstElementChild == null; |
| 4925 } | 4933 } |
| 4926 | 4934 |
| 4927 int get length() { | 4935 int get length() { |
| 4928 return _childElements.length; | 4936 return _childElements.length; |
| 4929 } | 4937 } |
| 4930 | 4938 |
| 4931 _ElementImpl operator [](int index) { | 4939 _ElementImpl operator [](int index) { |
| 4932 return _childElements[index]; | 4940 return _childElements[index]; |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5010 // TODO(jacobr): this is an inefficient implementation but it is hard to see | 5018 // TODO(jacobr): this is an inefficient implementation but it is hard to see |
| 5011 // a better option given that we cannot quite force NodeList to be an | 5019 // a better option given that we cannot quite force NodeList to be an |
| 5012 // ElementList as there are valid cases where a NodeList JavaScript object | 5020 // ElementList as there are valid cases where a NodeList JavaScript object |
| 5013 // contains Node objects that are not Elements. | 5021 // contains Node objects that are not Elements. |
| 5014 class _FrozenElementList implements ElementList { | 5022 class _FrozenElementList implements ElementList { |
| 5015 final List<Node> _nodeList; | 5023 final List<Node> _nodeList; |
| 5016 | 5024 |
| 5017 _FrozenElementList._wrap(this._nodeList); | 5025 _FrozenElementList._wrap(this._nodeList); |
| 5018 | 5026 |
| 5019 Element get first() { | 5027 Element get first() { |
| 5020 return _nodeList.first; | 5028 return _nodeList[0]; |
| 5021 } | 5029 } |
| 5022 | 5030 |
| 5023 void forEach(void f(Element element)) { | 5031 void forEach(void f(Element element)) { |
| 5024 for (Element el in this) { | 5032 for (Element el in this) { |
| 5025 f(el); | 5033 f(el); |
| 5026 } | 5034 } |
| 5027 } | 5035 } |
| 5028 | 5036 |
| 5029 Collection map(f(Element element)) { | 5037 Collection map(f(Element element)) { |
| 5030 final out = []; | 5038 final out = []; |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5460 int get _scrollWidth() native "return this.scrollWidth;"; | 5468 int get _scrollWidth() native "return this.scrollWidth;"; |
| 5461 | 5469 |
| 5462 bool spellcheck; | 5470 bool spellcheck; |
| 5463 | 5471 |
| 5464 final _CSSStyleDeclarationImpl style; | 5472 final _CSSStyleDeclarationImpl style; |
| 5465 | 5473 |
| 5466 int tabIndex; | 5474 int tabIndex; |
| 5467 | 5475 |
| 5468 final String tagName; | 5476 final String tagName; |
| 5469 | 5477 |
| 5478 String title; |
| 5479 |
| 5470 final String webkitRegionOverflow; | 5480 final String webkitRegionOverflow; |
| 5471 | 5481 |
| 5472 String webkitdropzone; | 5482 String webkitdropzone; |
| 5473 | 5483 |
| 5474 _ElementEventsImpl get on() => | 5484 _ElementEventsImpl get on() => |
| 5475 new _ElementEventsImpl(this); | 5485 new _ElementEventsImpl(this); |
| 5476 | 5486 |
| 5477 void blur() native; | 5487 void blur() native; |
| 5478 | 5488 |
| 5479 void click() native; | 5489 void click() native; |
| (...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6617 | 6627 |
| 6618 void replaceState(Object data, String title, [String url = null]) native; | 6628 void replaceState(Object data, String title, [String url = null]) native; |
| 6619 } | 6629 } |
| 6620 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6621 // for details. All rights reserved. Use of this source code is governed by a | 6631 // for details. All rights reserved. Use of this source code is governed by a |
| 6622 // BSD-style license that can be found in the LICENSE file. | 6632 // BSD-style license that can be found in the LICENSE file. |
| 6623 | 6633 |
| 6624 class _HtmlElementImpl extends _ElementImpl implements HtmlElement | 6634 class _HtmlElementImpl extends _ElementImpl implements HtmlElement |
| 6625 native "*IntentionallyInvalid" { | 6635 native "*IntentionallyInvalid" { |
| 6626 | 6636 |
| 6627 String manifest; | |
| 6628 | |
| 6629 String version; | |
| 6630 | |
| 6631 } | 6637 } |
| 6632 | 6638 |
| 6633 class _IDBAnyImpl implements IDBAny native "*IDBAny" { | 6639 class _IDBAnyImpl implements IDBAny native "*IDBAny" { |
| 6634 } | 6640 } |
| 6635 | 6641 |
| 6636 class _IDBCursorImpl implements IDBCursor native "*IDBCursor" { | 6642 class _IDBCursorImpl implements IDBCursor native "*IDBCursor" { |
| 6637 | 6643 |
| 6638 static final int NEXT = 0; | 6644 static final int NEXT = 0; |
| 6639 | 6645 |
| 6640 static final int NEXT_NO_DUPLICATE = 1; | 6646 static final int NEXT_NO_DUPLICATE = 1; |
| (...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8207 _NodeListImpl get nodes() { | 8213 _NodeListImpl get nodes() { |
| 8208 final list = _childNodes; | 8214 final list = _childNodes; |
| 8209 list._parent = this; | 8215 list._parent = this; |
| 8210 return list; | 8216 return list; |
| 8211 } | 8217 } |
| 8212 | 8218 |
| 8213 void set nodes(Collection<Node> value) { | 8219 void set nodes(Collection<Node> value) { |
| 8214 // Copy list first since we don't want liveness during iteration. | 8220 // Copy list first since we don't want liveness during iteration. |
| 8215 // TODO(jacobr): there is a better way to do this. | 8221 // TODO(jacobr): there is a better way to do this. |
| 8216 List copy = new List.from(value); | 8222 List copy = new List.from(value); |
| 8217 nodes.clear(); | 8223 text = ''; |
| 8218 nodes.addAll(copy); | 8224 for (Node node in copy) { |
| 8225 _appendChild(node); |
| 8226 } |
| 8219 } | 8227 } |
| 8220 | 8228 |
| 8221 // TODO(jacobr): should we throw an exception if parent is already null? | 8229 // TODO(jacobr): should we throw an exception if parent is already null? |
| 8222 _NodeImpl remove() { | 8230 _NodeImpl remove() { |
| 8223 if (this.parent != null) { | 8231 if (this.parent != null) { |
| 8224 this.parent._removeChild(this); | 8232 this.parent._removeChild(this); |
| 8225 } | 8233 } |
| 8226 return this; | 8234 return this; |
| 8227 } | 8235 } |
| 8228 | 8236 |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8534 | 8542 |
| 8535 | 8543 |
| 8536 final int length; | 8544 final int length; |
| 8537 | 8545 |
| 8538 _NodeImpl operator[](int index) native "return this[index];"; | 8546 _NodeImpl operator[](int index) native "return this[index];"; |
| 8539 | 8547 |
| 8540 } | 8548 } |
| 8541 | 8549 |
| 8542 class _NodeSelectorImpl implements NodeSelector native "*NodeSelector" { | 8550 class _NodeSelectorImpl implements NodeSelector native "*NodeSelector" { |
| 8543 | 8551 |
| 8544 _ElementImpl querySelector(String selectors) native; | 8552 _ElementImpl query(String selectors) native "return this.querySelector(selecto
rs);"; |
| 8545 | 8553 |
| 8546 _NodeListImpl querySelectorAll(String selectors) native; | 8554 _NodeListImpl _querySelectorAll(String selectors) native "return this.querySel
ectorAll(selectors);"; |
| 8547 } | 8555 } |
| 8548 | 8556 |
| 8549 class _NotationImpl extends _NodeImpl implements Notation native "*Notation" { | 8557 class _NotationImpl extends _NodeImpl implements Notation native "*Notation" { |
| 8550 | 8558 |
| 8551 final String publicId; | 8559 final String publicId; |
| 8552 | 8560 |
| 8553 final String systemId; | 8561 final String systemId; |
| 8554 } | 8562 } |
| 8555 | 8563 |
| 8556 class _NotificationImpl extends _EventTargetImpl implements Notification native
"*Notification" { | 8564 class _NotificationImpl extends _EventTargetImpl implements Notification native
"*Notification" { |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9188 String xmllang; | 9196 String xmllang; |
| 9189 | 9197 |
| 9190 String xmlspace; | 9198 String xmlspace; |
| 9191 | 9199 |
| 9192 // From SVGExternalResourcesRequired | 9200 // From SVGExternalResourcesRequired |
| 9193 | 9201 |
| 9194 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 9202 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 9195 | 9203 |
| 9196 // From SVGStylable | 9204 // From SVGStylable |
| 9197 | 9205 |
| 9198 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9206 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9199 | 9207 |
| 9200 // Use implementation from Element. | 9208 // Use implementation from Element. |
| 9201 // final _CSSStyleDeclarationImpl style; | 9209 // final _CSSStyleDeclarationImpl style; |
| 9202 | 9210 |
| 9203 _CSSValueImpl getPresentationAttribute(String name) native; | 9211 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9204 | 9212 |
| 9205 // From SVGTransformable | 9213 // From SVGTransformable |
| 9206 | 9214 |
| 9207 final _SVGAnimatedTransformListImpl transform; | 9215 final _SVGAnimatedTransformListImpl transform; |
| 9208 | 9216 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9417 String xmllang; | 9425 String xmllang; |
| 9418 | 9426 |
| 9419 String xmlspace; | 9427 String xmlspace; |
| 9420 | 9428 |
| 9421 // From SVGExternalResourcesRequired | 9429 // From SVGExternalResourcesRequired |
| 9422 | 9430 |
| 9423 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 9431 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 9424 | 9432 |
| 9425 // From SVGStylable | 9433 // From SVGStylable |
| 9426 | 9434 |
| 9427 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9435 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9428 | 9436 |
| 9429 // Use implementation from Element. | 9437 // Use implementation from Element. |
| 9430 // final _CSSStyleDeclarationImpl style; | 9438 // final _CSSStyleDeclarationImpl style; |
| 9431 | 9439 |
| 9432 _CSSValueImpl getPresentationAttribute(String name) native; | 9440 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9433 | 9441 |
| 9434 // From SVGTransformable | 9442 // From SVGTransformable |
| 9435 | 9443 |
| 9436 final _SVGAnimatedTransformListImpl transform; | 9444 final _SVGAnimatedTransformListImpl transform; |
| 9437 | 9445 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9469 String xmllang; | 9477 String xmllang; |
| 9470 | 9478 |
| 9471 String xmlspace; | 9479 String xmlspace; |
| 9472 | 9480 |
| 9473 // From SVGExternalResourcesRequired | 9481 // From SVGExternalResourcesRequired |
| 9474 | 9482 |
| 9475 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 9483 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 9476 | 9484 |
| 9477 // From SVGStylable | 9485 // From SVGStylable |
| 9478 | 9486 |
| 9479 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9487 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9480 | 9488 |
| 9481 // Use implementation from Element. | 9489 // Use implementation from Element. |
| 9482 // final _CSSStyleDeclarationImpl style; | 9490 // final _CSSStyleDeclarationImpl style; |
| 9483 | 9491 |
| 9484 _CSSValueImpl getPresentationAttribute(String name) native; | 9492 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9485 | 9493 |
| 9486 // From SVGTransformable | 9494 // From SVGTransformable |
| 9487 | 9495 |
| 9488 final _SVGAnimatedTransformListImpl transform; | 9496 final _SVGAnimatedTransformListImpl transform; |
| 9489 | 9497 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9594 String xmllang; | 9602 String xmllang; |
| 9595 | 9603 |
| 9596 String xmlspace; | 9604 String xmlspace; |
| 9597 | 9605 |
| 9598 // From SVGExternalResourcesRequired | 9606 // From SVGExternalResourcesRequired |
| 9599 | 9607 |
| 9600 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 9608 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 9601 | 9609 |
| 9602 // From SVGStylable | 9610 // From SVGStylable |
| 9603 | 9611 |
| 9604 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9612 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9605 | 9613 |
| 9606 // Use implementation from Element. | 9614 // Use implementation from Element. |
| 9607 // final _CSSStyleDeclarationImpl style; | 9615 // final _CSSStyleDeclarationImpl style; |
| 9608 | 9616 |
| 9609 _CSSValueImpl getPresentationAttribute(String name) native; | 9617 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9610 | 9618 |
| 9611 // From SVGTransformable | 9619 // From SVGTransformable |
| 9612 | 9620 |
| 9613 final _SVGAnimatedTransformListImpl transform; | 9621 final _SVGAnimatedTransformListImpl transform; |
| 9614 | 9622 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 9630 class _SVGDescElementImpl extends _SVGElementImpl implements SVGDescElement nati
ve "*SVGDescElement" { | 9638 class _SVGDescElementImpl extends _SVGElementImpl implements SVGDescElement nati
ve "*SVGDescElement" { |
| 9631 | 9639 |
| 9632 // From SVGLangSpace | 9640 // From SVGLangSpace |
| 9633 | 9641 |
| 9634 String xmllang; | 9642 String xmllang; |
| 9635 | 9643 |
| 9636 String xmlspace; | 9644 String xmlspace; |
| 9637 | 9645 |
| 9638 // From SVGStylable | 9646 // From SVGStylable |
| 9639 | 9647 |
| 9640 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9648 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9641 | 9649 |
| 9642 // Use implementation from Element. | 9650 // Use implementation from Element. |
| 9643 // final _CSSStyleDeclarationImpl style; | 9651 // final _CSSStyleDeclarationImpl style; |
| 9644 | 9652 |
| 9645 _CSSValueImpl getPresentationAttribute(String name) native; | 9653 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9646 } | 9654 } |
| 9647 | 9655 |
| 9648 class _SVGDocumentImpl extends _DocumentImpl implements SVGDocument native "*SVG
Document" { | 9656 class _SVGDocumentImpl extends _DocumentImpl implements SVGDocument native "*SVG
Document" { |
| 9649 | 9657 |
| 9650 final _SVGSVGElementImpl rootElement; | 9658 final _SVGSVGElementImpl rootElement; |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9810 String xmllang; | 9818 String xmllang; |
| 9811 | 9819 |
| 9812 String xmlspace; | 9820 String xmlspace; |
| 9813 | 9821 |
| 9814 // From SVGExternalResourcesRequired | 9822 // From SVGExternalResourcesRequired |
| 9815 | 9823 |
| 9816 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 9824 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 9817 | 9825 |
| 9818 // From SVGStylable | 9826 // From SVGStylable |
| 9819 | 9827 |
| 9820 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9828 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9821 | 9829 |
| 9822 // Use implementation from Element. | 9830 // Use implementation from Element. |
| 9823 // final _CSSStyleDeclarationImpl style; | 9831 // final _CSSStyleDeclarationImpl style; |
| 9824 | 9832 |
| 9825 _CSSValueImpl getPresentationAttribute(String name) native; | 9833 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9826 | 9834 |
| 9827 // From SVGTransformable | 9835 // From SVGTransformable |
| 9828 | 9836 |
| 9829 final _SVGAnimatedTransformListImpl transform; | 9837 final _SVGAnimatedTransformListImpl transform; |
| 9830 | 9838 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9892 final _SVGAnimatedStringImpl result; | 9900 final _SVGAnimatedStringImpl result; |
| 9893 | 9901 |
| 9894 final _SVGAnimatedLengthImpl width; | 9902 final _SVGAnimatedLengthImpl width; |
| 9895 | 9903 |
| 9896 final _SVGAnimatedLengthImpl x; | 9904 final _SVGAnimatedLengthImpl x; |
| 9897 | 9905 |
| 9898 final _SVGAnimatedLengthImpl y; | 9906 final _SVGAnimatedLengthImpl y; |
| 9899 | 9907 |
| 9900 // From SVGStylable | 9908 // From SVGStylable |
| 9901 | 9909 |
| 9902 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9910 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9903 | 9911 |
| 9904 // Use implementation from Element. | 9912 // Use implementation from Element. |
| 9905 // final _CSSStyleDeclarationImpl style; | 9913 // final _CSSStyleDeclarationImpl style; |
| 9906 | 9914 |
| 9907 _CSSValueImpl getPresentationAttribute(String name) native; | 9915 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9908 } | 9916 } |
| 9909 | 9917 |
| 9910 class _SVGFEColorMatrixElementImpl extends _SVGElementImpl implements SVGFEColor
MatrixElement native "*SVGFEColorMatrixElement" { | 9918 class _SVGFEColorMatrixElementImpl extends _SVGElementImpl implements SVGFEColor
MatrixElement native "*SVGFEColorMatrixElement" { |
| 9911 | 9919 |
| 9912 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 9920 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 9932 final _SVGAnimatedStringImpl result; | 9940 final _SVGAnimatedStringImpl result; |
| 9933 | 9941 |
| 9934 final _SVGAnimatedLengthImpl width; | 9942 final _SVGAnimatedLengthImpl width; |
| 9935 | 9943 |
| 9936 final _SVGAnimatedLengthImpl x; | 9944 final _SVGAnimatedLengthImpl x; |
| 9937 | 9945 |
| 9938 final _SVGAnimatedLengthImpl y; | 9946 final _SVGAnimatedLengthImpl y; |
| 9939 | 9947 |
| 9940 // From SVGStylable | 9948 // From SVGStylable |
| 9941 | 9949 |
| 9942 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9950 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9943 | 9951 |
| 9944 // Use implementation from Element. | 9952 // Use implementation from Element. |
| 9945 // final _CSSStyleDeclarationImpl style; | 9953 // final _CSSStyleDeclarationImpl style; |
| 9946 | 9954 |
| 9947 _CSSValueImpl getPresentationAttribute(String name) native; | 9955 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9948 } | 9956 } |
| 9949 | 9957 |
| 9950 class _SVGFEComponentTransferElementImpl extends _SVGElementImpl implements SVGF
EComponentTransferElement native "*SVGFEComponentTransferElement" { | 9958 class _SVGFEComponentTransferElementImpl extends _SVGElementImpl implements SVGF
EComponentTransferElement native "*SVGFEComponentTransferElement" { |
| 9951 | 9959 |
| 9952 final _SVGAnimatedStringImpl in1; | 9960 final _SVGAnimatedStringImpl in1; |
| 9953 | 9961 |
| 9954 // From SVGFilterPrimitiveStandardAttributes | 9962 // From SVGFilterPrimitiveStandardAttributes |
| 9955 | 9963 |
| 9956 final _SVGAnimatedLengthImpl height; | 9964 final _SVGAnimatedLengthImpl height; |
| 9957 | 9965 |
| 9958 final _SVGAnimatedStringImpl result; | 9966 final _SVGAnimatedStringImpl result; |
| 9959 | 9967 |
| 9960 final _SVGAnimatedLengthImpl width; | 9968 final _SVGAnimatedLengthImpl width; |
| 9961 | 9969 |
| 9962 final _SVGAnimatedLengthImpl x; | 9970 final _SVGAnimatedLengthImpl x; |
| 9963 | 9971 |
| 9964 final _SVGAnimatedLengthImpl y; | 9972 final _SVGAnimatedLengthImpl y; |
| 9965 | 9973 |
| 9966 // From SVGStylable | 9974 // From SVGStylable |
| 9967 | 9975 |
| 9968 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 9976 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 9969 | 9977 |
| 9970 // Use implementation from Element. | 9978 // Use implementation from Element. |
| 9971 // final _CSSStyleDeclarationImpl style; | 9979 // final _CSSStyleDeclarationImpl style; |
| 9972 | 9980 |
| 9973 _CSSValueImpl getPresentationAttribute(String name) native; | 9981 _CSSValueImpl getPresentationAttribute(String name) native; |
| 9974 } | 9982 } |
| 9975 | 9983 |
| 9976 class _SVGFECompositeElementImpl extends _SVGElementImpl implements SVGFEComposi
teElement native "*SVGFECompositeElement" { | 9984 class _SVGFECompositeElementImpl extends _SVGElementImpl implements SVGFEComposi
teElement native "*SVGFECompositeElement" { |
| 9977 | 9985 |
| 9978 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 9986 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10010 final _SVGAnimatedStringImpl result; | 10018 final _SVGAnimatedStringImpl result; |
| 10011 | 10019 |
| 10012 final _SVGAnimatedLengthImpl width; | 10020 final _SVGAnimatedLengthImpl width; |
| 10013 | 10021 |
| 10014 final _SVGAnimatedLengthImpl x; | 10022 final _SVGAnimatedLengthImpl x; |
| 10015 | 10023 |
| 10016 final _SVGAnimatedLengthImpl y; | 10024 final _SVGAnimatedLengthImpl y; |
| 10017 | 10025 |
| 10018 // From SVGStylable | 10026 // From SVGStylable |
| 10019 | 10027 |
| 10020 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10028 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10021 | 10029 |
| 10022 // Use implementation from Element. | 10030 // Use implementation from Element. |
| 10023 // final _CSSStyleDeclarationImpl style; | 10031 // final _CSSStyleDeclarationImpl style; |
| 10024 | 10032 |
| 10025 _CSSValueImpl getPresentationAttribute(String name) native; | 10033 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10026 } | 10034 } |
| 10027 | 10035 |
| 10028 class _SVGFEConvolveMatrixElementImpl extends _SVGElementImpl implements SVGFECo
nvolveMatrixElement native "*SVGFEConvolveMatrixElement" { | 10036 class _SVGFEConvolveMatrixElementImpl extends _SVGElementImpl implements SVGFECo
nvolveMatrixElement native "*SVGFEConvolveMatrixElement" { |
| 10029 | 10037 |
| 10030 static final int SVG_EDGEMODE_DUPLICATE = 1; | 10038 static final int SVG_EDGEMODE_DUPLICATE = 1; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10066 final _SVGAnimatedStringImpl result; | 10074 final _SVGAnimatedStringImpl result; |
| 10067 | 10075 |
| 10068 final _SVGAnimatedLengthImpl width; | 10076 final _SVGAnimatedLengthImpl width; |
| 10069 | 10077 |
| 10070 final _SVGAnimatedLengthImpl x; | 10078 final _SVGAnimatedLengthImpl x; |
| 10071 | 10079 |
| 10072 final _SVGAnimatedLengthImpl y; | 10080 final _SVGAnimatedLengthImpl y; |
| 10073 | 10081 |
| 10074 // From SVGStylable | 10082 // From SVGStylable |
| 10075 | 10083 |
| 10076 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10084 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10077 | 10085 |
| 10078 // Use implementation from Element. | 10086 // Use implementation from Element. |
| 10079 // final _CSSStyleDeclarationImpl style; | 10087 // final _CSSStyleDeclarationImpl style; |
| 10080 | 10088 |
| 10081 _CSSValueImpl getPresentationAttribute(String name) native; | 10089 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10082 } | 10090 } |
| 10083 | 10091 |
| 10084 class _SVGFEDiffuseLightingElementImpl extends _SVGElementImpl implements SVGFED
iffuseLightingElement native "*SVGFEDiffuseLightingElement" { | 10092 class _SVGFEDiffuseLightingElementImpl extends _SVGElementImpl implements SVGFED
iffuseLightingElement native "*SVGFEDiffuseLightingElement" { |
| 10085 | 10093 |
| 10086 final _SVGAnimatedNumberImpl diffuseConstant; | 10094 final _SVGAnimatedNumberImpl diffuseConstant; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 10100 final _SVGAnimatedStringImpl result; | 10108 final _SVGAnimatedStringImpl result; |
| 10101 | 10109 |
| 10102 final _SVGAnimatedLengthImpl width; | 10110 final _SVGAnimatedLengthImpl width; |
| 10103 | 10111 |
| 10104 final _SVGAnimatedLengthImpl x; | 10112 final _SVGAnimatedLengthImpl x; |
| 10105 | 10113 |
| 10106 final _SVGAnimatedLengthImpl y; | 10114 final _SVGAnimatedLengthImpl y; |
| 10107 | 10115 |
| 10108 // From SVGStylable | 10116 // From SVGStylable |
| 10109 | 10117 |
| 10110 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10118 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10111 | 10119 |
| 10112 // Use implementation from Element. | 10120 // Use implementation from Element. |
| 10113 // final _CSSStyleDeclarationImpl style; | 10121 // final _CSSStyleDeclarationImpl style; |
| 10114 | 10122 |
| 10115 _CSSValueImpl getPresentationAttribute(String name) native; | 10123 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10116 } | 10124 } |
| 10117 | 10125 |
| 10118 class _SVGFEDisplacementMapElementImpl extends _SVGElementImpl implements SVGFED
isplacementMapElement native "*SVGFEDisplacementMapElement" { | 10126 class _SVGFEDisplacementMapElementImpl extends _SVGElementImpl implements SVGFED
isplacementMapElement native "*SVGFEDisplacementMapElement" { |
| 10119 | 10127 |
| 10120 static final int SVG_CHANNEL_A = 4; | 10128 static final int SVG_CHANNEL_A = 4; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 10144 final _SVGAnimatedStringImpl result; | 10152 final _SVGAnimatedStringImpl result; |
| 10145 | 10153 |
| 10146 final _SVGAnimatedLengthImpl width; | 10154 final _SVGAnimatedLengthImpl width; |
| 10147 | 10155 |
| 10148 final _SVGAnimatedLengthImpl x; | 10156 final _SVGAnimatedLengthImpl x; |
| 10149 | 10157 |
| 10150 final _SVGAnimatedLengthImpl y; | 10158 final _SVGAnimatedLengthImpl y; |
| 10151 | 10159 |
| 10152 // From SVGStylable | 10160 // From SVGStylable |
| 10153 | 10161 |
| 10154 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10162 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10155 | 10163 |
| 10156 // Use implementation from Element. | 10164 // Use implementation from Element. |
| 10157 // final _CSSStyleDeclarationImpl style; | 10165 // final _CSSStyleDeclarationImpl style; |
| 10158 | 10166 |
| 10159 _CSSValueImpl getPresentationAttribute(String name) native; | 10167 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10160 } | 10168 } |
| 10161 | 10169 |
| 10162 class _SVGFEDistantLightElementImpl extends _SVGElementImpl implements SVGFEDist
antLightElement native "*SVGFEDistantLightElement" { | 10170 class _SVGFEDistantLightElementImpl extends _SVGElementImpl implements SVGFEDist
antLightElement native "*SVGFEDistantLightElement" { |
| 10163 | 10171 |
| 10164 final _SVGAnimatedNumberImpl azimuth; | 10172 final _SVGAnimatedNumberImpl azimuth; |
| (...skipping 22 matching lines...) Expand all Loading... |
| 10187 final _SVGAnimatedStringImpl result; | 10195 final _SVGAnimatedStringImpl result; |
| 10188 | 10196 |
| 10189 final _SVGAnimatedLengthImpl width; | 10197 final _SVGAnimatedLengthImpl width; |
| 10190 | 10198 |
| 10191 final _SVGAnimatedLengthImpl x; | 10199 final _SVGAnimatedLengthImpl x; |
| 10192 | 10200 |
| 10193 final _SVGAnimatedLengthImpl y; | 10201 final _SVGAnimatedLengthImpl y; |
| 10194 | 10202 |
| 10195 // From SVGStylable | 10203 // From SVGStylable |
| 10196 | 10204 |
| 10197 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10205 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10198 | 10206 |
| 10199 // Use implementation from Element. | 10207 // Use implementation from Element. |
| 10200 // final _CSSStyleDeclarationImpl style; | 10208 // final _CSSStyleDeclarationImpl style; |
| 10201 | 10209 |
| 10202 _CSSValueImpl getPresentationAttribute(String name) native; | 10210 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10203 } | 10211 } |
| 10204 | 10212 |
| 10205 class _SVGFEFloodElementImpl extends _SVGElementImpl implements SVGFEFloodElemen
t native "*SVGFEFloodElement" { | 10213 class _SVGFEFloodElementImpl extends _SVGElementImpl implements SVGFEFloodElemen
t native "*SVGFEFloodElement" { |
| 10206 | 10214 |
| 10207 // From SVGFilterPrimitiveStandardAttributes | 10215 // From SVGFilterPrimitiveStandardAttributes |
| 10208 | 10216 |
| 10209 final _SVGAnimatedLengthImpl height; | 10217 final _SVGAnimatedLengthImpl height; |
| 10210 | 10218 |
| 10211 final _SVGAnimatedStringImpl result; | 10219 final _SVGAnimatedStringImpl result; |
| 10212 | 10220 |
| 10213 final _SVGAnimatedLengthImpl width; | 10221 final _SVGAnimatedLengthImpl width; |
| 10214 | 10222 |
| 10215 final _SVGAnimatedLengthImpl x; | 10223 final _SVGAnimatedLengthImpl x; |
| 10216 | 10224 |
| 10217 final _SVGAnimatedLengthImpl y; | 10225 final _SVGAnimatedLengthImpl y; |
| 10218 | 10226 |
| 10219 // From SVGStylable | 10227 // From SVGStylable |
| 10220 | 10228 |
| 10221 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10229 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10222 | 10230 |
| 10223 // Use implementation from Element. | 10231 // Use implementation from Element. |
| 10224 // final _CSSStyleDeclarationImpl style; | 10232 // final _CSSStyleDeclarationImpl style; |
| 10225 | 10233 |
| 10226 _CSSValueImpl getPresentationAttribute(String name) native; | 10234 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10227 } | 10235 } |
| 10228 | 10236 |
| 10229 class _SVGFEFuncAElementImpl extends _SVGComponentTransferFunctionElementImpl im
plements SVGFEFuncAElement native "*SVGFEFuncAElement" { | 10237 class _SVGFEFuncAElementImpl extends _SVGComponentTransferFunctionElementImpl im
plements SVGFEFuncAElement native "*SVGFEFuncAElement" { |
| 10230 } | 10238 } |
| 10231 | 10239 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 10255 final _SVGAnimatedStringImpl result; | 10263 final _SVGAnimatedStringImpl result; |
| 10256 | 10264 |
| 10257 final _SVGAnimatedLengthImpl width; | 10265 final _SVGAnimatedLengthImpl width; |
| 10258 | 10266 |
| 10259 final _SVGAnimatedLengthImpl x; | 10267 final _SVGAnimatedLengthImpl x; |
| 10260 | 10268 |
| 10261 final _SVGAnimatedLengthImpl y; | 10269 final _SVGAnimatedLengthImpl y; |
| 10262 | 10270 |
| 10263 // From SVGStylable | 10271 // From SVGStylable |
| 10264 | 10272 |
| 10265 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10273 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10266 | 10274 |
| 10267 // Use implementation from Element. | 10275 // Use implementation from Element. |
| 10268 // final _CSSStyleDeclarationImpl style; | 10276 // final _CSSStyleDeclarationImpl style; |
| 10269 | 10277 |
| 10270 _CSSValueImpl getPresentationAttribute(String name) native; | 10278 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10271 } | 10279 } |
| 10272 | 10280 |
| 10273 class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElemen
t native "*SVGFEImageElement" { | 10281 class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElemen
t native "*SVGFEImageElement" { |
| 10274 | 10282 |
| 10275 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; | 10283 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 10295 final _SVGAnimatedStringImpl result; | 10303 final _SVGAnimatedStringImpl result; |
| 10296 | 10304 |
| 10297 final _SVGAnimatedLengthImpl width; | 10305 final _SVGAnimatedLengthImpl width; |
| 10298 | 10306 |
| 10299 final _SVGAnimatedLengthImpl x; | 10307 final _SVGAnimatedLengthImpl x; |
| 10300 | 10308 |
| 10301 final _SVGAnimatedLengthImpl y; | 10309 final _SVGAnimatedLengthImpl y; |
| 10302 | 10310 |
| 10303 // From SVGStylable | 10311 // From SVGStylable |
| 10304 | 10312 |
| 10305 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10313 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10306 | 10314 |
| 10307 // Use implementation from Element. | 10315 // Use implementation from Element. |
| 10308 // final _CSSStyleDeclarationImpl style; | 10316 // final _CSSStyleDeclarationImpl style; |
| 10309 | 10317 |
| 10310 _CSSValueImpl getPresentationAttribute(String name) native; | 10318 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10311 } | 10319 } |
| 10312 | 10320 |
| 10313 class _SVGFEMergeElementImpl extends _SVGElementImpl implements SVGFEMergeElemen
t native "*SVGFEMergeElement" { | 10321 class _SVGFEMergeElementImpl extends _SVGElementImpl implements SVGFEMergeElemen
t native "*SVGFEMergeElement" { |
| 10314 | 10322 |
| 10315 // From SVGFilterPrimitiveStandardAttributes | 10323 // From SVGFilterPrimitiveStandardAttributes |
| 10316 | 10324 |
| 10317 final _SVGAnimatedLengthImpl height; | 10325 final _SVGAnimatedLengthImpl height; |
| 10318 | 10326 |
| 10319 final _SVGAnimatedStringImpl result; | 10327 final _SVGAnimatedStringImpl result; |
| 10320 | 10328 |
| 10321 final _SVGAnimatedLengthImpl width; | 10329 final _SVGAnimatedLengthImpl width; |
| 10322 | 10330 |
| 10323 final _SVGAnimatedLengthImpl x; | 10331 final _SVGAnimatedLengthImpl x; |
| 10324 | 10332 |
| 10325 final _SVGAnimatedLengthImpl y; | 10333 final _SVGAnimatedLengthImpl y; |
| 10326 | 10334 |
| 10327 // From SVGStylable | 10335 // From SVGStylable |
| 10328 | 10336 |
| 10329 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10337 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10330 | 10338 |
| 10331 // Use implementation from Element. | 10339 // Use implementation from Element. |
| 10332 // final _CSSStyleDeclarationImpl style; | 10340 // final _CSSStyleDeclarationImpl style; |
| 10333 | 10341 |
| 10334 _CSSValueImpl getPresentationAttribute(String name) native; | 10342 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10335 } | 10343 } |
| 10336 | 10344 |
| 10337 class _SVGFEMergeNodeElementImpl extends _SVGElementImpl implements SVGFEMergeNo
deElement native "*SVGFEMergeNodeElement" { | 10345 class _SVGFEMergeNodeElementImpl extends _SVGElementImpl implements SVGFEMergeNo
deElement native "*SVGFEMergeNodeElement" { |
| 10338 | 10346 |
| 10339 final _SVGAnimatedStringImpl in1; | 10347 final _SVGAnimatedStringImpl in1; |
| (...skipping 24 matching lines...) Expand all Loading... |
| 10364 final _SVGAnimatedStringImpl result; | 10372 final _SVGAnimatedStringImpl result; |
| 10365 | 10373 |
| 10366 final _SVGAnimatedLengthImpl width; | 10374 final _SVGAnimatedLengthImpl width; |
| 10367 | 10375 |
| 10368 final _SVGAnimatedLengthImpl x; | 10376 final _SVGAnimatedLengthImpl x; |
| 10369 | 10377 |
| 10370 final _SVGAnimatedLengthImpl y; | 10378 final _SVGAnimatedLengthImpl y; |
| 10371 | 10379 |
| 10372 // From SVGStylable | 10380 // From SVGStylable |
| 10373 | 10381 |
| 10374 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10382 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10375 | 10383 |
| 10376 // Use implementation from Element. | 10384 // Use implementation from Element. |
| 10377 // final _CSSStyleDeclarationImpl style; | 10385 // final _CSSStyleDeclarationImpl style; |
| 10378 | 10386 |
| 10379 _CSSValueImpl getPresentationAttribute(String name) native; | 10387 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10380 } | 10388 } |
| 10381 | 10389 |
| 10382 class _SVGFEOffsetElementImpl extends _SVGElementImpl implements SVGFEOffsetElem
ent native "*SVGFEOffsetElement" { | 10390 class _SVGFEOffsetElementImpl extends _SVGElementImpl implements SVGFEOffsetElem
ent native "*SVGFEOffsetElement" { |
| 10383 | 10391 |
| 10384 final _SVGAnimatedNumberImpl dx; | 10392 final _SVGAnimatedNumberImpl dx; |
| 10385 | 10393 |
| 10386 final _SVGAnimatedNumberImpl dy; | 10394 final _SVGAnimatedNumberImpl dy; |
| 10387 | 10395 |
| 10388 final _SVGAnimatedStringImpl in1; | 10396 final _SVGAnimatedStringImpl in1; |
| 10389 | 10397 |
| 10390 // From SVGFilterPrimitiveStandardAttributes | 10398 // From SVGFilterPrimitiveStandardAttributes |
| 10391 | 10399 |
| 10392 final _SVGAnimatedLengthImpl height; | 10400 final _SVGAnimatedLengthImpl height; |
| 10393 | 10401 |
| 10394 final _SVGAnimatedStringImpl result; | 10402 final _SVGAnimatedStringImpl result; |
| 10395 | 10403 |
| 10396 final _SVGAnimatedLengthImpl width; | 10404 final _SVGAnimatedLengthImpl width; |
| 10397 | 10405 |
| 10398 final _SVGAnimatedLengthImpl x; | 10406 final _SVGAnimatedLengthImpl x; |
| 10399 | 10407 |
| 10400 final _SVGAnimatedLengthImpl y; | 10408 final _SVGAnimatedLengthImpl y; |
| 10401 | 10409 |
| 10402 // From SVGStylable | 10410 // From SVGStylable |
| 10403 | 10411 |
| 10404 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10412 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10405 | 10413 |
| 10406 // Use implementation from Element. | 10414 // Use implementation from Element. |
| 10407 // final _CSSStyleDeclarationImpl style; | 10415 // final _CSSStyleDeclarationImpl style; |
| 10408 | 10416 |
| 10409 _CSSValueImpl getPresentationAttribute(String name) native; | 10417 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10410 } | 10418 } |
| 10411 | 10419 |
| 10412 class _SVGFEPointLightElementImpl extends _SVGElementImpl implements SVGFEPointL
ightElement native "*SVGFEPointLightElement" { | 10420 class _SVGFEPointLightElementImpl extends _SVGElementImpl implements SVGFEPointL
ightElement native "*SVGFEPointLightElement" { |
| 10413 | 10421 |
| 10414 final _SVGAnimatedNumberImpl x; | 10422 final _SVGAnimatedNumberImpl x; |
| (...skipping 20 matching lines...) Expand all Loading... |
| 10435 final _SVGAnimatedStringImpl result; | 10443 final _SVGAnimatedStringImpl result; |
| 10436 | 10444 |
| 10437 final _SVGAnimatedLengthImpl width; | 10445 final _SVGAnimatedLengthImpl width; |
| 10438 | 10446 |
| 10439 final _SVGAnimatedLengthImpl x; | 10447 final _SVGAnimatedLengthImpl x; |
| 10440 | 10448 |
| 10441 final _SVGAnimatedLengthImpl y; | 10449 final _SVGAnimatedLengthImpl y; |
| 10442 | 10450 |
| 10443 // From SVGStylable | 10451 // From SVGStylable |
| 10444 | 10452 |
| 10445 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10453 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10446 | 10454 |
| 10447 // Use implementation from Element. | 10455 // Use implementation from Element. |
| 10448 // final _CSSStyleDeclarationImpl style; | 10456 // final _CSSStyleDeclarationImpl style; |
| 10449 | 10457 |
| 10450 _CSSValueImpl getPresentationAttribute(String name) native; | 10458 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10451 } | 10459 } |
| 10452 | 10460 |
| 10453 class _SVGFESpotLightElementImpl extends _SVGElementImpl implements SVGFESpotLig
htElement native "*SVGFESpotLightElement" { | 10461 class _SVGFESpotLightElementImpl extends _SVGElementImpl implements SVGFESpotLig
htElement native "*SVGFESpotLightElement" { |
| 10454 | 10462 |
| 10455 final _SVGAnimatedNumberImpl limitingConeAngle; | 10463 final _SVGAnimatedNumberImpl limitingConeAngle; |
| (...skipping 24 matching lines...) Expand all Loading... |
| 10480 final _SVGAnimatedStringImpl result; | 10488 final _SVGAnimatedStringImpl result; |
| 10481 | 10489 |
| 10482 final _SVGAnimatedLengthImpl width; | 10490 final _SVGAnimatedLengthImpl width; |
| 10483 | 10491 |
| 10484 final _SVGAnimatedLengthImpl x; | 10492 final _SVGAnimatedLengthImpl x; |
| 10485 | 10493 |
| 10486 final _SVGAnimatedLengthImpl y; | 10494 final _SVGAnimatedLengthImpl y; |
| 10487 | 10495 |
| 10488 // From SVGStylable | 10496 // From SVGStylable |
| 10489 | 10497 |
| 10490 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10498 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10491 | 10499 |
| 10492 // Use implementation from Element. | 10500 // Use implementation from Element. |
| 10493 // final _CSSStyleDeclarationImpl style; | 10501 // final _CSSStyleDeclarationImpl style; |
| 10494 | 10502 |
| 10495 _CSSValueImpl getPresentationAttribute(String name) native; | 10503 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10496 } | 10504 } |
| 10497 | 10505 |
| 10498 class _SVGFETurbulenceElementImpl extends _SVGElementImpl implements SVGFETurbul
enceElement native "*SVGFETurbulenceElement" { | 10506 class _SVGFETurbulenceElementImpl extends _SVGElementImpl implements SVGFETurbul
enceElement native "*SVGFETurbulenceElement" { |
| 10499 | 10507 |
| 10500 static final int SVG_STITCHTYPE_NOSTITCH = 2; | 10508 static final int SVG_STITCHTYPE_NOSTITCH = 2; |
| (...skipping 27 matching lines...) Expand all Loading... |
| 10528 final _SVGAnimatedStringImpl result; | 10536 final _SVGAnimatedStringImpl result; |
| 10529 | 10537 |
| 10530 final _SVGAnimatedLengthImpl width; | 10538 final _SVGAnimatedLengthImpl width; |
| 10531 | 10539 |
| 10532 final _SVGAnimatedLengthImpl x; | 10540 final _SVGAnimatedLengthImpl x; |
| 10533 | 10541 |
| 10534 final _SVGAnimatedLengthImpl y; | 10542 final _SVGAnimatedLengthImpl y; |
| 10535 | 10543 |
| 10536 // From SVGStylable | 10544 // From SVGStylable |
| 10537 | 10545 |
| 10538 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10546 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10539 | 10547 |
| 10540 // Use implementation from Element. | 10548 // Use implementation from Element. |
| 10541 // final _CSSStyleDeclarationImpl style; | 10549 // final _CSSStyleDeclarationImpl style; |
| 10542 | 10550 |
| 10543 _CSSValueImpl getPresentationAttribute(String name) native; | 10551 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10544 } | 10552 } |
| 10545 | 10553 |
| 10546 class _SVGFilterElementImpl extends _SVGElementImpl implements SVGFilterElement
native "*SVGFilterElement" { | 10554 class _SVGFilterElementImpl extends _SVGElementImpl implements SVGFilterElement
native "*SVGFilterElement" { |
| 10547 | 10555 |
| 10548 final _SVGAnimatedIntegerImpl filterResX; | 10556 final _SVGAnimatedIntegerImpl filterResX; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 10572 String xmllang; | 10580 String xmllang; |
| 10573 | 10581 |
| 10574 String xmlspace; | 10582 String xmlspace; |
| 10575 | 10583 |
| 10576 // From SVGExternalResourcesRequired | 10584 // From SVGExternalResourcesRequired |
| 10577 | 10585 |
| 10578 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10586 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10579 | 10587 |
| 10580 // From SVGStylable | 10588 // From SVGStylable |
| 10581 | 10589 |
| 10582 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10590 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10583 | 10591 |
| 10584 // Use implementation from Element. | 10592 // Use implementation from Element. |
| 10585 // final _CSSStyleDeclarationImpl style; | 10593 // final _CSSStyleDeclarationImpl style; |
| 10586 | 10594 |
| 10587 _CSSValueImpl getPresentationAttribute(String name) native; | 10595 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10588 } | 10596 } |
| 10589 | 10597 |
| 10590 class _SVGFilterPrimitiveStandardAttributesImpl extends _SVGStylableImpl impleme
nts SVGFilterPrimitiveStandardAttributes native "*SVGFilterPrimitiveStandardAttr
ibutes" { | 10598 class _SVGFilterPrimitiveStandardAttributesImpl extends _SVGStylableImpl impleme
nts SVGFilterPrimitiveStandardAttributes native "*SVGFilterPrimitiveStandardAttr
ibutes" { |
| 10591 | 10599 |
| 10592 final _SVGAnimatedLengthImpl height; | 10600 final _SVGAnimatedLengthImpl height; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10650 String xmllang; | 10658 String xmllang; |
| 10651 | 10659 |
| 10652 String xmlspace; | 10660 String xmlspace; |
| 10653 | 10661 |
| 10654 // From SVGExternalResourcesRequired | 10662 // From SVGExternalResourcesRequired |
| 10655 | 10663 |
| 10656 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10664 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10657 | 10665 |
| 10658 // From SVGStylable | 10666 // From SVGStylable |
| 10659 | 10667 |
| 10660 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10668 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10661 | 10669 |
| 10662 // Use implementation from Element. | 10670 // Use implementation from Element. |
| 10663 // final _CSSStyleDeclarationImpl style; | 10671 // final _CSSStyleDeclarationImpl style; |
| 10664 | 10672 |
| 10665 _CSSValueImpl getPresentationAttribute(String name) native; | 10673 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10666 | 10674 |
| 10667 // From SVGTransformable | 10675 // From SVGTransformable |
| 10668 | 10676 |
| 10669 final _SVGAnimatedTransformListImpl transform; | 10677 final _SVGAnimatedTransformListImpl transform; |
| 10670 | 10678 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 10700 String xmllang; | 10708 String xmllang; |
| 10701 | 10709 |
| 10702 String xmlspace; | 10710 String xmlspace; |
| 10703 | 10711 |
| 10704 // From SVGExternalResourcesRequired | 10712 // From SVGExternalResourcesRequired |
| 10705 | 10713 |
| 10706 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10714 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10707 | 10715 |
| 10708 // From SVGStylable | 10716 // From SVGStylable |
| 10709 | 10717 |
| 10710 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10718 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10711 | 10719 |
| 10712 // Use implementation from Element. | 10720 // Use implementation from Element. |
| 10713 // final _CSSStyleDeclarationImpl style; | 10721 // final _CSSStyleDeclarationImpl style; |
| 10714 | 10722 |
| 10715 _CSSValueImpl getPresentationAttribute(String name) native; | 10723 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10716 | 10724 |
| 10717 // From SVGTransformable | 10725 // From SVGTransformable |
| 10718 | 10726 |
| 10719 final _SVGAnimatedTransformListImpl transform; | 10727 final _SVGAnimatedTransformListImpl transform; |
| 10720 | 10728 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 10749 num x; | 10757 num x; |
| 10750 | 10758 |
| 10751 num y; | 10759 num y; |
| 10752 | 10760 |
| 10753 // From SVGURIReference | 10761 // From SVGURIReference |
| 10754 | 10762 |
| 10755 final _SVGAnimatedStringImpl href; | 10763 final _SVGAnimatedStringImpl href; |
| 10756 | 10764 |
| 10757 // From SVGStylable | 10765 // From SVGStylable |
| 10758 | 10766 |
| 10759 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10767 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10760 | 10768 |
| 10761 // Use implementation from Element. | 10769 // Use implementation from Element. |
| 10762 // final _CSSStyleDeclarationImpl style; | 10770 // final _CSSStyleDeclarationImpl style; |
| 10763 | 10771 |
| 10764 _CSSValueImpl getPresentationAttribute(String name) native; | 10772 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10765 } | 10773 } |
| 10766 | 10774 |
| 10767 class _SVGGradientElementImpl extends _SVGElementImpl implements SVGGradientElem
ent native "*SVGGradientElement" { | 10775 class _SVGGradientElementImpl extends _SVGElementImpl implements SVGGradientElem
ent native "*SVGGradientElement" { |
| 10768 | 10776 |
| 10769 static final int SVG_SPREADMETHOD_PAD = 1; | 10777 static final int SVG_SPREADMETHOD_PAD = 1; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 10783 // From SVGURIReference | 10791 // From SVGURIReference |
| 10784 | 10792 |
| 10785 final _SVGAnimatedStringImpl href; | 10793 final _SVGAnimatedStringImpl href; |
| 10786 | 10794 |
| 10787 // From SVGExternalResourcesRequired | 10795 // From SVGExternalResourcesRequired |
| 10788 | 10796 |
| 10789 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10797 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10790 | 10798 |
| 10791 // From SVGStylable | 10799 // From SVGStylable |
| 10792 | 10800 |
| 10793 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10801 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10794 | 10802 |
| 10795 // Use implementation from Element. | 10803 // Use implementation from Element. |
| 10796 // final _CSSStyleDeclarationImpl style; | 10804 // final _CSSStyleDeclarationImpl style; |
| 10797 | 10805 |
| 10798 _CSSValueImpl getPresentationAttribute(String name) native; | 10806 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10799 } | 10807 } |
| 10800 | 10808 |
| 10801 class _SVGHKernElementImpl extends _SVGElementImpl implements SVGHKernElement na
tive "*SVGHKernElement" { | 10809 class _SVGHKernElementImpl extends _SVGElementImpl implements SVGHKernElement na
tive "*SVGHKernElement" { |
| 10802 } | 10810 } |
| 10803 | 10811 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 10832 String xmllang; | 10840 String xmllang; |
| 10833 | 10841 |
| 10834 String xmlspace; | 10842 String xmlspace; |
| 10835 | 10843 |
| 10836 // From SVGExternalResourcesRequired | 10844 // From SVGExternalResourcesRequired |
| 10837 | 10845 |
| 10838 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10846 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10839 | 10847 |
| 10840 // From SVGStylable | 10848 // From SVGStylable |
| 10841 | 10849 |
| 10842 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10850 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10843 | 10851 |
| 10844 // Use implementation from Element. | 10852 // Use implementation from Element. |
| 10845 // final _CSSStyleDeclarationImpl style; | 10853 // final _CSSStyleDeclarationImpl style; |
| 10846 | 10854 |
| 10847 _CSSValueImpl getPresentationAttribute(String name) native; | 10855 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10848 | 10856 |
| 10849 // From SVGTransformable | 10857 // From SVGTransformable |
| 10850 | 10858 |
| 10851 final _SVGAnimatedTransformListImpl transform; | 10859 final _SVGAnimatedTransformListImpl transform; |
| 10852 | 10860 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10953 String xmllang; | 10961 String xmllang; |
| 10954 | 10962 |
| 10955 String xmlspace; | 10963 String xmlspace; |
| 10956 | 10964 |
| 10957 // From SVGExternalResourcesRequired | 10965 // From SVGExternalResourcesRequired |
| 10958 | 10966 |
| 10959 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 10967 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 10960 | 10968 |
| 10961 // From SVGStylable | 10969 // From SVGStylable |
| 10962 | 10970 |
| 10963 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 10971 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 10964 | 10972 |
| 10965 // Use implementation from Element. | 10973 // Use implementation from Element. |
| 10966 // final _CSSStyleDeclarationImpl style; | 10974 // final _CSSStyleDeclarationImpl style; |
| 10967 | 10975 |
| 10968 _CSSValueImpl getPresentationAttribute(String name) native; | 10976 _CSSValueImpl getPresentationAttribute(String name) native; |
| 10969 | 10977 |
| 10970 // From SVGTransformable | 10978 // From SVGTransformable |
| 10971 | 10979 |
| 10972 final _SVGAnimatedTransformListImpl transform; | 10980 final _SVGAnimatedTransformListImpl transform; |
| 10973 | 10981 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11060 String xmllang; | 11068 String xmllang; |
| 11061 | 11069 |
| 11062 String xmlspace; | 11070 String xmlspace; |
| 11063 | 11071 |
| 11064 // From SVGExternalResourcesRequired | 11072 // From SVGExternalResourcesRequired |
| 11065 | 11073 |
| 11066 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11074 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11067 | 11075 |
| 11068 // From SVGStylable | 11076 // From SVGStylable |
| 11069 | 11077 |
| 11070 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11078 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11071 | 11079 |
| 11072 // Use implementation from Element. | 11080 // Use implementation from Element. |
| 11073 // final _CSSStyleDeclarationImpl style; | 11081 // final _CSSStyleDeclarationImpl style; |
| 11074 | 11082 |
| 11075 _CSSValueImpl getPresentationAttribute(String name) native; | 11083 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11076 | 11084 |
| 11077 // From SVGFitToViewBox | 11085 // From SVGFitToViewBox |
| 11078 | 11086 |
| 11079 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; | 11087 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
| 11080 | 11088 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 11110 String xmllang; | 11118 String xmllang; |
| 11111 | 11119 |
| 11112 String xmlspace; | 11120 String xmlspace; |
| 11113 | 11121 |
| 11114 // From SVGExternalResourcesRequired | 11122 // From SVGExternalResourcesRequired |
| 11115 | 11123 |
| 11116 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11124 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11117 | 11125 |
| 11118 // From SVGStylable | 11126 // From SVGStylable |
| 11119 | 11127 |
| 11120 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11128 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11121 | 11129 |
| 11122 // Use implementation from Element. | 11130 // Use implementation from Element. |
| 11123 // final _CSSStyleDeclarationImpl style; | 11131 // final _CSSStyleDeclarationImpl style; |
| 11124 | 11132 |
| 11125 _CSSValueImpl getPresentationAttribute(String name) native; | 11133 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11126 } | 11134 } |
| 11127 | 11135 |
| 11128 class _SVGMatrixImpl implements SVGMatrix native "*SVGMatrix" { | 11136 class _SVGMatrixImpl implements SVGMatrix native "*SVGMatrix" { |
| 11129 | 11137 |
| 11130 num a; | 11138 num a; |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11294 String xmllang; | 11302 String xmllang; |
| 11295 | 11303 |
| 11296 String xmlspace; | 11304 String xmlspace; |
| 11297 | 11305 |
| 11298 // From SVGExternalResourcesRequired | 11306 // From SVGExternalResourcesRequired |
| 11299 | 11307 |
| 11300 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11308 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11301 | 11309 |
| 11302 // From SVGStylable | 11310 // From SVGStylable |
| 11303 | 11311 |
| 11304 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11312 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11305 | 11313 |
| 11306 // Use implementation from Element. | 11314 // Use implementation from Element. |
| 11307 // final _CSSStyleDeclarationImpl style; | 11315 // final _CSSStyleDeclarationImpl style; |
| 11308 | 11316 |
| 11309 _CSSValueImpl getPresentationAttribute(String name) native; | 11317 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11310 | 11318 |
| 11311 // From SVGTransformable | 11319 // From SVGTransformable |
| 11312 | 11320 |
| 11313 final _SVGAnimatedTransformListImpl transform; | 11321 final _SVGAnimatedTransformListImpl transform; |
| 11314 | 11322 |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11601 String xmllang; | 11609 String xmllang; |
| 11602 | 11610 |
| 11603 String xmlspace; | 11611 String xmlspace; |
| 11604 | 11612 |
| 11605 // From SVGExternalResourcesRequired | 11613 // From SVGExternalResourcesRequired |
| 11606 | 11614 |
| 11607 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11615 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11608 | 11616 |
| 11609 // From SVGStylable | 11617 // From SVGStylable |
| 11610 | 11618 |
| 11611 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11619 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11612 | 11620 |
| 11613 // Use implementation from Element. | 11621 // Use implementation from Element. |
| 11614 // final _CSSStyleDeclarationImpl style; | 11622 // final _CSSStyleDeclarationImpl style; |
| 11615 | 11623 |
| 11616 _CSSValueImpl getPresentationAttribute(String name) native; | 11624 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11617 | 11625 |
| 11618 // From SVGFitToViewBox | 11626 // From SVGFitToViewBox |
| 11619 | 11627 |
| 11620 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; | 11628 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
| 11621 | 11629 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11671 String xmllang; | 11679 String xmllang; |
| 11672 | 11680 |
| 11673 String xmlspace; | 11681 String xmlspace; |
| 11674 | 11682 |
| 11675 // From SVGExternalResourcesRequired | 11683 // From SVGExternalResourcesRequired |
| 11676 | 11684 |
| 11677 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11685 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11678 | 11686 |
| 11679 // From SVGStylable | 11687 // From SVGStylable |
| 11680 | 11688 |
| 11681 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11689 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11682 | 11690 |
| 11683 // Use implementation from Element. | 11691 // Use implementation from Element. |
| 11684 // final _CSSStyleDeclarationImpl style; | 11692 // final _CSSStyleDeclarationImpl style; |
| 11685 | 11693 |
| 11686 _CSSValueImpl getPresentationAttribute(String name) native; | 11694 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11687 | 11695 |
| 11688 // From SVGTransformable | 11696 // From SVGTransformable |
| 11689 | 11697 |
| 11690 final _SVGAnimatedTransformListImpl transform; | 11698 final _SVGAnimatedTransformListImpl transform; |
| 11691 | 11699 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11725 String xmllang; | 11733 String xmllang; |
| 11726 | 11734 |
| 11727 String xmlspace; | 11735 String xmlspace; |
| 11728 | 11736 |
| 11729 // From SVGExternalResourcesRequired | 11737 // From SVGExternalResourcesRequired |
| 11730 | 11738 |
| 11731 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11739 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11732 | 11740 |
| 11733 // From SVGStylable | 11741 // From SVGStylable |
| 11734 | 11742 |
| 11735 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11743 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11736 | 11744 |
| 11737 // Use implementation from Element. | 11745 // Use implementation from Element. |
| 11738 // final _CSSStyleDeclarationImpl style; | 11746 // final _CSSStyleDeclarationImpl style; |
| 11739 | 11747 |
| 11740 _CSSValueImpl getPresentationAttribute(String name) native; | 11748 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11741 | 11749 |
| 11742 // From SVGTransformable | 11750 // From SVGTransformable |
| 11743 | 11751 |
| 11744 final _SVGAnimatedTransformListImpl transform; | 11752 final _SVGAnimatedTransformListImpl transform; |
| 11745 | 11753 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11846 String xmllang; | 11854 String xmllang; |
| 11847 | 11855 |
| 11848 String xmlspace; | 11856 String xmlspace; |
| 11849 | 11857 |
| 11850 // From SVGExternalResourcesRequired | 11858 // From SVGExternalResourcesRequired |
| 11851 | 11859 |
| 11852 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11860 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11853 | 11861 |
| 11854 // From SVGStylable | 11862 // From SVGStylable |
| 11855 | 11863 |
| 11856 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 11864 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11857 | 11865 |
| 11858 // Use implementation from Element. | 11866 // Use implementation from Element. |
| 11859 // final _CSSStyleDeclarationImpl style; | 11867 // final _CSSStyleDeclarationImpl style; |
| 11860 | 11868 |
| 11861 _CSSValueImpl getPresentationAttribute(String name) native; | 11869 _CSSValueImpl getPresentationAttribute(String name) native; |
| 11862 | 11870 |
| 11863 // From SVGTransformable | 11871 // From SVGTransformable |
| 11864 | 11872 |
| 11865 final _SVGAnimatedTransformListImpl transform; | 11873 final _SVGAnimatedTransformListImpl transform; |
| 11866 | 11874 |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11985 String xmllang; | 11993 String xmllang; |
| 11986 | 11994 |
| 11987 String xmlspace; | 11995 String xmlspace; |
| 11988 | 11996 |
| 11989 // From SVGExternalResourcesRequired | 11997 // From SVGExternalResourcesRequired |
| 11990 | 11998 |
| 11991 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 11999 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 11992 | 12000 |
| 11993 // From SVGStylable | 12001 // From SVGStylable |
| 11994 | 12002 |
| 11995 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12003 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 11996 | 12004 |
| 11997 // Use implementation from Element. | 12005 // Use implementation from Element. |
| 11998 // final _CSSStyleDeclarationImpl style; | 12006 // final _CSSStyleDeclarationImpl style; |
| 11999 | 12007 |
| 12000 _CSSValueImpl getPresentationAttribute(String name) native; | 12008 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12001 | 12009 |
| 12002 // From SVGLocatable | 12010 // From SVGLocatable |
| 12003 | 12011 |
| 12004 final _SVGElementImpl farthestViewportElement; | 12012 final _SVGElementImpl farthestViewportElement; |
| 12005 | 12013 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12039 | 12047 |
| 12040 class _SVGSetElementImpl extends _SVGAnimationElementImpl implements SVGSetEleme
nt native "*SVGSetElement" { | 12048 class _SVGSetElementImpl extends _SVGAnimationElementImpl implements SVGSetEleme
nt native "*SVGSetElement" { |
| 12041 } | 12049 } |
| 12042 | 12050 |
| 12043 class _SVGStopElementImpl extends _SVGElementImpl implements SVGStopElement nati
ve "*SVGStopElement" { | 12051 class _SVGStopElementImpl extends _SVGElementImpl implements SVGStopElement nati
ve "*SVGStopElement" { |
| 12044 | 12052 |
| 12045 final _SVGAnimatedNumberImpl offset; | 12053 final _SVGAnimatedNumberImpl offset; |
| 12046 | 12054 |
| 12047 // From SVGStylable | 12055 // From SVGStylable |
| 12048 | 12056 |
| 12049 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12057 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12050 | 12058 |
| 12051 // Use implementation from Element. | 12059 // Use implementation from Element. |
| 12052 // final _CSSStyleDeclarationImpl style; | 12060 // final _CSSStyleDeclarationImpl style; |
| 12053 | 12061 |
| 12054 _CSSValueImpl getPresentationAttribute(String name) native; | 12062 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12055 } | 12063 } |
| 12056 | 12064 |
| 12057 class _SVGStringListImpl implements SVGStringList native "*SVGStringList" { | 12065 class _SVGStringListImpl implements SVGStringList native "*SVGStringList" { |
| 12058 | 12066 |
| 12059 final int numberOfItems; | 12067 final int numberOfItems; |
| 12060 | 12068 |
| 12061 String appendItem(String item) native; | 12069 String appendItem(String item) native; |
| 12062 | 12070 |
| 12063 void clear() native; | 12071 void clear() native; |
| 12064 | 12072 |
| 12065 String getItem(int index) native; | 12073 String getItem(int index) native; |
| 12066 | 12074 |
| 12067 String initialize(String item) native; | 12075 String initialize(String item) native; |
| 12068 | 12076 |
| 12069 String insertItemBefore(String item, int index) native; | 12077 String insertItemBefore(String item, int index) native; |
| 12070 | 12078 |
| 12071 String removeItem(int index) native; | 12079 String removeItem(int index) native; |
| 12072 | 12080 |
| 12073 String replaceItem(String item, int index) native; | 12081 String replaceItem(String item, int index) native; |
| 12074 } | 12082 } |
| 12075 | 12083 |
| 12076 class _SVGStylableImpl implements SVGStylable native "*SVGStylable" { | 12084 class _SVGStylableImpl implements SVGStylable native "*SVGStylable" { |
| 12077 | 12085 |
| 12078 final _SVGAnimatedStringImpl className; | 12086 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12079 | 12087 |
| 12080 final _CSSStyleDeclarationImpl style; | 12088 final _CSSStyleDeclarationImpl style; |
| 12081 | 12089 |
| 12082 _CSSValueImpl getPresentationAttribute(String name) native; | 12090 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12083 } | 12091 } |
| 12084 | 12092 |
| 12085 class _SVGStyleElementImpl extends _SVGElementImpl implements SVGStyleElement na
tive "*SVGStyleElement" { | 12093 class _SVGStyleElementImpl extends _SVGElementImpl implements SVGStyleElement na
tive "*SVGStyleElement" { |
| 12086 | 12094 |
| 12087 bool disabled; | 12095 bool disabled; |
| 12088 | 12096 |
| 12089 String media; | 12097 String media; |
| 12090 | 12098 |
| 12099 // Shadowing definition. |
| 12100 String get title() native "return this.title;"; |
| 12101 |
| 12102 void set title(String value) native "this.title = value;"; |
| 12103 |
| 12091 String type; | 12104 String type; |
| 12092 | 12105 |
| 12093 // From SVGLangSpace | 12106 // From SVGLangSpace |
| 12094 | 12107 |
| 12095 String xmllang; | 12108 String xmllang; |
| 12096 | 12109 |
| 12097 String xmlspace; | 12110 String xmlspace; |
| 12098 } | 12111 } |
| 12099 | 12112 |
| 12100 class _SVGSwitchElementImpl extends _SVGElementImpl implements SVGSwitchElement
native "*SVGSwitchElement" { | 12113 class _SVGSwitchElementImpl extends _SVGElementImpl implements SVGSwitchElement
native "*SVGSwitchElement" { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 12114 String xmllang; | 12127 String xmllang; |
| 12115 | 12128 |
| 12116 String xmlspace; | 12129 String xmlspace; |
| 12117 | 12130 |
| 12118 // From SVGExternalResourcesRequired | 12131 // From SVGExternalResourcesRequired |
| 12119 | 12132 |
| 12120 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 12133 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 12121 | 12134 |
| 12122 // From SVGStylable | 12135 // From SVGStylable |
| 12123 | 12136 |
| 12124 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12137 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12125 | 12138 |
| 12126 // Use implementation from Element. | 12139 // Use implementation from Element. |
| 12127 // final _CSSStyleDeclarationImpl style; | 12140 // final _CSSStyleDeclarationImpl style; |
| 12128 | 12141 |
| 12129 _CSSValueImpl getPresentationAttribute(String name) native; | 12142 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12130 | 12143 |
| 12131 // From SVGTransformable | 12144 // From SVGTransformable |
| 12132 | 12145 |
| 12133 final _SVGAnimatedTransformListImpl transform; | 12146 final _SVGAnimatedTransformListImpl transform; |
| 12134 | 12147 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 12154 String xmllang; | 12167 String xmllang; |
| 12155 | 12168 |
| 12156 String xmlspace; | 12169 String xmlspace; |
| 12157 | 12170 |
| 12158 // From SVGExternalResourcesRequired | 12171 // From SVGExternalResourcesRequired |
| 12159 | 12172 |
| 12160 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 12173 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 12161 | 12174 |
| 12162 // From SVGStylable | 12175 // From SVGStylable |
| 12163 | 12176 |
| 12164 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12177 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12165 | 12178 |
| 12166 // Use implementation from Element. | 12179 // Use implementation from Element. |
| 12167 // final _CSSStyleDeclarationImpl style; | 12180 // final _CSSStyleDeclarationImpl style; |
| 12168 | 12181 |
| 12169 _CSSValueImpl getPresentationAttribute(String name) native; | 12182 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12170 | 12183 |
| 12171 // From SVGFitToViewBox | 12184 // From SVGFitToViewBox |
| 12172 | 12185 |
| 12173 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; | 12186 final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
| 12174 | 12187 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12241 String xmllang; | 12254 String xmllang; |
| 12242 | 12255 |
| 12243 String xmlspace; | 12256 String xmlspace; |
| 12244 | 12257 |
| 12245 // From SVGExternalResourcesRequired | 12258 // From SVGExternalResourcesRequired |
| 12246 | 12259 |
| 12247 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 12260 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 12248 | 12261 |
| 12249 // From SVGStylable | 12262 // From SVGStylable |
| 12250 | 12263 |
| 12251 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12264 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12252 | 12265 |
| 12253 // Use implementation from Element. | 12266 // Use implementation from Element. |
| 12254 // final _CSSStyleDeclarationImpl style; | 12267 // final _CSSStyleDeclarationImpl style; |
| 12255 | 12268 |
| 12256 _CSSValueImpl getPresentationAttribute(String name) native; | 12269 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12257 } | 12270 } |
| 12258 | 12271 |
| 12259 class _SVGTextElementImpl extends _SVGTextPositioningElementImpl implements SVGT
extElement native "*SVGTextElement" { | 12272 class _SVGTextElementImpl extends _SVGTextPositioningElementImpl implements SVGT
extElement native "*SVGTextElement" { |
| 12260 | 12273 |
| 12261 // From SVGTransformable | 12274 // From SVGTransformable |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12318 class _SVGTitleElementImpl extends _SVGElementImpl implements SVGTitleElement na
tive "*SVGTitleElement" { | 12331 class _SVGTitleElementImpl extends _SVGElementImpl implements SVGTitleElement na
tive "*SVGTitleElement" { |
| 12319 | 12332 |
| 12320 // From SVGLangSpace | 12333 // From SVGLangSpace |
| 12321 | 12334 |
| 12322 String xmllang; | 12335 String xmllang; |
| 12323 | 12336 |
| 12324 String xmlspace; | 12337 String xmlspace; |
| 12325 | 12338 |
| 12326 // From SVGStylable | 12339 // From SVGStylable |
| 12327 | 12340 |
| 12328 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12341 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12329 | 12342 |
| 12330 // Use implementation from Element. | 12343 // Use implementation from Element. |
| 12331 // final _CSSStyleDeclarationImpl style; | 12344 // final _CSSStyleDeclarationImpl style; |
| 12332 | 12345 |
| 12333 _CSSValueImpl getPresentationAttribute(String name) native; | 12346 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12334 } | 12347 } |
| 12335 | 12348 |
| 12336 class _SVGTransformImpl implements SVGTransform native "*SVGTransform" { | 12349 class _SVGTransformImpl implements SVGTransform native "*SVGTransform" { |
| 12337 | 12350 |
| 12338 static final int SVG_TRANSFORM_MATRIX = 1; | 12351 static final int SVG_TRANSFORM_MATRIX = 1; |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12443 String xmllang; | 12456 String xmllang; |
| 12444 | 12457 |
| 12445 String xmlspace; | 12458 String xmlspace; |
| 12446 | 12459 |
| 12447 // From SVGExternalResourcesRequired | 12460 // From SVGExternalResourcesRequired |
| 12448 | 12461 |
| 12449 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 12462 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
| 12450 | 12463 |
| 12451 // From SVGStylable | 12464 // From SVGStylable |
| 12452 | 12465 |
| 12453 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 12466 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 12454 | 12467 |
| 12455 // Use implementation from Element. | 12468 // Use implementation from Element. |
| 12456 // final _CSSStyleDeclarationImpl style; | 12469 // final _CSSStyleDeclarationImpl style; |
| 12457 | 12470 |
| 12458 _CSSValueImpl getPresentationAttribute(String name) native; | 12471 _CSSValueImpl getPresentationAttribute(String name) native; |
| 12459 | 12472 |
| 12460 // From SVGTransformable | 12473 // From SVGTransformable |
| 12461 | 12474 |
| 12462 final _SVGAnimatedTransformListImpl transform; | 12475 final _SVGAnimatedTransformListImpl transform; |
| 12463 | 12476 |
| (...skipping 7104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19568 interface DivElement extends Element { | 19581 interface DivElement extends Element { |
| 19569 | 19582 |
| 19570 String align; | 19583 String align; |
| 19571 } | 19584 } |
| 19572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19585 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 19573 // for details. All rights reserved. Use of this source code is governed by a | 19586 // for details. All rights reserved. Use of this source code is governed by a |
| 19574 // BSD-style license that can be found in the LICENSE file. | 19587 // BSD-style license that can be found in the LICENSE file. |
| 19575 | 19588 |
| 19576 interface Document extends HtmlElement { | 19589 interface Document extends HtmlElement { |
| 19577 | 19590 |
| 19578 // TODO(jacobr): remove these methods and let them be generated automatically | |
| 19579 // once dart supports defining fields with the same name in an interface and | |
| 19580 // its parent interface. | |
| 19581 String get title(); | |
| 19582 void set title(String value); | |
| 19583 | |
| 19584 | 19591 |
| 19585 final Element activeElement; | 19592 final Element activeElement; |
| 19586 | 19593 |
| 19587 Element body; | 19594 Element body; |
| 19588 | 19595 |
| 19589 String charset; | 19596 String charset; |
| 19590 | 19597 |
| 19591 String cookie; | 19598 String cookie; |
| 19592 | 19599 |
| 19593 final Window window; | 19600 final Window window; |
| 19594 | 19601 |
| 19595 final String domain; | 19602 final String domain; |
| 19596 | 19603 |
| 19597 final HeadElement head; | 19604 final HeadElement head; |
| 19598 | 19605 |
| 19599 final String lastModified; | 19606 final String lastModified; |
| 19600 | 19607 |
| 19601 final String preferredStylesheetSet; | 19608 final String preferredStylesheetSet; |
| 19602 | 19609 |
| 19603 final String readyState; | 19610 final String readyState; |
| 19604 | 19611 |
| 19605 final String referrer; | 19612 final String referrer; |
| 19606 | 19613 |
| 19607 String selectedStylesheetSet; | 19614 String selectedStylesheetSet; |
| 19608 | 19615 |
| 19609 final StyleSheetList styleSheets; | 19616 final StyleSheetList styleSheets; |
| 19610 | 19617 |
| 19618 String title; |
| 19619 |
| 19611 final Element webkitCurrentFullScreenElement; | 19620 final Element webkitCurrentFullScreenElement; |
| 19612 | 19621 |
| 19613 final bool webkitFullScreenKeyboardInputAllowed; | 19622 final bool webkitFullScreenKeyboardInputAllowed; |
| 19614 | 19623 |
| 19615 final bool webkitHidden; | 19624 final bool webkitHidden; |
| 19616 | 19625 |
| 19617 final bool webkitIsFullScreen; | 19626 final bool webkitIsFullScreen; |
| 19618 | 19627 |
| 19619 final String webkitVisibilityState; | 19628 final String webkitVisibilityState; |
| 19620 | 19629 |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19759 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 19760 // for details. All rights reserved. Use of this source code is governed by a | 19769 // for details. All rights reserved. Use of this source code is governed by a |
| 19761 // BSD-style license that can be found in the LICENSE file. | 19770 // BSD-style license that can be found in the LICENSE file. |
| 19762 | 19771 |
| 19763 // WARNING: Do not edit - generated code. | 19772 // WARNING: Do not edit - generated code. |
| 19764 | 19773 |
| 19765 interface DocumentFragment extends Node, NodeSelector { | 19774 interface DocumentFragment extends Node, NodeSelector { |
| 19766 | 19775 |
| 19767 Element query(String selectors); | 19776 Element query(String selectors); |
| 19768 | 19777 |
| 19769 NodeList queryAll(String selectors); | 19778 NodeList _querySelectorAll(String selectors); |
| 19770 } | 19779 } |
| 19771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 19780 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 19772 // for details. All rights reserved. Use of this source code is governed by a | 19781 // for details. All rights reserved. Use of this source code is governed by a |
| 19773 // BSD-style license that can be found in the LICENSE file. | 19782 // BSD-style license that can be found in the LICENSE file. |
| 19774 | 19783 |
| 19775 // WARNING: Do not edit - generated code. | 19784 // WARNING: Do not edit - generated code. |
| 19776 | 19785 |
| 19777 interface DocumentType extends Node { | 19786 interface DocumentType extends Node { |
| 19778 | 19787 |
| 19779 final NamedNodeMap entities; | 19788 final NamedNodeMap entities; |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 20054 | 20063 |
| 20055 Map<String, String> get attributes(); | 20064 Map<String, String> get attributes(); |
| 20056 void set attributes(Map<String, String> value); | 20065 void set attributes(Map<String, String> value); |
| 20057 | 20066 |
| 20058 /** | 20067 /** |
| 20059 * @domName querySelectorAll, getElementsByClassName, getElementsByTagName, | 20068 * @domName querySelectorAll, getElementsByClassName, getElementsByTagName, |
| 20060 * getElementsByTagNameNS | 20069 * getElementsByTagNameNS |
| 20061 */ | 20070 */ |
| 20062 ElementList queryAll(String selectors); | 20071 ElementList queryAll(String selectors); |
| 20063 | 20072 |
| 20064 // TODO(jacobr): remove these methods and let them be generated automatically | |
| 20065 // once dart supports defining fields with the same name in an interface and | |
| 20066 // its parent interface. | |
| 20067 String get title(); | |
| 20068 void set title(String value); | |
| 20069 | |
| 20070 /** | 20073 /** |
| 20071 * @domName childElementCount, firstElementChild, lastElementChild, | 20074 * @domName childElementCount, firstElementChild, lastElementChild, |
| 20072 * children, Node.nodes.add | 20075 * children, Node.nodes.add |
| 20073 */ | 20076 */ |
| 20074 ElementList get elements(); | 20077 ElementList get elements(); |
| 20075 | 20078 |
| 20076 // TODO: The type of value should be Collection<Element>. See http://b/5392897 | 20079 // TODO: The type of value should be Collection<Element>. See http://b/5392897 |
| 20077 void set elements(value); | 20080 void set elements(value); |
| 20078 | 20081 |
| 20079 /** @domName className, classList */ | 20082 /** @domName className, classList */ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 20166 final int _scrollWidth; | 20169 final int _scrollWidth; |
| 20167 | 20170 |
| 20168 bool spellcheck; | 20171 bool spellcheck; |
| 20169 | 20172 |
| 20170 final CSSStyleDeclaration style; | 20173 final CSSStyleDeclaration style; |
| 20171 | 20174 |
| 20172 int tabIndex; | 20175 int tabIndex; |
| 20173 | 20176 |
| 20174 final String tagName; | 20177 final String tagName; |
| 20175 | 20178 |
| 20179 String title; |
| 20180 |
| 20176 final String webkitRegionOverflow; | 20181 final String webkitRegionOverflow; |
| 20177 | 20182 |
| 20178 String webkitdropzone; | 20183 String webkitdropzone; |
| 20179 | 20184 |
| 20180 ElementEvents get on(); | 20185 ElementEvents get on(); |
| 20181 | 20186 |
| 20182 void blur(); | 20187 void blur(); |
| 20183 | 20188 |
| 20184 void click(); | 20189 void click(); |
| 20185 | 20190 |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21302 | 21307 |
| 21303 void replaceState(Object data, String title, [String url]); | 21308 void replaceState(Object data, String title, [String url]); |
| 21304 } | 21309 } |
| 21305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21306 // for details. All rights reserved. Use of this source code is governed by a | 21311 // for details. All rights reserved. Use of this source code is governed by a |
| 21307 // BSD-style license that can be found in the LICENSE file. | 21312 // BSD-style license that can be found in the LICENSE file. |
| 21308 | 21313 |
| 21309 // WARNING: Do not edit - generated code. | 21314 // WARNING: Do not edit - generated code. |
| 21310 | 21315 |
| 21311 interface HtmlElement extends Element { | 21316 interface HtmlElement extends Element { |
| 21312 | |
| 21313 String manifest; | |
| 21314 | |
| 21315 String version; | |
| 21316 } | 21317 } |
| 21317 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21318 // for details. All rights reserved. Use of this source code is governed by a | 21319 // for details. All rights reserved. Use of this source code is governed by a |
| 21319 // BSD-style license that can be found in the LICENSE file. | 21320 // BSD-style license that can be found in the LICENSE file. |
| 21320 | 21321 |
| 21321 // WARNING: Do not edit - generated code. | 21322 // WARNING: Do not edit - generated code. |
| 21322 | 21323 |
| 21323 interface IDBAny { | 21324 interface IDBAny { |
| 21324 } | 21325 } |
| 21325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| (...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23004 NodeList filter(bool f(Node element)); | 23005 NodeList filter(bool f(Node element)); |
| 23005 | 23006 |
| 23006 NodeList getRange(int start, int length); | 23007 NodeList getRange(int start, int length); |
| 23007 | 23008 |
| 23008 Node get first(); | 23009 Node get first(); |
| 23009 | 23010 |
| 23010 | 23011 |
| 23011 final int length; | 23012 final int length; |
| 23012 | 23013 |
| 23013 } | 23014 } |
| 23014 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23015 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23015 // for details. All rights reserved. Use of this source code is governed by a | 23016 // for details. All rights reserved. Use of this source code is governed by a |
| 23016 // BSD-style license that can be found in the LICENSE file. | 23017 // BSD-style license that can be found in the LICENSE file. |
| 23017 | 23018 |
| 23018 // WARNING: Do not edit - generated code. | 23019 // WARNING: Do not edit - generated code. |
| 23019 | 23020 |
| 23020 interface NodeSelector { | 23021 interface NodeSelector { |
| 23021 | 23022 |
| 23022 Element querySelector(String selectors); | 23023 // TODO(nweiz): add this back once DocumentFragment is ported. |
| 23024 // ElementList queryAll(String selectors); |
| 23023 | 23025 |
| 23024 NodeList querySelectorAll(String selectors); | 23026 |
| 23027 Element query(String selectors); |
| 23028 |
| 23029 NodeList _querySelectorAll(String selectors); |
| 23030 |
| 23025 } | 23031 } |
| 23026 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23027 // for details. All rights reserved. Use of this source code is governed by a | 23033 // for details. All rights reserved. Use of this source code is governed by a |
| 23028 // BSD-style license that can be found in the LICENSE file. | 23034 // BSD-style license that can be found in the LICENSE file. |
| 23029 | 23035 |
| 23030 // WARNING: Do not edit - generated code. | 23036 // WARNING: Do not edit - generated code. |
| 23031 | 23037 |
| 23032 interface Notation extends Node { | 23038 interface Notation extends Node { |
| 23033 | 23039 |
| 23034 final String publicId; | 23040 final String publicId; |
| (...skipping 3135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 26170 String replaceItem(String item, int index); | 26176 String replaceItem(String item, int index); |
| 26171 } | 26177 } |
| 26172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 26178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 26173 // for details. All rights reserved. Use of this source code is governed by a | 26179 // for details. All rights reserved. Use of this source code is governed by a |
| 26174 // BSD-style license that can be found in the LICENSE file. | 26180 // BSD-style license that can be found in the LICENSE file. |
| 26175 | 26181 |
| 26176 // WARNING: Do not edit - generated code. | 26182 // WARNING: Do not edit - generated code. |
| 26177 | 26183 |
| 26178 interface SVGStylable { | 26184 interface SVGStylable { |
| 26179 | 26185 |
| 26180 final SVGAnimatedString className; | 26186 final SVGAnimatedString _svgClassName; |
| 26181 | 26187 |
| 26182 final CSSStyleDeclaration style; | 26188 final CSSStyleDeclaration style; |
| 26183 | 26189 |
| 26184 CSSValue getPresentationAttribute(String name); | 26190 CSSValue getPresentationAttribute(String name); |
| 26185 } | 26191 } |
| 26186 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 26192 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 26187 // for details. All rights reserved. Use of this source code is governed by a | 26193 // for details. All rights reserved. Use of this source code is governed by a |
| 26188 // BSD-style license that can be found in the LICENSE file. | 26194 // BSD-style license that can be found in the LICENSE file. |
| 26189 | 26195 |
| 26190 // WARNING: Do not edit - generated code. | 26196 // WARNING: Do not edit - generated code. |
| 26191 | 26197 |
| 26192 interface SVGStyleElement extends SVGElement, SVGLangSpace { | 26198 interface SVGStyleElement extends SVGElement, SVGLangSpace { |
| 26193 | 26199 |
| 26194 bool disabled; | 26200 bool disabled; |
| 26195 | 26201 |
| 26196 String media; | 26202 String media; |
| 26197 | 26203 |
| 26204 String title; |
| 26205 |
| 26198 String type; | 26206 String type; |
| 26199 } | 26207 } |
| 26200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 26208 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 26201 // for details. All rights reserved. Use of this source code is governed by a | 26209 // for details. All rights reserved. Use of this source code is governed by a |
| 26202 // BSD-style license that can be found in the LICENSE file. | 26210 // BSD-style license that can be found in the LICENSE file. |
| 26203 | 26211 |
| 26204 // WARNING: Do not edit - generated code. | 26212 // WARNING: Do not edit - generated code. |
| 26205 | 26213 |
| 26206 interface SVGSwitchElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { | 26214 interface SVGSwitchElement extends SVGElement, SVGTests, SVGLangSpace, SVGExtern
alResourcesRequired, SVGStylable, SVGTransformable { |
| 26207 } | 26215 } |
| (...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 30344 handler(); | 30352 handler(); |
| 30345 } | 30353 } |
| 30346 } | 30354 } |
| 30347 } | 30355 } |
| 30348 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 30356 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 30349 // for details. All rights reserved. Use of this source code is governed by a | 30357 // for details. All rights reserved. Use of this source code is governed by a |
| 30350 // BSD-style license that can be found in the LICENSE file. | 30358 // BSD-style license that can be found in the LICENSE file. |
| 30351 | 30359 |
| 30352 class _TextFactoryProvider { | 30360 class _TextFactoryProvider { |
| 30353 | 30361 |
| 30354 factory Text(data) => document._createTextNode(data); | 30362 factory Text(String data) => document._createTextNode(data); |
| 30355 } | 30363 } |
| 30356 | 30364 |
| 30357 class _EventFactoryProvider { | 30365 class _EventFactoryProvider { |
| 30358 factory Event(String type, [bool canBubble = true, | 30366 factory Event(String type, [bool canBubble = true, |
| 30359 bool cancelable = true]) { | 30367 bool cancelable = true]) { |
| 30360 _EventImpl e = document._createEvent("Event"); | 30368 _EventImpl e = document._createEvent("Event"); |
| 30361 e._initEvent(type, canBubble, cancelable); | 30369 e._initEvent(type, canBubble, cancelable); |
| 30362 return e; | 30370 return e; |
| 30363 } | 30371 } |
| 30364 } | 30372 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 30389 } | 30397 } |
| 30390 } | 30398 } |
| 30391 | 30399 |
| 30392 final _START_TAG_REGEXP = const RegExp('<(\\w+)'); | 30400 final _START_TAG_REGEXP = const RegExp('<(\\w+)'); |
| 30393 class _ElementFactoryProvider { | 30401 class _ElementFactoryProvider { |
| 30394 static final _CUSTOM_PARENT_TAG_MAP = const { | 30402 static final _CUSTOM_PARENT_TAG_MAP = const { |
| 30395 'body' : 'html', | 30403 'body' : 'html', |
| 30396 'head' : 'html', | 30404 'head' : 'html', |
| 30397 'caption' : 'table', | 30405 'caption' : 'table', |
| 30398 'td': 'tr', | 30406 'td': 'tr', |
| 30399 'tbody': 'table', | |
| 30400 'colgroup': 'table', | 30407 'colgroup': 'table', |
| 30401 'col' : 'colgroup', | 30408 'col' : 'colgroup', |
| 30402 'tr' : 'tbody', | 30409 'tr' : 'tbody', |
| 30403 'tbody' : 'table', | 30410 'tbody' : 'table', |
| 30404 'tfoot' : 'table', | 30411 'tfoot' : 'table', |
| 30405 'thead' : 'table', | 30412 'thead' : 'table', |
| 30406 'track' : 'audio', | 30413 'track' : 'audio', |
| 30407 }; | 30414 }; |
| 30408 | 30415 |
| 30409 /** @domName Document.createElement */ | 30416 /** @domName Document.createElement */ |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 30692 if (length < 0) throw new IllegalArgumentException('length'); | 30699 if (length < 0) throw new IllegalArgumentException('length'); |
| 30693 if (start < 0) throw new IndexOutOfRangeException(start); | 30700 if (start < 0) throw new IndexOutOfRangeException(start); |
| 30694 int end = start + length; | 30701 int end = start + length; |
| 30695 if (end > a.length) throw new IndexOutOfRangeException(end); | 30702 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 30696 for (int i = start; i < end; i++) { | 30703 for (int i = start; i < end; i++) { |
| 30697 accumulator.add(a[i]); | 30704 accumulator.add(a[i]); |
| 30698 } | 30705 } |
| 30699 return accumulator; | 30706 return accumulator; |
| 30700 } | 30707 } |
| 30701 } | 30708 } |
| OLD | NEW |