Home
last modified time | relevance | path

Searched refs:a_props (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-sel-eng.c93 static enum CRStatus put_css_properties_in_props_list (CRPropList ** a_props,
976 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt) in put_css_properties_in_props_list() argument
983 g_return_val_if_fail (a_props && a_stmt in put_css_properties_in_props_list()
987 props = *a_props; in put_css_properties_in_props_list()
1101 *a_props = props; in put_css_properties_in_props_list()
1107 set_style_from_props (CRStyle * a_style, CRPropList * a_props) in set_style_from_props() argument
1112 for (cur = a_props; cur; cur = cr_prop_list_get_next (cur)) { in set_style_from_props()
1427 CRPropList ** a_props) in cr_sel_eng_get_matched_properties_from_cascade() argument
1441 && a_node && a_props, CR_BAD_PARAM_ERROR); in cr_sel_eng_get_matched_properties_from_cascade()
1507 (a_props, stmt); in cr_sel_eng_get_matched_properties_from_cascade()
Dcr-sel-eng.h106 CRPropList **a_props) ;