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

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

Issue 9323028: Support 'Conditional' idl attribute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 dom_externs.activeElement; // attribute HTMLDocument.activeElement 49 dom_externs.activeElement; // attribute HTMLDocument.activeElement
50 dom_externs.activeTexture; // operation WebGLRenderingContext.activ eTexture 50 dom_externs.activeTexture; // operation WebGLRenderingContext.activ eTexture
51 dom_externs.add; // operation DOMTokenList.add, operation DataTransferItemList.add, operation HTMLSelectElement.add, operation IDBObjectS tore.add 51 dom_externs.add; // operation DOMTokenList.add, operation DataTransferItemList.add, operation HTMLSelectElement.add, operation IDBObjectS tore.add
52 dom_externs.addColorStop; // operation CanvasGradient.addColorStop 52 dom_externs.addColorStop; // operation CanvasGradient.addColorStop
53 dom_externs.addCue; // operation TextTrack.addCue 53 dom_externs.addCue; // operation TextTrack.addCue
54 dom_externs.addEventListener; // operation AbstractWorker.addEventList ener, operation DOMApplicationCache.addEventListener, operation DOMWindow.addEve ntListener, operation EventSource.addEventListener, operation EventTarget.addEve ntListener, operation FileReader.addEventListener, operation IDBDatabase.addEven tListener, operation IDBRequest.addEventListener, operation IDBTransaction.addEv entListener, operation MediaController.addEventListener, operation MessagePort.a ddEventListener, operation Node.addEventListener, operation Notification.addEven tListener, operation SVGElementInstance.addEventListener, operation TextTrack.ad dEventListener, operation TextTrackCue.addEventListener, operation TextTrackList .addEventListener, operation WebSocket.addEventListener, operation WorkerContext .addEventListener, operation XMLHttpRequest.addEventListener, operation XMLHttpR equestUpload.addEventListener 54 dom_externs.addEventListener; // operation AbstractWorker.addEventList ener, operation DOMApplicationCache.addEventListener, operation DOMWindow.addEve ntListener, operation EventSource.addEventListener, operation EventTarget.addEve ntListener, operation FileReader.addEventListener, operation IDBDatabase.addEven tListener, operation IDBRequest.addEventListener, operation IDBTransaction.addEv entListener, operation MediaController.addEventListener, operation MessagePort.a ddEventListener, operation Node.addEventListener, operation Notification.addEven tListener, operation SVGElementInstance.addEventListener, operation TextTrack.ad dEventListener, operation TextTrackCue.addEventListener, operation TextTrackList .addEventListener, operation WebSocket.addEventListener, operation WorkerContext .addEventListener, operation XMLHttpRequest.addEventListener, operation XMLHttpR equestUpload.addEventListener
55 dom_externs.addListener; // operation MediaQueryList.addListener 55 dom_externs.addListener; // operation MediaQueryList.addListener
56 dom_externs.addRange; // operation DOMSelection.addRange 56 dom_externs.addRange; // operation DOMSelection.addRange
57 dom_externs.addRule; // operation CSSStyleSheet.addRule 57 dom_externs.addRule; // operation CSSStyleSheet.addRule
58 dom_externs.addTrack; // operation HTMLMediaElement.addTrack 58 dom_externs.addTrack; // operation HTMLMediaElement.addTrack
59 dom_externs.addedNodes; // attribute MutationRecord.addedNodes
60 dom_externs.adoptNode; // operation Document.adoptNode 59 dom_externs.adoptNode; // operation Document.adoptNode
61 dom_externs.alert; // operation DOMWindow.alert 60 dom_externs.alert; // operation DOMWindow.alert
62 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.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
63 dom_externs.alignment; // attribute TextTrackCue.alignment 62 dom_externs.alignment; // attribute TextTrackCue.alignment
64 dom_externs.alinkColor; // attribute HTMLDocument.alinkColor 63 dom_externs.alinkColor; // attribute HTMLDocument.alinkColor
65 dom_externs.all; // attribute HTMLDocument.all 64 dom_externs.all; // attribute HTMLDocument.all
66 dom_externs.alpha; // attribute DeviceOrientationEvent.alph a, attribute WebGLContextAttributes.alpha 65 dom_externs.alpha; // attribute DeviceOrientationEvent.alph a, attribute WebGLContextAttributes.alpha
67 dom_externs.alt; // attribute HTMLAppletElement.alt, attr ibute HTMLAreaElement.alt, attribute HTMLImageElement.alt, attribute HTMLInputEl ement.alt 66 dom_externs.alt; // attribute HTMLAppletElement.alt, attr ibute HTMLAreaElement.alt, attribute HTMLImageElement.alt, attribute HTMLInputEl ement.alt
68 dom_externs.altGraphKey; // attribute KeyboardEvent.altGraphKey 67 dom_externs.altGraphKey; // attribute KeyboardEvent.altGraphKey
69 dom_externs.altKey; // attribute KeyboardEvent.altKey, attri bute MouseEvent.altKey, attribute TouchEvent.altKey, attribute WheelEvent.altKey 68 dom_externs.altKey; // attribute KeyboardEvent.altKey, attri bute MouseEvent.altKey, attribute TouchEvent.altKey, attribute WheelEvent.altKey
(...skipping 27 matching lines...) Expand all
97 dom_externs.archive; // attribute HTMLAppletElement.archive, attribute HTMLObjectElement.archive 96 dom_externs.archive; // attribute HTMLAppletElement.archive, attribute HTMLObjectElement.archive
98 dom_externs.areas; // attribute HTMLMapElement.areas 97 dom_externs.areas; // attribute HTMLMapElement.areas
99 dom_externs.asBlob; // attribute XMLHttpRequest.asBlob 98 dom_externs.asBlob; // attribute XMLHttpRequest.asBlob
100 dom_externs.assert; // operation Console.assert 99 dom_externs.assert; // operation Console.assert
101 dom_externs.assign; // operation Location.assign 100 dom_externs.assign; // operation Location.assign
102 dom_externs.async; // attribute HTMLScriptElement.async 101 dom_externs.async; // attribute HTMLScriptElement.async
103 dom_externs.atob; // operation DOMWindow.atob 102 dom_externs.atob; // operation DOMWindow.atob
104 dom_externs.attachShader; // operation WebGLRenderingContext.attac hShader 103 dom_externs.attachShader; // operation WebGLRenderingContext.attac hShader
105 dom_externs.attrChange; // attribute MutationEvent.attrChange 104 dom_externs.attrChange; // attribute MutationEvent.attrChange
106 dom_externs.attrName; // attribute MutationEvent.attrName 105 dom_externs.attrName; // attribute MutationEvent.attrName
107 dom_externs.attributeName; // attribute MutationRecord.attributeNam e
108 dom_externs.attributeNamespace; // attribute MutationRecord.attributeNam espace
109 dom_externs.attributes; // attribute Node.attributes 106 dom_externs.attributes; // attribute Node.attributes
110 dom_externs.autocomplete; // attribute HTMLFormElement.autocomplet e, attribute HTMLInputElement.autocomplete 107 dom_externs.autocomplete; // attribute HTMLFormElement.autocomplet e, attribute HTMLInputElement.autocomplete
111 dom_externs.autofocus; // attribute HTMLButtonElement.autofocus , attribute HTMLInputElement.autofocus, attribute HTMLKeygenElement.autofocus, a ttribute HTMLSelectElement.autofocus, attribute HTMLTextAreaElement.autofocus 108 dom_externs.autofocus; // attribute HTMLButtonElement.autofocus , attribute HTMLInputElement.autofocus, attribute HTMLKeygenElement.autofocus, a ttribute HTMLSelectElement.autofocus, attribute HTMLTextAreaElement.autofocus
112 dom_externs.autoplay; // attribute HTMLMediaElement.autoplay 109 dom_externs.autoplay; // attribute HTMLMediaElement.autoplay
113 dom_externs.availHeight; // attribute Screen.availHeight 110 dom_externs.availHeight; // attribute Screen.availHeight
114 dom_externs.availLeft; // attribute Screen.availLeft 111 dom_externs.availLeft; // attribute Screen.availLeft
115 dom_externs.availTop; // attribute Screen.availTop 112 dom_externs.availTop; // attribute Screen.availTop
116 dom_externs.availWidth; // attribute Screen.availWidth 113 dom_externs.availWidth; // attribute Screen.availWidth
117 dom_externs.axis; // attribute HTMLTableCellElement.axis 114 dom_externs.axis; // attribute HTMLTableCellElement.axis
118 dom_externs.azimuth; // attribute SVGFEDistantLightElement.az imuth 115 dom_externs.azimuth; // attribute SVGFEDistantLightElement.az imuth
(...skipping 26 matching lines...) Expand all
145 dom_externs.blendEquationSeparate; // operation WebGLRenderingContext.blend EquationSeparate 142 dom_externs.blendEquationSeparate; // operation WebGLRenderingContext.blend EquationSeparate
146 dom_externs.blendFunc; // operation WebGLRenderingContext.blend Func 143 dom_externs.blendFunc; // operation WebGLRenderingContext.blend Func
147 dom_externs.blendFuncSeparate; // operation WebGLRenderingContext.blend FuncSeparate 144 dom_externs.blendFuncSeparate; // operation WebGLRenderingContext.blend FuncSeparate
148 dom_externs.blue; // attribute RGBColor.blue 145 dom_externs.blue; // attribute RGBColor.blue
149 dom_externs.blur; // operation DOMWindow.blur, operation E lement.blur 146 dom_externs.blur; // operation DOMWindow.blur, operation E lement.blur
150 dom_externs.body; // attribute Document.body 147 dom_externs.body; // attribute Document.body
151 dom_externs.booleanValue; // attribute XPathResult.booleanValue 148 dom_externs.booleanValue; // attribute XPathResult.booleanValue
152 dom_externs.border; // attribute HTMLImageElement.border, at tribute HTMLObjectElement.border, attribute HTMLTableElement.border 149 dom_externs.border; // attribute HTMLImageElement.border, at tribute HTMLObjectElement.border, attribute HTMLTableElement.border
153 dom_externs.bottom; // attribute ClientRect.bottom, attribut e Rect.bottom 150 dom_externs.bottom; // attribute ClientRect.bottom, attribut e Rect.bottom
154 dom_externs.bound; // operation IDBKeyRange.bound 151 dom_externs.bound; // operation IDBKeyRange.bound
155 dom_externs.bringToFront; // operation InspectorFrontendHost.bring ToFront
156 dom_externs.btoa; // operation DOMWindow.btoa 152 dom_externs.btoa; // operation DOMWindow.btoa
157 dom_externs.bubbles; // attribute Event.bubbles 153 dom_externs.bubbles; // attribute Event.bubbles
158 dom_externs.buffer; // attribute ArrayBufferView.buffer, att ribute AudioBufferSourceNode.buffer, attribute ConvolverNode.buffer 154 dom_externs.buffer; // attribute ArrayBufferView.buffer, att ribute AudioBufferSourceNode.buffer, attribute ConvolverNode.buffer
159 dom_externs.bufferData; // operation WebGLRenderingContext.buffe rData 155 dom_externs.bufferData; // operation WebGLRenderingContext.buffe rData
160 dom_externs.bufferSize; // attribute JavaScriptAudioNode.bufferS ize 156 dom_externs.bufferSize; // attribute JavaScriptAudioNode.bufferS ize
161 dom_externs.bufferSubData; // operation WebGLRenderingContext.buffe rSubData 157 dom_externs.bufferSubData; // operation WebGLRenderingContext.buffe rSubData
162 dom_externs.buffered; // attribute HTMLMediaElement.buffered, attribute MediaController.buffered 158 dom_externs.buffered; // attribute HTMLMediaElement.buffered, attribute MediaController.buffered
163 dom_externs.bufferedAmount; // attribute WebSocket.bufferedAmount 159 dom_externs.bufferedAmount; // attribute WebSocket.bufferedAmount
164 dom_externs.button; // attribute MouseEvent.button 160 dom_externs.button; // attribute MouseEvent.button
165 dom_externs.byteLength; // attribute ArrayBuffer.byteLength, att ribute ArrayBufferView.byteLength 161 dom_externs.byteLength; // attribute ArrayBuffer.byteLength, att ribute ArrayBufferView.byteLength
166 dom_externs.byteOffset; // attribute ArrayBufferView.byteOffset 162 dom_externs.byteOffset; // attribute ArrayBufferView.byteOffset
167 dom_externs.c; // attribute SVGMatrix.c, attribute WebK itCSSMatrix.c 163 dom_externs.c; // attribute SVGMatrix.c, attribute WebK itCSSMatrix.c
168 dom_externs.callUID; // attribute ScriptProfileNode.callUID 164 dom_externs.callUID; // attribute ScriptProfileNode.callUID
169 dom_externs.caller; // attribute JavaScriptCallFrame.caller 165 dom_externs.caller; // attribute JavaScriptCallFrame.caller
170 dom_externs.canPlayType; // operation HTMLMediaElement.canPlayTyp e 166 dom_externs.canPlayType; // operation HTMLMediaElement.canPlayTyp e
171 dom_externs.canSaveAs; // operation InspectorFrontendHost.canSa veAs
172 dom_externs.cancel; // operation Notification.cancel 167 dom_externs.cancel; // operation Notification.cancel
173 dom_externs.cancelBubble; // attribute Event.cancelBubble 168 dom_externs.cancelBubble; // attribute Event.cancelBubble
174 dom_externs.cancelScheduledValues; // operation AudioParam.cancelScheduledV alues 169 dom_externs.cancelScheduledValues; // operation AudioParam.cancelScheduledV alues
175 dom_externs.cancelable; // attribute Event.cancelable 170 dom_externs.cancelable; // attribute Event.cancelable
176 dom_externs.canvas; // attribute CanvasRenderingContext.canv as 171 dom_externs.canvas; // attribute CanvasRenderingContext.canv as
177 dom_externs.caption; // attribute HTMLTableElement.caption 172 dom_externs.caption; // attribute HTMLTableElement.caption
178 dom_externs.captureEvents; // operation DOMWindow.captureEvents, op eration HTMLDocument.captureEvents 173 dom_externs.captureEvents; // operation DOMWindow.captureEvents, op eration HTMLDocument.captureEvents
179 dom_externs.caretRangeFromPoint; // operation Document.caretRangeFromPoin t 174 dom_externs.caretRangeFromPoint; // operation Document.caretRangeFromPoin t
180 dom_externs.cellIndex; // attribute HTMLTableCellElement.cellIn dex 175 dom_externs.cellIndex; // attribute HTMLTableCellElement.cellIn dex
181 dom_externs.cellPadding; // attribute HTMLTableElement.cellPaddin g 176 dom_externs.cellPadding; // attribute HTMLTableElement.cellPaddin g
(...skipping 14 matching lines...) Expand all
196 dom_externs.checkValidity; // operation HTMLButtonElement.checkVali dity, operation HTMLFieldSetElement.checkValidity, operation HTMLFormElement.che ckValidity, operation HTMLInputElement.checkValidity, operation HTMLKeygenElemen t.checkValidity, operation HTMLObjectElement.checkValidity, operation HTMLOutput Element.checkValidity, operation HTMLSelectElement.checkValidity, operation HTML TextAreaElement.checkValidity 191 dom_externs.checkValidity; // operation HTMLButtonElement.checkVali dity, operation HTMLFieldSetElement.checkValidity, operation HTMLFormElement.che ckValidity, operation HTMLInputElement.checkValidity, operation HTMLKeygenElemen t.checkValidity, operation HTMLObjectElement.checkValidity, operation HTMLOutput Element.checkValidity, operation HTMLSelectElement.checkValidity, operation HTML TextAreaElement.checkValidity
197 dom_externs.checked; // attribute HTMLInputElement.checked 192 dom_externs.checked; // attribute HTMLInputElement.checked
198 dom_externs.childElementCount; // attribute Element.childElementCount, attribute ElementTraversal.childElementCount 193 dom_externs.childElementCount; // attribute Element.childElementCount, attribute ElementTraversal.childElementCount
199 dom_externs.childNodes; // attribute Node.childNodes, attribute SVGElementInstance.childNodes 194 dom_externs.childNodes; // attribute Node.childNodes, attribute SVGElementInstance.childNodes
200 dom_externs.children; // attribute HTMLElement.children, attri bute ScriptProfileNode.children 195 dom_externs.children; // attribute HTMLElement.children, attri bute ScriptProfileNode.children
201 dom_externs.cite; // attribute HTMLModElement.cite, attrib ute HTMLQuoteElement.cite 196 dom_externs.cite; // attribute HTMLModElement.cite, attrib ute HTMLQuoteElement.cite
202 dom_externs.classList; // attribute HTMLElement.classList 197 dom_externs.classList; // attribute HTMLElement.classList
203 dom_externs.className; // attribute HTMLElement.className, attr ibute SVGAElement.className, attribute SVGCircleElement.className, attribute SVG ClipPathElement.className, attribute SVGDefsElement.className, attribute SVGDesc Element.className, attribute SVGEllipseElement.className, attribute SVGFEBlendEl ement.className, attribute SVGFEColorMatrixElement.className, attribute SVGFECom ponentTransferElement.className, attribute SVGFECompositeElement.className, attr ibute SVGFEConvolveMatrixElement.className, attribute SVGFEDiffuseLightingElemen t.className, attribute SVGFEDisplacementMapElement.className, attribute SVGFEDro pShadowElement.className, attribute SVGFEFloodElement.className, attribute SVGFE GaussianBlurElement.className, attribute SVGFEImageElement.className, attribute SVGFEMergeElement.className, attribute SVGFEMorphologyElement.className, attribu te SVGFEOffsetElement.className, attribute SVGFESpecularLightingElement.classNam e, attribute SVGFETileElement.className, attribute SVGFETurbulenceElement.classN ame, attribute SVGFilterElement.className, attribute SVGForeignObjectElement.cla ssName, attribute SVGGElement.className, attribute SVGGlyphRefElement.className, attribute SVGGradientElement.className, attribute SVGImageElement.className, at tribute SVGLineElement.className, attribute SVGMarkerElement.className, attribut e SVGMaskElement.className, attribute SVGPathElement.className, attribute SVGPat ternElement.className, attribute SVGPolygonElement.className, attribute SVGPolyl ineElement.className, attribute SVGRectElement.className, attribute SVGSVGElemen t.className, attribute SVGStopElement.className, attribute SVGStylable.className , attribute SVGSwitchElement.className, attribute SVGSymbolElement.className, at tribute SVGTextContentElement.className, attribute SVGTitleElement.className, at tribute SVGUseElement.className 198 dom_externs.className; // attribute HTMLElement.className, attr ibute SVGAElement.className, attribute SVGCircleElement.className, attribute SVG ClipPathElement.className, attribute SVGDefsElement.className, attribute SVGDesc Element.className, attribute SVGEllipseElement.className, attribute SVGFEBlendEl ement.className, attribute SVGFEColorMatrixElement.className, attribute SVGFECom ponentTransferElement.className, attribute SVGFECompositeElement.className, attr ibute SVGFEConvolveMatrixElement.className, attribute SVGFEDiffuseLightingElemen t.className, attribute SVGFEDisplacementMapElement.className, attribute SVGFEDro pShadowElement.className, attribute SVGFEFloodElement.className, attribute SVGFE GaussianBlurElement.className, attribute SVGFEImageElement.className, attribute SVGFEMergeElement.className, attribute SVGFEMorphologyElement.className, attribu te SVGFEOffsetElement.className, attribute SVGFESpecularLightingElement.classNam e, attribute SVGFETileElement.className, attribute SVGFETurbulenceElement.classN ame, attribute SVGFilterElement.className, attribute SVGForeignObjectElement.cla ssName, attribute SVGGElement.className, attribute SVGGlyphRefElement.className, attribute SVGGradientElement.className, attribute SVGImageElement.className, at tribute SVGLineElement.className, attribute SVGMarkerElement.className, attribut e SVGMaskElement.className, attribute SVGPathElement.className, attribute SVGPat ternElement.className, attribute SVGPolygonElement.className, attribute SVGPolyl ineElement.className, attribute SVGRectElement.className, attribute SVGSVGElemen t.className, attribute SVGStopElement.className, attribute SVGStylable.className , attribute SVGSwitchElement.className, attribute SVGSymbolElement.className, at tribute SVGTextContentElement.className, attribute SVGTitleElement.className, at tribute SVGUseElement.className
204 dom_externs.clear; // operation DataTransferItemList.clear, attribute HTMLBRElement.clear, operation HTMLDocument.clear, operation IDBObjec tStore.clear, operation SVGLengthList.clear, operation SVGNumberList.clear, oper ation SVGPathSegList.clear, operation SVGPointList.clear, operation SVGStringLis t.clear, operation SVGTransformList.clear, operation Storage.clear, operation We bGLRenderingContext.clear 199 dom_externs.clear; // operation DataTransferItemList.clear, attribute HTMLBRElement.clear, operation HTMLDocument.clear, operation IDBObjec tStore.clear, operation SVGLengthList.clear, operation SVGNumberList.clear, oper ation SVGPathSegList.clear, operation SVGPointList.clear, operation SVGStringLis t.clear, operation SVGTransformList.clear, operation Storage.clear, operation We bGLRenderingContext.clear
205 dom_externs.clearColor; // operation WebGLRenderingContext.clear Color 200 dom_externs.clearColor; // operation WebGLRenderingContext.clear Color
206 dom_externs.clearConsoleMessages; // operation InjectedScriptHost.clearCon soleMessages
207 dom_externs.clearData; // operation Clipboard.clearData 201 dom_externs.clearData; // operation Clipboard.clearData
208 dom_externs.clearDepth; // operation WebGLRenderingContext.clear Depth 202 dom_externs.clearDepth; // operation WebGLRenderingContext.clear Depth
209 dom_externs.clearInterval; // operation DOMWindow.clearInterval, op eration WorkerContext.clearInterval 203 dom_externs.clearInterval; // operation DOMWindow.clearInterval, op eration WorkerContext.clearInterval
210 dom_externs.clearParameters; // operation XSLTProcessor.clearParamete rs 204 dom_externs.clearParameters; // operation XSLTProcessor.clearParamete rs
211 dom_externs.clearRect; // operation CanvasRenderingContext2D.cl earRect 205 dom_externs.clearRect; // operation CanvasRenderingContext2D.cl earRect
212 dom_externs.clearShadow; // operation CanvasRenderingContext2D.cl earShadow 206 dom_externs.clearShadow; // operation CanvasRenderingContext2D.cl earShadow
213 dom_externs.clearStencil; // operation WebGLRenderingContext.clear Stencil 207 dom_externs.clearStencil; // operation WebGLRenderingContext.clear Stencil
214 dom_externs.clearTimeout; // operation DOMWindow.clearTimeout, ope ration WorkerContext.clearTimeout 208 dom_externs.clearTimeout; // operation DOMWindow.clearTimeout, ope ration WorkerContext.clearTimeout
215 dom_externs.clearWatch; // operation Geolocation.clearWatch 209 dom_externs.clearWatch; // operation Geolocation.clearWatch
216 dom_externs.click; // operation HTMLButtonElement.click, op eration HTMLInputElement.click 210 dom_externs.click; // operation HTMLButtonElement.click, op eration HTMLInputElement.click
217 dom_externs.clientHeight; // attribute Element.clientHeight 211 dom_externs.clientHeight; // attribute Element.clientHeight
218 dom_externs.clientInformation; // attribute DOMWindow.clientInformation 212 dom_externs.clientInformation; // attribute DOMWindow.clientInformation
219 dom_externs.clientLeft; // attribute Element.clientLeft 213 dom_externs.clientLeft; // attribute Element.clientLeft
220 dom_externs.clientTop; // attribute Element.clientTop 214 dom_externs.clientTop; // attribute Element.clientTop
221 dom_externs.clientWidth; // attribute Element.clientWidth 215 dom_externs.clientWidth; // attribute Element.clientWidth
222 dom_externs.clientX; // attribute MouseEvent.clientX, attribu te Touch.clientX, attribute WheelEvent.clientX 216 dom_externs.clientX; // attribute MouseEvent.clientX, attribu te Touch.clientX, attribute WheelEvent.clientX
223 dom_externs.clientY; // attribute MouseEvent.clientY, attribu te Touch.clientY, attribute WheelEvent.clientY 217 dom_externs.clientY; // attribute MouseEvent.clientY, attribu te Touch.clientY, attribute WheelEvent.clientY
224 dom_externs.clip; // operation CanvasRenderingContext2D.cl ip 218 dom_externs.clip; // operation CanvasRenderingContext2D.cl ip
225 dom_externs.clipPathUnits; // attribute SVGClipPathElement.clipPath Units 219 dom_externs.clipPathUnits; // attribute SVGClipPathElement.clipPath Units
226 dom_externs.clipboardData; // attribute Event.clipboardData 220 dom_externs.clipboardData; // attribute Event.clipboardData
227 dom_externs.cloneContents; // operation Range.cloneContents 221 dom_externs.cloneContents; // operation Range.cloneContents
228 dom_externs.cloneNode; // operation Node.cloneNode 222 dom_externs.cloneNode; // operation Node.cloneNode
229 dom_externs.cloneRange; // operation Range.cloneRange 223 dom_externs.cloneRange; // operation Range.cloneRange
230 dom_externs.close; // operation DOMWindow.close, operation EventSource.close, operation HTMLDocument.close, operation IDBDatabase.close, op eration MessagePort.close, operation WebSocket.close, operation WorkerContext.cl ose 224 dom_externs.close; // operation DOMWindow.close, operation EventSource.close, operation HTMLDocument.close, operation IDBDatabase.close, op eration MessagePort.close, operation WebSocket.close, operation WorkerContext.cl ose
231 dom_externs.closePath; // operation CanvasRenderingContext2D.cl osePath 225 dom_externs.closePath; // operation CanvasRenderingContext2D.cl osePath
232 dom_externs.closeWindow; // operation InspectorFrontendHost.close Window
233 dom_externs.closed; // attribute DOMWindow.closed 226 dom_externs.closed; // attribute DOMWindow.closed
234 dom_externs.cmp; // operation IDBFactory.cmp 227 dom_externs.cmp; // operation IDBFactory.cmp
235 dom_externs.code; // attribute CloseEvent.code, attribute DOMException.code, attribute EventException.code, attribute FileError.code, attr ibute FileException.code, attribute HTMLAppletElement.code, attribute HTMLObject Element.code, attribute IDBDatabaseError.code, attribute IDBDatabaseException.co de, attribute MediaError.code, attribute OperationNotAllowedException.code, attr ibute PositionError.code, attribute RangeException.code, attribute SQLError.code , attribute SQLException.code, attribute SVGException.code, attribute XMLHttpReq uestException.code, attribute XPathException.code 228 dom_externs.code; // attribute CloseEvent.code, attribute DOMException.code, attribute EventException.code, attribute FileError.code, attr ibute FileException.code, attribute HTMLAppletElement.code, attribute HTMLObject Element.code, attribute IDBDatabaseError.code, attribute IDBDatabaseException.co de, attribute MediaError.code, attribute OperationNotAllowedException.code, attr ibute PositionError.code, attribute RangeException.code, attribute SQLError.code , attribute SQLException.code, attribute SVGException.code, attribute XMLHttpReq uestException.code, attribute XPathException.code
236 dom_externs.codeBase; // attribute HTMLAppletElement.codeBase, attribute HTMLObjectElement.codeBase 229 dom_externs.codeBase; // attribute HTMLAppletElement.codeBase, attribute HTMLObjectElement.codeBase
237 dom_externs.codeType; // attribute HTMLObjectElement.codeType 230 dom_externs.codeType; // attribute HTMLObjectElement.codeType
238 dom_externs.colSpan; // attribute HTMLTableCellElement.colSpa n 231 dom_externs.colSpan; // attribute HTMLTableCellElement.colSpa n
239 dom_externs.collapse; // operation DOMSelection.collapse, oper ation Range.collapse 232 dom_externs.collapse; // operation DOMSelection.collapse, oper ation Range.collapse
240 dom_externs.collapseToEnd; // operation DOMSelection.collapseToEnd 233 dom_externs.collapseToEnd; // operation DOMSelection.collapseToEnd
241 dom_externs.collapseToStart; // operation DOMSelection.collapseToStar t 234 dom_externs.collapseToStart; // operation DOMSelection.collapseToStar t
242 dom_externs.collapsed; // attribute Range.collapsed 235 dom_externs.collapsed; // attribute Range.collapsed
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 dom_externs.context; // attribute AudioNode.context 271 dom_externs.context; // attribute AudioNode.context
279 dom_externs.control; // attribute HTMLLabelElement.control 272 dom_externs.control; // attribute HTMLLabelElement.control
280 dom_externs.controller; // attribute HTMLMediaElement.controller 273 dom_externs.controller; // attribute HTMLMediaElement.controller
281 dom_externs.controls; // attribute HTMLMediaElement.controls 274 dom_externs.controls; // attribute HTMLMediaElement.controls
282 dom_externs.convertToSpecifiedUnits; // operation SVGAngle.convertToSpecified Units, operation SVGLength.convertToSpecifiedUnits 275 dom_externs.convertToSpecifiedUnits; // operation SVGAngle.convertToSpecified Units, operation SVGLength.convertToSpecifiedUnits
283 dom_externs.cookie; // attribute Document.cookie 276 dom_externs.cookie; // attribute Document.cookie
284 dom_externs.cookieEnabled; // attribute Navigator.cookieEnabled 277 dom_externs.cookieEnabled; // attribute Navigator.cookieEnabled
285 dom_externs.coords; // attribute Geoposition.coords, attribu te HTMLAnchorElement.coords, attribute HTMLAreaElement.coords 278 dom_externs.coords; // attribute Geoposition.coords, attribu te HTMLAnchorElement.coords, attribute HTMLAreaElement.coords
286 dom_externs.copyTexImage2D; // operation WebGLRenderingContext.copyT exImage2D 279 dom_externs.copyTexImage2D; // operation WebGLRenderingContext.copyT exImage2D
287 dom_externs.copyTexSubImage2D; // operation WebGLRenderingContext.copyT exSubImage2D 280 dom_externs.copyTexSubImage2D; // operation WebGLRenderingContext.copyT exSubImage2D
288 dom_externs.copyText; // operation InjectedScriptHost.copyText , operation InspectorFrontendHost.copyText
289 dom_externs.copyTo; // operation Entry.copyTo, operation Ent rySync.copyTo 281 dom_externs.copyTo; // operation Entry.copyTo, operation Ent rySync.copyTo
290 dom_externs.correspondingElement; // attribute SVGElementInstance.correspo ndingElement 282 dom_externs.correspondingElement; // attribute SVGElementInstance.correspo ndingElement
291 dom_externs.correspondingUseElement; // attribute SVGElementInstance.correspo ndingUseElement 283 dom_externs.correspondingUseElement; // attribute SVGElementInstance.correspo ndingUseElement
292 dom_externs.count; // operation Console.count, operation ID BIndex.count, operation IDBObjectStore.count 284 dom_externs.count; // operation Console.count, operation ID BIndex.count, operation IDBObjectStore.count
293 dom_externs.createAnalyser; // operation AudioContext.createAnalyser 285 dom_externs.createAnalyser; // operation AudioContext.createAnalyser
294 dom_externs.createAttribute; // operation Document.createAttribute 286 dom_externs.createAttribute; // operation Document.createAttribute
295 dom_externs.createAttributeNS; // operation Document.createAttributeNS 287 dom_externs.createAttributeNS; // operation Document.createAttributeNS
296 dom_externs.createBiquadFilter; // operation AudioContext.createBiquadFi lter 288 dom_externs.createBiquadFilter; // operation AudioContext.createBiquadFi lter
297 dom_externs.createBuffer; // operation AudioContext.createBuffer, operation WebGLRenderingContext.createBuffer 289 dom_externs.createBuffer; // operation AudioContext.createBuffer, operation WebGLRenderingContext.createBuffer
298 dom_externs.createBufferSource; // operation AudioContext.createBufferSo urce 290 dom_externs.createBufferSource; // operation AudioContext.createBufferSo urce
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 dom_externs.currentTime; // attribute AudioContext.currentTime, a ttribute HTMLMediaElement.currentTime, attribute MediaController.currentTime 383 dom_externs.currentTime; // attribute AudioContext.currentTime, a ttribute HTMLMediaElement.currentTime, attribute MediaController.currentTime
392 dom_externs.currentTranslate; // attribute SVGSVGElement.currentTransl ate 384 dom_externs.currentTranslate; // attribute SVGSVGElement.currentTransl ate
393 dom_externs.curve; // attribute WaveShaperNode.curve 385 dom_externs.curve; // attribute WaveShaperNode.curve
394 dom_externs.customError; // attribute ValidityState.customError 386 dom_externs.customError; // attribute ValidityState.customError
395 dom_externs.cutoff; // attribute HighPass2FilterNode.cutoff, attribute LowPass2FilterNode.cutoff 387 dom_externs.cutoff; // attribute HighPass2FilterNode.cutoff, attribute LowPass2FilterNode.cutoff
396 dom_externs.cx; // attribute SVGCircleElement.cx, attrib ute SVGEllipseElement.cx, attribute SVGRadialGradientElement.cx 388 dom_externs.cx; // attribute SVGCircleElement.cx, attrib ute SVGEllipseElement.cx, attribute SVGRadialGradientElement.cx
397 dom_externs.cy; // attribute SVGCircleElement.cy, attrib ute SVGEllipseElement.cy, attribute SVGRadialGradientElement.cy 389 dom_externs.cy; // attribute SVGCircleElement.cy, attrib ute SVGEllipseElement.cy, attribute SVGRadialGradientElement.cy
398 dom_externs.d; // attribute SVGMatrix.d, attribute WebK itCSSMatrix.d 390 dom_externs.d; // attribute SVGMatrix.d, attribute WebK itCSSMatrix.d
399 dom_externs.data; // attribute CharacterData.data, attribu te CompositionEvent.data, attribute HTMLObjectElement.data, attribute ImageData. data, attribute MessageEvent.data, attribute ProcessingInstruction.data, attribu te TextEvent.data 391 dom_externs.data; // attribute CharacterData.data, attribu te CompositionEvent.data, attribute HTMLObjectElement.data, attribute ImageData. data, attribute MessageEvent.data, attribute ProcessingInstruction.data, attribu te TextEvent.data
400 dom_externs.dataTransfer; // attribute MouseEvent.dataTransfer 392 dom_externs.dataTransfer; // attribute MouseEvent.dataTransfer
401 dom_externs.databaseId; // operation InjectedScriptHost.database Id
402 dom_externs.dateTime; // attribute HTMLModElement.dateTime 393 dom_externs.dateTime; // attribute HTMLModElement.dateTime
403 dom_externs.db; // attribute IDBTransaction.db 394 dom_externs.db; // attribute IDBTransaction.db
404 dom_externs.debug; // operation Console.debug 395 dom_externs.debug; // operation Console.debug
405 dom_externs.declare; // attribute HTMLObjectElement.declare 396 dom_externs.declare; // attribute HTMLObjectElement.declare
406 dom_externs.decodeAudioData; // operation AudioContext.decodeAudioDat a 397 dom_externs.decodeAudioData; // operation AudioContext.decodeAudioDat a
407 dom_externs.defaultCharset; // attribute Document.defaultCharset 398 dom_externs.defaultCharset; // attribute Document.defaultCharset
408 dom_externs.defaultChecked; // attribute HTMLInputElement.defaultChe cked 399 dom_externs.defaultChecked; // attribute HTMLInputElement.defaultChe cked
409 dom_externs.defaultMuted; // attribute HTMLMediaElement.defaultMut ed 400 dom_externs.defaultMuted; // attribute HTMLMediaElement.defaultMut ed
410 dom_externs.defaultPlaybackRate; // attribute HTMLMediaElement.defaultPla ybackRate, attribute MediaController.defaultPlaybackRate 401 dom_externs.defaultPlaybackRate; // attribute HTMLMediaElement.defaultPla ybackRate, attribute MediaController.defaultPlaybackRate
411 dom_externs.defaultPrevented; // attribute Event.defaultPrevented 402 dom_externs.defaultPrevented; // attribute Event.defaultPrevented
(...skipping 30 matching lines...) Expand all
442 dom_externs.depthMask; // operation WebGLRenderingContext.depth Mask 433 dom_externs.depthMask; // operation WebGLRenderingContext.depth Mask
443 dom_externs.depthRange; // operation WebGLRenderingContext.depth Range 434 dom_externs.depthRange; // operation WebGLRenderingContext.depth Range
444 dom_externs.description; // attribute DOMMimeType.description, at tribute DOMPlugin.description 435 dom_externs.description; // attribute DOMMimeType.description, at tribute DOMPlugin.description
445 dom_externs.deselectAll; // operation SVGSVGElement.deselectAll 436 dom_externs.deselectAll; // operation SVGSVGElement.deselectAll
446 dom_externs.designMode; // attribute HTMLDocument.designMode 437 dom_externs.designMode; // attribute HTMLDocument.designMode
447 dom_externs.destination; // attribute AudioContext.destination 438 dom_externs.destination; // attribute AudioContext.destination
448 dom_externs.detach; // operation NodeIterator.detach, operat ion Range.detach 439 dom_externs.detach; // operation NodeIterator.detach, operat ion Range.detach
449 dom_externs.detachShader; // operation WebGLRenderingContext.detac hShader 440 dom_externs.detachShader; // operation WebGLRenderingContext.detac hShader
450 dom_externs.detail; // attribute CustomEvent.detail, attribu te UIEvent.detail 441 dom_externs.detail; // attribute CustomEvent.detail, attribu te UIEvent.detail
451 dom_externs.devicePixelRatio; // attribute DOMWindow.devicePixelRatio 442 dom_externs.devicePixelRatio; // attribute DOMWindow.devicePixelRatio
452 dom_externs.didCreateWorker; // operation InjectedScriptHost.didCreat eWorker
453 dom_externs.didDestroyWorker; // operation InjectedScriptHost.didDestr oyWorker
454 dom_externs.diffuseConstant; // attribute SVGFEDiffuseLightingElement .diffuseConstant 443 dom_externs.diffuseConstant; // attribute SVGFEDiffuseLightingElement .diffuseConstant
455 dom_externs.dir; // operation Console.dir, attribute HTML Document.dir, attribute HTMLElement.dir, attribute Notification.dir 444 dom_externs.dir; // operation Console.dir, attribute HTML Document.dir, attribute HTMLElement.dir, attribute Notification.dir
456 dom_externs.dirName; // attribute HTMLInputElement.dirName, a ttribute HTMLTextAreaElement.dirName 445 dom_externs.dirName; // attribute HTMLInputElement.dirName, a ttribute HTMLTextAreaElement.dirName
457 dom_externs.direction; // attribute HTMLMarqueeElement.directio n, attribute IDBCursor.direction, attribute TextTrackCue.direction, attribute We bKitAnimation.direction 446 dom_externs.direction; // attribute HTMLMarqueeElement.directio n, attribute IDBCursor.direction, attribute TextTrackCue.direction, attribute We bKitAnimation.direction
458 dom_externs.dirxml; // operation Console.dirxml 447 dom_externs.dirxml; // operation Console.dirxml
459 dom_externs.disable; // operation WebGLRenderingContext.disab le 448 dom_externs.disable; // operation WebGLRenderingContext.disab le
460 dom_externs.disableVertexAttribArray; // operation WebGLRenderingContext.disab leVertexAttribArray 449 dom_externs.disableVertexAttribArray; // operation WebGLRenderingContext.disab leVertexAttribArray
461 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 450 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
462 dom_externs.disconnect; // operation AudioNode.disconnect, opera tion WebKitMutationObserver.disconnect 451 dom_externs.disconnect; // operation AudioNode.disconnect
463 dom_externs.dispatchEvent; // operation AbstractWorker.dispatchEven t, operation DOMApplicationCache.dispatchEvent, operation DOMWindow.dispatchEven t, operation EventSource.dispatchEvent, operation EventTarget.dispatchEvent, ope ration FileReader.dispatchEvent, operation IDBDatabase.dispatchEvent, operation IDBRequest.dispatchEvent, operation IDBTransaction.dispatchEvent, operation Medi aController.dispatchEvent, operation MessagePort.dispatchEvent, operation Node.d ispatchEvent, operation Notification.dispatchEvent, operation SVGElementInstance .dispatchEvent, operation TextTrack.dispatchEvent, operation TextTrackCue.dispat chEvent, operation TextTrackList.dispatchEvent, operation WebSocket.dispatchEven t, operation WorkerContext.dispatchEvent, operation XMLHttpRequest.dispatchEvent , operation XMLHttpRequestUpload.dispatchEvent 452 dom_externs.dispatchEvent; // operation AbstractWorker.dispatchEven t, operation DOMApplicationCache.dispatchEvent, operation DOMWindow.dispatchEven t, operation EventSource.dispatchEvent, operation EventTarget.dispatchEvent, ope ration FileReader.dispatchEvent, operation IDBDatabase.dispatchEvent, operation IDBRequest.dispatchEvent, operation IDBTransaction.dispatchEvent, operation Medi aController.dispatchEvent, operation MessagePort.dispatchEvent, operation Node.d ispatchEvent, operation Notification.dispatchEvent, operation SVGElementInstance .dispatchEvent, operation TextTrack.dispatchEvent, operation TextTrackCue.dispat chEvent, operation TextTrackList.dispatchEvent, operation WebSocket.dispatchEven t, operation WorkerContext.dispatchEvent, operation XMLHttpRequest.dispatchEvent , operation XMLHttpRequestUpload.dispatchEvent
464 dom_externs.distanceGain; // attribute AudioPannerNode.distanceGai n 453 dom_externs.distanceGain; // attribute AudioPannerNode.distanceGai n
465 dom_externs.distanceModel; // attribute AudioPannerNode.distanceMod el 454 dom_externs.distanceModel; // attribute AudioPannerNode.distanceMod el
466 dom_externs.divisor; // attribute SVGFEConvolveMatrixElement. divisor 455 dom_externs.divisor; // attribute SVGFEConvolveMatrixElement. divisor
467 dom_externs.doctype; // attribute Document.doctype 456 dom_externs.doctype; // attribute Document.doctype
468 dom_externs.document; // attribute DOMWindow.document 457 dom_externs.document; // attribute DOMWindow.document
469 dom_externs.documentElement; // attribute Document.documentElement 458 dom_externs.documentElement; // attribute Document.documentElement
470 dom_externs.documentURI; // attribute Document.documentURI 459 dom_externs.documentURI; // attribute Document.documentURI
471 dom_externs.domComplete; // attribute PerformanceTiming.domComple te 460 dom_externs.domComplete; // attribute PerformanceTiming.domComple te
472 dom_externs.domContentLoadedEventEnd; // attribute PerformanceTiming.domConten tLoadedEventEnd 461 dom_externs.domContentLoadedEventEnd; // attribute PerformanceTiming.domConten tLoadedEventEnd
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 dom_externs.end; // operation TimeRanges.end 495 dom_externs.end; // operation TimeRanges.end
507 dom_externs.endContainer; // attribute Range.endContainer 496 dom_externs.endContainer; // attribute Range.endContainer
508 dom_externs.endElement; // operation ElementTimeControl.endEleme nt, operation SVGAnimationElement.endElement 497 dom_externs.endElement; // operation ElementTimeControl.endEleme nt, operation SVGAnimationElement.endElement
509 dom_externs.endElementAt; // operation ElementTimeControl.endEleme ntAt, operation SVGAnimationElement.endElementAt 498 dom_externs.endElementAt; // operation ElementTimeControl.endEleme ntAt, operation SVGAnimationElement.endElementAt
510 dom_externs.endOffset; // attribute Range.endOffset 499 dom_externs.endOffset; // attribute Range.endOffset
511 dom_externs.endTime; // attribute TextTrackCue.endTime 500 dom_externs.endTime; // attribute TextTrackCue.endTime
512 dom_externs.ended; // attribute HTMLMediaElement.ended, att ribute WebKitAnimation.ended 501 dom_externs.ended; // attribute HTMLMediaElement.ended, att ribute WebKitAnimation.ended
513 dom_externs.entities; // attribute DocumentType.entities 502 dom_externs.entities; // attribute DocumentType.entities
514 dom_externs.error; // operation Console.error, attribute Fi leReader.error, attribute FileWriter.error, attribute HTMLMediaElement.error 503 dom_externs.error; // operation Console.error, attribute Fi leReader.error, attribute FileWriter.error, attribute HTMLMediaElement.error
515 dom_externs.errorCode; // attribute IDBRequest.errorCode 504 dom_externs.errorCode; // attribute IDBRequest.errorCode
516 dom_externs.evaluate; // operation Document.evaluate, operatio n InjectedScriptHost.evaluate, operation JavaScriptCallFrame.evaluate, operation XPathEvaluator.evaluate, operation XPathExpression.evaluate 505 dom_externs.evaluate; // operation Document.evaluate, operatio n JavaScriptCallFrame.evaluate, operation XPathEvaluator.evaluate, operation XPa thExpression.evaluate
517 dom_externs.event; // attribute DOMWindow.event, attribute HTMLScriptElement.event 506 dom_externs.event; // attribute DOMWindow.event, attribute HTMLScriptElement.event
518 dom_externs.eventPhase; // attribute Event.eventPhase 507 dom_externs.eventPhase; // attribute Event.eventPhase
519 dom_externs.execCommand; // operation Document.execCommand 508 dom_externs.execCommand; // operation Document.execCommand
520 dom_externs.expand; // operation Range.expand 509 dom_externs.expand; // operation Range.expand
521 dom_externs.expandEntityReferences; // attribute NodeIterator.expandEntityRe ferences, attribute TreeWalker.expandEntityReferences 510 dom_externs.expandEntityReferences; // attribute NodeIterator.expandEntityRe ferences, attribute TreeWalker.expandEntityReferences
522 dom_externs.exponent; // attribute SVGComponentTransferFunctio nElement.exponent 511 dom_externs.exponent; // attribute SVGComponentTransferFunctio nElement.exponent
523 dom_externs.exponentialRampToValueAtTime; // operation AudioParam.exponentialRa mpToValueAtTime 512 dom_externs.exponentialRampToValueAtTime; // operation AudioParam.exponentialRa mpToValueAtTime
524 dom_externs.extend; // operation DOMSelection.extend 513 dom_externs.extend; // operation DOMSelection.extend
525 dom_externs.extensions; // attribute WebSocket.extensions 514 dom_externs.extensions; // attribute WebSocket.extensions
526 dom_externs.extentNode; // attribute DOMSelection.extentNode 515 dom_externs.extentNode; // attribute DOMSelection.extentNode
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 dom_externs.frameBorder; // attribute HTMLFrameElement.frameBorde r, attribute HTMLIFrameElement.frameBorder 563 dom_externs.frameBorder; // attribute HTMLFrameElement.frameBorde r, attribute HTMLIFrameElement.frameBorder
575 dom_externs.frameElement; // attribute DOMWindow.frameElement 564 dom_externs.frameElement; // attribute DOMWindow.frameElement
576 dom_externs.framebufferRenderbuffer; // operation WebGLRenderingContext.frame bufferRenderbuffer 565 dom_externs.framebufferRenderbuffer; // operation WebGLRenderingContext.frame bufferRenderbuffer
577 dom_externs.framebufferTexture2D; // operation WebGLRenderingContext.frame bufferTexture2D 566 dom_externs.framebufferTexture2D; // operation WebGLRenderingContext.frame bufferTexture2D
578 dom_externs.frames; // attribute DOMWindow.frames 567 dom_externs.frames; // attribute DOMWindow.frames
579 dom_externs.frequency; // attribute BiquadFilterNode.frequency 568 dom_externs.frequency; // attribute BiquadFilterNode.frequency
580 dom_externs.frequencyBinCount; // attribute RealtimeAnalyserNode.freque ncyBinCount 569 dom_externs.frequencyBinCount; // attribute RealtimeAnalyserNode.freque ncyBinCount
581 dom_externs.fromElement; // attribute MouseEvent.fromElement 570 dom_externs.fromElement; // attribute MouseEvent.fromElement
582 dom_externs.frontFace; // operation WebGLRenderingContext.front Face 571 dom_externs.frontFace; // operation WebGLRenderingContext.front Face
583 dom_externs.fullPath; // attribute Entry.fullPath, attribute E ntrySync.fullPath 572 dom_externs.fullPath; // attribute Entry.fullPath, attribute E ntrySync.fullPath
584 dom_externs.functionDetails; // operation InjectedScriptHost.function Details
585 dom_externs.functionName; // attribute JavaScriptCallFrame.functio nName, attribute ScriptProfileNode.functionName 573 dom_externs.functionName; // attribute JavaScriptCallFrame.functio nName, attribute ScriptProfileNode.functionName
586 dom_externs.fx; // attribute SVGRadialGradientElement.fx 574 dom_externs.fx; // attribute SVGRadialGradientElement.fx
587 dom_externs.fy; // attribute SVGRadialGradientElement.fy 575 dom_externs.fy; // attribute SVGRadialGradientElement.fy
588 dom_externs.gain; // attribute AudioBuffer.gain, attribute AudioBufferSourceNode.gain, attribute AudioGainNode.gain, attribute BiquadFilte rNode.gain 576 dom_externs.gain; // attribute AudioBuffer.gain, attribute AudioBufferSourceNode.gain, attribute AudioGainNode.gain, attribute BiquadFilte rNode.gain
589 dom_externs.gamma; // attribute DeviceOrientationEvent.gamm a 577 dom_externs.gamma; // attribute DeviceOrientationEvent.gamm a
590 dom_externs.generateMipmap; // operation WebGLRenderingContext.gener ateMipmap 578 dom_externs.generateMipmap; // operation WebGLRenderingContext.gener ateMipmap
591 dom_externs.geolocation; // attribute Navigator.geolocation 579 dom_externs.geolocation; // attribute Navigator.geolocation
592 dom_externs.get; // operation IDBIndex.get, operation IDB ObjectStore.get 580 dom_externs.get; // operation IDBIndex.get, operation IDB ObjectStore.get
593 dom_externs.getActiveAttrib; // operation WebGLRenderingContext.getAc tiveAttrib 581 dom_externs.getActiveAttrib; // operation WebGLRenderingContext.getAc tiveAttrib
594 dom_externs.getActiveUniform; // operation WebGLRenderingContext.getAc tiveUniform 582 dom_externs.getActiveUniform; // operation WebGLRenderingContext.getAc tiveUniform
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 dom_externs.hasChildNodes; // operation Node.hasChildNodes 699 dom_externs.hasChildNodes; // operation Node.hasChildNodes
712 dom_externs.hasExtension; // operation SVGAElement.hasExtension, o peration SVGAnimationElement.hasExtension, operation SVGCircleElement.hasExtensi on, operation SVGClipPathElement.hasExtension, operation SVGCursorElement.hasExt ension, operation SVGDefsElement.hasExtension, operation SVGEllipseElement.hasEx tension, operation SVGForeignObjectElement.hasExtension, operation SVGGElement.h asExtension, operation SVGImageElement.hasExtension, operation SVGLineElement.ha sExtension, operation SVGMaskElement.hasExtension, operation SVGPathElement.hasE xtension, operation SVGPatternElement.hasExtension, operation SVGPolygonElement. hasExtension, operation SVGPolylineElement.hasExtension, operation SVGRectElemen t.hasExtension, operation SVGSVGElement.hasExtension, operation SVGSwitchElement .hasExtension, operation SVGTests.hasExtension, operation SVGTextContentElement. hasExtension, operation SVGUseElement.hasExtension 700 dom_externs.hasExtension; // operation SVGAElement.hasExtension, o peration SVGAnimationElement.hasExtension, operation SVGCircleElement.hasExtensi on, operation SVGClipPathElement.hasExtension, operation SVGCursorElement.hasExt ension, operation SVGDefsElement.hasExtension, operation SVGEllipseElement.hasEx tension, operation SVGForeignObjectElement.hasExtension, operation SVGGElement.h asExtension, operation SVGImageElement.hasExtension, operation SVGLineElement.ha sExtension, operation SVGMaskElement.hasExtension, operation SVGPathElement.hasE xtension, operation SVGPatternElement.hasExtension, operation SVGPolygonElement. hasExtension, operation SVGPolylineElement.hasExtension, operation SVGRectElemen t.hasExtension, operation SVGSVGElement.hasExtension, operation SVGSwitchElement .hasExtension, operation SVGTests.hasExtension, operation SVGTextContentElement. hasExtension, operation SVGUseElement.hasExtension
713 dom_externs.hasFeature; // operation DOMImplementation.hasFeatur e 701 dom_externs.hasFeature; // operation DOMImplementation.hasFeatur e
714 dom_externs.hasFocus; // operation HTMLDocument.hasFocus 702 dom_externs.hasFocus; // operation HTMLDocument.hasFocus
715 dom_externs.hash; // attribute HTMLAnchorElement.hash, att ribute HTMLAreaElement.hash, attribute Location.hash, attribute WorkerLocation.h ash 703 dom_externs.hash; // attribute HTMLAnchorElement.hash, att ribute HTMLAreaElement.hash, attribute Location.hash, attribute WorkerLocation.h ash
716 dom_externs.head; // attribute Document.head, attribute Sc riptProfile.head 704 dom_externs.head; // attribute Document.head, attribute Sc riptProfile.head
717 dom_externs.headers; // attribute HTMLTableCellElement.header s 705 dom_externs.headers; // attribute HTMLTableCellElement.header s
718 dom_externs.heading; // attribute Coordinates.heading 706 dom_externs.heading; // attribute Coordinates.heading
719 dom_externs.height; // attribute ClientRect.height, attribut e HTMLAppletElement.height, attribute HTMLCanvasElement.height, attribute HTMLEm bedElement.height, attribute HTMLFrameElement.height, attribute HTMLIFrameElemen t.height, attribute HTMLImageElement.height, attribute HTMLMarqueeElement.height , attribute HTMLObjectElement.height, attribute HTMLTableCellElement.height, att ribute HTMLVideoElement.height, attribute ImageData.height, attribute SVGFEBlend Element.height, attribute SVGFEColorMatrixElement.height, attribute SVGFECompone ntTransferElement.height, attribute SVGFECompositeElement.height, attribute SVGF EConvolveMatrixElement.height, attribute SVGFEDiffuseLightingElement.height, att ribute SVGFEDisplacementMapElement.height, attribute SVGFEDropShadowElement.heig ht, attribute SVGFEFloodElement.height, attribute SVGFEGaussianBlurElement.heigh t, attribute SVGFEImageElement.height, attribute SVGFEMergeElement.height, attri bute SVGFEMorphologyElement.height, attribute SVGFEOffsetElement.height, attribu te SVGFESpecularLightingElement.height, attribute SVGFETileElement.height, attri bute SVGFETurbulenceElement.height, attribute SVGFilterElement.height, attribute SVGFilterPrimitiveStandardAttributes.height, attribute SVGForeignObjectElement. height, attribute SVGImageElement.height, attribute SVGMaskElement.height, attri bute SVGPatternElement.height, attribute SVGRect.height, attribute SVGRectElemen t.height, attribute SVGSVGElement.height, attribute SVGUseElement.height, attrib ute Screen.height 707 dom_externs.height; // attribute ClientRect.height, attribut e HTMLAppletElement.height, attribute HTMLCanvasElement.height, attribute HTMLEm bedElement.height, attribute HTMLFrameElement.height, attribute HTMLIFrameElemen t.height, attribute HTMLImageElement.height, attribute HTMLMarqueeElement.height , attribute HTMLObjectElement.height, attribute HTMLTableCellElement.height, att ribute HTMLVideoElement.height, attribute ImageData.height, attribute SVGFEBlend Element.height, attribute SVGFEColorMatrixElement.height, attribute SVGFECompone ntTransferElement.height, attribute SVGFECompositeElement.height, attribute SVGF EConvolveMatrixElement.height, attribute SVGFEDiffuseLightingElement.height, att ribute SVGFEDisplacementMapElement.height, attribute SVGFEDropShadowElement.heig ht, attribute SVGFEFloodElement.height, attribute SVGFEGaussianBlurElement.heigh t, attribute SVGFEImageElement.height, attribute SVGFEMergeElement.height, attri bute SVGFEMorphologyElement.height, attribute SVGFEOffsetElement.height, attribu te SVGFESpecularLightingElement.height, attribute SVGFETileElement.height, attri bute SVGFETurbulenceElement.height, attribute SVGFilterElement.height, attribute SVGFilterPrimitiveStandardAttributes.height, attribute SVGForeignObjectElement. height, attribute SVGImageElement.height, attribute SVGMaskElement.height, attri bute SVGPatternElement.height, attribute SVGRect.height, attribute SVGRectElemen t.height, attribute SVGSVGElement.height, attribute SVGUseElement.height, attrib ute Screen.height
720 dom_externs.hidden; // attribute HTMLElement.hidden 708 dom_externs.hidden; // attribute HTMLElement.hidden
721 dom_externs.hiddenPanels; // operation InspectorFrontendHost.hidde nPanels
722 dom_externs.high; // attribute HTMLMeterElement.high 709 dom_externs.high; // attribute HTMLMeterElement.high
723 dom_externs.hint; // operation WebGLRenderingContext.hint 710 dom_externs.hint; // operation WebGLRenderingContext.hint
724 dom_externs.history; // attribute DOMWindow.history 711 dom_externs.history; // attribute DOMWindow.history
725 dom_externs.horizontalOverflow; // attribute OverflowEvent.horizontalOve rflow 712 dom_externs.horizontalOverflow; // attribute OverflowEvent.horizontalOve rflow
726 dom_externs.host; // attribute HTMLAnchorElement.host, att ribute HTMLAreaElement.host, attribute Location.host, attribute ShadowRoot.host, attribute WorkerLocation.host 713 dom_externs.host; // attribute HTMLAnchorElement.host, att ribute HTMLAreaElement.host, attribute Location.host, attribute WorkerLocation.h ost
727 dom_externs.hostname; // attribute HTMLAnchorElement.hostname, attribute HTMLAreaElement.hostname, attribute Location.hostname, attribute Work erLocation.hostname 714 dom_externs.hostname; // attribute HTMLAnchorElement.hostname, attribute HTMLAreaElement.hostname, attribute Location.hostname, attribute Work erLocation.hostname
728 dom_externs.href; // attribute CSSImportRule.href, attribu te HTMLAnchorElement.href, attribute HTMLAreaElement.href, attribute HTMLBaseEle ment.href, attribute HTMLLinkElement.href, attribute Location.href, attribute SV GAElement.href, attribute SVGAltGlyphElement.href, attribute SVGCursorElement.hr ef, attribute SVGFEImageElement.href, attribute SVGFilterElement.href, attribute SVGGlyphRefElement.href, attribute SVGGradientElement.href, attribute SVGImageE lement.href, attribute SVGMPathElement.href, attribute SVGPatternElement.href, a ttribute SVGScriptElement.href, attribute SVGTRefElement.href, attribute SVGText PathElement.href, attribute SVGURIReference.href, attribute SVGUseElement.href, attribute StyleSheet.href, attribute WorkerLocation.href 715 dom_externs.href; // attribute CSSImportRule.href, attribu te HTMLAnchorElement.href, attribute HTMLAreaElement.href, attribute HTMLBaseEle ment.href, attribute HTMLLinkElement.href, attribute Location.href, attribute SV GAElement.href, attribute SVGAltGlyphElement.href, attribute SVGCursorElement.hr ef, attribute SVGFEImageElement.href, attribute SVGFilterElement.href, attribute SVGGlyphRefElement.href, attribute SVGGradientElement.href, attribute SVGImageE lement.href, attribute SVGMPathElement.href, attribute SVGPatternElement.href, a ttribute SVGScriptElement.href, attribute SVGTRefElement.href, attribute SVGText PathElement.href, attribute SVGURIReference.href, attribute SVGUseElement.href, attribute StyleSheet.href, attribute WorkerLocation.href
729 dom_externs.hreflang; // attribute HTMLAnchorElement.hreflang, attribute HTMLLinkElement.hreflang 716 dom_externs.hreflang; // attribute HTMLAnchorElement.hreflang, attribute HTMLLinkElement.hreflang
730 dom_externs.hspace; // attribute HTMLAppletElement.hspace, a ttribute HTMLImageElement.hspace, attribute HTMLMarqueeElement.hspace, attribute HTMLObjectElement.hspace 717 dom_externs.hspace; // attribute HTMLAppletElement.hspace, a ttribute HTMLImageElement.hspace, attribute HTMLMarqueeElement.hspace, attribute HTMLObjectElement.hspace
731 dom_externs.htmlFor; // attribute HTMLLabelElement.htmlFor, a ttribute HTMLOutputElement.htmlFor, attribute HTMLScriptElement.htmlFor 718 dom_externs.htmlFor; // attribute HTMLLabelElement.htmlFor, a ttribute HTMLOutputElement.htmlFor, attribute HTMLScriptElement.htmlFor
732 dom_externs.httpEquiv; // attribute HTMLMetaElement.httpEquiv 719 dom_externs.httpEquiv; // attribute HTMLMetaElement.httpEquiv
733 dom_externs.id; // attribute HTMLElement.id, attribute S VGElement.id, attribute TextTrackCue.id 720 dom_externs.id; // attribute HTMLElement.id, attribute S VGElement.id, attribute TextTrackCue.id
734 dom_externs.identifier; // attribute Counter.identifier, attribu te Touch.identifier 721 dom_externs.identifier; // attribute Counter.identifier, attribu te Touch.identifier
735 dom_externs.images; // attribute Document.images 722 dom_externs.images; // attribute Document.images
736 dom_externs.implementation; // attribute Document.implementation 723 dom_externs.implementation; // attribute Document.implementation
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 dom_externs.insertAdjacentHTML; // operation HTMLElement.insertAdjacentH TML 756 dom_externs.insertAdjacentHTML; // operation HTMLElement.insertAdjacentH TML
770 dom_externs.insertAdjacentText; // operation HTMLElement.insertAdjacentT ext 757 dom_externs.insertAdjacentText; // operation HTMLElement.insertAdjacentT ext
771 dom_externs.insertBefore; // operation Node.insertBefore 758 dom_externs.insertBefore; // operation Node.insertBefore
772 dom_externs.insertCell; // operation HTMLTableRowElement.insertC ell 759 dom_externs.insertCell; // operation HTMLTableRowElement.insertC ell
773 dom_externs.insertData; // operation CharacterData.insertData 760 dom_externs.insertData; // operation CharacterData.insertData
774 dom_externs.insertId; // attribute SQLResultSet.insertId 761 dom_externs.insertId; // attribute SQLResultSet.insertId
775 dom_externs.insertItemBefore; // operation SVGLengthList.insertItemBef ore, operation SVGNumberList.insertItemBefore, operation SVGPathSegList.insertIt emBefore, operation SVGPointList.insertItemBefore, operation SVGStringList.inser tItemBefore, operation SVGTransformList.insertItemBefore 762 dom_externs.insertItemBefore; // operation SVGLengthList.insertItemBef ore, operation SVGNumberList.insertItemBefore, operation SVGPathSegList.insertIt emBefore, operation SVGPointList.insertItemBefore, operation SVGStringList.inser tItemBefore, operation SVGTransformList.insertItemBefore
776 dom_externs.insertNode; // operation Range.insertNode 763 dom_externs.insertNode; // operation Range.insertNode
777 dom_externs.insertRow; // operation HTMLTableElement.insertRow, operation HTMLTableSectionElement.insertRow 764 dom_externs.insertRow; // operation HTMLTableElement.insertRow, operation HTMLTableSectionElement.insertRow
778 dom_externs.insertRule; // operation CSSMediaRule.insertRule, op eration CSSStyleSheet.insertRule, operation WebKitCSSKeyframesRule.insertRule 765 dom_externs.insertRule; // operation CSSMediaRule.insertRule, op eration CSSStyleSheet.insertRule, operation WebKitCSSKeyframesRule.insertRule
779 dom_externs.inspect; // operation InjectedScriptHost.inspect
780 dom_externs.inspectedNode; // operation InjectedScriptHost.inspecte dNode
781 dom_externs.inspectedURLChanged; // operation InspectorFrontendHost.inspe ctedURLChanged
782 dom_externs.instanceRoot; // attribute SVGUseElement.instanceRoot 766 dom_externs.instanceRoot; // attribute SVGUseElement.instanceRoot
783 dom_externs.intercept; // attribute SVGComponentTransferFunctio nElement.intercept 767 dom_externs.intercept; // attribute SVGComponentTransferFunctio nElement.intercept
784 dom_externs.internalConstructorName; // operation InjectedScriptHost.internal ConstructorName
785 dom_externs.internalSubset; // attribute DocumentType.internalSubset 768 dom_externs.internalSubset; // attribute DocumentType.internalSubset
786 dom_externs.intersectsNode; // operation Range.intersectsNode 769 dom_externs.intersectsNode; // operation Range.intersectsNode
787 dom_externs.interval; // attribute DeviceMotionEvent.interval 770 dom_externs.interval; // attribute DeviceMotionEvent.interval
788 dom_externs.invalidIteratorState; // attribute XPathResult.invalidIterator State 771 dom_externs.invalidIteratorState; // attribute XPathResult.invalidIterator State
789 dom_externs.inverse; // operation SVGMatrix.inverse, operatio n WebKitCSSMatrix.inverse 772 dom_externs.inverse; // operation SVGMatrix.inverse, operatio n WebKitCSSMatrix.inverse
790 dom_externs.isBuffer; // operation WebGLRenderingContext.isBuf fer 773 dom_externs.isBuffer; // operation WebGLRenderingContext.isBuf fer
791 dom_externs.isCollapsed; // attribute DOMSelection.isCollapsed 774 dom_externs.isCollapsed; // attribute DOMSelection.isCollapsed
792 dom_externs.isContentEditable; // attribute HTMLElement.isContentEditab le 775 dom_externs.isContentEditable; // attribute HTMLElement.isContentEditab le
793 dom_externs.isContextLost; // operation WebGLRenderingContext.isCon textLost 776 dom_externs.isContextLost; // operation WebGLRenderingContext.isCon textLost
794 dom_externs.isDefault; // attribute HTMLTrackElement.isDefault 777 dom_externs.isDefault; // attribute HTMLTrackElement.isDefault
795 dom_externs.isDefaultNamespace; // operation Node.isDefaultNamespace 778 dom_externs.isDefaultNamespace; // operation Node.isDefaultNamespace
796 dom_externs.isDirectory; // attribute Entry.isDirectory, attribut e EntrySync.isDirectory 779 dom_externs.isDirectory; // attribute Entry.isDirectory, attribut e EntrySync.isDirectory
797 dom_externs.isEnabled; // operation WebGLRenderingContext.isEna bled 780 dom_externs.isEnabled; // operation WebGLRenderingContext.isEna bled
798 dom_externs.isEqualNode; // operation Node.isEqualNode 781 dom_externs.isEqualNode; // operation Node.isEqualNode
799 dom_externs.isFile; // attribute Entry.isFile, attribute Ent rySync.isFile 782 dom_externs.isFile; // attribute Entry.isFile, attribute Ent rySync.isFile
800 dom_externs.isFramebuffer; // operation WebGLRenderingContext.isFra mebuffer 783 dom_externs.isFramebuffer; // operation WebGLRenderingContext.isFra mebuffer
801 dom_externs.isHTMLAllCollection; // operation InjectedScriptHost.isHTMLAl lCollection
802 dom_externs.isId; // attribute Attr.isId 784 dom_externs.isId; // attribute Attr.isId
803 dom_externs.isLocked; // attribute PointerLock.isLocked
804 dom_externs.isMap; // attribute HTMLImageElement.isMap 785 dom_externs.isMap; // attribute HTMLImageElement.isMap
805 dom_externs.isPointInPath; // operation CanvasRenderingContext2D.is PointInPath 786 dom_externs.isPointInPath; // operation CanvasRenderingContext2D.is PointInPath
806 dom_externs.isPointInRange; // operation Range.isPointInRange 787 dom_externs.isPointInRange; // operation Range.isPointInRange
807 dom_externs.isProgram; // operation WebGLRenderingContext.isPro gram 788 dom_externs.isProgram; // operation WebGLRenderingContext.isPro gram
808 dom_externs.isPropertyImplicit; // operation CSSStyleDeclaration.isPrope rtyImplicit 789 dom_externs.isPropertyImplicit; // operation CSSStyleDeclaration.isPrope rtyImplicit
809 dom_externs.isRenderbuffer; // operation WebGLRenderingContext.isRen derbuffer 790 dom_externs.isRenderbuffer; // operation WebGLRenderingContext.isRen derbuffer
810 dom_externs.isSameNode; // operation Node.isSameNode 791 dom_externs.isSameNode; // operation Node.isSameNode
811 dom_externs.isShader; // operation WebGLRenderingContext.isSha der 792 dom_externs.isShader; // operation WebGLRenderingContext.isSha der
812 dom_externs.isSupported; // operation Node.isSupported 793 dom_externs.isSupported; // operation Node.isSupported
813 dom_externs.isTexture; // operation WebGLRenderingContext.isTex ture 794 dom_externs.isTexture; // operation WebGLRenderingContext.isTex ture
814 dom_externs.isVertexArrayOES; // operation OESVertexArrayObject.isVert exArrayOES 795 dom_externs.isVertexArrayOES; // operation OESVertexArrayObject.isVert exArrayOES
815 dom_externs.item; // operation CSSRuleList.item, operation CSSStyleDeclaration.item, operation CSSValueList.item, operation ClientRectList .item, operation DOMMimeTypeArray.item, operation DOMPlugin.item, operation DOMP luginArray.item, operation DOMTokenList.item, operation DataTransferItemList.ite m, operation EntryArray.item, operation EntryArraySync.item, operation FileList. item, operation HTMLAllCollection.item, operation HTMLCollection.item, operation HTMLPropertiesCollection.item, operation HTMLSelectElement.item, operation Medi aList.item, operation NamedNodeMap.item, operation NodeList.item, operation SQLR esultSetRowList.item, operation SVGElementInstanceList.item, operation SpeechInp utResultList.item, operation StyleSheetList.item, operation TextTrackCueList.ite m, operation TextTrackList.item, operation TouchList.item, operation WebKitAnima tionList.item 796 dom_externs.item; // operation CSSRuleList.item, operation CSSStyleDeclaration.item, operation CSSValueList.item, operation ClientRectList .item, operation DOMMimeTypeArray.item, operation DOMPlugin.item, operation DOMP luginArray.item, operation DOMTokenList.item, operation DataTransferItemList.ite m, operation EntryArray.item, operation EntryArraySync.item, operation FileList. item, operation HTMLAllCollection.item, operation HTMLCollection.item, operation HTMLSelectElement.item, operation MediaList.item, operation NamedNodeMap.item, operation NodeList.item, operation SQLResultSetRowList.item, operation SVGElemen tInstanceList.item, operation SpeechInputResultList.item, operation StyleSheetLi st.item, operation TextTrackCueList.item, operation TextTrackList.item, operatio n TouchList.item, operation WebKitAnimationList.item
816 dom_externs.itemId; // attribute HTMLElement.itemId
817 dom_externs.itemProp; // attribute HTMLElement.itemProp
818 dom_externs.itemRef; // attribute HTMLElement.itemRef
819 dom_externs.itemScope; // attribute HTMLElement.itemScope
820 dom_externs.itemType; // attribute HTMLElement.itemType
821 dom_externs.itemValue; // attribute HTMLElement.itemValue
822 dom_externs.items; // attribute Clipboard.items 797 dom_externs.items; // attribute Clipboard.items
823 dom_externs.iterateNext; // operation XPathResult.iterateNext 798 dom_externs.iterateNext; // operation XPathResult.iterateNext
824 dom_externs.iterationCount; // attribute WebKitAnimation.iterationCo unt 799 dom_externs.iterationCount; // attribute WebKitAnimation.iterationCo unt
825 dom_externs.javaEnabled; // operation Navigator.javaEnabled 800 dom_externs.javaEnabled; // operation Navigator.javaEnabled
826 dom_externs.jsHeapSizeLimit; // attribute MemoryInfo.jsHeapSizeLimit 801 dom_externs.jsHeapSizeLimit; // attribute MemoryInfo.jsHeapSizeLimit
827 dom_externs.k1; // attribute SVGFECompositeElement.k1 802 dom_externs.k1; // attribute SVGFECompositeElement.k1
828 dom_externs.k2; // attribute SVGFECompositeElement.k2 803 dom_externs.k2; // attribute SVGFECompositeElement.k2
829 dom_externs.k3; // attribute SVGFECompositeElement.k3 804 dom_externs.k3; // attribute SVGFECompositeElement.k3
830 dom_externs.k4; // attribute SVGFECompositeElement.k4 805 dom_externs.k4; // attribute SVGFECompositeElement.k4
831 dom_externs.kernelMatrix; // attribute SVGFEConvolveMatrixElement. kernelMatrix 806 dom_externs.kernelMatrix; // attribute SVGFEConvolveMatrixElement. kernelMatrix
(...skipping 15 matching lines...) Expand all
847 dom_externs.lastChild; // attribute Node.lastChild, attribute S VGElementInstance.lastChild, operation TreeWalker.lastChild 822 dom_externs.lastChild; // attribute Node.lastChild, attribute S VGElementInstance.lastChild, operation TreeWalker.lastChild
848 dom_externs.lastElementChild; // attribute Element.lastElementChild, a ttribute ElementTraversal.lastElementChild 823 dom_externs.lastElementChild; // attribute Element.lastElementChild, a ttribute ElementTraversal.lastElementChild
849 dom_externs.lastErrorMessage; // attribute DatabaseSync.lastErrorMessa ge 824 dom_externs.lastErrorMessage; // attribute DatabaseSync.lastErrorMessa ge
850 dom_externs.lastEventId; // attribute MessageEvent.lastEventId 825 dom_externs.lastEventId; // attribute MessageEvent.lastEventId
851 dom_externs.lastModified; // attribute Document.lastModified 826 dom_externs.lastModified; // attribute Document.lastModified
852 dom_externs.lastModifiedDate; // attribute File.lastModifiedDate 827 dom_externs.lastModifiedDate; // attribute File.lastModifiedDate
853 dom_externs.latitude; // attribute Coordinates.latitude 828 dom_externs.latitude; // attribute Coordinates.latitude
854 dom_externs.layerX; // attribute UIEvent.layerX 829 dom_externs.layerX; // attribute UIEvent.layerX
855 dom_externs.layerY; // attribute UIEvent.layerY 830 dom_externs.layerY; // attribute UIEvent.layerY
856 dom_externs.left; // attribute ClientRect.left, attribute Rect.left 831 dom_externs.left; // attribute ClientRect.left, attribute Rect.left
857 dom_externs.length; // attribute AudioBuffer.length, attribu te CSSRuleList.length, attribute CSSStyleDeclaration.length, attribute CSSValueL ist.length, attribute CanvasPixelArray.length, attribute CharacterData.length, a ttribute ClientRectList.length, attribute DOMMimeTypeArray.length, attribute DOM Plugin.length, attribute DOMPluginArray.length, attribute DOMTokenList.length, a ttribute DOMWindow.length, attribute DataTransferItemList.length, attribute Entr yArray.length, attribute EntryArraySync.length, attribute FileList.length, attri bute FileWriter.length, attribute FileWriterSync.length, attribute Float32Array. length, attribute Float64Array.length, attribute HTMLAllCollection.length, attri bute HTMLCollection.length, attribute HTMLFormElement.length, attribute HTMLOpti onsCollection.length, attribute HTMLPropertiesCollection.length, attribute HTMLS electElement.length, attribute History.length, attribute Int16Array.length, attr ibute Int32Array.length, attribute Int8Array.length, attribute MediaList.length, attribute NamedNodeMap.length, attribute NodeList.length, attribute SQLResultSe tRowList.length, attribute SVGElementInstanceList.length, attribute SpeechInputR esultList.length, attribute Storage.length, attribute StyleSheetList.length, att ribute TextTrackCueList.length, attribute TextTrackList.length, attribute TimeRa nges.length, attribute TouchList.length, attribute Uint16Array.length, attribute Uint32Array.length, attribute Uint8Array.length, attribute Uint8ClampedArray.le ngth, attribute WebKitAnimationList.length 832 dom_externs.length; // attribute AudioBuffer.length, attribu te CSSRuleList.length, attribute CSSStyleDeclaration.length, attribute CSSValueL ist.length, attribute CanvasPixelArray.length, attribute CharacterData.length, a ttribute ClientRectList.length, attribute DOMMimeTypeArray.length, attribute DOM Plugin.length, attribute DOMPluginArray.length, attribute DOMTokenList.length, a ttribute DOMWindow.length, attribute DataTransferItemList.length, attribute Entr yArray.length, attribute EntryArraySync.length, attribute FileList.length, attri bute FileWriter.length, attribute FileWriterSync.length, attribute Float32Array. length, attribute Float64Array.length, attribute HTMLAllCollection.length, attri bute HTMLCollection.length, attribute HTMLFormElement.length, attribute HTMLOpti onsCollection.length, attribute HTMLSelectElement.length, attribute History.leng th, attribute Int16Array.length, attribute Int32Array.length, attribute Int8Arra y.length, attribute MediaList.length, attribute NamedNodeMap.length, attribute N odeList.length, attribute SQLResultSetRowList.length, attribute SVGElementInstan ceList.length, attribute SpeechInputResultList.length, attribute Storage.length, attribute StyleSheetList.length, attribute TextTrackCueList.length, attribute T extTrackList.length, attribute TimeRanges.length, attribute TouchList.length, at tribute Uint16Array.length, attribute Uint32Array.length, attribute Uint8Array.l ength, attribute Uint8ClampedArray.length, attribute WebKitAnimationList.length
858 dom_externs.lengthAdjust; // attribute SVGTextContentElement.lengt hAdjust 833 dom_externs.lengthAdjust; // attribute SVGTextContentElement.lengt hAdjust
859 dom_externs.lengthComputable; // attribute ProgressEvent.lengthComputa ble 834 dom_externs.lengthComputable; // attribute ProgressEvent.lengthComputa ble
860 dom_externs.limitingConeAngle; // attribute SVGFESpotLightElement.limit ingConeAngle 835 dom_externs.limitingConeAngle; // attribute SVGFESpotLightElement.limit ingConeAngle
861 dom_externs.line; // attribute JavaScriptCallFrame.line 836 dom_externs.line; // attribute JavaScriptCallFrame.line
862 dom_externs.lineCap; // attribute CanvasRenderingContext2D.li neCap 837 dom_externs.lineCap; // attribute CanvasRenderingContext2D.li neCap
863 dom_externs.lineJoin; // attribute CanvasRenderingContext2D.li neJoin 838 dom_externs.lineJoin; // attribute CanvasRenderingContext2D.li neJoin
864 dom_externs.lineNumber; // attribute ScriptProfileNode.lineNumbe r 839 dom_externs.lineNumber; // attribute ScriptProfileNode.lineNumbe r
865 dom_externs.linePosition; // attribute TextTrackCue.linePosition 840 dom_externs.linePosition; // attribute TextTrackCue.linePosition
866 dom_externs.lineTo; // operation CanvasRenderingContext2D.li neTo 841 dom_externs.lineTo; // operation CanvasRenderingContext2D.li neTo
867 dom_externs.lineWidth; // attribute CanvasRenderingContext2D.li neWidth, operation WebGLRenderingContext.lineWidth 842 dom_externs.lineWidth; // attribute CanvasRenderingContext2D.li neWidth, operation WebGLRenderingContext.lineWidth
868 dom_externs.linearRampToValueAtTime; // operation AudioParam.linearRampToValu eAtTime 843 dom_externs.linearRampToValueAtTime; // operation AudioParam.linearRampToValu eAtTime
869 dom_externs.lineno; // attribute ErrorEvent.lineno 844 dom_externs.lineno; // attribute ErrorEvent.lineno
870 dom_externs.link; // attribute HTMLBodyElement.link 845 dom_externs.link; // attribute HTMLBodyElement.link
871 dom_externs.linkColor; // attribute HTMLDocument.linkColor 846 dom_externs.linkColor; // attribute HTMLDocument.linkColor
872 dom_externs.linkProgram; // operation WebGLRenderingContext.linkP rogram 847 dom_externs.linkProgram; // operation WebGLRenderingContext.linkP rogram
873 dom_externs.links; // attribute Document.links 848 dom_externs.links; // attribute Document.links
874 dom_externs.list; // attribute HTMLInputElement.list
875 dom_externs.listStyle; // attribute Counter.listStyle 849 dom_externs.listStyle; // attribute Counter.listStyle
876 dom_externs.listener; // attribute AudioContext.listener 850 dom_externs.listener; // attribute AudioContext.listener
877 dom_externs.load; // operation HTMLMediaElement.load 851 dom_externs.load; // operation HTMLMediaElement.load
878 dom_externs.loadEventEnd; // attribute PerformanceTiming.loadEvent End 852 dom_externs.loadEventEnd; // attribute PerformanceTiming.loadEvent End
879 dom_externs.loadEventStart; // attribute PerformanceTiming.loadEvent Start 853 dom_externs.loadEventStart; // attribute PerformanceTiming.loadEvent Start
880 dom_externs.loadResourceSynchronously; // operation InspectorFrontendHost.loadR esourceSynchronously 854 dom_externs.loaded; // attribute ProgressEvent.loaded
881 dom_externs.loaded; // operation InspectorFrontendHost.loade d, attribute ProgressEvent.loaded
882 dom_externs.localName; // attribute Node.localName 855 dom_externs.localName; // attribute Node.localName
883 dom_externs.localizedStringsURL; // operation InspectorFrontendHost.local izedStringsURL
884 dom_externs.location; // attribute DOMWindow.location, attribu te Document.location, attribute HTMLFrameElement.location, attribute WorkerConte xt.location 856 dom_externs.location; // attribute DOMWindow.location, attribu te Document.location, attribute HTMLFrameElement.location, attribute WorkerConte xt.location
885 dom_externs.locationbar; // attribute DOMWindow.locationbar 857 dom_externs.locationbar; // attribute DOMWindow.locationbar
886 dom_externs.lock; // operation PointerLock.lock
887 dom_externs.log; // operation Console.log 858 dom_externs.log; // operation Console.log
888 dom_externs.longDesc; // attribute HTMLFrameElement.longDesc, attribute HTMLIFrameElement.longDesc, attribute HTMLImageElement.longDesc 859 dom_externs.longDesc; // attribute HTMLFrameElement.longDesc, attribute HTMLIFrameElement.longDesc, attribute HTMLImageElement.longDesc
889 dom_externs.longitude; // attribute Coordinates.longitude 860 dom_externs.longitude; // attribute Coordinates.longitude
890 dom_externs.lookupNamespaceURI; // operation Node.lookupNamespaceURI, op eration XPathNSResolver.lookupNamespaceURI 861 dom_externs.lookupNamespaceURI; // operation Node.lookupNamespaceURI, op eration XPathNSResolver.lookupNamespaceURI
891 dom_externs.lookupPrefix; // operation Node.lookupPrefix 862 dom_externs.lookupPrefix; // operation Node.lookupPrefix
892 dom_externs.loop; // attribute AudioBufferSourceNode.loop, attribute HTMLMarqueeElement.loop, attribute HTMLMediaElement.loop 863 dom_externs.loop; // attribute AudioBufferSourceNode.loop, attribute HTMLMarqueeElement.loop, attribute HTMLMediaElement.loop
893 dom_externs.looping; // attribute AudioBufferSourceNode.loopi ng 864 dom_externs.looping; // attribute AudioBufferSourceNode.loopi ng
894 dom_externs.loseContext; // operation WebGLLoseContext.loseContex t 865 dom_externs.loseContext; // operation WebGLLoseContext.loseContex t
895 dom_externs.low; // attribute HTMLMeterElement.low 866 dom_externs.low; // attribute HTMLMeterElement.low
896 dom_externs.lower; // attribute IDBKeyRange.lower 867 dom_externs.lower; // attribute IDBKeyRange.lower
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 dom_externs.mimeTypes; // attribute Navigator.mimeTypes 917 dom_externs.mimeTypes; // attribute Navigator.mimeTypes
947 dom_externs.min; // attribute HTMLInputElement.min, attri bute HTMLMeterElement.min 918 dom_externs.min; // attribute HTMLInputElement.min, attri bute HTMLMeterElement.min
948 dom_externs.minDecibels; // attribute RealtimeAnalyserNode.minDec ibels 919 dom_externs.minDecibels; // attribute RealtimeAnalyserNode.minDec ibels
949 dom_externs.minValue; // attribute AudioParam.minValue 920 dom_externs.minValue; // attribute AudioParam.minValue
950 dom_externs.miterLimit; // attribute CanvasRenderingContext2D.mi terLimit 921 dom_externs.miterLimit; // attribute CanvasRenderingContext2D.mi terLimit
951 dom_externs.mode; // attribute IDBTransaction.mode, attrib ute SVGFEBlendElement.mode, attribute TextTrack.mode 922 dom_externs.mode; // attribute IDBTransaction.mode, attrib ute SVGFEBlendElement.mode, attribute TextTrack.mode
952 dom_externs.modificationTime; // attribute Metadata.modificationTime 923 dom_externs.modificationTime; // attribute Metadata.modificationTime
953 dom_externs.modify; // operation DOMSelection.modify 924 dom_externs.modify; // operation DOMSelection.modify
954 dom_externs.moveBy; // operation DOMWindow.moveBy 925 dom_externs.moveBy; // operation DOMWindow.moveBy
955 dom_externs.moveTo; // operation CanvasRenderingContext2D.mo veTo, operation DOMWindow.moveTo, operation Entry.moveTo, operation EntrySync.mo veTo 926 dom_externs.moveTo; // operation CanvasRenderingContext2D.mo veTo, operation DOMWindow.moveTo, operation Entry.moveTo, operation EntrySync.mo veTo
956 dom_externs.moveWindowBy; // operation InspectorFrontendHost.moveW indowBy
957 dom_externs.multiEntry; // attribute IDBIndex.multiEntry 927 dom_externs.multiEntry; // attribute IDBIndex.multiEntry
958 dom_externs.multiple; // attribute HTMLInputElement.multiple, attribute HTMLSelectElement.multiple 928 dom_externs.multiple; // attribute HTMLInputElement.multiple, attribute HTMLSelectElement.multiple
959 dom_externs.multiply; // operation SVGMatrix.multiply, operati on WebKitCSSMatrix.multiply 929 dom_externs.multiply; // operation SVGMatrix.multiply, operati on WebKitCSSMatrix.multiply
960 dom_externs.muted; // attribute HTMLMediaElement.muted, att ribute MediaController.muted 930 dom_externs.muted; // attribute HTMLMediaElement.muted, att ribute MediaController.muted
961 dom_externs.name; // attribute Attr.name, attribute AudioP aram.name, attribute DOMException.name, attribute DOMFileSystem.name, attribute DOMFileSystemSync.name, attribute DOMPlugin.name, attribute DOMWindow.name, attr ibute DocumentType.name, attribute Entry.name, attribute EntrySync.name, attribu te EventException.name, attribute File.name, attribute FileException.name, attri bute HTMLAnchorElement.name, attribute HTMLAppletElement.name, attribute HTMLBut tonElement.name, attribute HTMLEmbedElement.name, attribute HTMLFormElement.name , attribute HTMLFrameElement.name, attribute HTMLIFrameElement.name, attribute H TMLImageElement.name, attribute HTMLInputElement.name, attribute HTMLKeygenEleme nt.name, attribute HTMLMapElement.name, attribute HTMLMetaElement.name, attribut e HTMLObjectElement.name, attribute HTMLOutputElement.name, attribute HTMLParamE lement.name, attribute HTMLSelectElement.name, attribute HTMLTextAreaElement.nam e, attribute IDBDatabase.name, attribute IDBDatabaseException.name, attribute ID BIndex.name, attribute IDBObjectStore.name, attribute OperationNotAllowedExcepti on.name, attribute RangeException.name, attribute SVGException.name, attribute S haredWorkerContext.name, attribute WebGLActiveInfo.name, attribute WebKitAnimati on.name, attribute WebKitCSSKeyframesRule.name, attribute XMLHttpRequestExceptio n.name, attribute XPathException.name 931 dom_externs.name; // attribute Attr.name, attribute AudioP aram.name, attribute DOMException.name, attribute DOMFileSystem.name, attribute DOMFileSystemSync.name, attribute DOMPlugin.name, attribute DOMWindow.name, attr ibute DocumentType.name, attribute Entry.name, attribute EntrySync.name, attribu te EventException.name, attribute File.name, attribute FileException.name, attri bute HTMLAnchorElement.name, attribute HTMLAppletElement.name, attribute HTMLBut tonElement.name, attribute HTMLEmbedElement.name, attribute HTMLFormElement.name , attribute HTMLFrameElement.name, attribute HTMLIFrameElement.name, attribute H TMLImageElement.name, attribute HTMLInputElement.name, attribute HTMLKeygenEleme nt.name, attribute HTMLMapElement.name, attribute HTMLMetaElement.name, attribut e HTMLObjectElement.name, attribute HTMLOutputElement.name, attribute HTMLParamE lement.name, attribute HTMLSelectElement.name, attribute HTMLTextAreaElement.nam e, attribute IDBDatabase.name, attribute IDBDatabaseException.name, attribute ID BIndex.name, attribute IDBObjectStore.name, attribute OperationNotAllowedExcepti on.name, attribute RangeException.name, attribute SVGException.name, attribute S haredWorkerContext.name, attribute WebGLActiveInfo.name, attribute WebKitAnimati on.name, attribute WebKitCSSKeyframesRule.name, attribute XMLHttpRequestExceptio n.name, attribute XPathException.name
962 dom_externs.namedItem; // operation DOMMimeTypeArray.namedItem, operation DOMPlugin.namedItem, operation DOMPluginArray.namedItem, operation HT MLAllCollection.namedItem, operation HTMLCollection.namedItem, operation HTMLSel ectElement.namedItem 932 dom_externs.namedItem; // operation DOMMimeTypeArray.namedItem, operation DOMPlugin.namedItem, operation DOMPluginArray.namedItem, operation HT MLAllCollection.namedItem, operation HTMLCollection.namedItem, operation HTMLSel ectElement.namedItem
963 dom_externs.namespaceURI; // attribute Node.namespaceURI 933 dom_externs.namespaceURI; // attribute Node.namespaceURI
964 dom_externs.naturalHeight; // attribute HTMLImageElement.naturalHei ght 934 dom_externs.naturalHeight; // attribute HTMLImageElement.naturalHei ght
965 dom_externs.naturalWidth; // attribute HTMLImageElement.naturalWid th 935 dom_externs.naturalWidth; // attribute HTMLImageElement.naturalWid th
966 dom_externs.navigation; // attribute Performance.navigation 936 dom_externs.navigation; // attribute Performance.navigation
967 dom_externs.navigationStart; // attribute PerformanceTiming.navigatio nStart 937 dom_externs.navigationStart; // attribute PerformanceTiming.navigatio nStart
968 dom_externs.navigator; // attribute DOMWindow.navigator, attrib ute WorkerContext.navigator 938 dom_externs.navigator; // attribute DOMWindow.navigator, attrib ute WorkerContext.navigator
969 dom_externs.nearestViewportElement; // attribute SVGAElement.nearestViewport Element, attribute SVGCircleElement.nearestViewportElement, attribute SVGClipPat hElement.nearestViewportElement, attribute SVGDefsElement.nearestViewportElement , attribute SVGEllipseElement.nearestViewportElement, attribute SVGForeignObject Element.nearestViewportElement, attribute SVGGElement.nearestViewportElement, at tribute SVGImageElement.nearestViewportElement, attribute SVGLineElement.nearest ViewportElement, attribute SVGLocatable.nearestViewportElement, attribute SVGPat hElement.nearestViewportElement, attribute SVGPolygonElement.nearestViewportElem ent, attribute SVGPolylineElement.nearestViewportElement, attribute SVGRectEleme nt.nearestViewportElement, attribute SVGSVGElement.nearestViewportElement, attri bute SVGSwitchElement.nearestViewportElement, attribute SVGTextElement.nearestVi ewportElement, attribute SVGUseElement.nearestViewportElement 939 dom_externs.nearestViewportElement; // attribute SVGAElement.nearestViewport Element, attribute SVGCircleElement.nearestViewportElement, attribute SVGClipPat hElement.nearestViewportElement, attribute SVGDefsElement.nearestViewportElement , attribute SVGEllipseElement.nearestViewportElement, attribute SVGForeignObject Element.nearestViewportElement, attribute SVGGElement.nearestViewportElement, at tribute SVGImageElement.nearestViewportElement, attribute SVGLineElement.nearest ViewportElement, attribute SVGLocatable.nearestViewportElement, attribute SVGPat hElement.nearestViewportElement, attribute SVGPolygonElement.nearestViewportElem ent, attribute SVGPolylineElement.nearestViewportElement, attribute SVGRectEleme nt.nearestViewportElement, attribute SVGSVGElement.nearestViewportElement, attri bute SVGSwitchElement.nearestViewportElement, attribute SVGTextElement.nearestVi ewportElement, attribute SVGUseElement.nearestViewportElement
970 dom_externs.networkState; // attribute HTMLMediaElement.networkSta te 940 dom_externs.networkState; // attribute HTMLMediaElement.networkSta te
971 dom_externs.newScale; // attribute SVGZoomEvent.newScale 941 dom_externs.newScale; // attribute SVGZoomEvent.newScale
972 dom_externs.newTranslate; // attribute SVGZoomEvent.newTranslate 942 dom_externs.newTranslate; // attribute SVGZoomEvent.newTranslate
973 dom_externs.newURL; // attribute HashChangeEvent.newURL 943 dom_externs.newURL; // attribute HashChangeEvent.newURL
974 dom_externs.newValue; // attribute MutationEvent.newValue, att ribute StorageEvent.newValue 944 dom_externs.newValue; // attribute MutationEvent.newValue, att ribute StorageEvent.newValue
975 dom_externs.newValueSpecifiedUnits; // operation SVGAngle.newValueSpecifiedU nits, operation SVGLength.newValueSpecifiedUnits 945 dom_externs.newValueSpecifiedUnits; // operation SVGAngle.newValueSpecifiedU nits, operation SVGLength.newValueSpecifiedUnits
976 dom_externs.nextElementSibling; // attribute Element.nextElementSibling, attribute ElementTraversal.nextElementSibling 946 dom_externs.nextElementSibling; // attribute Element.nextElementSibling, attribute ElementTraversal.nextElementSibling
977 dom_externs.nextNode; // operation NodeIterator.nextNode, oper ation TreeWalker.nextNode 947 dom_externs.nextNode; // operation NodeIterator.nextNode, oper ation TreeWalker.nextNode
978 dom_externs.nextSibling; // attribute MutationRecord.nextSibling, attribute Node.nextSibling, attribute SVGElementInstance.nextSibling, operation TreeWalker.nextSibling 948 dom_externs.nextSibling; // attribute Node.nextSibling, attribute SVGElementInstance.nextSibling, operation TreeWalker.nextSibling
979 dom_externs.nextWorkerId; // operation InjectedScriptHost.nextWork erId
980 dom_externs.noHref; // attribute HTMLAreaElement.noHref 949 dom_externs.noHref; // attribute HTMLAreaElement.noHref
981 dom_externs.noResize; // attribute HTMLFrameElement.noResize 950 dom_externs.noResize; // attribute HTMLFrameElement.noResize
982 dom_externs.noShade; // attribute HTMLHRElement.noShade 951 dom_externs.noShade; // attribute HTMLHRElement.noShade
983 dom_externs.noValidate; // attribute HTMLFormElement.noValidate 952 dom_externs.noValidate; // attribute HTMLFormElement.noValidate
984 dom_externs.noWrap; // attribute HTMLTableCellElement.noWrap 953 dom_externs.noWrap; // attribute HTMLTableCellElement.noWrap
985 dom_externs.nodeName; // attribute Node.nodeName 954 dom_externs.nodeName; // attribute Node.nodeName
986 dom_externs.nodeType; // attribute Node.nodeType 955 dom_externs.nodeType; // attribute Node.nodeType
987 dom_externs.nodeValue; // attribute Node.nodeValue 956 dom_externs.nodeValue; // attribute Node.nodeValue
988 dom_externs.normalize; // attribute ConvolverNode.normalize, op eration Node.normalize 957 dom_externs.normalize; // attribute ConvolverNode.normalize, op eration Node.normalize
989 dom_externs.normalizedPathSegList; // attribute SVGPathElement.normalizedPa thSegList 958 dom_externs.normalizedPathSegList; // attribute SVGPathElement.normalizedPa thSegList
(...skipping 14 matching lines...) Expand all
1004 dom_externs.offscreenBuffering; // attribute DOMWindow.offscreenBufferin g 973 dom_externs.offscreenBuffering; // attribute DOMWindow.offscreenBufferin g
1005 dom_externs.offset; // attribute SVGComponentTransferFunctio nElement.offset, attribute SVGStopElement.offset 974 dom_externs.offset; // attribute SVGComponentTransferFunctio nElement.offset, attribute SVGStopElement.offset
1006 dom_externs.offsetHeight; // attribute Element.offsetHeight 975 dom_externs.offsetHeight; // attribute Element.offsetHeight
1007 dom_externs.offsetLeft; // attribute Element.offsetLeft 976 dom_externs.offsetLeft; // attribute Element.offsetLeft
1008 dom_externs.offsetParent; // attribute Element.offsetParent 977 dom_externs.offsetParent; // attribute Element.offsetParent
1009 dom_externs.offsetTop; // attribute Element.offsetTop 978 dom_externs.offsetTop; // attribute Element.offsetTop
1010 dom_externs.offsetWidth; // attribute Element.offsetWidth 979 dom_externs.offsetWidth; // attribute Element.offsetWidth
1011 dom_externs.offsetX; // attribute MouseEvent.offsetX, attribu te WheelEvent.offsetX 980 dom_externs.offsetX; // attribute MouseEvent.offsetX, attribu te WheelEvent.offsetX
1012 dom_externs.offsetY; // attribute MouseEvent.offsetY, attribu te WheelEvent.offsetY 981 dom_externs.offsetY; // attribute MouseEvent.offsetY, attribu te WheelEvent.offsetY
1013 dom_externs.oldURL; // attribute HashChangeEvent.oldURL 982 dom_externs.oldURL; // attribute HashChangeEvent.oldURL
1014 dom_externs.oldValue; // attribute MutationRecord.oldValue, at tribute StorageEvent.oldValue 983 dom_externs.oldValue; // attribute StorageEvent.oldValue
1015 dom_externs.onLine; // attribute Navigator.onLine, attribute WorkerNavigator.onLine 984 dom_externs.onLine; // attribute Navigator.onLine, attribute WorkerNavigator.onLine
1016 dom_externs.onabort; // attribute FileReader.onabort, attribu te FileWriter.onabort, attribute IDBDatabase.onabort, attribute IDBTransaction.o nabort 985 dom_externs.onabort; // attribute FileReader.onabort, attribu te FileWriter.onabort, attribute IDBDatabase.onabort, attribute IDBTransaction.o nabort
1017 dom_externs.onaddtrack; // attribute TextTrackList.onaddtrack 986 dom_externs.onaddtrack; // attribute TextTrackList.onaddtrack
1018 dom_externs.onaudioprocess; // attribute JavaScriptAudioNode.onaudio process 987 dom_externs.onaudioprocess; // attribute JavaScriptAudioNode.onaudio process
1019 dom_externs.onblocked; // attribute IDBVersionChangeRequest.onb locked 988 dom_externs.onblocked; // attribute IDBVersionChangeRequest.onb locked
1020 dom_externs.oncomplete; // attribute AudioContext.oncomplete, at tribute IDBTransaction.oncomplete 989 dom_externs.oncomplete; // attribute AudioContext.oncomplete, at tribute IDBTransaction.oncomplete
1021 dom_externs.onconnect; // attribute SharedWorkerContext.onconne ct 990 dom_externs.onconnect; // attribute SharedWorkerContext.onconne ct
1022 dom_externs.oncuechange; // attribute TextTrack.oncuechange 991 dom_externs.oncuechange; // attribute TextTrack.oncuechange
1023 dom_externs.onenter; // attribute TextTrackCue.onenter 992 dom_externs.onenter; // attribute TextTrackCue.onenter
1024 dom_externs.onerror; // attribute FileReader.onerror, attribu te FileWriter.onerror, attribute IDBDatabase.onerror, attribute IDBRequest.onerr or, attribute IDBTransaction.onerror, attribute WorkerContext.onerror 993 dom_externs.onerror; // attribute FileReader.onerror, attribu te FileWriter.onerror, attribute IDBDatabase.onerror, attribute IDBRequest.onerr or, attribute IDBTransaction.onerror, attribute WorkerContext.onerror
1025 dom_externs.onexit; // attribute TextTrackCue.onexit 994 dom_externs.onexit; // attribute TextTrackCue.onexit
1026 dom_externs.onload; // attribute FileReader.onload 995 dom_externs.onload; // attribute FileReader.onload
1027 dom_externs.onloadend; // attribute FileReader.onloadend 996 dom_externs.onloadend; // attribute FileReader.onloadend
1028 dom_externs.onloadstart; // attribute FileReader.onloadstart 997 dom_externs.onloadstart; // attribute FileReader.onloadstart
1029 dom_externs.only; // operation IDBKeyRange.only 998 dom_externs.only; // operation IDBKeyRange.only
1030 dom_externs.onmessage; // attribute DedicatedWorkerContext.onme ssage 999 dom_externs.onmessage; // attribute DedicatedWorkerContext.onme ssage
1031 dom_externs.onprogress; // attribute FileReader.onprogress, attr ibute FileWriter.onprogress 1000 dom_externs.onprogress; // attribute FileReader.onprogress, attr ibute FileWriter.onprogress
1032 dom_externs.onsuccess; // attribute IDBRequest.onsuccess 1001 dom_externs.onsuccess; // attribute IDBRequest.onsuccess
1033 dom_externs.onversionchange; // attribute IDBDatabase.onversionchange 1002 dom_externs.onversionchange; // attribute IDBDatabase.onversionchange
1034 dom_externs.onwrite; // attribute FileWriter.onwrite 1003 dom_externs.onwrite; // attribute FileWriter.onwrite
1035 dom_externs.onwriteend; // attribute FileWriter.onwriteend 1004 dom_externs.onwriteend; // attribute FileWriter.onwriteend
1036 dom_externs.onwritestart; // attribute FileWriter.onwritestart 1005 dom_externs.onwritestart; // attribute FileWriter.onwritestart
1037 dom_externs.open; // operation DOMWindow.open, attribute H TMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open, operation XMLHttpRequest.open 1006 dom_externs.open; // operation DOMWindow.open, attribute H TMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open, operation XMLHttpRequest.open
1038 dom_externs.openCursor; // operation IDBIndex.openCursor, operat ion IDBObjectStore.openCursor 1007 dom_externs.openCursor; // operation IDBIndex.openCursor, operat ion IDBObjectStore.openCursor
1039 dom_externs.openDatabase; // operation DOMWindow.openDatabase, ope ration WorkerContext.openDatabase 1008 dom_externs.openDatabase; // operation DOMWindow.openDatabase, ope ration WorkerContext.openDatabase
1040 dom_externs.openDatabaseSync; // operation WorkerContext.openDatabaseS ync 1009 dom_externs.openDatabaseSync; // operation WorkerContext.openDatabaseS ync
1041 dom_externs.openInNewTab; // operation InspectorFrontendHost.openI nNewTab
1042 dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor 1010 dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor
1043 dom_externs.opener; // attribute DOMWindow.opener 1011 dom_externs.opener; // attribute DOMWindow.opener
1044 dom_externs.operationType; // attribute WebKitCSSFilterValue.operat ionType, attribute WebKitCSSTransformValue.operationType 1012 dom_externs.operationType; // attribute WebKitCSSTransformValue.ope rationType
1045 dom_externs.operator; // attribute SVGFECompositeElement.opera tor, attribute SVGFEMorphologyElement.operator 1013 dom_externs.operator; // attribute SVGFECompositeElement.opera tor, attribute SVGFEMorphologyElement.operator
1046 dom_externs.optimum; // attribute HTMLMeterElement.optimum 1014 dom_externs.optimum; // attribute HTMLMeterElement.optimum
1047 dom_externs.options; // attribute HTMLDataListElement.options , attribute HTMLSelectElement.options 1015 dom_externs.options; // attribute HTMLSelectElement.options
1048 dom_externs.orderX; // attribute SVGFEConvolveMatrixElement. orderX 1016 dom_externs.orderX; // attribute SVGFEConvolveMatrixElement. orderX
1049 dom_externs.orderY; // attribute SVGFEConvolveMatrixElement. orderY 1017 dom_externs.orderY; // attribute SVGFEConvolveMatrixElement. orderY
1050 dom_externs.orient; // attribute OverflowEvent.orient 1018 dom_externs.orient; // attribute OverflowEvent.orient
1051 dom_externs.orientAngle; // attribute SVGMarkerElement.orientAngl e 1019 dom_externs.orientAngle; // attribute SVGMarkerElement.orientAngl e
1052 dom_externs.orientType; // attribute SVGMarkerElement.orientType 1020 dom_externs.orientType; // attribute SVGMarkerElement.orientType
1053 dom_externs.origin; // attribute HTMLAnchorElement.origin, a ttribute Location.origin, attribute MessageEvent.origin 1021 dom_externs.origin; // attribute HTMLAnchorElement.origin, a ttribute Location.origin, attribute MessageEvent.origin
1054 dom_externs.outerHTML; // attribute HTMLElement.outerHTML 1022 dom_externs.outerHTML; // attribute HTMLElement.outerHTML
1055 dom_externs.outerHeight; // attribute DOMWindow.outerHeight 1023 dom_externs.outerHeight; // attribute DOMWindow.outerHeight
1056 dom_externs.outerText; // attribute HTMLElement.outerText 1024 dom_externs.outerText; // attribute HTMLElement.outerText
1057 dom_externs.outerWidth; // attribute DOMWindow.outerWidth 1025 dom_externs.outerWidth; // attribute DOMWindow.outerWidth
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 dom_externs.paused; // attribute HTMLMediaElement.paused, at tribute MediaController.paused, attribute WebKitAnimation.paused 1058 dom_externs.paused; // attribute HTMLMediaElement.paused, at tribute MediaController.paused, attribute WebKitAnimation.paused
1091 dom_externs.performance; // attribute DOMWindow.performance 1059 dom_externs.performance; // attribute DOMWindow.performance
1092 dom_externs.persisted; // attribute PageTransitionEvent.persist ed 1060 dom_externs.persisted; // attribute PageTransitionEvent.persist ed
1093 dom_externs.personalbar; // attribute DOMWindow.personalbar 1061 dom_externs.personalbar; // attribute DOMWindow.personalbar
1094 dom_externs.ping; // attribute HTMLAnchorElement.ping, att ribute HTMLAreaElement.ping 1062 dom_externs.ping; // attribute HTMLAnchorElement.ping, att ribute HTMLAreaElement.ping
1095 dom_externs.pixelDepth; // attribute Screen.pixelDepth 1063 dom_externs.pixelDepth; // attribute Screen.pixelDepth
1096 dom_externs.pixelStorei; // operation WebGLRenderingContext.pixel Storei 1064 dom_externs.pixelStorei; // operation WebGLRenderingContext.pixel Storei
1097 dom_externs.pixelUnitToMillimeterX; // attribute SVGSVGElement.pixelUnitToMi llimeterX 1065 dom_externs.pixelUnitToMillimeterX; // attribute SVGSVGElement.pixelUnitToMi llimeterX
1098 dom_externs.pixelUnitToMillimeterY; // attribute SVGSVGElement.pixelUnitToMi llimeterY 1066 dom_externs.pixelUnitToMillimeterY; // attribute SVGSVGElement.pixelUnitToMi llimeterY
1099 dom_externs.placeholder; // attribute HTMLInputElement.placeholde r, attribute HTMLTextAreaElement.placeholder 1067 dom_externs.placeholder; // attribute HTMLInputElement.placeholde r, attribute HTMLTextAreaElement.placeholder
1100 dom_externs.platform; // operation InspectorFrontendHost.platf orm, attribute Navigator.platform, attribute WorkerNavigator.platform 1068 dom_externs.platform; // attribute Navigator.platform, attribu te WorkerNavigator.platform
1101 dom_externs.play; // operation HTMLMediaElement.play, oper ation MediaController.play, operation WebKitAnimation.play 1069 dom_externs.play; // operation HTMLMediaElement.play, oper ation MediaController.play, operation WebKitAnimation.play
1102 dom_externs.playbackRate; // attribute AudioBufferSourceNode.playb ackRate, attribute HTMLMediaElement.playbackRate, attribute MediaController.play backRate 1070 dom_externs.playbackRate; // attribute AudioBufferSourceNode.playb ackRate, attribute HTMLMediaElement.playbackRate, attribute MediaController.play backRate
1103 dom_externs.played; // attribute HTMLMediaElement.played, at tribute MediaController.played 1071 dom_externs.played; // attribute HTMLMediaElement.played, at tribute MediaController.played
1104 dom_externs.plugins; // attribute HTMLDocument.plugins, attri bute Navigator.plugins 1072 dom_externs.plugins; // attribute HTMLDocument.plugins, attri bute Navigator.plugins
1105 dom_externs.pointerBeforeReferenceNode; // attribute NodeIterator.pointerBefore ReferenceNode 1073 dom_externs.pointerBeforeReferenceNode; // attribute NodeIterator.pointerBefore ReferenceNode
1106 dom_externs.points; // attribute SVGPolygonElement.points, a ttribute SVGPolylineElement.points 1074 dom_externs.points; // attribute SVGPolygonElement.points, a ttribute SVGPolylineElement.points
1107 dom_externs.pointsAtX; // attribute SVGFESpotLightElement.point sAtX 1075 dom_externs.pointsAtX; // attribute SVGFESpotLightElement.point sAtX
1108 dom_externs.pointsAtY; // attribute SVGFESpotLightElement.point sAtY 1076 dom_externs.pointsAtY; // attribute SVGFESpotLightElement.point sAtY
1109 dom_externs.pointsAtZ; // attribute SVGFESpotLightElement.point sAtZ 1077 dom_externs.pointsAtZ; // attribute SVGFESpotLightElement.point sAtZ
1110 dom_externs.polygonOffset; // operation WebGLRenderingContext.polyg onOffset 1078 dom_externs.polygonOffset; // operation WebGLRenderingContext.polyg onOffset
1111 dom_externs.port; // attribute HTMLAnchorElement.port, att ribute HTMLAreaElement.port, operation InspectorFrontendHost.port, attribute Loc ation.port, attribute SharedWorker.port, attribute WorkerLocation.port 1079 dom_externs.port; // attribute HTMLAnchorElement.port, att ribute HTMLAreaElement.port, attribute Location.port, attribute SharedWorker.por t, attribute WorkerLocation.port
1112 dom_externs.port1; // attribute MessageChannel.port1 1080 dom_externs.port1; // attribute MessageChannel.port1
1113 dom_externs.port2; // attribute MessageChannel.port2 1081 dom_externs.port2; // attribute MessageChannel.port2
1114 dom_externs.ports; // attribute MessageEvent.ports 1082 dom_externs.ports; // attribute MessageEvent.ports
1115 dom_externs.position; // attribute FileWriter.position, attrib ute FileWriterSync.position, attribute HTMLProgressElement.position, attribute X MLHttpRequestProgressEvent.position 1083 dom_externs.position; // attribute FileWriter.position, attrib ute FileWriterSync.position, attribute HTMLProgressElement.position, attribute X MLHttpRequestProgressEvent.position
1116 dom_externs.postMessage; // operation DOMWindow.postMessage, oper ation DedicatedWorkerContext.postMessage, operation MessagePort.postMessage, ope ration Worker.postMessage 1084 dom_externs.postMessage; // operation DOMWindow.postMessage, oper ation DedicatedWorkerContext.postMessage, operation MessagePort.postMessage, ope ration Worker.postMessage
1117 dom_externs.poster; // attribute HTMLVideoElement.poster 1085 dom_externs.poster; // attribute HTMLVideoElement.poster
1118 dom_externs.preferredStylesheetSet; // attribute Document.preferredStyleshee tSet 1086 dom_externs.preferredStylesheetSet; // attribute Document.preferredStyleshee tSet
1119 dom_externs.prefix; // attribute Node.prefix 1087 dom_externs.prefix; // attribute Node.prefix
1120 dom_externs.preload; // attribute HTMLMediaElement.preload 1088 dom_externs.preload; // attribute HTMLMediaElement.preload
1121 dom_externs.premultipliedAlpha; // attribute WebGLContextAttributes.prem ultipliedAlpha 1089 dom_externs.premultipliedAlpha; // attribute WebGLContextAttributes.prem ultipliedAlpha
1122 dom_externs.preserveAlpha; // attribute SVGFEConvolveMatrixElement. preserveAlpha 1090 dom_externs.preserveAlpha; // attribute SVGFEConvolveMatrixElement. preserveAlpha
1123 dom_externs.preserveAspectRatio; // attribute SVGFEImageElement.preserveA spectRatio, attribute SVGFitToViewBox.preserveAspectRatio, attribute SVGImageEle ment.preserveAspectRatio, attribute SVGMarkerElement.preserveAspectRatio, attrib ute SVGPatternElement.preserveAspectRatio, attribute SVGSVGElement.preserveAspec tRatio, attribute SVGSymbolElement.preserveAspectRatio, attribute SVGViewElement .preserveAspectRatio, attribute SVGViewSpec.preserveAspectRatio 1091 dom_externs.preserveAspectRatio; // attribute SVGFEImageElement.preserveA spectRatio, attribute SVGFitToViewBox.preserveAspectRatio, attribute SVGImageEle ment.preserveAspectRatio, attribute SVGMarkerElement.preserveAspectRatio, attrib ute SVGPatternElement.preserveAspectRatio, attribute SVGSVGElement.preserveAspec tRatio, attribute SVGSymbolElement.preserveAspectRatio, attribute SVGViewElement .preserveAspectRatio, attribute SVGViewSpec.preserveAspectRatio
1124 dom_externs.preserveAspectRatioString; // attribute SVGViewSpec.preserveAspectR atioString 1092 dom_externs.preserveAspectRatioString; // attribute SVGViewSpec.preserveAspectR atioString
1125 dom_externs.preserveDrawingBuffer; // attribute WebGLContextAttributes.pres erveDrawingBuffer 1093 dom_externs.preserveDrawingBuffer; // attribute WebGLContextAttributes.pres erveDrawingBuffer
1126 dom_externs.prevValue; // attribute MutationEvent.prevValue 1094 dom_externs.prevValue; // attribute MutationEvent.prevValue
1127 dom_externs.preventDefault; // operation Event.preventDefault 1095 dom_externs.preventDefault; // operation Event.preventDefault
1128 dom_externs.previousElementSibling; // attribute Element.previousElementSibl ing, attribute ElementTraversal.previousElementSibling 1096 dom_externs.previousElementSibling; // attribute Element.previousElementSibl ing, attribute ElementTraversal.previousElementSibling
1129 dom_externs.previousNode; // operation NodeIterator.previousNode, operation TreeWalker.previousNode 1097 dom_externs.previousNode; // operation NodeIterator.previousNode, operation TreeWalker.previousNode
1130 dom_externs.previousScale; // attribute SVGZoomEvent.previousScale 1098 dom_externs.previousScale; // attribute SVGZoomEvent.previousScale
1131 dom_externs.previousSibling; // attribute MutationRecord.previousSibl ing, attribute Node.previousSibling, attribute SVGElementInstance.previousSiblin g, operation TreeWalker.previousSibling 1099 dom_externs.previousSibling; // attribute Node.previousSibling, attri bute SVGElementInstance.previousSibling, operation TreeWalker.previousSibling
1132 dom_externs.previousTranslate; // attribute SVGZoomEvent.previousTransl ate 1100 dom_externs.previousTranslate; // attribute SVGZoomEvent.previousTransl ate
1133 dom_externs.primaryKey; // attribute IDBCursor.primaryKey 1101 dom_externs.primaryKey; // attribute IDBCursor.primaryKey
1134 dom_externs.primitiveType; // attribute CSSPrimitiveValue.primitive Type 1102 dom_externs.primitiveType; // attribute CSSPrimitiveValue.primitive Type
1135 dom_externs.primitiveUnits; // attribute SVGFilterElement.primitiveU nits 1103 dom_externs.primitiveUnits; // attribute SVGFilterElement.primitiveU nits
1136 dom_externs.print; // operation DOMWindow.print 1104 dom_externs.print; // operation DOMWindow.print
1137 dom_externs.product; // attribute Navigator.product 1105 dom_externs.product; // attribute Navigator.product
1138 dom_externs.productSub; // attribute Navigator.productSub 1106 dom_externs.productSub; // attribute Navigator.productSub
1139 dom_externs.profile; // operation Console.profile, attribute HTMLHeadElement.profile 1107 dom_externs.profile; // operation Console.profile, attribute HTMLHeadElement.profile
1140 dom_externs.profileEnd; // operation Console.profileEnd 1108 dom_externs.profileEnd; // operation Console.profileEnd
1141 dom_externs.profiles; // attribute Console.profiles 1109 dom_externs.profiles; // attribute Console.profiles
(...skipping 25 matching lines...) Expand all
1167 dom_externs.readAsArrayBuffer; // operation FileReader.readAsArrayBuffe r, operation FileReaderSync.readAsArrayBuffer 1135 dom_externs.readAsArrayBuffer; // operation FileReader.readAsArrayBuffe r, operation FileReaderSync.readAsArrayBuffer
1168 dom_externs.readAsBinaryString; // operation FileReader.readAsBinaryStri ng, operation FileReaderSync.readAsBinaryString 1136 dom_externs.readAsBinaryString; // operation FileReader.readAsBinaryStri ng, operation FileReaderSync.readAsBinaryString
1169 dom_externs.readAsDataURL; // operation FileReader.readAsDataURL, o peration FileReaderSync.readAsDataURL 1137 dom_externs.readAsDataURL; // operation FileReader.readAsDataURL, o peration FileReaderSync.readAsDataURL
1170 dom_externs.readAsText; // operation FileReader.readAsText, oper ation FileReaderSync.readAsText 1138 dom_externs.readAsText; // operation FileReader.readAsText, oper ation FileReaderSync.readAsText
1171 dom_externs.readEntries; // operation DirectoryReader.readEntries , operation DirectoryReaderSync.readEntries 1139 dom_externs.readEntries; // operation DirectoryReader.readEntries , operation DirectoryReaderSync.readEntries
1172 dom_externs.readOnly; // attribute HTMLInputElement.readOnly, attribute HTMLTextAreaElement.readOnly 1140 dom_externs.readOnly; // attribute HTMLInputElement.readOnly, attribute HTMLTextAreaElement.readOnly
1173 dom_externs.readPixels; // operation WebGLRenderingContext.readP ixels 1141 dom_externs.readPixels; // operation WebGLRenderingContext.readP ixels
1174 dom_externs.readTransaction; // operation Database.readTransaction, o peration DatabaseSync.readTransaction 1142 dom_externs.readTransaction; // operation Database.readTransaction, o peration DatabaseSync.readTransaction
1175 dom_externs.readyState; // attribute Document.readyState, attrib ute EventSource.readyState, attribute FileReader.readyState, attribute FileWrite r.readyState, attribute HTMLMediaElement.readyState, attribute HTMLTrackElement. readyState, attribute IDBRequest.readyState, attribute WebSocket.readyState, att ribute XMLHttpRequest.readyState 1143 dom_externs.readyState; // attribute Document.readyState, attrib ute EventSource.readyState, attribute FileReader.readyState, attribute FileWrite r.readyState, attribute HTMLMediaElement.readyState, attribute HTMLTrackElement. readyState, attribute IDBRequest.readyState, attribute WebSocket.readyState, att ribute XMLHttpRequest.readyState
1176 dom_externs.reason; // attribute CloseEvent.reason 1144 dom_externs.reason; // attribute CloseEvent.reason
1177 dom_externs.recordActionTaken; // operation InspectorFrontendHost.recor dActionTaken
1178 dom_externs.recordPanelShown; // operation InspectorFrontendHost.recor dPanelShown
1179 dom_externs.recordSettingChanged; // operation InspectorFrontendHost.recor dSettingChanged
1180 dom_externs.rect; // operation CanvasRenderingContext2D.re ct 1145 dom_externs.rect; // operation CanvasRenderingContext2D.re ct
1181 dom_externs.red; // attribute RGBColor.red 1146 dom_externs.red; // attribute RGBColor.red
1182 dom_externs.redirectCount; // attribute PerformanceNavigation.redir ectCount 1147 dom_externs.redirectCount; // attribute PerformanceNavigation.redir ectCount
1183 dom_externs.redirectEnd; // attribute PerformanceTiming.redirectE nd 1148 dom_externs.redirectEnd; // attribute PerformanceTiming.redirectE nd
1184 dom_externs.redirectStart; // attribute PerformanceTiming.redirectS tart 1149 dom_externs.redirectStart; // attribute PerformanceTiming.redirectS tart
1185 dom_externs.refDistance; // attribute AudioPannerNode.refDistance 1150 dom_externs.refDistance; // attribute AudioPannerNode.refDistance
1186 dom_externs.refX; // attribute SVGMarkerElement.refX 1151 dom_externs.refX; // attribute SVGMarkerElement.refX
1187 dom_externs.refY; // attribute SVGMarkerElement.refY 1152 dom_externs.refY; // attribute SVGMarkerElement.refY
1188 dom_externs.referenceNode; // attribute NodeIterator.referenceNode 1153 dom_externs.referenceNode; // attribute NodeIterator.referenceNode
1189 dom_externs.referrer; // attribute Document.referrer 1154 dom_externs.referrer; // attribute Document.referrer
(...skipping 14 matching lines...) Expand all
1204 dom_externs.removeCue; // operation TextTrack.removeCue 1169 dom_externs.removeCue; // operation TextTrack.removeCue
1205 dom_externs.removeEventListener; // operation AbstractWorker.removeEventL istener, operation DOMApplicationCache.removeEventListener, operation DOMWindow. removeEventListener, operation EventSource.removeEventListener, operation EventT arget.removeEventListener, operation FileReader.removeEventListener, operation I DBDatabase.removeEventListener, operation IDBRequest.removeEventListener, operat ion IDBTransaction.removeEventListener, operation MediaController.removeEventLis tener, operation MessagePort.removeEventListener, operation Node.removeEventList ener, operation Notification.removeEventListener, operation SVGElementInstance.r emoveEventListener, operation TextTrack.removeEventListener, operation TextTrack Cue.removeEventListener, operation TextTrackList.removeEventListener, operation WebSocket.removeEventListener, operation WorkerContext.removeEventListener, oper ation XMLHttpRequest.removeEventListener, operation XMLHttpRequestUpload.removeE ventListener 1170 dom_externs.removeEventListener; // operation AbstractWorker.removeEventL istener, operation DOMApplicationCache.removeEventListener, operation DOMWindow. removeEventListener, operation EventSource.removeEventListener, operation EventT arget.removeEventListener, operation FileReader.removeEventListener, operation I DBDatabase.removeEventListener, operation IDBRequest.removeEventListener, operat ion IDBTransaction.removeEventListener, operation MediaController.removeEventLis tener, operation MessagePort.removeEventListener, operation Node.removeEventList ener, operation Notification.removeEventListener, operation SVGElementInstance.r emoveEventListener, operation TextTrack.removeEventListener, operation TextTrack Cue.removeEventListener, operation TextTrackList.removeEventListener, operation WebSocket.removeEventListener, operation WorkerContext.removeEventListener, oper ation XMLHttpRequest.removeEventListener, operation XMLHttpRequestUpload.removeE ventListener
1206 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 1171 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
1207 dom_externs.removeListener; // operation MediaQueryList.removeListen er 1172 dom_externs.removeListener; // operation MediaQueryList.removeListen er
1208 dom_externs.removeNamedItem; // operation NamedNodeMap.removeNamedIte m 1173 dom_externs.removeNamedItem; // operation NamedNodeMap.removeNamedIte m
1209 dom_externs.removeNamedItemNS; // operation NamedNodeMap.removeNamedIte mNS 1174 dom_externs.removeNamedItemNS; // operation NamedNodeMap.removeNamedIte mNS
1210 dom_externs.removeParameter; // operation XSLTProcessor.removeParamet er 1175 dom_externs.removeParameter; // operation XSLTProcessor.removeParamet er
1211 dom_externs.removeProperty; // operation CSSStyleDeclaration.removeP roperty 1176 dom_externs.removeProperty; // operation CSSStyleDeclaration.removeP roperty
1212 dom_externs.removeRecursively; // operation DirectoryEntry.removeRecurs ively, operation DirectoryEntrySync.removeRecursively 1177 dom_externs.removeRecursively; // operation DirectoryEntry.removeRecurs ively, operation DirectoryEntrySync.removeRecursively
1213 dom_externs.removeRule; // operation CSSStyleSheet.removeRule 1178 dom_externs.removeRule; // operation CSSStyleSheet.removeRule
1214 dom_externs.removedNodes; // attribute MutationRecord.removedNodes
1215 dom_externs.renderbufferStorage; // operation WebGLRenderingContext.rende rbufferStorage 1179 dom_externs.renderbufferStorage; // operation WebGLRenderingContext.rende rbufferStorage
1216 dom_externs.renderedBuffer; // attribute OfflineAudioCompletionEvent .renderedBuffer 1180 dom_externs.renderedBuffer; // attribute OfflineAudioCompletionEvent .renderedBuffer
1217 dom_externs.replace; // operation Location.replace 1181 dom_externs.replace; // operation Location.replace
1218 dom_externs.replaceChild; // operation Node.replaceChild 1182 dom_externs.replaceChild; // operation Node.replaceChild
1219 dom_externs.replaceData; // operation CharacterData.replaceData 1183 dom_externs.replaceData; // operation CharacterData.replaceData
1220 dom_externs.replaceId; // attribute Notification.replaceId 1184 dom_externs.replaceId; // attribute Notification.replaceId
1221 dom_externs.replaceItem; // operation SVGLengthList.replaceItem, operation SVGNumberList.replaceItem, operation SVGPathSegList.replaceItem, opera tion SVGPointList.replaceItem, operation SVGStringList.replaceItem, operation SV GTransformList.replaceItem 1185 dom_externs.replaceItem; // operation SVGLengthList.replaceItem, operation SVGNumberList.replaceItem, operation SVGPathSegList.replaceItem, opera tion SVGPointList.replaceItem, operation SVGStringList.replaceItem, operation SV GTransformList.replaceItem
1222 dom_externs.replaceState; // operation History.replaceState 1186 dom_externs.replaceState; // operation History.replaceState
1223 dom_externs.replaceWholeText; // operation Text.replaceWholeText 1187 dom_externs.replaceWholeText; // operation Text.replaceWholeText
1224 dom_externs.requestAttachWindow; // operation InspectorFrontendHost.reque stAttachWindow
1225 dom_externs.requestDetachWindow; // operation InspectorFrontendHost.reque stDetachWindow
1226 dom_externs.requestPermission; // operation NotificationCenter.requestP ermission 1188 dom_externs.requestPermission; // operation NotificationCenter.requestP ermission
1227 dom_externs.requestQuota; // operation StorageInfo.requestQuota 1189 dom_externs.requestQuota; // operation StorageInfo.requestQuota
1228 dom_externs.requestSetDockSide; // operation InspectorFrontendHost.reque stSetDockSide
1229 dom_externs.requestStart; // attribute PerformanceTiming.requestSt art 1190 dom_externs.requestStart; // attribute PerformanceTiming.requestSt art
1230 dom_externs.required; // attribute HTMLInputElement.required, attribute HTMLSelectElement.required, attribute HTMLTextAreaElement.required 1191 dom_externs.required; // attribute HTMLInputElement.required, attribute HTMLSelectElement.required, attribute HTMLTextAreaElement.required
1231 dom_externs.requiredExtensions; // attribute SVGAElement.requiredExtensi ons, attribute SVGAnimationElement.requiredExtensions, attribute SVGCircleElemen t.requiredExtensions, attribute SVGClipPathElement.requiredExtensions, attribute SVGCursorElement.requiredExtensions, attribute SVGDefsElement.requiredExtension s, attribute SVGEllipseElement.requiredExtensions, attribute SVGForeignObjectEle ment.requiredExtensions, attribute SVGGElement.requiredExtensions, attribute SVG ImageElement.requiredExtensions, attribute SVGLineElement.requiredExtensions, at tribute SVGMaskElement.requiredExtensions, attribute SVGPathElement.requiredExte nsions, attribute SVGPatternElement.requiredExtensions, attribute SVGPolygonElem ent.requiredExtensions, attribute SVGPolylineElement.requiredExtensions, attribu te SVGRectElement.requiredExtensions, attribute SVGSVGElement.requiredExtensions , attribute SVGSwitchElement.requiredExtensions, attribute SVGTests.requiredExte nsions, attribute SVGTextContentElement.requiredExtensions, attribute SVGUseElem ent.requiredExtensions 1192 dom_externs.requiredExtensions; // attribute SVGAElement.requiredExtensi ons, attribute SVGAnimationElement.requiredExtensions, attribute SVGCircleElemen t.requiredExtensions, attribute SVGClipPathElement.requiredExtensions, attribute SVGCursorElement.requiredExtensions, attribute SVGDefsElement.requiredExtension s, attribute SVGEllipseElement.requiredExtensions, attribute SVGForeignObjectEle ment.requiredExtensions, attribute SVGGElement.requiredExtensions, attribute SVG ImageElement.requiredExtensions, attribute SVGLineElement.requiredExtensions, at tribute SVGMaskElement.requiredExtensions, attribute SVGPathElement.requiredExte nsions, attribute SVGPatternElement.requiredExtensions, attribute SVGPolygonElem ent.requiredExtensions, attribute SVGPolylineElement.requiredExtensions, attribu te SVGRectElement.requiredExtensions, attribute SVGSVGElement.requiredExtensions , attribute SVGSwitchElement.requiredExtensions, attribute SVGTests.requiredExte nsions, attribute SVGTextContentElement.requiredExtensions, attribute SVGUseElem ent.requiredExtensions
1232 dom_externs.requiredFeatures; // attribute SVGAElement.requiredFeature s, attribute SVGAnimationElement.requiredFeatures, attribute SVGCircleElement.re quiredFeatures, attribute SVGClipPathElement.requiredFeatures, attribute SVGCurs orElement.requiredFeatures, attribute SVGDefsElement.requiredFeatures, attribute SVGEllipseElement.requiredFeatures, attribute SVGForeignObjectElement.requiredF eatures, attribute SVGGElement.requiredFeatures, attribute SVGImageElement.requi redFeatures, attribute SVGLineElement.requiredFeatures, attribute SVGMaskElement .requiredFeatures, attribute SVGPathElement.requiredFeatures, attribute SVGPatte rnElement.requiredFeatures, attribute SVGPolygonElement.requiredFeatures, attrib ute SVGPolylineElement.requiredFeatures, attribute SVGRectElement.requiredFeatur es, attribute SVGSVGElement.requiredFeatures, attribute SVGSwitchElement.require dFeatures, attribute SVGTests.requiredFeatures, attribute SVGTextContentElement. requiredFeatures, attribute SVGUseElement.requiredFeatures 1193 dom_externs.requiredFeatures; // attribute SVGAElement.requiredFeature s, attribute SVGAnimationElement.requiredFeatures, attribute SVGCircleElement.re quiredFeatures, attribute SVGClipPathElement.requiredFeatures, attribute SVGCurs orElement.requiredFeatures, attribute SVGDefsElement.requiredFeatures, attribute SVGEllipseElement.requiredFeatures, attribute SVGForeignObjectElement.requiredF eatures, attribute SVGGElement.requiredFeatures, attribute SVGImageElement.requi redFeatures, attribute SVGLineElement.requiredFeatures, attribute SVGMaskElement .requiredFeatures, attribute SVGPathElement.requiredFeatures, attribute SVGPatte rnElement.requiredFeatures, attribute SVGPolygonElement.requiredFeatures, attrib ute SVGPolylineElement.requiredFeatures, attribute SVGRectElement.requiredFeatur es, attribute SVGSVGElement.requiredFeatures, attribute SVGSwitchElement.require dFeatures, attribute SVGTests.requiredFeatures, attribute SVGTextContentElement. requiredFeatures, attribute SVGUseElement.requiredFeatures
1233 dom_externs.reset; // operation HTMLFormElement.reset, oper ation XSLTProcessor.reset 1194 dom_externs.reset; // operation HTMLFormElement.reset, oper ation XSLTProcessor.reset
1234 dom_externs.resizeBy; // operation DOMWindow.resizeBy 1195 dom_externs.resizeBy; // operation DOMWindow.resizeBy
1235 dom_externs.resizeTo; // operation DOMWindow.resizeTo 1196 dom_externs.resizeTo; // operation DOMWindow.resizeTo
1236 dom_externs.resonance; // attribute HighPass2FilterNode.resonan ce, attribute LowPass2FilterNode.resonance 1197 dom_externs.resonance; // attribute HighPass2FilterNode.resonan ce, attribute LowPass2FilterNode.resonance
1237 dom_externs.response; // attribute XMLHttpRequest.response 1198 dom_externs.response; // attribute XMLHttpRequest.response
1238 dom_externs.responseBlob; // attribute XMLHttpRequest.responseBlob 1199 dom_externs.responseBlob; // attribute XMLHttpRequest.responseBlob
(...skipping 23 matching lines...) Expand all
1262 dom_externs.rowSpan; // attribute HTMLTableCellElement.rowSpa n 1223 dom_externs.rowSpan; // attribute HTMLTableCellElement.rowSpa n
1263 dom_externs.rows; // attribute HTMLFrameSetElement.rows, a ttribute HTMLTableElement.rows, attribute HTMLTableSectionElement.rows, attribut e HTMLTextAreaElement.rows, attribute SQLResultSet.rows 1224 dom_externs.rows; // attribute HTMLFrameSetElement.rows, a ttribute HTMLTableElement.rows, attribute HTMLTableSectionElement.rows, attribut e HTMLTextAreaElement.rows, attribute SQLResultSet.rows
1264 dom_externs.rowsAffected; // attribute SQLResultSet.rowsAffected 1225 dom_externs.rowsAffected; // attribute SQLResultSet.rowsAffected
1265 dom_externs.rules; // attribute CSSStyleSheet.rules, attrib ute HTMLTableElement.rules 1226 dom_externs.rules; // attribute CSSStyleSheet.rules, attrib ute HTMLTableElement.rules
1266 dom_externs.rx; // attribute SVGEllipseElement.rx, attri bute SVGRectElement.rx 1227 dom_externs.rx; // attribute SVGEllipseElement.rx, attri bute SVGRectElement.rx
1267 dom_externs.ry; // attribute SVGEllipseElement.ry, attri bute SVGRectElement.ry 1228 dom_externs.ry; // attribute SVGEllipseElement.ry, attri bute SVGRectElement.ry
1268 dom_externs.sampleCoverage; // operation WebGLRenderingContext.sampl eCoverage 1229 dom_externs.sampleCoverage; // operation WebGLRenderingContext.sampl eCoverage
1269 dom_externs.sampleRate; // attribute AudioBuffer.sampleRate, att ribute AudioContext.sampleRate 1230 dom_externs.sampleRate; // attribute AudioBuffer.sampleRate, att ribute AudioContext.sampleRate
1270 dom_externs.sandbox; // attribute HTMLIFrameElement.sandbox 1231 dom_externs.sandbox; // attribute HTMLIFrameElement.sandbox
1271 dom_externs.save; // operation CanvasRenderingContext2D.sa ve 1232 dom_externs.save; // operation CanvasRenderingContext2D.sa ve
1272 dom_externs.saveAs; // operation InspectorFrontendHost.saveA s
1273 dom_externs.scale; // operation CanvasRenderingContext2D.sc ale, attribute SVGFEDisplacementMapElement.scale, operation SVGMatrix.scale, ope ration WebKitCSSMatrix.scale 1233 dom_externs.scale; // operation CanvasRenderingContext2D.sc ale, attribute SVGFEDisplacementMapElement.scale, operation SVGMatrix.scale, ope ration WebKitCSSMatrix.scale
1274 dom_externs.scaleNonUniform; // operation SVGMatrix.scaleNonUniform 1234 dom_externs.scaleNonUniform; // operation SVGMatrix.scaleNonUniform
1275 dom_externs.scheme; // attribute HTMLMetaElement.scheme 1235 dom_externs.scheme; // attribute HTMLMetaElement.scheme
1276 dom_externs.scissor; // operation WebGLRenderingContext.sciss or 1236 dom_externs.scissor; // operation WebGLRenderingContext.sciss or
1277 dom_externs.scope; // attribute HTMLTableCellElement.scope 1237 dom_externs.scope; // attribute HTMLTableCellElement.scope
1278 dom_externs.scopeChain; // attribute JavaScriptCallFrame.scopeCh ain 1238 dom_externs.scopeChain; // attribute JavaScriptCallFrame.scopeCh ain
1279 dom_externs.scopeType; // operation JavaScriptCallFrame.scopeTy pe 1239 dom_externs.scopeType; // operation JavaScriptCallFrame.scopeTy pe
1280 dom_externs.scoped; // attribute HTMLStyleElement.scoped
1281 dom_externs.screen; // attribute DOMWindow.screen 1240 dom_externs.screen; // attribute DOMWindow.screen
1282 dom_externs.screenLeft; // attribute DOMWindow.screenLeft 1241 dom_externs.screenLeft; // attribute DOMWindow.screenLeft
1283 dom_externs.screenPixelToMillimeterX; // attribute SVGSVGElement.screenPixelTo MillimeterX 1242 dom_externs.screenPixelToMillimeterX; // attribute SVGSVGElement.screenPixelTo MillimeterX
1284 dom_externs.screenPixelToMillimeterY; // attribute SVGSVGElement.screenPixelTo MillimeterY 1243 dom_externs.screenPixelToMillimeterY; // attribute SVGSVGElement.screenPixelTo MillimeterY
1285 dom_externs.screenTop; // attribute DOMWindow.screenTop 1244 dom_externs.screenTop; // attribute DOMWindow.screenTop
1286 dom_externs.screenX; // attribute DOMWindow.screenX, attribut e MouseEvent.screenX, attribute Touch.screenX, attribute WheelEvent.screenX 1245 dom_externs.screenX; // attribute DOMWindow.screenX, attribut e MouseEvent.screenX, attribute Touch.screenX, attribute WheelEvent.screenX
1287 dom_externs.screenY; // attribute DOMWindow.screenY, attribut e MouseEvent.screenY, attribute Touch.screenY, attribute WheelEvent.screenY 1246 dom_externs.screenY; // attribute DOMWindow.screenY, attribut e MouseEvent.screenY, attribute Touch.screenY, attribute WheelEvent.screenY
1288 dom_externs.scripts; // attribute HTMLDocument.scripts 1247 dom_externs.scripts; // attribute HTMLDocument.scripts
1289 dom_externs.scroll; // operation DOMWindow.scroll 1248 dom_externs.scroll; // operation DOMWindow.scroll
1290 dom_externs.scrollAmount; // attribute HTMLMarqueeElement.scrollAm ount 1249 dom_externs.scrollAmount; // attribute HTMLMarqueeElement.scrollAm ount
(...skipping 12 matching lines...) Expand all
1303 dom_externs.scrollY; // attribute DOMWindow.scrollY 1262 dom_externs.scrollY; // attribute DOMWindow.scrollY
1304 dom_externs.scrollbars; // attribute DOMWindow.scrollbars 1263 dom_externs.scrollbars; // attribute DOMWindow.scrollbars
1305 dom_externs.scrolling; // attribute HTMLFrameElement.scrolling, attribute HTMLIFrameElement.scrolling 1264 dom_externs.scrolling; // attribute HTMLFrameElement.scrolling, attribute HTMLIFrameElement.scrolling
1306 dom_externs.search; // attribute HTMLAnchorElement.search, a ttribute HTMLAreaElement.search, attribute Location.search, attribute WorkerLoca tion.search 1265 dom_externs.search; // attribute HTMLAnchorElement.search, a ttribute HTMLAreaElement.search, attribute Location.search, attribute WorkerLoca tion.search
1307 dom_externs.sectionRowIndex; // attribute HTMLTableRowElement.section RowIndex 1266 dom_externs.sectionRowIndex; // attribute HTMLTableRowElement.section RowIndex
1308 dom_externs.secureConnectionStart; // attribute PerformanceTiming.secureCon nectionStart 1267 dom_externs.secureConnectionStart; // attribute PerformanceTiming.secureCon nectionStart
1309 dom_externs.seed; // attribute SVGFETurbulenceElement.seed 1268 dom_externs.seed; // attribute SVGFETurbulenceElement.seed
1310 dom_externs.seek; // operation FileWriter.seek, operation FileWriterSync.seek 1269 dom_externs.seek; // operation FileWriter.seek, operation FileWriterSync.seek
1311 dom_externs.seekable; // attribute HTMLMediaElement.seekable, attribute MediaController.seekable 1270 dom_externs.seekable; // attribute HTMLMediaElement.seekable, attribute MediaController.seekable
1312 dom_externs.seeking; // attribute HTMLMediaElement.seeking 1271 dom_externs.seeking; // attribute HTMLMediaElement.seeking
1313 dom_externs.select; // attribute HTMLContentElement.select, operation HTMLInputElement.select, operation HTMLTextAreaElement.select 1272 dom_externs.select; // operation HTMLInputElement.select, op eration HTMLTextAreaElement.select
1314 dom_externs.selectAllChildren; // operation DOMSelection.selectAllChild ren 1273 dom_externs.selectAllChildren; // operation DOMSelection.selectAllChild ren
1315 dom_externs.selectNode; // operation Range.selectNode 1274 dom_externs.selectNode; // operation Range.selectNode
1316 dom_externs.selectNodeContents; // operation Range.selectNodeContents 1275 dom_externs.selectNodeContents; // operation Range.selectNodeContents
1317 dom_externs.selectSubString; // operation SVGTextContentElement.selec tSubString 1276 dom_externs.selectSubString; // operation SVGTextContentElement.selec tSubString
1318 dom_externs.selected; // attribute HTMLOptionElement.selected 1277 dom_externs.selected; // attribute HTMLOptionElement.selected
1319 dom_externs.selectedIndex; // attribute HTMLOptionsCollection.selec tedIndex, attribute HTMLSelectElement.selectedIndex 1278 dom_externs.selectedIndex; // attribute HTMLOptionsCollection.selec tedIndex, attribute HTMLSelectElement.selectedIndex
1320 dom_externs.selectedOption; // attribute HTMLInputElement.selectedOp tion
1321 dom_externs.selectedStylesheetSet; // attribute Document.selectedStylesheet Set 1279 dom_externs.selectedStylesheetSet; // attribute Document.selectedStylesheet Set
1322 dom_externs.selectionDirection; // attribute HTMLInputElement.selectionD irection, attribute HTMLTextAreaElement.selectionDirection 1280 dom_externs.selectionDirection; // attribute HTMLInputElement.selectionD irection, attribute HTMLTextAreaElement.selectionDirection
1323 dom_externs.selectionEnd; // attribute HTMLInputElement.selectionE nd, attribute HTMLTextAreaElement.selectionEnd 1281 dom_externs.selectionEnd; // attribute HTMLInputElement.selectionE nd, attribute HTMLTextAreaElement.selectionEnd
1324 dom_externs.selectionStart; // attribute HTMLInputElement.selectionS tart, attribute HTMLTextAreaElement.selectionStart 1282 dom_externs.selectionStart; // attribute HTMLInputElement.selectionS tart, attribute HTMLTextAreaElement.selectionStart
1325 dom_externs.selectorText; // attribute CSSPageRule.selectorText, a ttribute CSSStyleRule.selectorText 1283 dom_externs.selectorText; // attribute CSSPageRule.selectorText, a ttribute CSSStyleRule.selectorText
1326 dom_externs.self; // attribute DOMWindow.self, attribute W orkerContext.self 1284 dom_externs.self; // attribute DOMWindow.self, attribute W orkerContext.self
1327 dom_externs.selfTime; // attribute ScriptProfileNode.selfTime 1285 dom_externs.selfTime; // attribute ScriptProfileNode.selfTime
1328 dom_externs.send; // operation WebSocket.send, operation X MLHttpRequest.send 1286 dom_externs.send; // operation WebSocket.send, operation X MLHttpRequest.send
1329 dom_externs.sendMessageToBackend; // operation InspectorFrontendHost.sendM essageToBackend
1330 dom_externs.separator; // attribute Counter.separator 1287 dom_externs.separator; // attribute Counter.separator
1331 dom_externs.serializeToString; // operation XMLSerializer.serializeToSt ring 1288 dom_externs.serializeToString; // operation XMLSerializer.serializeToSt ring
1332 dom_externs.sessionStorage; // attribute DOMWindow.sessionStorage 1289 dom_externs.sessionStorage; // attribute DOMWindow.sessionStorage
1333 dom_externs.set; // operation Float32Array.set, operation Float64Array.set, operation Int16Array.set, operation Int32Array.set, operation Int8Array.set, operation Uint16Array.set, operation Uint32Array.set, operation Uint8Array.set 1290 dom_externs.set; // operation Float32Array.set, operation Float64Array.set, operation Int16Array.set, operation Int32Array.set, operation Int8Array.set, operation Uint16Array.set, operation Uint32Array.set, operation Uint8Array.set
1334 dom_externs.setAlpha; // operation CanvasRenderingContext2D.se tAlpha 1291 dom_externs.setAlpha; // operation CanvasRenderingContext2D.se tAlpha
1335 dom_externs.setAttachedWindowHeight; // operation InspectorFrontendHost.setAt tachedWindowHeight
1336 dom_externs.setAttribute; // operation Element.setAttribute 1292 dom_externs.setAttribute; // operation Element.setAttribute
1337 dom_externs.setAttributeNS; // operation Element.setAttributeNS 1293 dom_externs.setAttributeNS; // operation Element.setAttributeNS
1338 dom_externs.setAttributeNode; // operation Element.setAttributeNode 1294 dom_externs.setAttributeNode; // operation Element.setAttributeNode
1339 dom_externs.setAttributeNodeNS; // operation Element.setAttributeNodeNS 1295 dom_externs.setAttributeNodeNS; // operation Element.setAttributeNodeNS
1340 dom_externs.setBaseAndExtent; // operation DOMSelection.setBaseAndExte nt 1296 dom_externs.setBaseAndExtent; // operation DOMSelection.setBaseAndExte nt
1341 dom_externs.setColor; // operation SVGColor.setColor 1297 dom_externs.setColor; // operation SVGColor.setColor
1342 dom_externs.setCompositeOperation; // operation CanvasRenderingContext2D.se tCompositeOperation 1298 dom_externs.setCompositeOperation; // operation CanvasRenderingContext2D.se tCompositeOperation
1343 dom_externs.setCurrentTime; // operation SVGSVGElement.setCurrentTim e 1299 dom_externs.setCurrentTime; // operation SVGSVGElement.setCurrentTim e
1344 dom_externs.setCustomValidity; // operation HTMLButtonElement.setCustom Validity, operation HTMLFieldSetElement.setCustomValidity, operation HTMLInputEl ement.setCustomValidity, operation HTMLKeygenElement.setCustomValidity, operatio n HTMLObjectElement.setCustomValidity, operation HTMLOutputElement.setCustomVali dity, operation HTMLSelectElement.setCustomValidity, operation HTMLTextAreaEleme nt.setCustomValidity 1300 dom_externs.setCustomValidity; // operation HTMLButtonElement.setCustom Validity, operation HTMLFieldSetElement.setCustomValidity, operation HTMLInputEl ement.setCustomValidity, operation HTMLKeygenElement.setCustomValidity, operatio n HTMLObjectElement.setCustomValidity, operation HTMLOutputElement.setCustomVali dity, operation HTMLSelectElement.setCustomValidity, operation HTMLTextAreaEleme nt.setCustomValidity
1345 dom_externs.setData; // operation Clipboard.setData 1301 dom_externs.setData; // operation Clipboard.setData
1346 dom_externs.setDragImage; // operation Clipboard.setDragImage 1302 dom_externs.setDragImage; // operation Clipboard.setDragImage
1347 dom_externs.setEnd; // operation Range.setEnd 1303 dom_externs.setEnd; // operation Range.setEnd
1348 dom_externs.setEndAfter; // operation Range.setEndAfter 1304 dom_externs.setEndAfter; // operation Range.setEndAfter
1349 dom_externs.setEndBefore; // operation Range.setEndBefore 1305 dom_externs.setEndBefore; // operation Range.setEndBefore
1350 dom_externs.setFillColor; // operation CanvasRenderingContext2D.se tFillColor 1306 dom_externs.setFillColor; // operation CanvasRenderingContext2D.se tFillColor
1351 dom_externs.setFilterRes; // operation SVGFilterElement.setFilterR es 1307 dom_externs.setFilterRes; // operation SVGFilterElement.setFilterR es
1352 dom_externs.setFloat32; // operation DataView.setFloat32 1308 dom_externs.setFloat32; // operation DataView.setFloat32
1353 dom_externs.setFloat64; // operation DataView.setFloat64 1309 dom_externs.setFloat64; // operation DataView.setFloat64
1354 dom_externs.setFloatValue; // operation CSSPrimitiveValue.setFloatV alue 1310 dom_externs.setFloatValue; // operation CSSPrimitiveValue.setFloatV alue
1355 dom_externs.setInjectedScriptForOrigin; // operation InspectorFrontendHost.setI njectedScriptForOrigin
1356 dom_externs.setInt16; // operation DataView.setInt16 1311 dom_externs.setInt16; // operation DataView.setInt16
1357 dom_externs.setInt32; // operation DataView.setInt32 1312 dom_externs.setInt32; // operation DataView.setInt32
1358 dom_externs.setInt8; // operation DataView.setInt8 1313 dom_externs.setInt8; // operation DataView.setInt8
1359 dom_externs.setInterval; // operation DOMWindow.setInterval, oper ation WorkerContext.setInterval 1314 dom_externs.setInterval; // operation DOMWindow.setInterval, oper ation WorkerContext.setInterval
1360 dom_externs.setItem; // operation Storage.setItem 1315 dom_externs.setItem; // operation Storage.setItem
1361 dom_externs.setLineCap; // operation CanvasRenderingContext2D.se tLineCap 1316 dom_externs.setLineCap; // operation CanvasRenderingContext2D.se tLineCap
1362 dom_externs.setLineJoin; // operation CanvasRenderingContext2D.se tLineJoin 1317 dom_externs.setLineJoin; // operation CanvasRenderingContext2D.se tLineJoin
1363 dom_externs.setLineWidth; // operation CanvasRenderingContext2D.se tLineWidth 1318 dom_externs.setLineWidth; // operation CanvasRenderingContext2D.se tLineWidth
1364 dom_externs.setMatrix; // operation SVGTransform.setMatrix 1319 dom_externs.setMatrix; // operation SVGTransform.setMatrix
1365 dom_externs.setMatrixValue; // operation WebKitCSSMatrix.setMatrixVa lue 1320 dom_externs.setMatrixValue; // operation WebKitCSSMatrix.setMatrixVa lue
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 dom_externs.setVersion; // operation IDBDatabase.setVersion 1358 dom_externs.setVersion; // operation IDBDatabase.setVersion
1404 dom_externs.shaderSource; // operation WebGLRenderingContext.shade rSource 1359 dom_externs.shaderSource; // operation WebGLRenderingContext.shade rSource
1405 dom_externs.shadowBlur; // attribute CanvasRenderingContext2D.sh adowBlur 1360 dom_externs.shadowBlur; // attribute CanvasRenderingContext2D.sh adowBlur
1406 dom_externs.shadowColor; // attribute CanvasRenderingContext2D.sh adowColor 1361 dom_externs.shadowColor; // attribute CanvasRenderingContext2D.sh adowColor
1407 dom_externs.shadowOffsetX; // attribute CanvasRenderingContext2D.sh adowOffsetX 1362 dom_externs.shadowOffsetX; // attribute CanvasRenderingContext2D.sh adowOffsetX
1408 dom_externs.shadowOffsetY; // attribute CanvasRenderingContext2D.sh adowOffsetY 1363 dom_externs.shadowOffsetY; // attribute CanvasRenderingContext2D.sh adowOffsetY
1409 dom_externs.shape; // attribute HTMLAnchorElement.shape, at tribute HTMLAreaElement.shape 1364 dom_externs.shape; // attribute HTMLAnchorElement.shape, at tribute HTMLAreaElement.shape
1410 dom_externs.sheet; // attribute HTMLLinkElement.sheet, attr ibute HTMLStyleElement.sheet, attribute ProcessingInstruction.sheet 1365 dom_externs.sheet; // attribute HTMLLinkElement.sheet, attr ibute HTMLStyleElement.sheet, attribute ProcessingInstruction.sheet
1411 dom_externs.shiftKey; // attribute KeyboardEvent.shiftKey, att ribute MouseEvent.shiftKey, attribute TouchEvent.shiftKey, attribute WheelEvent. shiftKey 1366 dom_externs.shiftKey; // attribute KeyboardEvent.shiftKey, att ribute MouseEvent.shiftKey, attribute TouchEvent.shiftKey, attribute WheelEvent. shiftKey
1412 dom_externs.show; // operation Notification.show 1367 dom_externs.show; // operation Notification.show
1413 dom_externs.showContextMenu; // operation InspectorFrontendHost.showC ontextMenu
1414 dom_externs.showModalDialog; // operation DOMWindow.showModalDialog 1368 dom_externs.showModalDialog; // operation DOMWindow.showModalDialog
1415 dom_externs.singleNodeValue; // attribute XPathResult.singleNodeValue 1369 dom_externs.singleNodeValue; // attribute XPathResult.singleNodeValue
1416 dom_externs.size; // attribute Blob.size, attribute HTMLBa seFontElement.size, attribute HTMLFontElement.size, attribute HTMLHRElement.size , attribute HTMLInputElement.size, attribute HTMLSelectElement.size, attribute T extTrackCue.size, attribute WebGLActiveInfo.size 1370 dom_externs.size; // attribute Blob.size, attribute HTMLBa seFontElement.size, attribute HTMLFontElement.size, attribute HTMLHRElement.size , attribute HTMLInputElement.size, attribute HTMLSelectElement.size, attribute T extTrackCue.size, attribute WebGLActiveInfo.size
1417 dom_externs.sizes; // attribute HTMLLinkElement.sizes 1371 dom_externs.sizes; // attribute HTMLLinkElement.sizes
1418 dom_externs.skewX; // operation SVGMatrix.skewX, operation WebKitCSSMatrix.skewX 1372 dom_externs.skewX; // operation SVGMatrix.skewX, operation WebKitCSSMatrix.skewX
1419 dom_externs.skewY; // operation SVGMatrix.skewY, operation WebKitCSSMatrix.skewY 1373 dom_externs.skewY; // operation SVGMatrix.skewY, operation WebKitCSSMatrix.skewY
1420 dom_externs.slice; // operation ArrayBuffer.slice 1374 dom_externs.slice; // operation ArrayBuffer.slice
1421 dom_externs.slope; // attribute SVGComponentTransferFunctio nElement.slope 1375 dom_externs.slope; // attribute SVGComponentTransferFunctio nElement.slope
1422 dom_externs.smoothingTimeConstant; // attribute RealtimeAnalyserNode.smooth ingTimeConstant 1376 dom_externs.smoothingTimeConstant; // attribute RealtimeAnalyserNode.smooth ingTimeConstant
1423 dom_externs.snapToLines; // attribute TextTrackCue.snapToLines 1377 dom_externs.snapToLines; // attribute TextTrackCue.snapToLines
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 dom_externs.stencilOpSeparate; // operation WebGLRenderingContext.stenc ilOpSeparate 1414 dom_externs.stencilOpSeparate; // operation WebGLRenderingContext.stenc ilOpSeparate
1461 dom_externs.step; // attribute HTMLInputElement.step 1415 dom_externs.step; // attribute HTMLInputElement.step
1462 dom_externs.stepDown; // operation HTMLInputElement.stepDown 1416 dom_externs.stepDown; // operation HTMLInputElement.stepDown
1463 dom_externs.stepMismatch; // attribute ValidityState.stepMismatch 1417 dom_externs.stepMismatch; // attribute ValidityState.stepMismatch
1464 dom_externs.stepUp; // operation HTMLInputElement.stepUp 1418 dom_externs.stepUp; // operation HTMLInputElement.stepUp
1465 dom_externs.stitchTiles; // attribute SVGFETurbulenceElement.stit chTiles 1419 dom_externs.stitchTiles; // attribute SVGFETurbulenceElement.stit chTiles
1466 dom_externs.stop; // operation DOMWindow.stop, operation H TMLMarqueeElement.stop 1420 dom_externs.stop; // operation DOMWindow.stop, operation H TMLMarqueeElement.stop
1467 dom_externs.stopImmediatePropagation; // operation Event.stopImmediatePropagat ion 1421 dom_externs.stopImmediatePropagation; // operation Event.stopImmediatePropagat ion
1468 dom_externs.stopPropagation; // operation Event.stopPropagation 1422 dom_externs.stopPropagation; // operation Event.stopPropagation
1469 dom_externs.storageArea; // attribute StorageEvent.storageArea 1423 dom_externs.storageArea; // attribute StorageEvent.storageArea
1470 dom_externs.storageId; // operation InjectedScriptHost.storageI d
1471 dom_externs.stringValue; // attribute XPathResult.stringValue 1424 dom_externs.stringValue; // attribute XPathResult.stringValue
1472 dom_externs.stroke; // operation CanvasRenderingContext2D.st roke 1425 dom_externs.stroke; // operation CanvasRenderingContext2D.st roke
1473 dom_externs.strokeRect; // operation CanvasRenderingContext2D.st rokeRect 1426 dom_externs.strokeRect; // operation CanvasRenderingContext2D.st rokeRect
1474 dom_externs.strokeStyle; // attribute CanvasRenderingContext2D.st rokeStyle 1427 dom_externs.strokeStyle; // attribute CanvasRenderingContext2D.st rokeStyle
1475 dom_externs.strokeText; // operation CanvasRenderingContext2D.st rokeText 1428 dom_externs.strokeText; // operation CanvasRenderingContext2D.st rokeText
1476 dom_externs.style; // attribute CSSFontFaceRule.style, attr ibute CSSPageRule.style, attribute CSSStyleRule.style, attribute Element.style, attribute SVGAElement.style, attribute SVGCircleElement.style, attribute SVGClip PathElement.style, attribute SVGDefsElement.style, attribute SVGDescElement.styl e, attribute SVGEllipseElement.style, attribute SVGFEBlendElement.style, attribu te SVGFEColorMatrixElement.style, attribute SVGFEComponentTransferElement.style, attribute SVGFECompositeElement.style, attribute SVGFEConvolveMatrixElement.sty le, attribute SVGFEDiffuseLightingElement.style, attribute SVGFEDisplacementMapE lement.style, attribute SVGFEDropShadowElement.style, attribute SVGFEFloodElemen t.style, attribute SVGFEGaussianBlurElement.style, attribute SVGFEImageElement.s tyle, attribute SVGFEMergeElement.style, attribute SVGFEMorphologyElement.style, attribute SVGFEOffsetElement.style, attribute SVGFESpecularLightingElement.styl e, attribute SVGFETileElement.style, attribute SVGFETurbulenceElement.style, att ribute SVGFilterElement.style, attribute SVGForeignObjectElement.style, attribut e SVGGElement.style, attribute SVGGlyphRefElement.style, attribute SVGGradientEl ement.style, attribute SVGImageElement.style, attribute SVGLineElement.style, at tribute SVGMarkerElement.style, attribute SVGMaskElement.style, attribute SVGPat hElement.style, attribute SVGPatternElement.style, attribute SVGPolygonElement.s tyle, attribute SVGPolylineElement.style, attribute SVGRectElement.style, attrib ute SVGSVGElement.style, attribute SVGStopElement.style, attribute SVGStylable.s tyle, attribute SVGSwitchElement.style, attribute SVGSymbolElement.style, attrib ute SVGTextContentElement.style, attribute SVGTitleElement.style, attribute SVGU seElement.style, attribute WebKitCSSKeyframeRule.style 1429 dom_externs.style; // attribute CSSFontFaceRule.style, attr ibute CSSPageRule.style, attribute CSSStyleRule.style, attribute Element.style, attribute SVGAElement.style, attribute SVGCircleElement.style, attribute SVGClip PathElement.style, attribute SVGDefsElement.style, attribute SVGDescElement.styl e, attribute SVGEllipseElement.style, attribute SVGFEBlendElement.style, attribu te SVGFEColorMatrixElement.style, attribute SVGFEComponentTransferElement.style, attribute SVGFECompositeElement.style, attribute SVGFEConvolveMatrixElement.sty le, attribute SVGFEDiffuseLightingElement.style, attribute SVGFEDisplacementMapE lement.style, attribute SVGFEDropShadowElement.style, attribute SVGFEFloodElemen t.style, attribute SVGFEGaussianBlurElement.style, attribute SVGFEImageElement.s tyle, attribute SVGFEMergeElement.style, attribute SVGFEMorphologyElement.style, attribute SVGFEOffsetElement.style, attribute SVGFESpecularLightingElement.styl e, attribute SVGFETileElement.style, attribute SVGFETurbulenceElement.style, att ribute SVGFilterElement.style, attribute SVGForeignObjectElement.style, attribut e SVGGElement.style, attribute SVGGlyphRefElement.style, attribute SVGGradientEl ement.style, attribute SVGImageElement.style, attribute SVGLineElement.style, at tribute SVGMarkerElement.style, attribute SVGMaskElement.style, attribute SVGPat hElement.style, attribute SVGPatternElement.style, attribute SVGPolygonElement.s tyle, attribute SVGPolylineElement.style, attribute SVGRectElement.style, attrib ute SVGSVGElement.style, attribute SVGStopElement.style, attribute SVGStylable.s tyle, attribute SVGSwitchElement.style, attribute SVGSymbolElement.style, attrib ute SVGTextContentElement.style, attribute SVGTitleElement.style, attribute SVGU seElement.style, attribute WebKitCSSKeyframeRule.style
1477 dom_externs.styleMedia; // attribute DOMWindow.styleMedia 1430 dom_externs.styleMedia; // attribute DOMWindow.styleMedia
1478 dom_externs.styleSheet; // attribute CSSImportRule.styleSheet 1431 dom_externs.styleSheet; // attribute CSSImportRule.styleSheet
1479 dom_externs.styleSheets; // attribute Document.styleSheets 1432 dom_externs.styleSheets; // attribute Document.styleSheets
1480 dom_externs.subarray; // operation Float32Array.subarray, oper ation Float64Array.subarray, operation Int16Array.subarray, operation Int32Array .subarray, operation Int8Array.subarray, operation Uint16Array.subarray, operati on Uint32Array.subarray, operation Uint8Array.subarray, operation Uint8ClampedAr ray.subarray 1433 dom_externs.subarray; // operation Float32Array.subarray, oper ation Float64Array.subarray, operation Int16Array.subarray, operation Int32Array .subarray, operation Int8Array.subarray, operation Uint16Array.subarray, operati on Uint32Array.subarray, operation Uint8Array.subarray, operation Uint8ClampedAr ray.subarray
1481 dom_externs.submit; // operation HTMLFormElement.submit 1434 dom_externs.submit; // operation HTMLFormElement.submit
1482 dom_externs.substringData; // operation CharacterData.substringData 1435 dom_externs.substringData; // operation CharacterData.substringData
1483 dom_externs.suffixes; // attribute DOMMimeType.suffixes 1436 dom_externs.suffixes; // attribute DOMMimeType.suffixes
1484 dom_externs.summary; // attribute HTMLTableElement.summary 1437 dom_externs.summary; // attribute HTMLTableElement.summary
1485 dom_externs.surfaceScale; // attribute SVGFEDiffuseLightingElement .surfaceScale, attribute SVGFESpecularLightingElement.surfaceScale 1438 dom_externs.surfaceScale; // attribute SVGFEDiffuseLightingElement .surfaceScale, attribute SVGFESpecularLightingElement.surfaceScale
1486 dom_externs.surroundContents; // operation Range.surroundContents 1439 dom_externs.surroundContents; // operation Range.surroundContents
1487 dom_externs.suspendRedraw; // operation SVGSVGElement.suspendRedraw 1440 dom_externs.suspendRedraw; // operation SVGSVGElement.suspendRedraw
1488 dom_externs.swapCache; // operation DOMApplicationCache.swapCac he 1441 dom_externs.swapCache; // operation DOMApplicationCache.swapCac he
1489 dom_externs.sweepFlag; // attribute SVGPathSegArcAbs.sweepFlag, attribute SVGPathSegArcRel.sweepFlag 1442 dom_externs.sweepFlag; // attribute SVGPathSegArcAbs.sweepFlag, attribute SVGPathSegArcRel.sweepFlag
1490 dom_externs.systemId; // attribute DocumentType.systemId, attr ibute Entity.systemId, attribute Notation.systemId 1443 dom_externs.systemId; // attribute DocumentType.systemId, attr ibute Entity.systemId, attribute Notation.systemId
1491 dom_externs.systemLanguage; // attribute SVGAElement.systemLanguage, attribute SVGAnimationElement.systemLanguage, attribute SVGCircleElement.system Language, attribute SVGClipPathElement.systemLanguage, attribute SVGCursorElemen t.systemLanguage, attribute SVGDefsElement.systemLanguage, attribute SVGEllipseE lement.systemLanguage, attribute SVGForeignObjectElement.systemLanguage, attribu te SVGGElement.systemLanguage, attribute SVGImageElement.systemLanguage, attribu te SVGLineElement.systemLanguage, attribute SVGMaskElement.systemLanguage, attri bute SVGPathElement.systemLanguage, attribute SVGPatternElement.systemLanguage, attribute SVGPolygonElement.systemLanguage, attribute SVGPolylineElement.systemL anguage, attribute SVGRectElement.systemLanguage, attribute SVGSVGElement.system Language, attribute SVGSwitchElement.systemLanguage, attribute SVGTests.systemLa nguage, attribute SVGTextContentElement.systemLanguage, attribute SVGUseElement. systemLanguage 1444 dom_externs.systemLanguage; // attribute SVGAElement.systemLanguage, attribute SVGAnimationElement.systemLanguage, attribute SVGCircleElement.system Language, attribute SVGClipPathElement.systemLanguage, attribute SVGCursorElemen t.systemLanguage, attribute SVGDefsElement.systemLanguage, attribute SVGEllipseE lement.systemLanguage, attribute SVGForeignObjectElement.systemLanguage, attribu te SVGGElement.systemLanguage, attribute SVGImageElement.systemLanguage, attribu te SVGLineElement.systemLanguage, attribute SVGMaskElement.systemLanguage, attri bute SVGPathElement.systemLanguage, attribute SVGPatternElement.systemLanguage, attribute SVGPolygonElement.systemLanguage, attribute SVGPolylineElement.systemL anguage, attribute SVGRectElement.systemLanguage, attribute SVGSVGElement.system Language, attribute SVGSwitchElement.systemLanguage, attribute SVGTests.systemLa nguage, attribute SVGTextContentElement.systemLanguage, attribute SVGUseElement. systemLanguage
1492 dom_externs.tBodies; // attribute HTMLTableElement.tBodies 1445 dom_externs.tBodies; // attribute HTMLTableElement.tBodies
1493 dom_externs.tFoot; // attribute HTMLTableElement.tFoot 1446 dom_externs.tFoot; // attribute HTMLTableElement.tFoot
1494 dom_externs.tHead; // attribute HTMLTableElement.tHead 1447 dom_externs.tHead; // attribute HTMLTableElement.tHead
1495 dom_externs.tabIndex; // attribute HTMLElement.tabIndex 1448 dom_externs.tabIndex; // attribute HTMLElement.tabIndex
1496 dom_externs.tableValues; // attribute SVGComponentTransferFunctio nElement.tableValues 1449 dom_externs.tableValues; // attribute SVGComponentTransferFunctio nElement.tableValues
1497 dom_externs.tagName; // attribute Element.tagName 1450 dom_externs.tagName; // attribute Element.tagName
1498 dom_externs.tags; // operation HTMLAllCollection.tags 1451 dom_externs.tags; // operation HTMLAllCollection.tags
1499 dom_externs.target; // attribute Event.target, attribute HTM LAnchorElement.target, attribute HTMLAreaElement.target, attribute HTMLBaseEleme nt.target, attribute HTMLFormElement.target, attribute HTMLLinkElement.target, a ttribute MutationRecord.target, attribute ProcessingInstruction.target, attribut e SVGAElement.target, attribute Touch.target 1452 dom_externs.target; // attribute Event.target, attribute HTM LAnchorElement.target, attribute HTMLAreaElement.target, attribute HTMLBaseEleme nt.target, attribute HTMLFormElement.target, attribute HTMLLinkElement.target, a ttribute ProcessingInstruction.target, attribute SVGAElement.target, attribute T ouch.target
1500 dom_externs.targetElement; // attribute SVGAnimationElement.targetE lement 1453 dom_externs.targetElement; // attribute SVGAnimationElement.targetE lement
1501 dom_externs.targetTouches; // attribute TouchEvent.targetTouches 1454 dom_externs.targetTouches; // attribute TouchEvent.targetTouches
1502 dom_externs.targetX; // attribute SVGFEConvolveMatrixElement. targetX 1455 dom_externs.targetX; // attribute SVGFEConvolveMatrixElement. targetX
1503 dom_externs.targetY; // attribute SVGFEConvolveMatrixElement. targetY 1456 dom_externs.targetY; // attribute SVGFEConvolveMatrixElement. targetY
1504 dom_externs.terminate; // operation Worker.terminate 1457 dom_externs.terminate; // operation Worker.terminate
1505 dom_externs.texImage2D; // operation WebGLRenderingContext.texIm age2D 1458 dom_externs.texImage2D; // operation WebGLRenderingContext.texIm age2D
1506 dom_externs.texParameterf; // operation WebGLRenderingContext.texPa rameterf 1459 dom_externs.texParameterf; // operation WebGLRenderingContext.texPa rameterf
1507 dom_externs.texParameteri; // operation WebGLRenderingContext.texPa rameteri 1460 dom_externs.texParameteri; // operation WebGLRenderingContext.texPa rameteri
1508 dom_externs.texSubImage2D; // operation WebGLRenderingContext.texSu bImage2D 1461 dom_externs.texSubImage2D; // operation WebGLRenderingContext.texSu bImage2D
1509 dom_externs.text; // attribute HTMLAnchorElement.text, att ribute HTMLBodyElement.text, attribute HTMLOptionElement.text, attribute HTMLScr iptElement.text, attribute HTMLTitleElement.text, attribute TextTrackCue.text 1462 dom_externs.text; // attribute HTMLAnchorElement.text, att ribute HTMLBodyElement.text, attribute HTMLOptionElement.text, attribute HTMLScr iptElement.text, attribute HTMLTitleElement.text, attribute TextTrackCue.text
(...skipping 26 matching lines...) Expand all
1536 dom_externs.trace; // operation Console.trace 1489 dom_externs.trace; // operation Console.trace
1537 dom_externs.track; // attribute HTMLTrackElement.track, att ribute TextTrackCue.track, attribute TrackEvent.track 1490 dom_externs.track; // attribute HTMLTrackElement.track, att ribute TextTrackCue.track, attribute TrackEvent.track
1538 dom_externs.transaction; // operation Database.transaction, opera tion DatabaseSync.transaction, operation IDBDatabase.transaction, attribute IDBO bjectStore.transaction, attribute IDBRequest.transaction 1491 dom_externs.transaction; // operation Database.transaction, opera tion DatabaseSync.transaction, operation IDBDatabase.transaction, attribute IDBO bjectStore.transaction, attribute IDBRequest.transaction
1539 dom_externs.transform; // operation CanvasRenderingContext2D.tr ansform, attribute SVGAElement.transform, attribute SVGCircleElement.transform, attribute SVGClipPathElement.transform, attribute SVGDefsElement.transform, attr ibute SVGEllipseElement.transform, attribute SVGForeignObjectElement.transform, attribute SVGGElement.transform, attribute SVGImageElement.transform, attribute SVGLineElement.transform, attribute SVGPathElement.transform, attribute SVGPolyg onElement.transform, attribute SVGPolylineElement.transform, attribute SVGRectEl ement.transform, attribute SVGSwitchElement.transform, attribute SVGTextElement. transform, attribute SVGTransformable.transform, attribute SVGUseElement.transfo rm, attribute SVGViewSpec.transform 1492 dom_externs.transform; // operation CanvasRenderingContext2D.tr ansform, attribute SVGAElement.transform, attribute SVGCircleElement.transform, attribute SVGClipPathElement.transform, attribute SVGDefsElement.transform, attr ibute SVGEllipseElement.transform, attribute SVGForeignObjectElement.transform, attribute SVGGElement.transform, attribute SVGImageElement.transform, attribute SVGLineElement.transform, attribute SVGPathElement.transform, attribute SVGPolyg onElement.transform, attribute SVGPolylineElement.transform, attribute SVGRectEl ement.transform, attribute SVGSwitchElement.transform, attribute SVGTextElement. transform, attribute SVGTransformable.transform, attribute SVGUseElement.transfo rm, attribute SVGViewSpec.transform
1540 dom_externs.transformString; // attribute SVGViewSpec.transformString 1493 dom_externs.transformString; // attribute SVGViewSpec.transformString
1541 dom_externs.transformToDocument; // operation XSLTProcessor.transformToDo cument 1494 dom_externs.transformToDocument; // operation XSLTProcessor.transformToDo cument
1542 dom_externs.transformToFragment; // operation XSLTProcessor.transformToFr agment 1495 dom_externs.transformToFragment; // operation XSLTProcessor.transformToFr agment
1543 dom_externs.translate; // operation CanvasRenderingContext2D.tr anslate, operation SVGMatrix.translate, operation WebKitCSSMatrix.translate 1496 dom_externs.translate; // operation CanvasRenderingContext2D.tr anslate, operation SVGMatrix.translate, operation WebKitCSSMatrix.translate
1544 dom_externs.trueSpeed; // attribute HTMLMarqueeElement.trueSpee d 1497 dom_externs.trueSpeed; // attribute HTMLMarqueeElement.trueSpee d
1545 dom_externs.truncate; // operation FileWriter.truncate, operat ion FileWriterSync.truncate 1498 dom_externs.truncate; // operation FileWriter.truncate, operat ion FileWriterSync.truncate
1546 dom_externs.type; // attribute BiquadFilterNode.type, attr ibute Blob.type, attribute CSSRule.type, attribute DOMMimeType.type, attribute D OMSelection.type, attribute DataTransferItem.type, attribute Event.type, attribu te HTMLAnchorElement.type, attribute HTMLButtonElement.type, attribute HTMLEmbed Element.type, attribute HTMLInputElement.type, attribute HTMLKeygenElement.type, attribute HTMLLIElement.type, attribute HTMLLinkElement.type, attribute HTMLOLi stElement.type, attribute HTMLObjectElement.type, attribute HTMLOutputElement.ty pe, attribute HTMLParamElement.type, attribute HTMLScriptElement.type, attribute HTMLSelectElement.type, attribute HTMLSourceElement.type, attribute HTMLStyleEl ement.type, attribute HTMLTextAreaElement.type, attribute HTMLUListElement.type, operation InjectedScriptHost.type, attribute JavaScriptCallFrame.type, attribut e MutationRecord.type, attribute PerformanceNavigation.type, attribute SVGCompon entTransferFunctionElement.type, attribute SVGFEColorMatrixElement.type, attribu te SVGFETurbulenceElement.type, attribute SVGScriptElement.type, attribute SVGSt yleElement.type, attribute SVGTransform.type, attribute StyleMedia.type, attribu te StyleSheet.type, attribute WebGLActiveInfo.type 1499 dom_externs.type; // attribute BiquadFilterNode.type, attr ibute Blob.type, attribute CSSRule.type, attribute DOMMimeType.type, attribute D OMSelection.type, attribute DataTransferItem.type, attribute Event.type, attribu te HTMLAnchorElement.type, attribute HTMLButtonElement.type, attribute HTMLEmbed Element.type, attribute HTMLInputElement.type, attribute HTMLKeygenElement.type, attribute HTMLLIElement.type, attribute HTMLLinkElement.type, attribute HTMLOLi stElement.type, attribute HTMLObjectElement.type, attribute HTMLOutputElement.ty pe, attribute HTMLParamElement.type, attribute HTMLScriptElement.type, attribute HTMLSelectElement.type, attribute HTMLSourceElement.type, attribute HTMLStyleEl ement.type, attribute HTMLTextAreaElement.type, attribute HTMLUListElement.type, attribute JavaScriptCallFrame.type, attribute PerformanceNavigation.type, attri bute SVGComponentTransferFunctionElement.type, attribute SVGFEColorMatrixElement .type, attribute SVGFETurbulenceElement.type, attribute SVGScriptElement.type, a ttribute SVGStyleElement.type, attribute SVGTransform.type, attribute StyleMedia .type, attribute StyleSheet.type, attribute WebGLActiveInfo.type
1547 dom_externs.typeMismatch; // attribute ValidityState.typeMismatch 1500 dom_externs.typeMismatch; // attribute ValidityState.typeMismatch
1548 dom_externs.types; // attribute Clipboard.types 1501 dom_externs.types; // attribute Clipboard.types
1549 dom_externs.uid; // attribute ScriptProfile.uid 1502 dom_externs.uid; // attribute ScriptProfile.uid
1550 dom_externs.uniform1f; // operation WebGLRenderingContext.unifo rm1f 1503 dom_externs.uniform1f; // operation WebGLRenderingContext.unifo rm1f
1551 dom_externs.uniform1fv; // operation WebGLRenderingContext.unifo rm1fv 1504 dom_externs.uniform1fv; // operation WebGLRenderingContext.unifo rm1fv
1552 dom_externs.uniform1i; // operation WebGLRenderingContext.unifo rm1i 1505 dom_externs.uniform1i; // operation WebGLRenderingContext.unifo rm1i
1553 dom_externs.uniform1iv; // operation WebGLRenderingContext.unifo rm1iv 1506 dom_externs.uniform1iv; // operation WebGLRenderingContext.unifo rm1iv
1554 dom_externs.uniform2f; // operation WebGLRenderingContext.unifo rm2f 1507 dom_externs.uniform2f; // operation WebGLRenderingContext.unifo rm2f
1555 dom_externs.uniform2fv; // operation WebGLRenderingContext.unifo rm2fv 1508 dom_externs.uniform2fv; // operation WebGLRenderingContext.unifo rm2fv
1556 dom_externs.uniform2i; // operation WebGLRenderingContext.unifo rm2i 1509 dom_externs.uniform2i; // operation WebGLRenderingContext.unifo rm2i
1557 dom_externs.uniform2iv; // operation WebGLRenderingContext.unifo rm2iv 1510 dom_externs.uniform2iv; // operation WebGLRenderingContext.unifo rm2iv
1558 dom_externs.uniform3f; // operation WebGLRenderingContext.unifo rm3f 1511 dom_externs.uniform3f; // operation WebGLRenderingContext.unifo rm3f
1559 dom_externs.uniform3fv; // operation WebGLRenderingContext.unifo rm3fv 1512 dom_externs.uniform3fv; // operation WebGLRenderingContext.unifo rm3fv
1560 dom_externs.uniform3i; // operation WebGLRenderingContext.unifo rm3i 1513 dom_externs.uniform3i; // operation WebGLRenderingContext.unifo rm3i
1561 dom_externs.uniform3iv; // operation WebGLRenderingContext.unifo rm3iv 1514 dom_externs.uniform3iv; // operation WebGLRenderingContext.unifo rm3iv
1562 dom_externs.uniform4f; // operation WebGLRenderingContext.unifo rm4f 1515 dom_externs.uniform4f; // operation WebGLRenderingContext.unifo rm4f
1563 dom_externs.uniform4fv; // operation WebGLRenderingContext.unifo rm4fv 1516 dom_externs.uniform4fv; // operation WebGLRenderingContext.unifo rm4fv
1564 dom_externs.uniform4i; // operation WebGLRenderingContext.unifo rm4i 1517 dom_externs.uniform4i; // operation WebGLRenderingContext.unifo rm4i
1565 dom_externs.uniform4iv; // operation WebGLRenderingContext.unifo rm4iv 1518 dom_externs.uniform4iv; // operation WebGLRenderingContext.unifo rm4iv
1566 dom_externs.uniformMatrix2fv; // operation WebGLRenderingContext.unifo rmMatrix2fv 1519 dom_externs.uniformMatrix2fv; // operation WebGLRenderingContext.unifo rmMatrix2fv
1567 dom_externs.uniformMatrix3fv; // operation WebGLRenderingContext.unifo rmMatrix3fv 1520 dom_externs.uniformMatrix3fv; // operation WebGLRenderingContext.unifo rmMatrix3fv
1568 dom_externs.uniformMatrix4fv; // operation WebGLRenderingContext.unifo rmMatrix4fv 1521 dom_externs.uniformMatrix4fv; // operation WebGLRenderingContext.unifo rmMatrix4fv
1569 dom_externs.unique; // attribute IDBIndex.unique 1522 dom_externs.unique; // attribute IDBIndex.unique
1570 dom_externs.unitType; // attribute SVGAngle.unitType, attribut e SVGLength.unitType 1523 dom_externs.unitType; // attribute SVGAngle.unitType, attribut e SVGLength.unitType
1571 dom_externs.units; // attribute AudioParam.units 1524 dom_externs.units; // attribute AudioParam.units
1572 dom_externs.unloadEventEnd; // attribute PerformanceTiming.unloadEve ntEnd 1525 dom_externs.unloadEventEnd; // attribute PerformanceTiming.unloadEve ntEnd
1573 dom_externs.unloadEventStart; // attribute PerformanceTiming.unloadEve ntStart 1526 dom_externs.unloadEventStart; // attribute PerformanceTiming.unloadEve ntStart
1574 dom_externs.unlock; // operation PointerLock.unlock
1575 dom_externs.unpauseAnimations; // operation SVGSVGElement.unpauseAnimat ions 1527 dom_externs.unpauseAnimations; // operation SVGSVGElement.unpauseAnimat ions
1576 dom_externs.unsuspendRedraw; // operation SVGSVGElement.unsuspendRedr aw 1528 dom_externs.unsuspendRedraw; // operation SVGSVGElement.unsuspendRedr aw
1577 dom_externs.unsuspendRedrawAll; // operation SVGSVGElement.unsuspendRedr awAll 1529 dom_externs.unsuspendRedrawAll; // operation SVGSVGElement.unsuspendRedr awAll
1578 dom_externs.update; // operation DOMApplicationCache.update, operation IDBCursor.update 1530 dom_externs.update; // operation DOMApplicationCache.update, operation IDBCursor.update
1579 dom_externs.upload; // attribute XMLHttpRequest.upload 1531 dom_externs.upload; // attribute XMLHttpRequest.upload
1580 dom_externs.upper; // attribute IDBKeyRange.upper 1532 dom_externs.upper; // attribute IDBKeyRange.upper
1581 dom_externs.upperBound; // operation IDBKeyRange.upperBound 1533 dom_externs.upperBound; // operation IDBKeyRange.upperBound
1582 dom_externs.upperOpen; // attribute IDBKeyRange.upperOpen 1534 dom_externs.upperOpen; // attribute IDBKeyRange.upperOpen
1583 dom_externs.uri; // attribute SVGPaint.uri 1535 dom_externs.uri; // attribute SVGPaint.uri
1584 dom_externs.url; // attribute BeforeLoadEvent.url, attrib ute EventSource.url, attribute ScriptProfileNode.url, attribute StorageEvent.url , attribute WebSocket.url 1536 dom_externs.url; // attribute BeforeLoadEvent.url, attrib ute EventSource.url, attribute ScriptProfileNode.url, attribute StorageEvent.url , attribute WebSocket.url
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 dom_externs.webkitGrammar; // attribute HTMLInputElement.webkitGram mar 1606 dom_externs.webkitGrammar; // attribute HTMLInputElement.webkitGram mar
1655 dom_externs.webkitHasClosedCaptions; // attribute HTMLMediaElement.webkitHasC losedCaptions 1607 dom_externs.webkitHasClosedCaptions; // attribute HTMLMediaElement.webkitHasC losedCaptions
1656 dom_externs.webkitHidden; // attribute Document.webkitHidden 1608 dom_externs.webkitHidden; // attribute Document.webkitHidden
1657 dom_externs.webkitIndexedDB; // attribute DOMWindow.webkitIndexedDB, attribute WorkerContext.webkitIndexedDB 1609 dom_externs.webkitIndexedDB; // attribute DOMWindow.webkitIndexedDB, attribute WorkerContext.webkitIndexedDB
1658 dom_externs.webkitInitMessageEvent; // operation MessageEvent.webkitInitMess ageEvent 1610 dom_externs.webkitInitMessageEvent; // operation MessageEvent.webkitInitMess ageEvent
1659 dom_externs.webkitIsFullScreen; // attribute Document.webkitIsFullScreen 1611 dom_externs.webkitIsFullScreen; // attribute Document.webkitIsFullScreen
1660 dom_externs.webkitLineDash; // attribute CanvasRenderingContext2D.we bkitLineDash 1612 dom_externs.webkitLineDash; // attribute CanvasRenderingContext2D.we bkitLineDash
1661 dom_externs.webkitLineDashOffset; // attribute CanvasRenderingContext2D.we bkitLineDashOffset 1613 dom_externs.webkitLineDashOffset; // attribute CanvasRenderingContext2D.we bkitLineDashOffset
1662 dom_externs.webkitMatchesSelector; // operation Element.webkitMatchesSelect or 1614 dom_externs.webkitMatchesSelector; // operation Element.webkitMatchesSelect or
1663 dom_externs.webkitMediaSourceURL; // attribute HTMLMediaElement.webkitMedi aSourceURL 1615 dom_externs.webkitMediaSourceURL; // attribute HTMLMediaElement.webkitMedi aSourceURL
1664 dom_externs.webkitMovementX; // attribute MouseEvent.webkitMovementX
1665 dom_externs.webkitMovementY; // attribute MouseEvent.webkitMovementY
1666 dom_externs.webkitNotifications; // attribute DOMWindow.webkitNotificatio ns, attribute WorkerContext.webkitNotifications 1616 dom_externs.webkitNotifications; // attribute DOMWindow.webkitNotificatio ns, attribute WorkerContext.webkitNotifications
1667 dom_externs.webkitPostMessage; // operation DOMWindow.webkitPostMessage , operation DedicatedWorkerContext.webkitPostMessage, operation MessagePort.webk itPostMessage, operation Worker.webkitPostMessage 1617 dom_externs.webkitPostMessage; // operation DOMWindow.webkitPostMessage , operation DedicatedWorkerContext.webkitPostMessage, operation MessagePort.webk itPostMessage, operation Worker.webkitPostMessage
1668 dom_externs.webkitPreservesPitch; // attribute HTMLMediaElement.webkitPres ervesPitch 1618 dom_externs.webkitPreservesPitch; // attribute HTMLMediaElement.webkitPres ervesPitch
1669 dom_externs.webkitRadiusX; // attribute Touch.webkitRadiusX 1619 dom_externs.webkitRadiusX; // attribute Touch.webkitRadiusX
1670 dom_externs.webkitRadiusY; // attribute Touch.webkitRadiusY 1620 dom_externs.webkitRadiusY; // attribute Touch.webkitRadiusY
1671 dom_externs.webkitRelativePath; // attribute File.webkitRelativePath 1621 dom_externs.webkitRelativePath; // attribute File.webkitRelativePath
1672 dom_externs.webkitRequestAnimationFrame; // operation DOMWindow.webkitRequestAn imationFrame 1622 dom_externs.webkitRequestAnimationFrame; // operation DOMWindow.webkitRequestAn imationFrame
1673 dom_externs.webkitRequestFileSystem; // operation DOMWindow.webkitRequestFile System, operation WorkerContext.webkitRequestFileSystem 1623 dom_externs.webkitRequestFileSystem; // operation DOMWindow.webkitRequestFile System, operation WorkerContext.webkitRequestFileSystem
1674 dom_externs.webkitRequestFileSystemSync; // operation WorkerContext.webkitReque stFileSystemSync 1624 dom_externs.webkitRequestFileSystemSync; // operation WorkerContext.webkitReque stFileSystemSync
1675 dom_externs.webkitRequestFullScreen; // operation Element.webkitRequestFullSc reen 1625 dom_externs.webkitRequestFullScreen; // operation Element.webkitRequestFullSc reen
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 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 1664 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
1715 dom_externs.y1; // attribute SVGLineElement.y1, attribut e SVGLinearGradientElement.y1, attribute SVGPathSegCurvetoCubicAbs.y1, attribute SVGPathSegCurvetoCubicRel.y1, attribute SVGPathSegCurvetoQuadraticAbs.y1, attri bute SVGPathSegCurvetoQuadraticRel.y1 1665 dom_externs.y1; // attribute SVGLineElement.y1, attribut e SVGLinearGradientElement.y1, attribute SVGPathSegCurvetoCubicAbs.y1, attribute SVGPathSegCurvetoCubicRel.y1, attribute SVGPathSegCurvetoQuadraticAbs.y1, attri bute SVGPathSegCurvetoQuadraticRel.y1
1716 dom_externs.y2; // attribute SVGLineElement.y2, attribut e SVGLinearGradientElement.y2, attribute SVGPathSegCurvetoCubicAbs.y2, attribute SVGPathSegCurvetoCubicRel.y2, attribute SVGPathSegCurvetoCubicSmoothAbs.y2, att ribute SVGPathSegCurvetoCubicSmoothRel.y2 1666 dom_externs.y2; // attribute SVGLineElement.y2, attribut e SVGLinearGradientElement.y2, attribute SVGPathSegCurvetoCubicAbs.y2, attribute SVGPathSegCurvetoCubicRel.y2, attribute SVGPathSegCurvetoCubicSmoothAbs.y2, att ribute SVGPathSegCurvetoCubicSmoothRel.y2
1717 dom_externs.yChannelSelector; // attribute SVGFEDisplacementMapElement .yChannelSelector 1667 dom_externs.yChannelSelector; // attribute SVGFEDisplacementMapElement .yChannelSelector
1718 dom_externs.z; // attribute SVGFEPointLightElement.z, a ttribute SVGFESpotLightElement.z 1668 dom_externs.z; // attribute SVGFEPointLightElement.z, a ttribute SVGFESpotLightElement.z
1719 dom_externs.zoomAndPan; // attribute SVGSVGElement.zoomAndPan, a ttribute SVGViewElement.zoomAndPan, attribute SVGZoomAndPan.zoomAndPan 1669 dom_externs.zoomAndPan; // attribute SVGSVGElement.zoomAndPan, a ttribute SVGViewElement.zoomAndPan, attribute SVGZoomAndPan.zoomAndPan
1720 dom_externs.zoomRectScreen; // attribute SVGZoomEvent.zoomRectScreen 1670 dom_externs.zoomRectScreen; // attribute SVGZoomEvent.zoomRectScreen
1721 1671
1722 1672
1723 } 1673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698