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

Unified Diff: client/dom/generated/src/frog/InjectedScriptHost.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
Index: client/dom/generated/src/frog/InjectedScriptHost.dart
diff --git a/client/dom/generated/src/frog/InjectedScriptHost.dart b/client/dom/generated/src/frog/InjectedScriptHost.dart
new file mode 100644
index 0000000000000000000000000000000000000000..56dda9333e92e1bd22e633cd699c5e6f273d628d
--- /dev/null
+++ b/client/dom/generated/src/frog/InjectedScriptHost.dart
@@ -0,0 +1,27 @@
+
+class InjectedScriptHost native "InjectedScriptHost" {
+
+ void clearConsoleMessages() native;
+
+ void copyText(String text) native;
+
+ int databaseId(Object database) native;
+
+ Object evaluate(String text) native;
+
+ void inspect(Object objectId, Object hints) native;
+
+ Object inspectedNode(int num) native;
+
+ Object internalConstructorName(Object object) native;
+
+ bool isHTMLAllCollection(Object object) native;
+
+ int storageId(Object storage) native;
+
+ String type(Object object) native;
+
+ var dartObjectLocalStorage;
+
+ String get typeName() native;
+}
« no previous file with comments | « client/dom/generated/src/frog/ImageData.dart ('k') | client/dom/generated/src/frog/InspectorFrontendHost.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698