OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "webview", | 7 "namespace": "webview", |
8 "nodoc": true, | 8 "description": "none", |
9 "functions": [ | 9 "functions": [ |
10 { | 10 { |
11 "name": "executeScript", | 11 "name": "executeScript", |
12 "type": "function", | 12 "type": "function", |
13 "description": "Injects JavaScript code into a <webview> page.", | 13 "description": "Injects JavaScript code into a <webview> page.", |
14 "parameters": [ | 14 "parameters": [ |
15 { | 15 { |
16 "type": "integer", | 16 "type": "integer", |
17 "name": "instanceId", | 17 "name": "instanceId", |
18 "description": "The instance ID of the guest <webview> process." | 18 "description": "The instance ID of the guest <webview> process." |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "description": "The result of the script in every injected frame
." | 68 "description": "The result of the script in every injected frame
." |
69 } | 69 } |
70 ] | 70 ] |
71 } | 71 } |
72 ] | 72 ] |
73 } | 73 } |
74 ] | 74 ] |
75 } | 75 } |
76 ] | 76 ] |
77 | 77 |
OLD | NEW |