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": "bookmarkManagerPrivate", | 7 "namespace": "bookmarkManagerPrivate", |
| 8 "description": "none", |
8 "nodoc": true, | 9 "nodoc": true, |
9 "types": [ | 10 "types": [ |
10 { | 11 { |
11 "id": "BookmarkNodeDataElement", | 12 "id": "BookmarkNodeDataElement", |
12 "nodoc": true, | 13 "nodoc": true, |
13 "type": "object", | 14 "type": "object", |
14 "properties": { | 15 "properties": { |
15 "id": { | 16 "id": { |
16 "type": "string", | 17 "type": "string", |
17 "optional": true, | 18 "optional": true, |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 "name": "onDrop", | 250 "name": "onDrop", |
250 "type": "function", | 251 "type": "function", |
251 "description": "Fired when the user drops bookmarks on the document", | 252 "description": "Fired when the user drops bookmarks on the document", |
252 "parameters": [ | 253 "parameters": [ |
253 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} | 254 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} |
254 ] | 255 ] |
255 } | 256 } |
256 ] | 257 ] |
257 } | 258 } |
258 ] | 259 ] |
OLD | NEW |