| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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": "experimental.input.virtualKeyboard", | 7 "namespace": "experimental.input.virtualKeyboard", |
| 8 "nodoc": true, | 8 "description": "none", |
| 9 "types": [], | |
| 10 "functions": [ | 9 "functions": [ |
| 11 { | 10 { |
| 12 "name": "sendKeyboardEvent", | 11 "name": "sendKeyboardEvent", |
| 13 "type": "function", | 12 "type": "function", |
| 14 "description": "Sends a keyboard event to Chrome.", | 13 "description": "Sends a keyboard event to Chrome.", |
| 15 "parameters": [ | 14 "parameters": [ |
| 16 { "type": "object", | 15 { "type": "object", |
| 17 "name": "event", | 16 "name": "event", |
| 18 "properties": { | 17 "properties": { |
| 19 "type": { | 18 "type": { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "name": "callback", | 50 "name": "callback", |
| 52 "optional": true, | 51 "optional": true, |
| 53 "description": "This function is called when the event processing is
completed.", | 52 "description": "This function is called when the event processing is
completed.", |
| 54 "parameters": [] | 53 "parameters": [] |
| 55 } | 54 } |
| 56 ] | 55 ] |
| 57 } | 56 } |
| 58 ] | 57 ] |
| 59 } | 58 } |
| 60 ] | 59 ] |
| OLD | NEW |