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

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

Issue 9663027: Remove generated directories with 100s of files. (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
(Empty)
1
2 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" {
3
4 final String keyPath;
5
6 final bool multiEntry;
7
8 final String name;
9
10 final _IDBObjectStoreJs objectStore;
11
12 final bool unique;
13
14 _IDBRequestJs count([var key_OR_range = null]) native;
15
16 _IDBRequestJs getObject(_IDBKeyJs key) native '''return this.get(key);''';
17
18 _IDBRequestJs getKey(_IDBKeyJs key) native;
19
20 _IDBRequestJs openCursor([_IDBKeyRangeJs range = null, int direction = null]) native;
21
22 _IDBRequestJs openKeyCursor([_IDBKeyRangeJs range = null, int direction = null ]) native;
23 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/IDBFactory.dart ('k') | client/dom/generated/src/frog/IDBKey.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698