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":"fileBrowserPrivate", | 7 "namespace":"fileBrowserPrivate", |
8 "nodoc": "true", | 8 "nodoc": "true", |
9 "types": [ | 9 "types": [ |
10 { | 10 { |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "items": {"$ref": "FileBrowserTask"}, | 407 "items": {"$ref": "FileBrowserTask"}, |
408 "description": "The list of matched file URL patterns for this t
ask." | 408 "description": "The list of matched file URL patterns for this t
ask." |
409 } | 409 } |
410 ] | 410 ] |
411 } | 411 } |
412 ] | 412 ] |
413 }, | 413 }, |
414 { | 414 { |
415 "name": "getStrings", | 415 "name": "getStrings", |
416 "type": "function", | 416 "type": "function", |
417 "description": "Gets Strings.", | 417 "description": "Gets localized strings and initialization data.", |
418 "parameters": [ | 418 "parameters": [ |
419 { | 419 { |
420 "type": "function", | 420 "type": "function", |
421 "name": "callback", | 421 "name": "callback", |
422 "parameters": [ | 422 "parameters": [ |
423 { | 423 { |
424 "name": "result", | 424 "name": "result", |
425 "type": "object", | 425 "type": "object", |
426 "additionalProperties": {"type": "string"} | 426 "additionalProperties": { "type": "any" } |
427 } | 427 } |
428 ] | 428 ] |
429 } | 429 } |
430 ] | 430 ] |
431 }, | 431 }, |
432 { | 432 { |
433 "name": "addFileWatch", | 433 "name": "addFileWatch", |
434 "description": "Adds file watch.", | 434 "description": "Adds file watch.", |
435 "parameters": [ | 435 "parameters": [ |
436 { | 436 { |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1004 }, | 1004 }, |
1005 { | 1005 { |
1006 "name": "onNetworkConnectionChanged", | 1006 "name": "onNetworkConnectionChanged", |
1007 "type": "function", | 1007 "type": "function", |
1008 "description": "Fired when the active network connection state changes.
The network connection state can be retrieved via 'getNetworkConnectionState'.", | 1008 "description": "Fired when the active network connection state changes.
The network connection state can be retrieved via 'getNetworkConnectionState'.", |
1009 "parameters": [] | 1009 "parameters": [] |
1010 } | 1010 } |
1011 ] | 1011 ] |
1012 } | 1012 } |
1013 ] | 1013 ] |
OLD | NEW |