| OLD | NEW |
| 1 #library('dom'); | 1 #library('dom'); |
| 2 | 2 |
| 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
| 6 | 6 |
| 7 // DO NOT EDIT | 7 // DO NOT EDIT |
| 8 // Auto-generated Dart DOM library with no implementation. | 8 // Auto-generated Dart DOM library with no implementation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 5271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5282 final String name; | 5282 final String name; |
| 5283 | 5283 |
| 5284 final IDBTransaction transaction; | 5284 final IDBTransaction transaction; |
| 5285 | 5285 |
| 5286 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 5286 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 5287 | 5287 |
| 5288 IDBRequest clear(); | 5288 IDBRequest clear(); |
| 5289 | 5289 |
| 5290 IDBRequest count([key_OR_range]); | 5290 IDBRequest count([key_OR_range]); |
| 5291 | 5291 |
| 5292 IDBIndex createIndex(String name, String keyPath, [Map options]); | 5292 IDBIndex createIndex(String name, keyPath, [Map options]); |
| 5293 | 5293 |
| 5294 IDBRequest delete(key_OR_keyRange); | 5294 IDBRequest delete(key_OR_keyRange); |
| 5295 | 5295 |
| 5296 void deleteIndex(String name); | 5296 void deleteIndex(String name); |
| 5297 | 5297 |
| 5298 IDBRequest getObject(key); | 5298 IDBRequest getObject(key); |
| 5299 | 5299 |
| 5300 IDBIndex index(String name); | 5300 IDBIndex index(String name); |
| 5301 | 5301 |
| 5302 IDBRequest openCursor([key_OR_range, direction]); | 5302 IDBRequest openCursor([key_OR_range, direction]); |
| (...skipping 6023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11326 void framebufferTexture2D(int target, int attachment, int textarget, WebGLText
ure texture, int level); | 11326 void framebufferTexture2D(int target, int attachment, int textarget, WebGLText
ure texture, int level); |
| 11327 | 11327 |
| 11328 void frontFace(int mode); | 11328 void frontFace(int mode); |
| 11329 | 11329 |
| 11330 void generateMipmap(int target); | 11330 void generateMipmap(int target); |
| 11331 | 11331 |
| 11332 WebGLActiveInfo getActiveAttrib(WebGLProgram program, int index); | 11332 WebGLActiveInfo getActiveAttrib(WebGLProgram program, int index); |
| 11333 | 11333 |
| 11334 WebGLActiveInfo getActiveUniform(WebGLProgram program, int index); | 11334 WebGLActiveInfo getActiveUniform(WebGLProgram program, int index); |
| 11335 | 11335 |
| 11336 List getAttachedShaders(WebGLProgram program); | 11336 List<Object> getAttachedShaders(WebGLProgram program); |
| 11337 | 11337 |
| 11338 int getAttribLocation(WebGLProgram program, String name); | 11338 int getAttribLocation(WebGLProgram program, String name); |
| 11339 | 11339 |
| 11340 Object getBufferParameter(int target, int pname); | 11340 Object getBufferParameter(int target, int pname); |
| 11341 | 11341 |
| 11342 WebGLContextAttributes getContextAttributes(); | 11342 WebGLContextAttributes getContextAttributes(); |
| 11343 | 11343 |
| 11344 int getError(); | 11344 int getError(); |
| 11345 | 11345 |
| 11346 Object getExtension(String name); | 11346 Object getExtension(String name); |
| 11347 | 11347 |
| 11348 Object getFramebufferAttachmentParameter(int target, int attachment, int pname
); | 11348 Object getFramebufferAttachmentParameter(int target, int attachment, int pname
); |
| 11349 | 11349 |
| 11350 Object getParameter(int pname); | 11350 Object getParameter(int pname); |
| 11351 | 11351 |
| 11352 String getProgramInfoLog(WebGLProgram program); | 11352 String getProgramInfoLog(WebGLProgram program); |
| 11353 | 11353 |
| 11354 Object getProgramParameter(WebGLProgram program, int pname); | 11354 Object getProgramParameter(WebGLProgram program, int pname); |
| 11355 | 11355 |
| 11356 Object getRenderbufferParameter(int target, int pname); | 11356 Object getRenderbufferParameter(int target, int pname); |
| 11357 | 11357 |
| 11358 String getShaderInfoLog(WebGLShader shader); | 11358 String getShaderInfoLog(WebGLShader shader); |
| 11359 | 11359 |
| 11360 Object getShaderParameter(WebGLShader shader, int pname); | 11360 Object getShaderParameter(WebGLShader shader, int pname); |
| 11361 | 11361 |
| 11362 WebGLShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precis
iontype); | 11362 WebGLShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precis
iontype); |
| 11363 | 11363 |
| 11364 String getShaderSource(WebGLShader shader); | 11364 String getShaderSource(WebGLShader shader); |
| 11365 | 11365 |
| 11366 List<String> getSupportedExtensions(); |
| 11367 |
| 11366 Object getTexParameter(int target, int pname); | 11368 Object getTexParameter(int target, int pname); |
| 11367 | 11369 |
| 11368 Object getUniform(WebGLProgram program, WebGLUniformLocation location); | 11370 Object getUniform(WebGLProgram program, WebGLUniformLocation location); |
| 11369 | 11371 |
| 11370 WebGLUniformLocation getUniformLocation(WebGLProgram program, String name); | 11372 WebGLUniformLocation getUniformLocation(WebGLProgram program, String name); |
| 11371 | 11373 |
| 11372 Object getVertexAttrib(int index, int pname); | 11374 Object getVertexAttrib(int index, int pname); |
| 11373 | 11375 |
| 11374 int getVertexAttribOffset(int index, int pname); | 11376 int getVertexAttribOffset(int index, int pname); |
| 11375 | 11377 |
| (...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 12946 // for details. All rights reserved. Use of this source code is governed by a | 12948 // for details. All rights reserved. Use of this source code is governed by a |
| 12947 // BSD-style license that can be found in the LICENSE file. | 12949 // BSD-style license that can be found in the LICENSE file. |
| 12948 | 12950 |
| 12949 Window get window() => _dummy(); | 12951 Window get window() => _dummy(); |
| 12950 | 12952 |
| 12951 // TODO(vsm): Remove when prefixes are supported. | 12953 // TODO(vsm): Remove when prefixes are supported. |
| 12952 Window get dom_window() => _dummy(); | 12954 Window get dom_window() => _dummy(); |
| 12953 | 12955 |
| 12954 Document get document() => _dummy(); | 12956 Document get document() => _dummy(); |
| OLD | NEW |