Lines Matching refs:a_props
85 static enum CRStatus put_css_properties_in_props_list (CRPropList ** a_props,
950 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt)
957 g_return_val_if_fail (a_props && a_stmt
961 props = *a_props;
1075 *a_props = props;
1081 set_style_from_props (CRStyle * a_style, CRPropList * a_props)
1086 for (cur = a_props; cur; cur = cr_prop_list_get_next (cur)) {
1403 CRPropList ** a_props)
1417 && a_node && a_props, CR_BAD_PARAM_ERROR);
1483 (a_props, stmt);