OLD | NEW |
1 | 1 |
2 class InspectorFrontendHostJs extends DOMTypeJs implements InspectorFrontendHost
native "*InspectorFrontendHost" { | 2 class _InspectorFrontendHostJs extends _DOMTypeJs implements InspectorFrontendHo
st native "*InspectorFrontendHost" { |
3 | 3 |
4 void bringToFront() native; | 4 void bringToFront() native; |
5 | 5 |
6 bool canSaveAs() native; | 6 bool canSaveAs() native; |
7 | 7 |
8 void closeWindow() native; | 8 void closeWindow() native; |
9 | 9 |
10 void copyText(String text) native; | 10 void copyText(String text) native; |
11 | 11 |
12 String hiddenPanels() native; | 12 String hiddenPanels() native; |
(...skipping 27 matching lines...) Expand all Loading... |
40 void requestSetDockSide(String side) native; | 40 void requestSetDockSide(String side) native; |
41 | 41 |
42 void saveAs(String fileName, String content) native; | 42 void saveAs(String fileName, String content) native; |
43 | 43 |
44 void sendMessageToBackend(String message) native; | 44 void sendMessageToBackend(String message) native; |
45 | 45 |
46 void setAttachedWindowHeight(int height) native; | 46 void setAttachedWindowHeight(int height) native; |
47 | 47 |
48 void setInjectedScriptForOrigin(String origin, String script) native; | 48 void setInjectedScriptForOrigin(String origin, String script) native; |
49 | 49 |
50 void showContextMenu(MouseEventJs event, Object items) native; | 50 void showContextMenu(_MouseEventJs event, Object items) native; |
51 } | 51 } |
OLD | NEW |