Searched refs:a_origin (Results 1 - 10 of 10) 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.c100 *@a_origin: the origin of the style sheet as
114 cr_cascade_get_sheet (CRCascade * a_this, enum CRStyleOrigin a_origin) argument
117 && a_origin >= ORIGIN_UA
118 && a_origin < NB_ORIGINS, NULL);
120 return PRIVATE (a_this)->sheets[a_origin];
127 *@a_origin: the origin of the stylesheet.
136 CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin)
140 && a_origin >= ORIGIN_UA
141 && a_origin < NB_ORIGINS, CR_BAD_PARAM_ERROR);
143 if (PRIVATE (a_this)->sheets[a_origin])
135 cr_cascade_set_sheet(CRCascade * a_this, CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin) argument
[all...]
H A Dcr-cascade.h60 enum CRStyleOrigin a_origin) ;
64 enum CRStyleOrigin a_origin) ;
H A Dcr-input.h96 cr_input_peek_byte (CRInput *a_this, enum CRSeekPos a_origin,
115 enum CRSeekPos a_origin, gint a_pos) ;
H A Dcr-tknzr.h90 enum CRSeekPos a_origin,
H A Dcr-input.c778 *@a_origin: the origin to consider in the calculation
781 *the origin specified by a_origin.
796 cr_input_peek_byte (CRInput * a_this, enum CRSeekPos a_origin, argument
804 switch (a_origin) {
918 *@a_origin: the origin to consider during the calculation
921 *This offset is relative to the origin a_origin.
932 cr_input_seek_index (CRInput * a_this, enum CRSeekPos a_origin, gint a_pos) argument
939 switch (a_origin) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-cascade.c100 *@a_origin: the origin of the style sheet as
114 cr_cascade_get_sheet (CRCascade * a_this, enum CRStyleOrigin a_origin) argument
117 && a_origin >= ORIGIN_UA
118 && a_origin < NB_ORIGINS, NULL);
120 return PRIVATE (a_this)->sheets[a_origin];
127 *@a_origin: the origin of the stylesheet.
136 CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin)
140 && a_origin >= ORIGIN_UA
141 && a_origin < NB_ORIGINS, CR_BAD_PARAM_ERROR);
143 if (PRIVATE (a_this)->sheets[a_origin])
135 cr_cascade_set_sheet(CRCascade * a_this, CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin) argument
[all...]
H A Dcr-cascade.h60 enum CRStyleOrigin a_origin) ;
64 enum CRStyleOrigin a_origin) ;
H A Dcr-input.h96 cr_input_peek_byte (CRInput *a_this, enum CRSeekPos a_origin,
115 enum CRSeekPos a_origin, gint a_pos) ;
H A Dcr-tknzr.h90 enum CRSeekPos a_origin,
H A Dcr-input.c778 *@a_origin: the origin to consider in the calculation
781 *the origin specified by a_origin.
796 cr_input_peek_byte (CRInput * a_this, enum CRSeekPos a_origin, argument
804 switch (a_origin) {
918 *@a_origin: the origin to consider during the calculation
921 *This offset is relative to the origin a_origin.
932 cr_input_seek_index (CRInput * a_this, enum CRSeekPos a_origin, gint a_pos) argument
939 switch (a_origin) {

Completed in 107 milliseconds