Searched refs:sheets (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-cascade.c37 *the 3 style sheets of the cascade:
40 *sheets[ORIGIN_AUTHOR] or sheets[ORIGIN_USER]
41 *of sheets[ORIGIN_UA] ;
43 CRStyleSheet *sheets[3]; member in struct:_CRCascadePriv
120 return PRIVATE (a_this)->sheets[a_origin];
143 if (PRIVATE (a_this)->sheets[a_origin])
144 cr_stylesheet_unref (PRIVATE (a_this)->sheets[a_origin]);
145 PRIVATE (a_this)->sheets[a_origin] = a_sheet;
202 for (i = 0; PRIVATE (a_this)->sheets
[all...]
H A Dcr-om-parser.c1002 *@a_encoding: the encoding of the sheets.
1006 *Parses three sheets located by their paths and build a cascade
1021 CRStyleSheet *sheets[3]; local
1028 memset (sheets, 0, sizeof (CRStyleSheet*) * 3);
1035 a_encoding, &sheets[i]);
1037 if (sheets[i]) {
1038 cr_stylesheet_unref (sheets[i]);
1039 sheets[i] = NULL;
1044 result = cr_cascade_new (sheets[0], sheets[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-cascade.c37 *the 3 style sheets of the cascade:
40 *sheets[ORIGIN_AUTHOR] or sheets[ORIGIN_USER]
41 *of sheets[ORIGIN_UA] ;
43 CRStyleSheet *sheets[3]; member in struct:_CRCascadePriv
120 return PRIVATE (a_this)->sheets[a_origin];
143 if (PRIVATE (a_this)->sheets[a_origin])
144 cr_stylesheet_unref (PRIVATE (a_this)->sheets[a_origin]);
145 PRIVATE (a_this)->sheets[a_origin] = a_sheet;
202 for (i = 0; PRIVATE (a_this)->sheets
[all...]
H A Dcr-om-parser.c1002 *@a_encoding: the encoding of the sheets.
1006 *Parses three sheets located by their paths and build a cascade
1021 CRStyleSheet *sheets[3]; local
1028 memset (sheets, 0, sizeof (CRStyleSheet*) * 3);
1035 a_encoding, &sheets[i]);
1037 if (sheets[i]) {
1038 cr_stylesheet_unref (sheets[i]);
1039 sheets[i] = NULL;
1044 result = cr_cascade_new (sheets[0], sheets[
[all...]

Completed in 110 milliseconds