OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:col_attrs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
HTMLparser.c
698
static const char* const
col_attrs
[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ;
variable
825
EMPTY , NULL , DECL
col_attrs
, NULL, NULL
828
DECL col_elt , "col" , DECL
col_attrs
, NULL, NULL
[
all
...]
/external/libxml2/
HTMLparser.c
701
static const char* const
col_attrs
[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ;
variable
828
EMPTY , NULL , DECL
col_attrs
, NULL, NULL
831
DECL col_elt , "col" , DECL
col_attrs
, NULL, NULL
[
all
...]
Completed in 772 milliseconds