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

Side by Side Diff: client/dom/generated/src/frog/IDBIndex.dart

Issue 9619015: Regenerate dart:dom and dart:html bindings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 1
2 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" { 2 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" {
3 3
4 final String keyPath; 4 final String keyPath;
5 5
6 final bool multiEntry; 6 final bool multiEntry;
7 7
8 final String name; 8 final String name;
9 9
10 final _IDBObjectStoreJs objectStore; 10 final _IDBObjectStoreJs objectStore;
11 11
12 final bool unique; 12 final bool unique;
13 13
14 _IDBRequestJs count([_IDBKeyRangeJs range = null]) native; 14 _IDBRequestJs count([var key_OR_range = null]) native;
15 15
16 _IDBRequestJs getObject(_IDBKeyJs key) native '''return this.get(key);'''; 16 _IDBRequestJs getObject(_IDBKeyJs key) native '''return this.get(key);''';
17 17
18 _IDBRequestJs getKey(_IDBKeyJs key) native; 18 _IDBRequestJs getKey(_IDBKeyJs key) native;
19 19
20 _IDBRequestJs openCursor([_IDBKeyRangeJs range = null, int direction = null]) native; 20 _IDBRequestJs openCursor([_IDBKeyRangeJs range = null, int direction = null]) native;
21 21
22 _IDBRequestJs openKeyCursor([_IDBKeyRangeJs range = null, int direction = null ]) native; 22 _IDBRequestJs openKeyCursor([_IDBKeyRangeJs range = null, int direction = null ]) native;
23 } 23 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLTrackElement.dart ('k') | client/dom/generated/src/frog/IDBObjectStore.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698