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

Side by Side Diff: client/dom/generated/src/frog/InspectorFrontendHost.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, 1 month 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 InspectorFrontendHost native "InspectorFrontendHost" {
3
4 void bringToFront() native;
5
6 void closeWindow() native;
7
8 void copyText(String text) native;
9
10 void disconnectFromBackend() native;
11
12 String hiddenPanels() native;
13
14 void inspectedURLChanged(String newURL) native;
15
16 void loaded() native;
17
18 String localizedStringsURL() native;
19
20 void moveWindowBy(num x, num y) native;
21
22 String platform() native;
23
24 String port() native;
25
26 void recordActionTaken(int actionCode) native;
27
28 void recordPanelShown(int panelCode) native;
29
30 void recordSettingChanged(int settingChanged) native;
31
32 void requestAttachWindow() native;
33
34 void requestDetachWindow() native;
35
36 void saveAs(String fileName, String content) native;
37
38 void sendMessageToBackend(String message) native;
39
40 void setAttachedWindowHeight(int height) native;
41
42 void setExtensionAPI(String script) native;
43
44 void showContextMenu(MouseEvent event, Object items) native;
45
46 var dartObjectLocalStorage;
47
48 String get typeName() native;
49 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/InjectedScriptHost.dart ('k') | client/dom/generated/src/frog/Int16Array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698