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 "compiler_options": { |
| 9 "implemented_in": "chrome/browser/chromeos/extensions/input_method_api.h" |
| 10 }, |
8 "description": "none", | 11 "description": "none", |
9 "functions": [ | 12 "functions": [ |
10 { | 13 { |
11 "name": "getInputMethodConfig", | 14 "name": "getInputMethodConfig", |
12 "type": "function", | 15 "type": "function", |
13 "description": "Gets configurations for input methods.", | 16 "description": "Gets configurations for input methods.", |
14 "parameters": [ | 17 "parameters": [ |
15 { | 18 { |
16 "name": "callback", | 19 "name": "callback", |
17 "type": "function", | 20 "type": "function", |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "description": "List of removed words.", | 225 "description": "List of removed words.", |
223 "items": { | 226 "items": { |
224 "type": "string" | 227 "type": "string" |
225 } | 228 } |
226 } | 229 } |
227 ] | 230 ] |
228 } | 231 } |
229 ] | 232 ] |
230 } | 233 } |
231 ] | 234 ] |
OLD | NEW |