| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox. | 7 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox. |
| 8 * | 8 * |
| 9 * @externs | 9 * @externs |
| 10 */ | 10 */ |
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 * Describes the purpose of an $(ref:automation.AutomationNode). | 1398 * Describes the purpose of an $(ref:automation.AutomationNode). |
| 1399 * @enum {string} | 1399 * @enum {string} |
| 1400 */ | 1400 */ |
| 1401 chrome.automation.RoleType = { | 1401 chrome.automation.RoleType = { |
| 1402 alertDialog: 'alertDialog', | 1402 alertDialog: 'alertDialog', |
| 1403 alert: 'alert', | 1403 alert: 'alert', |
| 1404 annotation: 'annotation', | 1404 annotation: 'annotation', |
| 1405 application: 'application', | 1405 application: 'application', |
| 1406 article: 'article', | 1406 article: 'article', |
| 1407 banner: 'banner', | 1407 banner: 'banner', |
| 1408 browser: 'browser', | |
| 1409 busyIndicator: 'busyIndicator', | 1408 busyIndicator: 'busyIndicator', |
| 1410 button: 'button', | 1409 button: 'button', |
| 1411 buttonDropDown: 'buttonDropDown', | 1410 buttonDropDown: 'buttonDropDown', |
| 1412 canvas: 'canvas', | 1411 canvas: 'canvas', |
| 1413 cell: 'cell', | 1412 cell: 'cell', |
| 1414 checkBox: 'checkBox', | 1413 checkBox: 'checkBox', |
| 1415 client: 'client', | 1414 client: 'client', |
| 1416 colorWell: 'colorWell', | 1415 colorWell: 'colorWell', |
| 1417 columnHeader: 'columnHeader', | 1416 columnHeader: 'columnHeader', |
| 1418 column: 'column', | 1417 column: 'column', |
| 1419 comboBox: 'comboBox', | 1418 comboBox: 'comboBox', |
| 1420 complementary: 'complementary', | 1419 complementary: 'complementary', |
| 1421 contentInfo: 'contentInfo', | 1420 contentInfo: 'contentInfo', |
| 1422 definition: 'definition', | 1421 definition: 'definition', |
| 1423 descriptionListDetail: 'descriptionListDetail', | 1422 descriptionListDetail: 'descriptionListDetail', |
| 1424 descriptionListTerm: 'descriptionListTerm', | 1423 descriptionListTerm: 'descriptionListTerm', |
| 1425 desktop: 'desktop', | 1424 desktop: 'desktop', |
| 1426 dialog: 'dialog', | 1425 dialog: 'dialog', |
| 1427 directory: 'directory', | 1426 directory: 'directory', |
| 1428 disclosureTriangle: 'disclosureTriangle', | 1427 disclosureTriangle: 'disclosureTriangle', |
| 1429 div: 'div', | 1428 div: 'div', |
| 1430 document: 'document', | 1429 document: 'document', |
| 1431 drawer: 'drawer', | |
| 1432 editableText: 'editableText', | 1430 editableText: 'editableText', |
| 1433 embeddedObject: 'embeddedObject', | 1431 embeddedObject: 'embeddedObject', |
| 1434 footer: 'footer', | 1432 footer: 'footer', |
| 1435 form: 'form', | 1433 form: 'form', |
| 1436 grid: 'grid', | 1434 grid: 'grid', |
| 1437 group: 'group', | 1435 group: 'group', |
| 1438 growArea: 'growArea', | 1436 growArea: 'growArea', |
| 1439 heading: 'heading', | 1437 heading: 'heading', |
| 1440 helpTag: 'helpTag', | |
| 1441 horizontalRule: 'horizontalRule', | 1438 horizontalRule: 'horizontalRule', |
| 1442 iframe: 'iframe', | 1439 iframe: 'iframe', |
| 1443 ignored: 'ignored', | 1440 ignored: 'ignored', |
| 1444 imageMapLink: 'imageMapLink', | 1441 imageMapLink: 'imageMapLink', |
| 1445 imageMap: 'imageMap', | 1442 imageMap: 'imageMap', |
| 1446 image: 'image', | 1443 image: 'image', |
| 1447 incrementor: 'incrementor', | 1444 incrementor: 'incrementor', |
| 1448 inlineTextBox: 'inlineTextBox', | 1445 inlineTextBox: 'inlineTextBox', |
| 1449 labelText: 'labelText', | 1446 labelText: 'labelText', |
| 1450 legend: 'legend', | 1447 legend: 'legend', |
| 1451 link: 'link', | 1448 link: 'link', |
| 1452 listBoxOption: 'listBoxOption', | 1449 listBoxOption: 'listBoxOption', |
| 1453 listBox: 'listBox', | 1450 listBox: 'listBox', |
| 1454 listItem: 'listItem', | 1451 listItem: 'listItem', |
| 1455 listMarker: 'listMarker', | 1452 listMarker: 'listMarker', |
| 1456 list: 'list', | 1453 list: 'list', |
| 1457 locationBar: 'locationBar', | 1454 locationBar: 'locationBar', |
| 1458 log: 'log', | 1455 log: 'log', |
| 1459 main: 'main', | 1456 main: 'main', |
| 1460 marquee: 'marquee', | 1457 marquee: 'marquee', |
| 1461 mathElement: 'mathElement', | 1458 mathElement: 'mathElement', |
| 1462 math: 'math', | 1459 math: 'math', |
| 1463 matte: 'matte', | |
| 1464 menuBar: 'menuBar', | 1460 menuBar: 'menuBar', |
| 1465 menuButton: 'menuButton', | 1461 menuButton: 'menuButton', |
| 1466 menuItem: 'menuItem', | 1462 menuItem: 'menuItem', |
| 1467 menuListOption: 'menuListOption', | 1463 menuListOption: 'menuListOption', |
| 1468 menuListPopup: 'menuListPopup', | 1464 menuListPopup: 'menuListPopup', |
| 1469 menu: 'menu', | 1465 menu: 'menu', |
| 1470 navigation: 'navigation', | 1466 navigation: 'navigation', |
| 1471 note: 'note', | 1467 note: 'note', |
| 1472 outline: 'outline', | 1468 outline: 'outline', |
| 1473 pane: 'pane', | 1469 pane: 'pane', |
| 1474 paragraph: 'paragraph', | 1470 paragraph: 'paragraph', |
| 1475 popUpButton: 'popUpButton', | 1471 popUpButton: 'popUpButton', |
| 1476 presentational: 'presentational', | 1472 presentational: 'presentational', |
| 1477 progressIndicator: 'progressIndicator', | 1473 progressIndicator: 'progressIndicator', |
| 1478 radioButton: 'radioButton', | 1474 radioButton: 'radioButton', |
| 1479 radioGroup: 'radioGroup', | 1475 radioGroup: 'radioGroup', |
| 1480 region: 'region', | 1476 region: 'region', |
| 1481 rootWebArea: 'rootWebArea', | 1477 rootWebArea: 'rootWebArea', |
| 1482 rowHeader: 'rowHeader', | 1478 rowHeader: 'rowHeader', |
| 1483 row: 'row', | 1479 row: 'row', |
| 1484 rulerMarker: 'rulerMarker', | |
| 1485 ruler: 'ruler', | 1480 ruler: 'ruler', |
| 1486 svgRoot: 'svgRoot', | 1481 svgRoot: 'svgRoot', |
| 1487 scrollArea: 'scrollArea', | 1482 scrollArea: 'scrollArea', |
| 1488 scrollBar: 'scrollBar', | 1483 scrollBar: 'scrollBar', |
| 1489 seamlessWebArea: 'seamlessWebArea', | 1484 seamlessWebArea: 'seamlessWebArea', |
| 1490 search: 'search', | 1485 search: 'search', |
| 1491 sheet: 'sheet', | |
| 1492 slider: 'slider', | 1486 slider: 'slider', |
| 1493 sliderThumb: 'sliderThumb', | 1487 sliderThumb: 'sliderThumb', |
| 1494 spinButtonPart: 'spinButtonPart', | 1488 spinButtonPart: 'spinButtonPart', |
| 1495 spinButton: 'spinButton', | 1489 spinButton: 'spinButton', |
| 1496 splitGroup: 'splitGroup', | 1490 splitGroup: 'splitGroup', |
| 1497 splitter: 'splitter', | 1491 splitter: 'splitter', |
| 1498 staticText: 'staticText', | 1492 staticText: 'staticText', |
| 1499 status: 'status', | 1493 status: 'status', |
| 1500 systemWide: 'systemWide', | |
| 1501 tabGroup: 'tabGroup', | 1494 tabGroup: 'tabGroup', |
| 1502 tabList: 'tabList', | 1495 tabList: 'tabList', |
| 1503 tabPanel: 'tabPanel', | 1496 tabPanel: 'tabPanel', |
| 1504 tab: 'tab', | 1497 tab: 'tab', |
| 1505 tableHeaderContainer: 'tableHeaderContainer', | 1498 tableHeaderContainer: 'tableHeaderContainer', |
| 1506 table: 'table', | 1499 table: 'table', |
| 1507 textArea: 'textArea', | 1500 textArea: 'textArea', |
| 1508 textField: 'textField', | 1501 textField: 'textField', |
| 1509 timer: 'timer', | 1502 timer: 'timer', |
| 1510 titleBar: 'titleBar', | 1503 titleBar: 'titleBar', |
| 1511 toggleButton: 'toggleButton', | 1504 toggleButton: 'toggleButton', |
| 1512 toolbar: 'toolbar', | 1505 toolbar: 'toolbar', |
| 1513 treeGrid: 'treeGrid', | 1506 treeGrid: 'treeGrid', |
| 1514 treeItem: 'treeItem', | 1507 treeItem: 'treeItem', |
| 1515 tree: 'tree', | 1508 tree: 'tree', |
| 1516 unknown: 'unknown', | 1509 unknown: 'unknown', |
| 1517 tooltip: 'tooltip', | 1510 tooltip: 'tooltip', |
| 1518 valueIndicator: 'valueIndicator', | |
| 1519 webArea: 'webArea', | 1511 webArea: 'webArea', |
| 1520 window: 'window' | 1512 window: 'window' |
| 1521 }; | 1513 }; |
| 1522 /** | 1514 /** |
| 1523 * Describes characteristics of an $(ref:automation.AutomationNode). | 1515 * Describes characteristics of an $(ref:automation.AutomationNode). |
| 1524 * @enum {string} | 1516 * @enum {string} |
| 1525 */ | 1517 */ |
| 1526 chrome.automation.StateType = { | 1518 chrome.automation.StateType = { |
| 1527 busy: 'busy', | 1519 busy: 'busy', |
| 1528 checked: 'checked', | 1520 checked: 'checked', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1544 pressed: 'pressed', | 1536 pressed: 'pressed', |
| 1545 protected: 'protected', | 1537 protected: 'protected', |
| 1546 readOnly: 'readOnly', | 1538 readOnly: 'readOnly', |
| 1547 required: 'required', | 1539 required: 'required', |
| 1548 selectable: 'selectable', | 1540 selectable: 'selectable', |
| 1549 selected: 'selected', | 1541 selected: 'selected', |
| 1550 vertical: 'vertical', | 1542 vertical: 'vertical', |
| 1551 visited: 'visited' | 1543 visited: 'visited' |
| 1552 }; | 1544 }; |
| 1553 // End auto generated externs; do not edit. | 1545 // End auto generated externs; do not edit. |
| OLD | NEW |