Home
last modified time | relevance | path

Searched refs:a11y (Results 1 – 25 of 3869) sorted by relevance

12345678910>>...155

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A DMakefile.inc2 a11y/gtk-a11y-autocleanups.h \
3 a11y/gtkarrowaccessible.h \
4 a11y/gtkbooleancellaccessible.h \
5 a11y/gtkbuttonaccessible.h \
6 a11y/gtkcellaccessible.h \
9 a11y/gtkcomboboxaccessible.h \
12 a11y/gtkentryaccessible.h \
17 a11y/gtkframeaccessible.h \
20 a11y/gtkimageaccessible.h \
22 a11y/gtklabelaccessible.h \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/tests/mochitest/
H A Dmoz.build8 'a11y.ini',
10 'aom/a11y.ini',
12 'bounds/a11y.ini',
14 'elm/a11y.ini',
17 'focus/a11y.ini',
21 'jsat/a11y.ini',
22 'name/a11y.ini',
23 'pivot/a11y.ini',
25 'role/a11y.ini',
30 'text/a11y.ini',
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/tests/mochitest/
H A Dmoz.build8 'a11y.ini',
10 'aom/a11y.ini',
12 'bounds/a11y.ini',
14 'elm/a11y.ini',
16 'focus/a11y.ini',
20 'jsat/a11y.ini',
21 'name/a11y.ini',
22 'pivot/a11y.ini',
24 'role/a11y.ini',
29 'text/a11y.ini',
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/tests/mochitest/
H A Dmoz.build8 'a11y.ini',
9 'actions/a11y.ini',
10 'aom/a11y.ini',
12 'bounds/a11y.ini',
14 'elm/a11y.ini',
17 'focus/a11y.ini',
21 'name/a11y.ini',
22 'pivot/a11y.ini',
24 'role/a11y.ini',
29 'text/a11y.ini',
[all …]
/dports/www/firefox/firefox-99.0/accessible/tests/mochitest/
H A Dmoz.build8 "a11y.ini",
9 "actions/a11y.ini",
10 "aom/a11y.ini",
12 "bounds/a11y.ini",
14 "elm/a11y.ini",
17 "focus/a11y.ini",
21 "name/a11y.ini",
22 "pivot/a11y.ini",
24 "role/a11y.ini",
29 "text/a11y.ini",
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/tests/mochitest/
H A Dmoz.build8 "a11y.ini",
9 "actions/a11y.ini",
10 "aom/a11y.ini",
12 "bounds/a11y.ini",
14 "elm/a11y.ini",
17 "focus/a11y.ini",
21 "name/a11y.ini",
22 "pivot/a11y.ini",
24 "role/a11y.ini",
29 "text/a11y.ini",
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/tests/mochitest/
H A Dmoz.build8 "a11y.ini",
9 "actions/a11y.ini",
10 "aom/a11y.ini",
12 "bounds/a11y.ini",
14 "elm/a11y.ini",
17 "focus/a11y.ini",
21 "name/a11y.ini",
22 "pivot/a11y.ini",
24 "role/a11y.ini",
29 "text/a11y.ini",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/
H A D.eslintrc.jsx-a11y3 "jsx-a11y" // require("eslint-plugin-jsx-a11y")
6 "plugin:jsx-a11y/recommended", // require("eslint-plugin-jsx-a11y")
12 "jsx-a11y/accessible-emoji": "warn",
13 "jsx-a11y/alt-text": "error",
15 "jsx-a11y/anchor-is-valid": "error",
17 "jsx-a11y/aria-props": "warn",
18 "jsx-a11y/aria-proptypes": "warn",
19 "jsx-a11y/aria-role": "warn",
23 "jsx-a11y/html-has-lang": "warn",
65 "jsx-a11y/no-onchange": "warn",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DAccGroupInfo.h11 namespace a11y {
46 if (role != mozilla::a11y::roles::ROW && in CreateGroupInfo()
48 role != mozilla::a11y::roles::OPTION && in CreateGroupInfo()
49 role != mozilla::a11y::roles::LISTITEM && in CreateGroupInfo()
50 role != mozilla::a11y::roles::MENUITEM && in CreateGroupInfo()
58 role != mozilla::a11y::roles::PAGETAB && in CreateGroupInfo()
59 role != mozilla::a11y::roles::COMMENT) in CreateGroupInfo()
90 static mozilla::a11y::role BaseRole(mozilla::a11y::role aRole) { in BaseRole()
94 return mozilla::a11y::roles::MENUITEM; in BaseRole()
106 static bool ShouldReportRelations(a11y::role aRole, a11y::role aParentRole);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DAccGroupInfo.h11 namespace a11y {
46 if (role != mozilla::a11y::roles::ROW && in CreateGroupInfo()
48 role != mozilla::a11y::roles::OPTION && in CreateGroupInfo()
49 role != mozilla::a11y::roles::LISTITEM && in CreateGroupInfo()
50 role != mozilla::a11y::roles::MENUITEM && in CreateGroupInfo()
58 role != mozilla::a11y::roles::PAGETAB && in CreateGroupInfo()
59 role != mozilla::a11y::roles::COMMENT) { in CreateGroupInfo()
92 static mozilla::a11y::role BaseRole(mozilla::a11y::role aRole) { in BaseRole()
96 return mozilla::a11y::roles::MENUITEM; in BaseRole()
110 static bool ShouldReportRelations(a11y::role aRole, a11y::role aParentRole);
[all …]
H A DnsAccessibilityService.h36 namespace a11y {
73 a11y::role role;
103 typedef mozilla::a11y::LocalAccessible LocalAccessible;
104 typedef mozilla::a11y::DocAccessible DocAccessible;
252 const mozilla::a11y::MarkupMapInfo* markupMap = in MarkupRole()
263 const mozilla::a11y::MarkupMapInfo* markupMap = in MarkupAttribute()
388 friend mozilla::a11y::FocusManager* mozilla::a11y::FocusMgr();
389 friend mozilla::a11y::SelectionManager* mozilla::a11y::SelectionMgr();
390 friend mozilla::a11y::ApplicationAccessible* mozilla::a11y::ApplicationAcc();
391 friend mozilla::a11y::xpcAccessibleApplication*
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DAccGroupInfo.h11 namespace a11y {
46 if (role != mozilla::a11y::roles::ROW && in CreateGroupInfo()
48 role != mozilla::a11y::roles::OPTION && in CreateGroupInfo()
49 role != mozilla::a11y::roles::LISTITEM && in CreateGroupInfo()
50 role != mozilla::a11y::roles::MENUITEM && in CreateGroupInfo()
58 role != mozilla::a11y::roles::PAGETAB && in CreateGroupInfo()
59 role != mozilla::a11y::roles::COMMENT) { in CreateGroupInfo()
92 static mozilla::a11y::role BaseRole(mozilla::a11y::role aRole) { in BaseRole()
96 return mozilla::a11y::roles::MENUITEM; in BaseRole()
110 static bool ShouldReportRelations(a11y::role aRole, a11y::role aParentRole);
[all …]
H A DnsAccessibilityService.h36 namespace a11y {
73 a11y::role role;
103 typedef mozilla::a11y::LocalAccessible LocalAccessible;
104 typedef mozilla::a11y::DocAccessible DocAccessible;
252 const mozilla::a11y::MarkupMapInfo* markupMap = in MarkupRole()
263 const mozilla::a11y::MarkupMapInfo* markupMap = in MarkupAttribute()
388 friend mozilla::a11y::FocusManager* mozilla::a11y::FocusMgr();
389 friend mozilla::a11y::SelectionManager* mozilla::a11y::SelectionMgr();
390 friend mozilla::a11y::ApplicationAccessible* mozilla::a11y::ApplicationAcc();
391 friend mozilla::a11y::xpcAccessibleApplication*
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DAccGroupInfo.h11 namespace a11y {
46 if (role != mozilla::a11y::roles::ROW && in CreateGroupInfo()
48 role != mozilla::a11y::roles::OPTION && in CreateGroupInfo()
49 role != mozilla::a11y::roles::LISTITEM && in CreateGroupInfo()
50 role != mozilla::a11y::roles::MENUITEM && in CreateGroupInfo()
58 role != mozilla::a11y::roles::PAGETAB) in CreateGroupInfo()
83 static mozilla::a11y::role BaseRole(mozilla::a11y::role aRole) { in BaseRole()
87 return mozilla::a11y::roles::MENUITEM; in BaseRole()
90 return mozilla::a11y::roles::RICH_OPTION; in BaseRole()
99 static bool ShouldReportRelations(a11y::role aRole, a11y::role aParentRole);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DAccGroupInfo.h11 namespace a11y {
48 if (role != mozilla::a11y::roles::ROW && in CreateGroupInfo()
50 role != mozilla::a11y::roles::OPTION && in CreateGroupInfo()
51 role != mozilla::a11y::roles::LISTITEM && in CreateGroupInfo()
52 role != mozilla::a11y::roles::MENUITEM && in CreateGroupInfo()
60 role != mozilla::a11y::roles::PAGETAB) in CreateGroupInfo()
85 static mozilla::a11y::role BaseRole(mozilla::a11y::role aRole) in BaseRole()
90 return mozilla::a11y::roles::MENUITEM; in BaseRole()
93 return mozilla::a11y::roles::RICH_OPTION; in BaseRole()
102 static bool ShouldReportRelations(a11y::role aRole, a11y::role aParentRole);
[all …]
/dports/www/firefox/firefox-99.0/accessible/ipc/
H A DIPCTypes.h23 struct ParamTraits<mozilla::a11y::role>
30 struct ParamTraits<mozilla::a11y::AccType>
32 mozilla::a11y::AccType, mozilla::a11y::AccType::eNoType,
38 mozilla::a11y::AccGenericType,
44 mozilla::a11y::CacheUpdateType,
89 struct ParamTraits<mozilla::a11y::Color> {
90 typedef mozilla::a11y::Color paramType;
156 namespace a11y {
193 namespace a11y {
212 mozilla::a11y::EWhichRange, mozilla::a11y::EWhichRange::eLeftWord,
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dgal-a11y-e-cell.c48 a11y->item = NULL;
88 if (a11y->item) in gal_a11y_e_cell_dispose()
92 if (a11y->parent) in gal_a11y_e_cell_dispose()
116 if (a11y->name != NULL && strcmp (a11y->name, "")) in gal_a11y_e_cell_get_name()
155 return (a11y->row + 1) * a11y->item->cols + a11y->view_col; in gal_a11y_e_cell_get_index_in_parent()
174 row = a11y->row; in gal_a11y_e_cell_get_extents()
263 a11y->row = -1; in gal_a11y_e_cell_init()
620 AtkObject *a11y; in gal_a11y_e_cell_new() local
625 a11y, in gal_a11y_e_cell_new()
632 return a11y; in gal_a11y_e_cell_new()
[all …]
H A Dgal-a11y-e-cell-tree.c35 #define CS_CLASS(a11y) (G_TYPE_INSTANCE_GET_CLASS ((a11y), C_TYPE_STREAM, GalA11yECellTreeClass)) argument
50 g_return_if_fail (a11y); in ectr_model_row_changed_cb()
51 if (a11y->row != row) in ectr_model_row_changed_cb()
94 if (GAL_A11Y_E_CELL (a11y)->item && GAL_A11Y_E_CELL (a11y)->item->table_model) { in ectr_subcell_weak_ref()
97 a11y->model_row_changed_id); in ectr_subcell_weak_ref()
99 g_object_unref (a11y); in ectr_subcell_weak_ref()
105 GalA11yECell *a11y; in ectr_do_action_expand() local
111 a11y = GAL_A11Y_E_CELL (action); in ectr_do_action_expand()
127 GalA11yECell *a11y; in ectr_do_action_collapse() local
192 GalA11yECellTree *a11y; in gal_a11y_e_cell_tree_new() local
[all …]
H A Dgal-a11y-e-tree.c32 #define CS_CLASS(a11y) (G_TYPE_INSTANCE_GET_CLASS ((a11y), C_TYPE_STREAM, GalA11yETreeClass)) argument
45 init_child_item (GalA11yETree *a11y) in G_DEFINE_TYPE_WITH_CODE()
47 GalA11yETreePrivate *priv = a11y->priv; in G_DEFINE_TYPE_WITH_CODE()
67 init_child_item (a11y); in et_ref_accessible_at_point()
68 return a11y->priv->child_item; in et_ref_accessible_at_point()
84 init_child_item (a11y); in et_ref_child()
86 return a11y->priv->child_item; in et_ref_child()
116 a11y->priv = G_TYPE_INSTANCE_GET_PRIVATE (a11y, GAL_A11Y_TYPE_E_TREE, GalA11yETreePrivate); in gal_a11y_e_tree_init()
117 a11y->priv->child_item = NULL; in gal_a11y_e_tree_init()
123 GalA11yETree *a11y; in gal_a11y_e_tree_new() local
[all …]
H A Dgal-a11y-e-table.c35 #define CS_CLASS(a11y) (G_TYPE_INSTANCE_GET_CLASS ((a11y), C_TYPE_STREAM, GalA11yETableClass)) argument
74 AtkObject *a11y = NULL; in eti_get_accessible() local
81 return a11y; in eti_get_accessible()
89 if (!a11y || !GTK_IS_ACCESSIBLE (a11y)) in init_child_item()
105 g_object_unref (a11y); in init_child_item()
118 if (a11y->priv->child_item) in et_ref_accessible_at_point()
120 return a11y->priv->child_item; in et_ref_accessible_at_point()
228 a11y->priv->child_item = NULL; in gal_a11y_e_table_init()
234 GalA11yETable *a11y; in gal_a11y_e_table_new() local
247 g_object_ref (a11y); in gal_a11y_e_table_new()
[all …]
H A Dgal-a11y-e-table-item.c92 GalA11yETableItem *a11y; in table_item_cell_gone_cb() local
106 GalA11yETableItem *a11y; in item_finalized() local
111 priv = GET_PRIVATE (a11y); in item_finalized()
129 g_object_unref (a11y); in item_finalized()
290 priv = GET_PRIVATE (a11y); in eti_table_column_gone()
310 priv = GET_PRIVATE (a11y); in eti_column_header_a11y_gone()
958 GalA11yETableItem *a11y; in eti_tree_model_node_changed_cb() local
1257 GalA11yETableItem *a11y; in gal_a11y_e_table_item_new() local
1286 g_clear_object (&a11y); in gal_a11y_e_table_item_new()
1300 a11y, in gal_a11y_e_table_item_new()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/
H A DIPCTypes.h21 struct ParamTraits<mozilla::a11y::role>
28 struct ParamTraits<mozilla::a11y::AccType>
30 mozilla::a11y::AccType, mozilla::a11y::AccType::eNoType,
36 mozilla::a11y::AccGenericType,
41 typedef mozilla::a11y::FontSize paramType;
54 struct ParamTraits<mozilla::a11y::Color> {
55 typedef mozilla::a11y::Color paramType;
123 namespace a11y {
160 namespace a11y {
179 mozilla::a11y::EWhichRange, mozilla::a11y::EWhichRange::eLeftWord,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/
H A DIPCTypes.h21 struct ParamTraits<mozilla::a11y::role>
28 struct ParamTraits<mozilla::a11y::AccType>
30 mozilla::a11y::AccType, mozilla::a11y::AccType::eNoType,
36 mozilla::a11y::AccGenericType,
41 typedef mozilla::a11y::FontSize paramType;
54 struct ParamTraits<mozilla::a11y::Color> {
55 typedef mozilla::a11y::Color paramType;
123 namespace a11y {
160 namespace a11y {
179 mozilla::a11y::EWhichRange, mozilla::a11y::EWhichRange::eLeftWord,
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/win32/
H A DGtk_3_0_gir_list4 ..\gtk\gtk-a11y.h
226 ..\gtk\a11y\gtk-a11y-autocleanups.h
227 ..\gtk\a11y\gtkarrowaccessible.h
230 ..\gtk\a11y\gtkcellaccessible.h
236 ..\gtk\a11y\gtkentryaccessible.h
252 ..\gtk\a11y\gtkmenuaccessible.h
259 ..\gtk\a11y\gtkplugaccessible.h
322 ..\gtk\a11y\gtkaccessibility.c
328 ..\gtk\a11y\gtkcellaccessible.c
351 ..\gtk\a11y\gtkmenuaccessible.c
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/other/
H A DPlatform.cpp10 using namespace mozilla::a11y;
12 void a11y::PlatformInit() {} in PlatformInit()
14 void a11y::PlatformShutdown() {} in PlatformShutdown()
16 void a11y::ProxyCreated(ProxyAccessible*, uint32_t) {} in ProxyCreated()
18 void a11y::ProxyDestroyed(ProxyAccessible*) {} in ProxyDestroyed()
20 void a11y::ProxyEvent(ProxyAccessible*, uint32_t) {} in ProxyEvent()
22 void a11y::ProxyStateChangeEvent(ProxyAccessible*, uint64_t, bool) {} in ProxyStateChangeEvent()
24 void a11y::ProxyCaretMoveEvent(ProxyAccessible* aTarget, int32_t aOffset) {} in ProxyCaretMoveEvent()
26 void a11y::ProxyTextChangeEvent(ProxyAccessible*, const nsString&, int32_t, in ProxyTextChangeEvent()
29 void a11y::ProxyShowHideEvent(ProxyAccessible*, ProxyAccessible*, bool, bool) {} in ProxyShowHideEvent()
[all …]

12345678910>>...155