Lines Matching defs:property

1452  *Parses a "property" as specified by the css2 spec at [4.1.1]:
1453 *property : IDENT S*;
1456 *@param GString a_property out parameter. The parsed property without the
1458 *new instance of GString and set it content to the parsed property.
1459 *If not, the property is just appended to a_property's previous content.
1462 *next construction was not a "property", or an error code.
3158 *@a_property: the successfully parsed property. The caller
3166 *declaration ::= [property ':' S* expr prio?]?
3194 (const guchar *) "while parsing declaration: next property is malformed",
3335 CRString *property = NULL;
3376 status = cr_parser_parse_declaration (a_this, &property,
3384 && PRIVATE (a_this)->sac_handler->property) {
3385 PRIVATE (a_this)->sac_handler->property
3386 (PRIVATE (a_this)->sac_handler, property, expr,
3392 *'property' and 'term' before parsing
3395 if (property) {
3396 cr_string_destroy (property);
3397 property = NULL;
3431 status = cr_parser_parse_declaration (a_this, &property,
3439 && PRIVATE (a_this)->sac_handler->property) {
3440 PRIVATE (a_this)->sac_handler->property
3442 property, expr, is_important);
3444 if (property) {
3445 cr_string_destroy (property);
3446 property = NULL;
3506 if (property) {
3507 cr_string_destroy (property);
3884 *property = NULL;
3962 status = cr_parser_parse_declaration (a_this, &property,
3971 && PRIVATE (a_this)->sac_handler->property) {
3975 PRIVATE (a_this)->sac_handler->property
3977 property, css_expression, important);
3983 if (property) {
3984 cr_string_destroy (property);
3985 property = NULL;
4015 status = cr_parser_parse_declaration (a_this, &property,
4025 && PRIVATE (a_this)->sac_handler->property) {
4027 PRIVATE (a_this)->sac_handler->property
4029 property, css_expression, important);
4035 if (property) {
4036 cr_string_destroy (property);
4037 property = NULL;
4100 if (property) {
4101 cr_string_destroy (property);
4102 property = NULL;
4222 CRString *property = NULL;
4267 status = cr_parser_parse_declaration (a_this, &property,
4275 PRIVATE (a_this)->sac_handler->property) {
4276 PRIVATE (a_this)->sac_handler->property
4278 property, css_expression, important);
4280 ENSURE_PARSING_COND (css_expression && property);
4283 if (property) {
4284 cr_string_destroy (property);
4285 property = NULL;
4300 &property,
4309 if (PRIVATE (a_this)->sac_handler->property) {
4310 PRIVATE (a_this)->sac_handler->property
4312 property, css_expression, important);
4318 if (property) {
4319 cr_string_destroy (property);
4320 property = NULL;
4352 if (property) {
4353 cr_string_destroy (property);
4354 property = NULL;