• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/

Lines Matching refs:property

1453  *Parses a "property" as specified by the css2 spec at [4.1.1]:
1454 *property : IDENT S*;
1457 *@param GString a_property out parameter. The parsed property without the
1459 *new instance of GString and set it content to the parsed property.
1460 *If not, the property is just appended to a_property's previous content.
1463 *next construction was not a "property", or an error code.
3157 *@a_property: the successfully parsed property. The caller
3165 *declaration ::= [property ':' S* expr prio?]?
3193 "while parsing declaration: next property is malformed",
3334 CRString *property = NULL;
3374 status = cr_parser_parse_declaration (a_this, &property,
3382 && PRIVATE (a_this)->sac_handler->property) {
3383 PRIVATE (a_this)->sac_handler->property
3384 (PRIVATE (a_this)->sac_handler, property, expr,
3390 *'property' and 'term' before parsing
3393 if (property) {
3394 cr_string_destroy (property);
3395 property = NULL;
3429 status = cr_parser_parse_declaration (a_this, &property,
3437 && PRIVATE (a_this)->sac_handler->property) {
3438 PRIVATE (a_this)->sac_handler->property
3440 property, expr, is_important);
3442 if (property) {
3443 cr_string_destroy (property);
3444 property = NULL;
3502 if (property) {
3503 cr_string_destroy (property);
3880 *property = NULL;
3958 status = cr_parser_parse_declaration (a_this, &property,
3967 && PRIVATE (a_this)->sac_handler->property) {
3971 PRIVATE (a_this)->sac_handler->property
3973 property, css_expression, important);
3979 if (property) {
3980 cr_string_destroy (property);
3981 property = NULL;
4011 status = cr_parser_parse_declaration (a_this, &property,
4021 && PRIVATE (a_this)->sac_handler->property) {
4023 PRIVATE (a_this)->sac_handler->property
4025 property, css_expression, important);
4031 if (property) {
4032 cr_string_destroy (property);
4033 property = NULL;
4096 if (property) {
4097 cr_string_destroy (property);
4098 property = NULL;
4218 CRString *property = NULL;
4263 status = cr_parser_parse_declaration (a_this, &property,
4271 PRIVATE (a_this)->sac_handler->property) {
4272 PRIVATE (a_this)->sac_handler->property
4274 property, css_expression, important);
4276 ENSURE_PARSING_COND (css_expression && property);
4279 if (property) {
4280 cr_string_destroy (property);
4281 property = NULL;
4296 &property,
4305 if (PRIVATE (a_this)->sac_handler->property) {
4306 PRIVATE (a_this)->sac_handler->property
4308 property, css_expression, important);
4314 if (property) {
4315 cr_string_destroy (property);
4316 property = NULL;
4348 if (property) {
4349 cr_string_destroy (property);
4350 property = NULL;