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.bookmarkManager", | 7 "namespace": "experimental.bookmarkManager", |
4 "nodoc": true, | 8 "nodoc": true, |
5 "dependencies": [ "bookmarks" ], | 9 "dependencies": [ "bookmarks" ], |
6 "types": [ | 10 "types": [ |
7 { | 11 { |
8 "id": "BookmarkNodeDataElement", | 12 "id": "BookmarkNodeDataElement", |
9 "nodoc": true, | 13 "nodoc": true, |
10 "type": "object", | 14 "type": "object", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "name": "onDrop", | 232 "name": "onDrop", |
229 "type": "function", | 233 "type": "function", |
230 "description": "Fired when the user drops bookmarks on the document", | 234 "description": "Fired when the user drops bookmarks on the document", |
231 "parameters": [ | 235 "parameters": [ |
232 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} | 236 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} |
233 ] | 237 ] |
234 } | 238 } |
235 ] | 239 ] |
236 } | 240 } |
237 ] | 241 ] |
OLD | NEW |