/usr/include/thunderbird/nsStyleStructList.h is in thunderbird-dev 1:52.8.0-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 | /* THIS FILE IS AUTOGENERATED BY generate-stylestructlist.py - DO NOT EDIT */
// IWYU pragma: private, include "nsStyleStructFwd.h"
/*
* list of structs that contain the data provided by nsStyleContext, the
* internal API for computed style data for an element
*/
/*
* This file is intended to be used by different parts of the code, with
* the STYLE_STRUCT macro (or the STYLE_STRUCT_INHERITED and
* STYLE_STRUCT_RESET pair of macros) defined in different ways.
*/
#ifndef STYLE_STRUCT_INHERITED
#define STYLE_STRUCT_INHERITED(name, checkdata_cb) \
STYLE_STRUCT(name, checkdata_cb)
#define UNDEF_STYLE_STRUCT_INHERITED
#endif
#ifndef STYLE_STRUCT_RESET
#define STYLE_STRUCT_RESET(name, checkdata_cb) \
STYLE_STRUCT(name, checkdata_cb)
#define UNDEF_STYLE_STRUCT_RESET
#endif
#ifndef STYLE_STRUCT_DEP
#define STYLE_STRUCT_DEP(dep)
#define UNDEF_STYLE_STRUCT_DEP
#endif
#ifndef STYLE_STRUCT_END
#define STYLE_STRUCT_END()
#define UNDEF_STYLE_STRUCT_END
#endif
// The inherited structs are listed before the Reset structs.
// nsStyleStructID assumes this is the case, and callers other than
// nsStyleStructFwd.h that want the structs in id-order just define
// STYLE_STRUCT rather than including the file twice.
STYLE_STRUCT_INHERITED(Font, CheckFontCallback)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(Color, CheckColorCallback)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(List, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(Text, CheckTextCallback)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(Visibility, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(UserInterface, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(TableBorder, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(SVG, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_INHERITED(Variables, CheckVariablesCallback)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Background, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Position, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(TextReset, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Display, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Content, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(UIReset, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Table, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Margin, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Padding, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Border, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Outline, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(XUL, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(SVGReset, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Column, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
STYLE_STRUCT_RESET(Effects, nullptr)
STYLE_STRUCT_DEP(Variables)
STYLE_STRUCT_DEP(Font)
STYLE_STRUCT_DEP(Visibility)
STYLE_STRUCT_DEP(Color)
STYLE_STRUCT_END()
#ifdef UNDEF_STYLE_STRUCT_INHERITED
#undef STYLE_STRUCT_INHERITED
#undef UNDEF_STYLE_STRUCT_INHERITED
#endif
#ifdef UNDEF_STYLE_STRUCT_RESET
#undef STYLE_STRUCT_RESET
#undef UNDEF_STYLE_STRUCT_RESET
#endif
#ifdef UNDEF_STYLE_STRUCT_DEP
#undef STYLE_STRUCT_DEP
#undef UNDEF_STYLE_STRUCT_DEP
#endif
#ifdef UNDEF_STYLE_STRUCT_END
#undef STYLE_STRUCT_END
#undef UNDEF_STYLE_STRUCT_END
#endif
|