| OLD | NEW |
| 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 |
| 3 // found in the LICENSE file. |
| 4 |
| 1 [ | 5 [ |
| 2 { | 6 { |
| 3 "namespace": "experimental.input.virtualKeyboard", | 7 "namespace": "experimental.input.virtualKeyboard", |
| 4 "nodoc": true, | 8 "nodoc": true, |
| 5 "types": [], | 9 "types": [], |
| 6 "functions": [ | 10 "functions": [ |
| 7 { | 11 { |
| 8 "name": "sendKeyboardEvent", | 12 "name": "sendKeyboardEvent", |
| 9 "type": "function", | 13 "type": "function", |
| 10 "description": "Sends a keyboard event to Chrome.", | 14 "description": "Sends a keyboard event to Chrome.", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "type": "string", | 130 "type": "string", |
| 127 "name": "type", | 131 "name": "type", |
| 128 "enum": ["none", "text", "password", "search", "email", "number", "t
el", "url"], | 132 "enum": ["none", "text", "password", "search", "email", "number", "t
el", "url"], |
| 129 "description": "Type of the current focused input field." | 133 "description": "Type of the current focused input field." |
| 130 } | 134 } |
| 131 ] | 135 ] |
| 132 } | 136 } |
| 133 ] | 137 ] |
| 134 } | 138 } |
| 135 ] | 139 ] |
| OLD | NEW |