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.accessibility", | 7 "namespace": "experimental.accessibility", |
8 "compiler_options": { | 8 "compiler_options": { |
9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap
i.h" | 9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap
i.h" |
10 }, | 10 }, |
11 "nodoc": true, | 11 "description": "none", |
12 "types": [ | 12 "types": [ |
13 { | 13 { |
14 "id": "CheckboxDetails", | 14 "id": "CheckboxDetails", |
15 "type": "object", | 15 "type": "object", |
16 "description": "Information about the state of a checkbox.", | 16 "description": "Information about the state of a checkbox.", |
17 "properties": { | 17 "properties": { |
18 "isChecked": {"type": "boolean", "description": "True if this checkbox
is checked."} | 18 "isChecked": {"type": "boolean", "description": "True if this checkbox
is checked."} |
19 } | 19 } |
20 }, | 20 }, |
21 { | 21 { |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 { | 290 { |
291 "$ref": "AccessibilityObject", | 291 "$ref": "AccessibilityObject", |
292 "name": "menu", | 292 "name": "menu", |
293 "description": "Information about the menu that was closed." | 293 "description": "Information about the menu that was closed." |
294 } | 294 } |
295 ] | 295 ] |
296 } | 296 } |
297 ] | 297 ] |
298 } | 298 } |
299 ] | 299 ] |
OLD | NEW |