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

Unified Diff: client/dom/generated/src/frog/IDBObjectStore.dart

Issue 8387057: Forgot generated code for frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/frog/IDBKeyRange.dart ('k') | client/dom/generated/src/frog/IDBRequest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/IDBObjectStore.dart
diff --git a/client/dom/generated/src/frog/IDBObjectStore.dart b/client/dom/generated/src/frog/IDBObjectStore.dart
new file mode 100644
index 0000000000000000000000000000000000000000..299eaf58c349fd4d5ba4a61310015dcf956600c5
--- /dev/null
+++ b/client/dom/generated/src/frog/IDBObjectStore.dart
@@ -0,0 +1,29 @@
+
+class IDBObjectStore native "IDBObjectStore" {
+
+ String keyPath;
+
+ String name;
+
+ IDBRequest add(String value, [IDBKey key = null]) native;
+
+ IDBRequest clear() native;
+
+ IDBIndex createIndex(String name, String keyPath) native;
+
+ IDBRequest delete(IDBKey key) native;
+
+ void deleteIndex(String name) native;
+
+ IDBRequest getObject(IDBKey key) native;
+
+ IDBIndex index(String name) native;
+
+ IDBRequest openCursor([IDBKeyRange range = null, int direction = null]) native;
+
+ IDBRequest put(String value, [IDBKey key = null]) native;
+
+ var dartObjectLocalStorage;
+
+ String get typeName() native;
+}
« no previous file with comments | « client/dom/generated/src/frog/IDBKeyRange.dart ('k') | client/dom/generated/src/frog/IDBRequest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698