This file is indexed.

/usr/include/firefox-esr-52/nsIAccessibleRole.h is in firefox-esr-dev 52.8.1esr-1~deb8u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM ../../../dist/idl/nsIAccessibleRole.idl
 */

#ifndef __gen_nsIAccessibleRole_h__
#define __gen_nsIAccessibleRole_h__


#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif

/* starting interface:    nsIAccessibleRole */
#define NS_IACCESSIBLEROLE_IID_STR "05a9f33f-dcfd-4e7b-b825-138ba784c1f5"

#define NS_IACCESSIBLEROLE_IID \
  {0x05a9f33f, 0xdcfd, 0x4e7b, \
    { 0xb8, 0x25, 0x13, 0x8b, 0xa7, 0x84, 0xc1, 0xf5 }}

class NS_NO_VTABLE nsIAccessibleRole : public nsISupports {
 public:

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACCESSIBLEROLE_IID)

  enum {
    ROLE_NOTHING = 0U,
    ROLE_TITLEBAR = 1U,
    ROLE_MENUBAR = 2U,
    ROLE_SCROLLBAR = 3U,
    ROLE_GRIP = 4U,
    ROLE_SOUND = 5U,
    ROLE_CURSOR = 6U,
    ROLE_CARET = 7U,
    ROLE_ALERT = 8U,
    ROLE_WINDOW = 9U,
    ROLE_INTERNAL_FRAME = 10U,
    ROLE_MENUPOPUP = 11U,
    ROLE_MENUITEM = 12U,
    ROLE_TOOLTIP = 13U,
    ROLE_APPLICATION = 14U,
    ROLE_DOCUMENT = 15U,
    ROLE_PANE = 16U,
    ROLE_CHART = 17U,
    ROLE_DIALOG = 18U,
    ROLE_BORDER = 19U,
    ROLE_GROUPING = 20U,
    ROLE_SEPARATOR = 21U,
    ROLE_TOOLBAR = 22U,
    ROLE_STATUSBAR = 23U,
    ROLE_TABLE = 24U,
    ROLE_COLUMNHEADER = 25U,
    ROLE_ROWHEADER = 26U,
    ROLE_COLUMN = 27U,
    ROLE_ROW = 28U,
    ROLE_CELL = 29U,
    ROLE_LINK = 30U,
    ROLE_HELPBALLOON = 31U,
    ROLE_CHARACTER = 32U,
    ROLE_LIST = 33U,
    ROLE_LISTITEM = 34U,
    ROLE_OUTLINE = 35U,
    ROLE_OUTLINEITEM = 36U,
    ROLE_PAGETAB = 37U,
    ROLE_PROPERTYPAGE = 38U,
    ROLE_INDICATOR = 39U,
    ROLE_GRAPHIC = 40U,
    ROLE_STATICTEXT = 41U,
    ROLE_TEXT_LEAF = 42U,
    ROLE_PUSHBUTTON = 43U,
    ROLE_CHECKBUTTON = 44U,
    ROLE_RADIOBUTTON = 45U,
    ROLE_COMBOBOX = 46U,
    ROLE_DROPLIST = 47U,
    ROLE_PROGRESSBAR = 48U,
    ROLE_DIAL = 49U,
    ROLE_HOTKEYFIELD = 50U,
    ROLE_SLIDER = 51U,
    ROLE_SPINBUTTON = 52U,
    ROLE_DIAGRAM = 53U,
    ROLE_ANIMATION = 54U,
    ROLE_EQUATION = 55U,
    ROLE_BUTTONDROPDOWN = 56U,
    ROLE_BUTTONMENU = 57U,
    ROLE_BUTTONDROPDOWNGRID = 58U,
    ROLE_WHITESPACE = 59U,
    ROLE_PAGETABLIST = 60U,
    ROLE_CLOCK = 61U,
    ROLE_SPLITBUTTON = 62U,
    ROLE_IPADDRESS = 63U,
    ROLE_ACCEL_LABEL = 64U,
    ROLE_ARROW = 65U,
    ROLE_CANVAS = 66U,
    ROLE_CHECK_MENU_ITEM = 67U,
    ROLE_COLOR_CHOOSER = 68U,
    ROLE_DATE_EDITOR = 69U,
    ROLE_DESKTOP_ICON = 70U,
    ROLE_DESKTOP_FRAME = 71U,
    ROLE_DIRECTORY_PANE = 72U,
    ROLE_FILE_CHOOSER = 73U,
    ROLE_FONT_CHOOSER = 74U,
    ROLE_CHROME_WINDOW = 75U,
    ROLE_GLASS_PANE = 76U,
    ROLE_HTML_CONTAINER = 77U,
    ROLE_ICON = 78U,
    ROLE_LABEL = 79U,
    ROLE_LAYERED_PANE = 80U,
    ROLE_OPTION_PANE = 81U,
    ROLE_PASSWORD_TEXT = 82U,
    ROLE_POPUP_MENU = 83U,
    ROLE_RADIO_MENU_ITEM = 84U,
    ROLE_ROOT_PANE = 85U,
    ROLE_SCROLL_PANE = 86U,
    ROLE_SPLIT_PANE = 87U,
    ROLE_TABLE_COLUMN_HEADER = 88U,
    ROLE_TABLE_ROW_HEADER = 89U,
    ROLE_TEAR_OFF_MENU_ITEM = 90U,
    ROLE_TERMINAL = 91U,
    ROLE_TEXT_CONTAINER = 92U,
    ROLE_TOGGLE_BUTTON = 93U,
    ROLE_TREE_TABLE = 94U,
    ROLE_VIEWPORT = 95U,
    ROLE_HEADER = 96U,
    ROLE_FOOTER = 97U,
    ROLE_PARAGRAPH = 98U,
    ROLE_RULER = 99U,
    ROLE_AUTOCOMPLETE = 100U,
    ROLE_EDITBAR = 101U,
    ROLE_ENTRY = 102U,
    ROLE_CAPTION = 103U,
    ROLE_DOCUMENT_FRAME = 104U,
    ROLE_HEADING = 105U,
    ROLE_PAGE = 106U,
    ROLE_SECTION = 107U,
    ROLE_REDUNDANT_OBJECT = 108U,
    ROLE_FORM = 109U,
    ROLE_IME = 110U,
    ROLE_APP_ROOT = 111U,
    ROLE_PARENT_MENUITEM = 112U,
    ROLE_CALENDAR = 113U,
    ROLE_COMBOBOX_LIST = 114U,
    ROLE_COMBOBOX_OPTION = 115U,
    ROLE_IMAGE_MAP = 116U,
    ROLE_OPTION = 117U,
    ROLE_RICH_OPTION = 118U,
    ROLE_LISTBOX = 119U,
    ROLE_FLAT_EQUATION = 120U,
    ROLE_GRID_CELL = 121U,
    ROLE_EMBEDDED_OBJECT = 122U,
    ROLE_NOTE = 123U,
    ROLE_FIGURE = 124U,
    ROLE_CHECK_RICH_OPTION = 125U,
    ROLE_DEFINITION_LIST = 126U,
    ROLE_TERM = 127U,
    ROLE_DEFINITION = 128U,
    ROLE_KEY = 129U,
    ROLE_SWITCH = 130U,
    ROLE_MATHML_MATH = 131U,
    ROLE_MATHML_IDENTIFIER = 132U,
    ROLE_MATHML_NUMBER = 133U,
    ROLE_MATHML_OPERATOR = 134U,
    ROLE_MATHML_TEXT = 135U,
    ROLE_MATHML_STRING_LITERAL = 136U,
    ROLE_MATHML_GLYPH = 137U,
    ROLE_MATHML_ROW = 138U,
    ROLE_MATHML_FRACTION = 139U,
    ROLE_MATHML_SQUARE_ROOT = 140U,
    ROLE_MATHML_ROOT = 141U,
    ROLE_MATHML_FENCED = 142U,
    ROLE_MATHML_ENCLOSED = 143U,
    ROLE_MATHML_STYLE = 144U,
    ROLE_MATHML_SUB = 145U,
    ROLE_MATHML_SUP = 146U,
    ROLE_MATHML_SUB_SUP = 147U,
    ROLE_MATHML_UNDER = 148U,
    ROLE_MATHML_OVER = 149U,
    ROLE_MATHML_UNDER_OVER = 150U,
    ROLE_MATHML_MULTISCRIPTS = 151U,
    ROLE_MATHML_TABLE = 152U,
    ROLE_MATHML_LABELED_ROW = 153U,
    ROLE_MATHML_TABLE_ROW = 154U,
    ROLE_MATHML_CELL = 155U,
    ROLE_MATHML_ACTION = 156U,
    ROLE_MATHML_ERROR = 157U,
    ROLE_MATHML_STACK = 158U,
    ROLE_MATHML_LONG_DIVISION = 159U,
    ROLE_MATHML_STACK_GROUP = 160U,
    ROLE_MATHML_STACK_ROW = 161U,
    ROLE_MATHML_STACK_CARRIES = 162U,
    ROLE_MATHML_STACK_CARRY = 163U,
    ROLE_MATHML_STACK_LINE = 164U,
    ROLE_RADIO_GROUP = 165U,
    ROLE_TEXT = 166U,
    ROLE_DETAILS = 167U,
    ROLE_SUMMARY = 168U
  };

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIAccessibleRole, NS_IACCESSIBLEROLE_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACCESSIBLEROLE \

/* Use this macro when declaring the members of this interface when the
   class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIACCESSIBLEROLE \

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACCESSIBLEROLE(_to) \

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACCESSIBLEROLE(_to) \

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsAccessibleRole : public nsIAccessibleRole
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIACCESSIBLEROLE

  nsAccessibleRole();

private:
  ~nsAccessibleRole();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS(nsAccessibleRole, nsIAccessibleRole)

nsAccessibleRole::nsAccessibleRole()
{
  /* member initializers and constructor code */
}

nsAccessibleRole::~nsAccessibleRole()
{
  /* destructor code */
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIAccessibleRole_h__ */