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

Side by Side Diff: client/dom/generated/wrapping_dom_externs.js

Issue 8872040: JavaScriptAudioNode is an EventTarget. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/idl/dart/webkit-supplemental.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 /** 7 /**
8 * @fileoverview Dart externs for DOM runtime. 8 * @fileoverview Dart externs for DOM runtime.
9 * @externs 9 * @externs
10 */ 10 */
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 dom_externs.acceptNode; // operation NodeFilter.acceptNode 43 dom_externs.acceptNode; // operation NodeFilter.acceptNode
44 dom_externs.accessKey; // attribute HTMLAnchorElement.accessKey , attribute HTMLAreaElement.accessKey, attribute HTMLButtonElement.accessKey, at tribute HTMLInputElement.accessKey, attribute HTMLLabelElement.accessKey, attrib ute HTMLLegendElement.accessKey, attribute HTMLTextAreaElement.accessKey 44 dom_externs.accessKey; // attribute HTMLAnchorElement.accessKey , attribute HTMLAreaElement.accessKey, attribute HTMLButtonElement.accessKey, at tribute HTMLInputElement.accessKey, attribute HTMLLabelElement.accessKey, attrib ute HTMLLegendElement.accessKey, attribute HTMLTextAreaElement.accessKey
45 dom_externs.accuracy; // attribute Coordinates.accuracy 45 dom_externs.accuracy; // attribute Coordinates.accuracy
46 dom_externs.action; // attribute HTMLFormElement.action 46 dom_externs.action; // attribute HTMLFormElement.action
47 dom_externs.activeCues; // attribute TextTrack.activeCues 47 dom_externs.activeCues; // attribute TextTrack.activeCues
48 dom_externs.activeElement; // attribute HTMLDocument.activeElement 48 dom_externs.activeElement; // attribute HTMLDocument.activeElement
49 dom_externs.activeTexture; // operation WebGLRenderingContext.activ eTexture 49 dom_externs.activeTexture; // operation WebGLRenderingContext.activ eTexture
50 dom_externs.add; // operation DOMTokenList.add, operation DataTransferItemList.add, operation HTMLSelectElement.add, operation IDBObjectS tore.add 50 dom_externs.add; // operation DOMTokenList.add, operation DataTransferItemList.add, operation HTMLSelectElement.add, operation IDBObjectS tore.add
51 dom_externs.addColorStop; // operation CanvasGradient.addColorStop 51 dom_externs.addColorStop; // operation CanvasGradient.addColorStop
52 dom_externs.addCue; // operation TextTrack.addCue 52 dom_externs.addCue; // operation TextTrack.addCue
53 dom_externs.addEventListener; // operation AbstractWorker.addEventList ener, operation DOMApplicationCache.addEventListener, operation DOMWindow.addEve ntListener, operation EventSource.addEventListener, operation EventTarget.addEve ntListener, operation IDBDatabase.addEventListener, operation IDBRequest.addEven tListener, operation IDBTransaction.addEventListener, operation MessagePort.addE ventListener, operation Node.addEventListener, operation Notification.addEventLi stener, operation SVGElementInstance.addEventListener, operation WebSocket.addEv entListener, operation WorkerContext.addEventListener, operation XMLHttpRequest. addEventListener, operation XMLHttpRequestUpload.addEventListener 53 dom_externs.addEventListener; // operation AbstractWorker.addEventList ener, operation DOMApplicationCache.addEventListener, operation DOMWindow.addEve ntListener, operation EventSource.addEventListener, operation EventTarget.addEve ntListener, operation IDBDatabase.addEventListener, operation IDBRequest.addEven tListener, operation IDBTransaction.addEventListener, operation JavaScriptAudioN ode.addEventListener, operation MessagePort.addEventListener, operation Node.add EventListener, operation Notification.addEventListener, operation SVGElementInst ance.addEventListener, operation WebSocket.addEventListener, operation WorkerCon text.addEventListener, operation XMLHttpRequest.addEventListener, operation XMLH ttpRequestUpload.addEventListener
54 dom_externs.addListener; // operation MediaQueryList.addListener 54 dom_externs.addListener; // operation MediaQueryList.addListener
55 dom_externs.addRange; // operation DOMSelection.addRange 55 dom_externs.addRange; // operation DOMSelection.addRange
56 dom_externs.addRule; // operation CSSStyleSheet.addRule 56 dom_externs.addRule; // operation CSSStyleSheet.addRule
57 dom_externs.addedNodes; // attribute MutationRecord.addedNodes 57 dom_externs.addedNodes; // attribute MutationRecord.addedNodes
58 dom_externs.adoptNode; // operation Document.adoptNode 58 dom_externs.adoptNode; // operation Document.adoptNode
59 dom_externs.alert; // operation DOMWindow.alert 59 dom_externs.alert; // operation DOMWindow.alert
60 dom_externs.align; // attribute HTMLAppletElement.align, at tribute HTMLDivElement.align, attribute HTMLEmbedElement.align, attribute HTMLHR Element.align, attribute HTMLHeadingElement.align, attribute HTMLIFrameElement.a lign, attribute HTMLImageElement.align, attribute HTMLInputElement.align, attrib ute HTMLLegendElement.align, attribute HTMLObjectElement.align, attribute HTMLPa ragraphElement.align, attribute HTMLTableCaptionElement.align, attribute HTMLTab leCellElement.align, attribute HTMLTableColElement.align, attribute HTMLTableEle ment.align, attribute HTMLTableRowElement.align, attribute HTMLTableSectionEleme nt.align, attribute SVGPreserveAspectRatio.align 60 dom_externs.align; // attribute HTMLAppletElement.align, at tribute HTMLDivElement.align, attribute HTMLEmbedElement.align, attribute HTMLHR Element.align, attribute HTMLHeadingElement.align, attribute HTMLIFrameElement.a lign, attribute HTMLImageElement.align, attribute HTMLInputElement.align, attrib ute HTMLLegendElement.align, attribute HTMLObjectElement.align, attribute HTMLPa ragraphElement.align, attribute HTMLTableCaptionElement.align, attribute HTMLTab leCellElement.align, attribute HTMLTableColElement.align, attribute HTMLTableEle ment.align, attribute HTMLTableRowElement.align, attribute HTMLTableSectionEleme nt.align, attribute SVGPreserveAspectRatio.align
61 dom_externs.alignment; // attribute TextTrackCue.alignment 61 dom_externs.alignment; // attribute TextTrackCue.alignment
62 dom_externs.alinkColor; // attribute HTMLDocument.alinkColor 62 dom_externs.alinkColor; // attribute HTMLDocument.alinkColor
63 dom_externs.all; // attribute HTMLDocument.all 63 dom_externs.all; // attribute HTMLDocument.all
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 dom_externs.devicePixelRatio; // attribute DOMWindow.devicePixelRatio 445 dom_externs.devicePixelRatio; // attribute DOMWindow.devicePixelRatio
446 dom_externs.diffuseConstant; // attribute SVGFEDiffuseLightingElement .diffuseConstant 446 dom_externs.diffuseConstant; // attribute SVGFEDiffuseLightingElement .diffuseConstant
447 dom_externs.dir; // operation Console.dir, attribute HTML Document.dir, attribute HTMLElement.dir, attribute Notification.dir 447 dom_externs.dir; // operation Console.dir, attribute HTML Document.dir, attribute HTMLElement.dir, attribute Notification.dir
448 dom_externs.direction; // attribute HTMLMarqueeElement.directio n, attribute IDBCursor.direction, attribute TextTrackCue.direction, attribute We bKitAnimation.direction 448 dom_externs.direction; // attribute HTMLMarqueeElement.directio n, attribute IDBCursor.direction, attribute TextTrackCue.direction, attribute We bKitAnimation.direction
449 dom_externs.dirxml; // operation Console.dirxml 449 dom_externs.dirxml; // operation Console.dirxml
450 dom_externs.disable; // operation WebGLRenderingContext.disab le 450 dom_externs.disable; // operation WebGLRenderingContext.disab le
451 dom_externs.disableVertexAttribArray; // operation WebGLRenderingContext.disab leVertexAttribArray 451 dom_externs.disableVertexAttribArray; // operation WebGLRenderingContext.disab leVertexAttribArray
452 dom_externs.disabled; // attribute HTMLButtonElement.disabled, attribute HTMLInputElement.disabled, attribute HTMLKeygenElement.disabled, attr ibute HTMLLinkElement.disabled, attribute HTMLOptGroupElement.disabled, attribut e HTMLOptionElement.disabled, attribute HTMLSelectElement.disabled, attribute HT MLStyleElement.disabled, attribute HTMLTextAreaElement.disabled, attribute Style Sheet.disabled 452 dom_externs.disabled; // attribute HTMLButtonElement.disabled, attribute HTMLInputElement.disabled, attribute HTMLKeygenElement.disabled, attr ibute HTMLLinkElement.disabled, attribute HTMLOptGroupElement.disabled, attribut e HTMLOptionElement.disabled, attribute HTMLSelectElement.disabled, attribute HT MLStyleElement.disabled, attribute HTMLTextAreaElement.disabled, attribute Style Sheet.disabled
453 dom_externs.disconnect; // operation AudioNode.disconnect, opera tion WebKitMutationObserver.disconnect 453 dom_externs.disconnect; // operation AudioNode.disconnect, opera tion WebKitMutationObserver.disconnect
454 dom_externs.disconnectFromBackend; // operation InspectorFrontendHost.disco nnectFromBackend 454 dom_externs.disconnectFromBackend; // operation InspectorFrontendHost.disco nnectFromBackend
455 dom_externs.dispatchEvent; // operation AbstractWorker.dispatchEven t, operation DOMApplicationCache.dispatchEvent, operation DOMWindow.dispatchEven t, operation EventSource.dispatchEvent, operation EventTarget.dispatchEvent, ope ration IDBDatabase.dispatchEvent, operation IDBRequest.dispatchEvent, operation IDBTransaction.dispatchEvent, operation MessagePort.dispatchEvent, operation Nod e.dispatchEvent, operation Notification.dispatchEvent, operation SVGElementInsta nce.dispatchEvent, operation WebSocket.dispatchEvent, operation WorkerContext.di spatchEvent, operation XMLHttpRequest.dispatchEvent, operation XMLHttpRequestUpl oad.dispatchEvent 455 dom_externs.dispatchEvent; // operation AbstractWorker.dispatchEven t, operation DOMApplicationCache.dispatchEvent, operation DOMWindow.dispatchEven t, operation EventSource.dispatchEvent, operation EventTarget.dispatchEvent, ope ration IDBDatabase.dispatchEvent, operation IDBRequest.dispatchEvent, operation IDBTransaction.dispatchEvent, operation JavaScriptAudioNode.dispatchEvent, opera tion MessagePort.dispatchEvent, operation Node.dispatchEvent, operation Notifica tion.dispatchEvent, operation SVGElementInstance.dispatchEvent, operation WebSoc ket.dispatchEvent, operation WorkerContext.dispatchEvent, operation XMLHttpReque st.dispatchEvent, operation XMLHttpRequestUpload.dispatchEvent
456 dom_externs.distanceGain; // attribute AudioPannerNode.distanceGai n 456 dom_externs.distanceGain; // attribute AudioPannerNode.distanceGai n
457 dom_externs.distanceModel; // attribute AudioPannerNode.distanceMod el 457 dom_externs.distanceModel; // attribute AudioPannerNode.distanceMod el
458 dom_externs.divisor; // attribute SVGFEConvolveMatrixElement. divisor 458 dom_externs.divisor; // attribute SVGFEConvolveMatrixElement. divisor
459 dom_externs.doctype; // attribute Document.doctype 459 dom_externs.doctype; // attribute Document.doctype
460 dom_externs.document; // attribute DOMWindow.document 460 dom_externs.document; // attribute DOMWindow.document
461 dom_externs.documentElement; // attribute Document.documentElement 461 dom_externs.documentElement; // attribute Document.documentElement
462 dom_externs.documentURI; // attribute Document.documentURI 462 dom_externs.documentURI; // attribute Document.documentURI
463 dom_externs.domComplete; // attribute PerformanceTiming.domComple te 463 dom_externs.domComplete; // attribute PerformanceTiming.domComple te
464 dom_externs.domContentLoadedEventEnd; // attribute PerformanceTiming.domConten tLoadedEventEnd 464 dom_externs.domContentLoadedEventEnd; // attribute PerformanceTiming.domConten tLoadedEventEnd
465 dom_externs.domContentLoadedEventStart; // attribute PerformanceTiming.domConte ntLoadedEventStart 465 dom_externs.domContentLoadedEventStart; // attribute PerformanceTiming.domConte ntLoadedEventStart
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 dom_externs.releaseEvents; // operation DOMWindow.releaseEvents, op eration HTMLDocument.releaseEvents 1162 dom_externs.releaseEvents; // operation DOMWindow.releaseEvents, op eration HTMLDocument.releaseEvents
1163 dom_externs.releaseShaderCompiler; // operation WebGLRenderingContext.relea seShaderCompiler 1163 dom_externs.releaseShaderCompiler; // operation WebGLRenderingContext.relea seShaderCompiler
1164 dom_externs.reload; // operation Location.reload 1164 dom_externs.reload; // operation Location.reload
1165 dom_externs.remove; // operation DOMTokenList.remove, operat ion Entry.remove, operation EntrySync.remove, operation HTMLOptionsCollection.re move, operation HTMLSelectElement.remove 1165 dom_externs.remove; // operation DOMTokenList.remove, operat ion Entry.remove, operation EntrySync.remove, operation HTMLOptionsCollection.re move, operation HTMLSelectElement.remove
1166 dom_externs.removeAllRanges; // operation DOMSelection.removeAllRange s 1166 dom_externs.removeAllRanges; // operation DOMSelection.removeAllRange s
1167 dom_externs.removeAttribute; // operation Element.removeAttribute 1167 dom_externs.removeAttribute; // operation Element.removeAttribute
1168 dom_externs.removeAttributeNS; // operation Element.removeAttributeNS 1168 dom_externs.removeAttributeNS; // operation Element.removeAttributeNS
1169 dom_externs.removeAttributeNode; // operation Element.removeAttributeNode 1169 dom_externs.removeAttributeNode; // operation Element.removeAttributeNode
1170 dom_externs.removeChild; // operation Node.removeChild 1170 dom_externs.removeChild; // operation Node.removeChild
1171 dom_externs.removeCue; // operation TextTrack.removeCue 1171 dom_externs.removeCue; // operation TextTrack.removeCue
1172 dom_externs.removeEventListener; // operation AbstractWorker.removeEventL istener, operation DOMApplicationCache.removeEventListener, operation DOMWindow. removeEventListener, operation EventSource.removeEventListener, operation EventT arget.removeEventListener, operation IDBDatabase.removeEventListener, operation IDBRequest.removeEventListener, operation IDBTransaction.removeEventListener, op eration MessagePort.removeEventListener, operation Node.removeEventListener, ope ration Notification.removeEventListener, operation SVGElementInstance.removeEven tListener, operation WebSocket.removeEventListener, operation WorkerContext.remo veEventListener, operation XMLHttpRequest.removeEventListener, operation XMLHttp RequestUpload.removeEventListener 1172 dom_externs.removeEventListener; // operation AbstractWorker.removeEventL istener, operation DOMApplicationCache.removeEventListener, operation DOMWindow. removeEventListener, operation EventSource.removeEventListener, operation EventT arget.removeEventListener, operation IDBDatabase.removeEventListener, operation IDBRequest.removeEventListener, operation IDBTransaction.removeEventListener, op eration JavaScriptAudioNode.removeEventListener, operation MessagePort.removeEve ntListener, operation Node.removeEventListener, operation Notification.removeEve ntListener, operation SVGElementInstance.removeEventListener, operation WebSocke t.removeEventListener, operation WorkerContext.removeEventListener, operation XM LHttpRequest.removeEventListener, operation XMLHttpRequestUpload.removeEventList ener
1173 dom_externs.removeItem; // operation SVGLengthList.removeItem, o peration SVGNumberList.removeItem, operation SVGPathSegList.removeItem, operatio n SVGPointList.removeItem, operation SVGStringList.removeItem, operation SVGTran sformList.removeItem, operation Storage.removeItem 1173 dom_externs.removeItem; // operation SVGLengthList.removeItem, o peration SVGNumberList.removeItem, operation SVGPathSegList.removeItem, operatio n SVGPointList.removeItem, operation SVGStringList.removeItem, operation SVGTran sformList.removeItem, operation Storage.removeItem
1174 dom_externs.removeListener; // operation MediaQueryList.removeListen er 1174 dom_externs.removeListener; // operation MediaQueryList.removeListen er
1175 dom_externs.removeNamedItem; // operation NamedNodeMap.removeNamedIte m 1175 dom_externs.removeNamedItem; // operation NamedNodeMap.removeNamedIte m
1176 dom_externs.removeNamedItemNS; // operation NamedNodeMap.removeNamedIte mNS 1176 dom_externs.removeNamedItemNS; // operation NamedNodeMap.removeNamedIte mNS
1177 dom_externs.removeParameter; // operation XSLTProcessor.removeParamet er 1177 dom_externs.removeParameter; // operation XSLTProcessor.removeParamet er
1178 dom_externs.removeProperty; // operation CSSStyleDeclaration.removeP roperty 1178 dom_externs.removeProperty; // operation CSSStyleDeclaration.removeP roperty
1179 dom_externs.removeRecursively; // operation DirectoryEntry.removeRecurs ively, operation DirectoryEntrySync.removeRecursively 1179 dom_externs.removeRecursively; // operation DirectoryEntry.removeRecurs ively, operation DirectoryEntrySync.removeRecursively
1180 dom_externs.removeRule; // operation CSSStyleSheet.removeRule 1180 dom_externs.removeRule; // operation CSSStyleSheet.removeRule
1181 dom_externs.removedNodes; // attribute MutationRecord.removedNodes 1181 dom_externs.removedNodes; // attribute MutationRecord.removedNodes
1182 dom_externs.renderbufferStorage; // operation WebGLRenderingContext.rende rbufferStorage 1182 dom_externs.renderbufferStorage; // operation WebGLRenderingContext.rende rbufferStorage
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 dom_externs.y; // attribute HTMLImageElement.y, attribu te MouseEvent.y, attribute SVGCursorElement.y, attribute SVGFEBlendElement.y, at tribute SVGFEColorMatrixElement.y, attribute SVGFEComponentTransferElement.y, at tribute SVGFECompositeElement.y, attribute SVGFEConvolveMatrixElement.y, attribu te SVGFEDiffuseLightingElement.y, attribute SVGFEDisplacementMapElement.y, attri bute SVGFEDropShadowElement.y, attribute SVGFEFloodElement.y, attribute SVGFEGau ssianBlurElement.y, attribute SVGFEImageElement.y, attribute SVGFEMergeElement.y , attribute SVGFEMorphologyElement.y, attribute SVGFEOffsetElement.y, attribute SVGFEPointLightElement.y, attribute SVGFESpecularLightingElement.y, attribute SV GFESpotLightElement.y, attribute SVGFETileElement.y, attribute SVGFETurbulenceEl ement.y, attribute SVGFilterElement.y, attribute SVGFilterPrimitiveStandardAttri butes.y, attribute SVGForeignObjectElement.y, attribute SVGGlyphRefElement.y, at tribute SVGImageElement.y, attribute SVGMaskElement.y, attribute SVGPathSegArcAb s.y, attribute SVGPathSegArcRel.y, attribute SVGPathSegCurvetoCubicAbs.y, attrib ute SVGPathSegCurvetoCubicRel.y, attribute SVGPathSegCurvetoCubicSmoothAbs.y, at tribute SVGPathSegCurvetoCubicSmoothRel.y, attribute SVGPathSegCurvetoQuadraticA bs.y, attribute SVGPathSegCurvetoQuadraticRel.y, attribute SVGPathSegCurvetoQuad raticSmoothAbs.y, attribute SVGPathSegCurvetoQuadraticSmoothRel.y, attribute SVG PathSegLinetoAbs.y, attribute SVGPathSegLinetoRel.y, attribute SVGPathSegLinetoV erticalAbs.y, attribute SVGPathSegLinetoVerticalRel.y, attribute SVGPathSegMovet oAbs.y, attribute SVGPathSegMovetoRel.y, attribute SVGPatternElement.y, attribut e SVGPoint.y, attribute SVGRect.y, attribute SVGRectElement.y, attribute SVGSVGE lement.y, attribute SVGTextPositioningElement.y, attribute SVGUseElement.y, attr ibute WebKitPoint.y, attribute WheelEvent.y 1662 dom_externs.y; // attribute HTMLImageElement.y, attribu te MouseEvent.y, attribute SVGCursorElement.y, attribute SVGFEBlendElement.y, at tribute SVGFEColorMatrixElement.y, attribute SVGFEComponentTransferElement.y, at tribute SVGFECompositeElement.y, attribute SVGFEConvolveMatrixElement.y, attribu te SVGFEDiffuseLightingElement.y, attribute SVGFEDisplacementMapElement.y, attri bute SVGFEDropShadowElement.y, attribute SVGFEFloodElement.y, attribute SVGFEGau ssianBlurElement.y, attribute SVGFEImageElement.y, attribute SVGFEMergeElement.y , attribute SVGFEMorphologyElement.y, attribute SVGFEOffsetElement.y, attribute SVGFEPointLightElement.y, attribute SVGFESpecularLightingElement.y, attribute SV GFESpotLightElement.y, attribute SVGFETileElement.y, attribute SVGFETurbulenceEl ement.y, attribute SVGFilterElement.y, attribute SVGFilterPrimitiveStandardAttri butes.y, attribute SVGForeignObjectElement.y, attribute SVGGlyphRefElement.y, at tribute SVGImageElement.y, attribute SVGMaskElement.y, attribute SVGPathSegArcAb s.y, attribute SVGPathSegArcRel.y, attribute SVGPathSegCurvetoCubicAbs.y, attrib ute SVGPathSegCurvetoCubicRel.y, attribute SVGPathSegCurvetoCubicSmoothAbs.y, at tribute SVGPathSegCurvetoCubicSmoothRel.y, attribute SVGPathSegCurvetoQuadraticA bs.y, attribute SVGPathSegCurvetoQuadraticRel.y, attribute SVGPathSegCurvetoQuad raticSmoothAbs.y, attribute SVGPathSegCurvetoQuadraticSmoothRel.y, attribute SVG PathSegLinetoAbs.y, attribute SVGPathSegLinetoRel.y, attribute SVGPathSegLinetoV erticalAbs.y, attribute SVGPathSegLinetoVerticalRel.y, attribute SVGPathSegMovet oAbs.y, attribute SVGPathSegMovetoRel.y, attribute SVGPatternElement.y, attribut e SVGPoint.y, attribute SVGRect.y, attribute SVGRectElement.y, attribute SVGSVGE lement.y, attribute SVGTextPositioningElement.y, attribute SVGUseElement.y, attr ibute WebKitPoint.y, attribute WheelEvent.y
1663 dom_externs.y1; // attribute SVGLineElement.y1, attribut e SVGLinearGradientElement.y1, attribute SVGPathSegCurvetoCubicAbs.y1, attribute SVGPathSegCurvetoCubicRel.y1, attribute SVGPathSegCurvetoQuadraticAbs.y1, attri bute SVGPathSegCurvetoQuadraticRel.y1 1663 dom_externs.y1; // attribute SVGLineElement.y1, attribut e SVGLinearGradientElement.y1, attribute SVGPathSegCurvetoCubicAbs.y1, attribute SVGPathSegCurvetoCubicRel.y1, attribute SVGPathSegCurvetoQuadraticAbs.y1, attri bute SVGPathSegCurvetoQuadraticRel.y1
1664 dom_externs.y2; // attribute SVGLineElement.y2, attribut e SVGLinearGradientElement.y2, attribute SVGPathSegCurvetoCubicAbs.y2, attribute SVGPathSegCurvetoCubicRel.y2, attribute SVGPathSegCurvetoCubicSmoothAbs.y2, att ribute SVGPathSegCurvetoCubicSmoothRel.y2 1664 dom_externs.y2; // attribute SVGLineElement.y2, attribut e SVGLinearGradientElement.y2, attribute SVGPathSegCurvetoCubicAbs.y2, attribute SVGPathSegCurvetoCubicRel.y2, attribute SVGPathSegCurvetoCubicSmoothAbs.y2, att ribute SVGPathSegCurvetoCubicSmoothRel.y2
1665 dom_externs.yChannelSelector; // attribute SVGFEDisplacementMapElement .yChannelSelector 1665 dom_externs.yChannelSelector; // attribute SVGFEDisplacementMapElement .yChannelSelector
1666 dom_externs.z; // attribute SVGFEPointLightElement.z, a ttribute SVGFESpotLightElement.z 1666 dom_externs.z; // attribute SVGFEPointLightElement.z, a ttribute SVGFESpotLightElement.z
1667 dom_externs.zoomAndPan; // attribute SVGSVGElement.zoomAndPan, a ttribute SVGViewElement.zoomAndPan, attribute SVGZoomAndPan.zoomAndPan 1667 dom_externs.zoomAndPan; // attribute SVGSVGElement.zoomAndPan, a ttribute SVGViewElement.zoomAndPan, attribute SVGZoomAndPan.zoomAndPan
1668 dom_externs.zoomRectScreen; // attribute SVGZoomEvent.zoomRectScreen 1668 dom_externs.zoomRectScreen; // attribute SVGZoomEvent.zoomRectScreen
1669 1669
1670 1670
1671 } 1671 }
OLDNEW
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/idl/dart/webkit-supplemental.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698