| 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": "inputMethodPrivate", | 7 "namespace": "inputMethodPrivate", |
| 8 "nodoc": true, | |
| 9 "platforms": ["chromeos"], | 8 "platforms": ["chromeos"], |
| 10 "types": [], | 9 "description": "none", |
| 11 "functions": [ | 10 "functions": [ |
| 12 { | 11 { |
| 13 "name": "get", | 12 "name": "get", |
| 14 "type": "function", | 13 "type": "function", |
| 15 "description": "Gets the current input method.", | 14 "description": "Gets the current input method.", |
| 16 "parameters": [ | 15 "parameters": [ |
| 17 { | 16 { |
| 18 "name": "callback", | 17 "name": "callback", |
| 19 "type": "function", | 18 "type": "function", |
| 20 "optional": false, | 19 "optional": false, |
| (...skipping 23 matching lines...) Expand all Loading... |
| 44 { | 43 { |
| 45 "name": "newInputMethodId", | 44 "name": "newInputMethodId", |
| 46 "type": "string", | 45 "type": "string", |
| 47 "description": "New input method which is being used." | 46 "description": "New input method which is being used." |
| 48 } | 47 } |
| 49 ] | 48 ] |
| 50 } | 49 } |
| 51 ] | 50 ] |
| 52 } | 51 } |
| 53 ] | 52 ] |
| OLD | NEW |