OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 // This file was generated by: | 5 // This file was generated by: |
6 // tools/json_schema_compiler/compiler.py -g externs | 6 // tools/json_schema_compiler/compiler.py -g externs |
7 // chrome/common/extensions/api/automation.idl | 7 // chrome/common/extensions/api/automation.idl |
8 // | 8 // |
9 // Further edits were applied by hand due to bugs / limitations in | 9 // Further edits were applied by hand due to bugs / limitations in |
10 // json_schema_compiler. | 10 // json_schema_compiler. |
(...skipping 21 matching lines...) Expand all Loading... |
32 documentSelectionChanged: '', | 32 documentSelectionChanged: '', |
33 expandedChanged: '', | 33 expandedChanged: '', |
34 focus: '', | 34 focus: '', |
35 hide: '', | 35 hide: '', |
36 hover: '', | 36 hover: '', |
37 invalidStatusChanged: '', | 37 invalidStatusChanged: '', |
38 layoutComplete: '', | 38 layoutComplete: '', |
39 liveRegionChanged: '', | 39 liveRegionChanged: '', |
40 loadComplete: '', | 40 loadComplete: '', |
41 locationChanged: '', | 41 locationChanged: '', |
| 42 mediaStartedPlaying: '', |
| 43 mediaStoppedPlaying: '', |
42 menuEnd: '', | 44 menuEnd: '', |
43 menuListItemSelected: '', | 45 menuListItemSelected: '', |
44 menuListValueChanged: '', | 46 menuListValueChanged: '', |
45 menuPopupEnd: '', | 47 menuPopupEnd: '', |
46 menuPopupStart: '', | 48 menuPopupStart: '', |
47 menuStart: '', | 49 menuStart: '', |
48 mouseCanceled: '', | 50 mouseCanceled: '', |
49 mouseDragged: '', | 51 mouseDragged: '', |
50 mouseMoved: '', | 52 mouseMoved: '', |
51 mousePressed: '', | 53 mousePressed: '', |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 */ | 536 */ |
535 chrome.automation.TreeChange.prototype.type; | 537 chrome.automation.TreeChange.prototype.type; |
536 | 538 |
537 | 539 |
538 chrome.automation.AutomationNode.prototype.doDefault = function() {}; | 540 chrome.automation.AutomationNode.prototype.doDefault = function() {}; |
539 | 541 |
540 | 542 |
541 chrome.automation.AutomationNode.prototype.focus = function() {}; | 543 chrome.automation.AutomationNode.prototype.focus = function() {}; |
542 | 544 |
543 | 545 |
| 546 chrome.automation.AutomationNode.prototype.resumeMedia = function() {}; |
| 547 |
| 548 |
| 549 chrome.automation.AutomationNode.prototype.startDuckingMedia = function() {}; |
| 550 |
| 551 |
| 552 chrome.automation.AutomationNode.prototype.stopDuckingMedia = function() {}; |
| 553 |
| 554 |
| 555 chrome.automation.AutomationNode.prototype.suspendMedia = function() {}; |
| 556 |
| 557 |
544 chrome.automation.AutomationNode.prototype.showContextMenu = function() {}; | 558 chrome.automation.AutomationNode.prototype.showContextMenu = function() {}; |
545 | 559 |
546 | 560 |
547 chrome.automation.AutomationNode.prototype | 561 chrome.automation.AutomationNode.prototype |
548 .setSequentialFocusNavigationStartingPoint = function() {}; | 562 .setSequentialFocusNavigationStartingPoint = function() {}; |
549 | 563 |
550 | 564 |
551 /** | 565 /** |
552 * @param {number} start | 566 * @param {number} start |
553 * @param {number} end | 567 * @param {number} end |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 | 702 |
689 /** | 703 /** |
690 * @type {chrome.automation.AutomationNode} | 704 * @type {chrome.automation.AutomationNode} |
691 */ | 705 */ |
692 chrome.automation.AutomationRootNode.prototype.focusObject; | 706 chrome.automation.AutomationRootNode.prototype.focusObject; |
693 | 707 |
694 /** | 708 /** |
695 * @type {number} | 709 * @type {number} |
696 */ | 710 */ |
697 chrome.automation.AutomationRootNode.prototype.focusOffset; | 711 chrome.automation.AutomationRootNode.prototype.focusOffset; |
OLD | NEW |