Searched refs:CELLVALIGN (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | HTMLparser.c | 690 #define CELLVALIGN "valign" macro 728 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 783 static const char* const talign_attrs[] = { ATTRS, CELLHALIGN, CELLVALIGN, NULL} ; 785 …{ ATTRS, "abbr", "axis", "headers", "scope", "rowspan", "colspan", CELLHALIGN, CELLVALIGN, NULL } ;
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | HTMLparser.c | 693 #define CELLVALIGN "valign" macro 731 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 786 static const char* const talign_attrs[] = { ATTRS, CELLHALIGN, CELLVALIGN, NULL} ; 788 …{ ATTRS, "abbr", "axis", "headers", "scope", "rowspan", "colspan", CELLHALIGN, CELLVALIGN, NULL } ;
|